xref: /freebsd/contrib/bmake/unit-tests/varparse-errors.exp (revision 759b177aecbfc49ebc900739954ac56b1aa5fc53)
1make: varparse-errors.mk:38: Unknown modifier ":Z"
2	while evaluating "${:U:Z}" with value ""
3make: varparse-errors.mk:47: Unknown modifier ":Z"
4	while evaluating "${:U:Z}post" with value ""
5make: varparse-errors.mk:73: Unknown modifier ":OX"
6	while evaluating "${:U:OX:U${IND}} ${:U:OX:U${IND}}" with value ""
7make: varparse-errors.mk:73: Unknown modifier ":OX"
8	while evaluating "${:OX}" with value ""
9	while evaluating variable "IND" with value "${:OX}"
10make: varparse-errors.mk:73: Unknown modifier ":OX"
11	while evaluating "${:U:OX:U${IND}}" with value ""
12make: varparse-errors.mk:73: Unknown modifier ":OX"
13	while evaluating "${:OX}" with value ""
14	while evaluating variable "IND" with value "${:OX}"
15make: varparse-errors.mk:81: Unclosed expression, expecting '}' for modifier "Q"
16	while evaluating "${:U:Q" with value ""
make: varparse-errors.mk:83: Unclosed expression, expecting '
}' for modifier "
sh" 17 while evaluating "${:U:sh" with value ""
make: varparse-errors.mk:85: Unclosed expression, expecting '
}' for modifier "tA" 18 while evaluating "${:U:tA" with value ""
make: varparse-errors.mk:87: Unclosed expression, expecting '
}' for modifier "
tsX" 19 while evaluating "${:U:tsX" with value ""
make: varparse-errors.mk:89: Unclosed expression, expecting '
}' for modifier "ts" 20 while evaluating "${:U:ts" with value ""
make: varparse-errors.mk:91: Unclosed expression, expecting '
}' for modifier "
ts\040" 21 while evaluating "${:U:ts\040" with value ""
make: varparse-errors.mk:93: Unclosed expression, expecting '
}' for modifier "u" 22 while evaluating "${:U:u" with value ""
make: varparse-errors.mk:95: Unclosed expression, expecting '
}' for modifier "
H" 23 while evaluating "${:U:H" with value "."
make: varparse-errors.mk:97: Unclosed expression, expecting '
}' for modifier "[1]" 24 while evaluating "${:U:[1]" with value ""
make: varparse-errors.mk:99: Unclosed expression, expecting '
}' for modifier "
hash" 25 while evaluating "${:U:hash" with value "b2af338b"
make: varparse-errors.mk:101: Unclosed expression, expecting '
}' for modifier "range" 26 while evaluating "${:U:range" with value "1"
make: varparse-errors.mk:103: Unclosed expression, expecting '
}' for modifier "
_" 27 while evaluating "${:U:_" with value ""
make: varparse-errors.mk:105: Unclosed expression, expecting '
}' for modifier "gmtime" 28 while evaluating "${:U:gmtime" with value "<timestamp>"
make: varparse-errors.mk:107: Unclosed expression, expecting '
}' for modifier "
localtime" 29 while evaluating "${:U:localtime" with value "<timestamp>"
make: varparse-errors.tmp:1: Unknown modifier ":Z"
while evaluating "${:Z
}" with value "" 30 while evaluating variable "INDIRECT" with value "${:Z}" 31 while evaluating variable "VALUE" with value "${INDIRECT}" 32 in varparse-errors.tmp:1 33 in varparse-errors.mk:126 34make: varparse-errors.tmp:1: 35make: Fatal errors encountered -- cannot continue 36make: stopped in unit-tests 37exit status 1 38