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