moderrs.exp revision 1.46 1 1.45 rillig make: Unknown modifier "Z"
2 1.45 rillig while evaluating variable "VAR" with value "TheVariable"
3 1.46 rillig in command "@echo 'VAR:Z=before-${VAR:Z}-after'"
4 1.45 rillig in target "mod-unknown-direct"
5 1.45 rillig make: Unknown modifier "Z"
6 1.45 rillig while evaluating variable "VAR" with value "TheVariable"
7 1.46 rillig in command "@echo 'VAR:${MOD_UNKN}=before-${VAR:${MOD_UNKN}:inner}-after'"
8 1.45 rillig in target "mod-unknown-indirect"
9 1.45 rillig make: Unclosed expression, expecting '}' for modifier "S,V,v,"
10 1.45 rillig while evaluating variable "VAR" with value "Thevariable"
11 1.46 rillig in command "@echo VAR:S,V,v,=${VAR:S,V,v,"
12 1.45 rillig in target "unclosed-direct"
13 1.45 rillig make: Unclosed expression after indirect modifier, expecting '}'
14 1.45 rillig while evaluating variable "VAR" with value "Thevariable"
15 1.46 rillig in command "@echo VAR:${MOD_TERM},=${VAR:${MOD_S}"
16 1.45 rillig in target "unclosed-indirect"
17 1.45 rillig make: Unfinished modifier (',' missing)
18 1.45 rillig while evaluating variable "VAR" with value "TheVariable"
19 1.46 rillig in command "-@echo "VAR:${MOD_TERM}=${VAR:${MOD_TERM}}""
20 1.45 rillig in target "unfinished-indirect"
21 1.45 rillig make: Unfinished modifier ('@' missing)
22 1.45 rillig while evaluating variable "UNDEF" with value "1 2 3"
23 1.46 rillig in command "@echo ${UNDEF:U1 2 3:@var}"
24 1.45 rillig in target "unfinished-loop-1"
25 1.45 rillig make: Unfinished modifier ('@' missing)
26 1.45 rillig while evaluating variable "UNDEF" with value "1 2 3"
27 1.46 rillig in command "@echo ${UNDEF:U1 2 3:@var (at) ...}"
28 1.45 rillig in target "unfinished-loop-2"
29 1.2 rillig 1 2 3
30 1.45 rillig make: Unclosed expression, expecting '}' for modifier "@var@${var}}...@"
31 1.45 rillig while evaluating variable "UNDEF" with value "1}... 2}... 3}..."
32 1.46 rillig in command "@echo ${UNDEF:U1 2 3:@var@${var}}...@"
33 1.45 rillig in target "loop-close-1"
34 1.6 rillig 1}... 2}... 3}...
35 1.45 rillig make: Unfinished modifier (']' missing)
36 1.45 rillig while evaluating variable "UNDEF" with value "1 2 3"
37 1.46 rillig in command "@echo ${UNDEF:U1 2 3:[}"
38 1.45 rillig in target "words-1"
39 1.45 rillig make: Unfinished modifier (']' missing)
40 1.45 rillig while evaluating variable "UNDEF" with value "1 2 3"
41 1.46 rillig in command "@echo ${UNDEF:U1 2 3:[#}"
42 1.45 rillig in target "words-2"
43 1.4 rillig 13=
44 1.45 rillig make: Bad modifier ":[123451234512345123451234512345]"
45 1.45 rillig while evaluating variable "UNDEF" with value "1 2 3"
46 1.46 rillig in command "@echo 12345=${UNDEF:U1 2 3:[123451234512345123451234512345]:S,^$,ok,:S,^3$,ok,}"
47 1.45 rillig in target "words-3"
48 1.45 rillig make: Unfinished modifier ('!' missing)
49 1.45 rillig while evaluating variable "VARNAME" with value ""
50 1.46 rillig in command "@echo ${VARNAME:!echo}"
51 1.45 rillig in target "exclam-1"
52 1.45 rillig make: Unfinished modifier ('!' missing)
53 1.45 rillig while evaluating variable "!" with value "!"
54 1.46 rillig in command "@echo ${!:L:!=exclam}"
55 1.45 rillig in target "exclam-2"
56 1.45 rillig make: Missing delimiter for modifier ':S'
57 1.45 rillig while evaluating variable "VAR" with value "TheVariable"
58 1.46 rillig in command "@echo 1: ${VAR:S"
59 1.45 rillig in target "mod-subst-delimiter-1"
60 1.45 rillig make: Unfinished modifier (',' missing)
61 1.45 rillig while evaluating variable "VAR" with value "TheVariable"
62 1.46 rillig in command "@echo 2: ${VAR:S,"
63 1.45 rillig in target "mod-subst-delimiter-2"
64 1.45 rillig make: Unfinished modifier (',' missing)
65 1.45 rillig while evaluating variable "VAR" with value "TheVariable"
66 1.46 rillig in command "@echo 3: ${VAR:S,from"
67 1.45 rillig in target "mod-subst-delimiter-3"
68 1.45 rillig make: Unfinished modifier (',' missing)
69 1.45 rillig while evaluating variable "VAR" with value "TheVariable"
70 1.46 rillig in command "@echo 4: ${VAR:S,from,"
71 1.45 rillig in target "mod-subst-delimiter-4"
72 1.45 rillig make: Unfinished modifier (',' missing)
73 1.45 rillig while evaluating variable "VAR" with value "TheVariable"
74 1.46 rillig in command "@echo 5: ${VAR:S,from,to"
75 1.45 rillig in target "mod-subst-delimiter-5"
76 1.45 rillig make: Unclosed expression, expecting '}' for modifier "S,from,to,"
77 1.45 rillig while evaluating variable "VAR" with value "TheVariable"
78 1.46 rillig in command "@echo 6: ${VAR:S,from,to,"
79 1.45 rillig in target "mod-subst-delimiter-6"
80 1.21 rillig 7: TheVariable
81 1.45 rillig make: Missing delimiter for modifier ':C'
82 1.45 rillig while evaluating variable "VAR" with value "TheVariable"
83 1.46 rillig in command "@echo 1: ${VAR:C"
84 1.45 rillig in target "mod-regex-delimiter-1"
85 1.45 rillig make: Unfinished modifier (',' missing)
86 1.45 rillig while evaluating variable "VAR" with value "TheVariable"
87 1.46 rillig in command "@echo 2: ${VAR:C,"
88 1.45 rillig in target "mod-regex-delimiter-2"
89 1.45 rillig make: Unfinished modifier (',' missing)
90 1.45 rillig while evaluating variable "VAR" with value "TheVariable"
91 1.46 rillig in command "@echo 3: ${VAR:C,from"
92 1.45 rillig in target "mod-regex-delimiter-3"
93 1.45 rillig make: Unfinished modifier (',' missing)
94 1.45 rillig while evaluating variable "VAR" with value "TheVariable"
95 1.46 rillig in command "@echo 4: ${VAR:C,from,"
96 1.45 rillig in target "mod-regex-delimiter-4"
97 1.45 rillig make: Unfinished modifier (',' missing)
98 1.45 rillig while evaluating variable "VAR" with value "TheVariable"
99 1.46 rillig in command "@echo 5: ${VAR:C,from,to"
100 1.45 rillig in target "mod-regex-delimiter-5"
101 1.45 rillig make: Unclosed expression, expecting '}' for modifier "C,from,to,"
102 1.45 rillig while evaluating variable "VAR" with value "TheVariable"
103 1.46 rillig in command "@echo 6: ${VAR:C,from,to,"
104 1.45 rillig in target "mod-regex-delimiter-6"
105 1.21 rillig 7: TheVariable
106 1.8 rillig 112358132134
107 1.8 rillig 15152535558513521534
108 1.45 rillig make: Bad modifier ":ts\65oct"
109 1.45 rillig while evaluating variable "FIB" with value "1 1 2 3 5 8 13 21 34"
110 1.46 rillig in command "@echo ${FIB:ts\65oct} # bad modifier"
111 1.45 rillig in target "mod-ts-parse-3"
112 1.45 rillig make: Bad modifier ":ts\65oct"
113 1.45 rillig while evaluating "${:U${FIB}:ts\65oct} # bad modifier, variable name is """ with value "1 1 2 3 5 8 13 21 34"
114 1.46 rillig in command "@echo ${:U${FIB}:ts\65oct} # bad modifier, variable name is """
115 1.45 rillig in target "mod-ts-parse-4"
116 1.45 rillig make: Bad modifier ":tsxy"
117 1.45 rillig while evaluating variable "FIB" with value "1 1 2 3 5 8 13 21 34"
118 1.46 rillig in command "@echo ${FIB:tsxy} # modifier too long"
119 1.45 rillig in target "mod-ts-parse-5"
120 1.45 rillig make: Bad modifier ":t"
121 1.45 rillig while evaluating variable "FIB" with value "1 1 2 3 5 8 13 21 34"
122 1.46 rillig in command "@echo ${FIB:t"
123 1.45 rillig in target "mod-t-parse-1"
124 1.45 rillig make: Bad modifier ":txy"
125 1.45 rillig while evaluating variable "FIB" with value "1 1 2 3 5 8 13 21 34"
126 1.46 rillig in command "@echo ${FIB:txy}"
127 1.45 rillig in target "mod-t-parse-2"
128 1.45 rillig make: Bad modifier ":t"
129 1.45 rillig while evaluating variable "FIB" with value "1 1 2 3 5 8 13 21 34"
130 1.46 rillig in command "@echo ${FIB:t}"
131 1.45 rillig in target "mod-t-parse-3"
132 1.45 rillig make: Bad modifier ":t"
133 1.45 rillig while evaluating variable "FIB" with value "1 1 2 3 5 8 13 21 34"
134 1.46 rillig in command "@echo ${FIB:t:M*}"
135 1.45 rillig in target "mod-t-parse-4"
136 1.45 rillig make: Unfinished modifier (':' missing)
137 1.45 rillig while evaluating then-branch of condition "FIB"
138 1.46 rillig in command "@echo ${FIB:?"
139 1.45 rillig in target "mod-ifelse-parse-1"
140 1.45 rillig make: Unfinished modifier (':' missing)
141 1.45 rillig while evaluating then-branch of condition "FIB"
142 1.46 rillig in command "@echo ${FIB:?then"
143 1.45 rillig in target "mod-ifelse-parse-2"
144 1.45 rillig make: Unfinished modifier ('}' missing)
145 1.45 rillig while evaluating else-branch of condition "FIB"
146 1.46 rillig in command "@echo ${FIB:?then:"
147 1.45 rillig in target "mod-ifelse-parse-3"
148 1.45 rillig make: Unfinished modifier ('}' missing)
149 1.45 rillig while evaluating else-branch of condition "FIB"
150 1.46 rillig in command "@echo ${FIB:?then:else"
151 1.45 rillig in target "mod-ifelse-parse-4"
152 1.8 rillig then
153 1.8 rillig 1 1 2 3 5 8 13 21 34
154 1.45 rillig make: Unknown modifier "__"
155 1.45 rillig while evaluating variable "FIB" with value "1 1 2 3 5 8 13 21 34"
156 1.46 rillig in command "@echo ${FIB:__} # modifier name too long"
157 1.45 rillig in target "mod-remember-parse"
158 1.45 rillig make: Unknown modifier "3"
159 1.45 rillig while evaluating variable "FIB" with value "1 1 2 3 5 8 13 21 34"
160 1.46 rillig in command "@echo ${FIB:3"
161 1.45 rillig in target "mod-sysv-parse-1"
162 1.45 rillig make: Unclosed expression, expecting '}' for modifier "3"
163 1.45 rillig while evaluating variable "FIB" with value ""
164 1.46 rillig in command "@echo ${FIB:3"
165 1.45 rillig in target "mod-sysv-parse-1"
166 1.45 rillig make: Unknown modifier "3="
167 1.45 rillig while evaluating variable "FIB" with value "1 1 2 3 5 8 13 21 34"
168 1.46 rillig in command "@echo ${FIB:3="
169 1.45 rillig in target "mod-sysv-parse-2"
170 1.45 rillig make: Unclosed expression, expecting '}' for modifier "3="
171 1.45 rillig while evaluating variable "FIB" with value ""
172 1.46 rillig in command "@echo ${FIB:3="
173 1.45 rillig in target "mod-sysv-parse-2"
174 1.45 rillig make: Unknown modifier "3=x3"
175 1.45 rillig while evaluating variable "FIB" with value "1 1 2 3 5 8 13 21 34"
176 1.46 rillig in command "@echo ${FIB:3=x3"
177 1.45 rillig in target "mod-sysv-parse-3"
178 1.45 rillig make: Unclosed expression, expecting '}' for modifier "3=x3"
179 1.45 rillig while evaluating variable "FIB" with value ""
180 1.46 rillig in command "@echo ${FIB:3=x3"
181 1.45 rillig in target "mod-sysv-parse-3"
182 1.8 rillig 1 1 2 x3 5 8 1x3 21 34
183 1.42 rillig exit status 2
184