Ticket #12044: bootstrap.log

File bootstrap.log, 22.8 KB (added by Michał Górny <mgorny@…>, 7 years ago)

Boostrap log

Line 
1###
2### Using 'pathscale' toolset.
3###
4rm -rf bootstrap
5mkdir bootstrap
6pathcc -o bootstrap/jam0 command.c compile.c constants.c debug.c execcmd.c frames.c function.c glob.c hash.c hdrmacro.c headers.c jam.c jambase.c jamgram.c lists.c make.c make1.c object.c option.c output.c parse.c pathsys.c regexp.c rules.c scan.c search.c subst.c timestamp.c variable.c modules.c strings.c filesys.c builtins.c class.c cwd.c native.c md5.c w32_getreg.c modules/set.c modules/path.c modules/regex.c modules/property-set.c modules/sequence.c modules/order.c execunix.c fileunix.c pathunix.c
7execcmd.c:120:5: warning: implicit declaration of function 'out_printf' is invalid in C99 [-Wimplicit-function-declaration]
8 out_printf( "...interrupted\n" );
9 ^
101 warning generated.
11make.c:132:13: warning: implicit declaration of function 'out_printf' is invalid in C99 [-Wimplicit-function-declaration]
12 out_printf( "...found %d target%s...\n", counts->targets,
13 ^
14make.c:300:41: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
15 out_printf( "make\t--\t%s%s\n", spaces( depth ), object_str( t->name ) );
16 ^~~~~~~~~~~~~~~
17make.c:85:44: note: expanded from macro 'spaces'
18#define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) )
19 ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
20make.c:300:41: note: use array indexing to silence this warning
21make.c:85:44: note: expanded from macro 'spaces'
22#define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) )
23 ^
24make.c:307:41: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
25 out_printf( "make\t--\t%s%s\n", spaces( depth ), object_str( t->name ) );
26 ^~~~~~~~~~~~~~~
27make.c:85:44: note: expanded from macro 'spaces'
28#define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) )
29 ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
30make.c:307:41: note: use array indexing to silence this warning
31make.c:85:44: note: expanded from macro 'spaces'
32#define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) )
33 ^
34make.c:380:49: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
35 out_printf( "bind\t--\t%s%s: %s\n", spaces( depth ),
36 ^~~~~~~~~~~~~~~
37make.c:85:44: note: expanded from macro 'spaces'
38#define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) )
39 ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
40make.c:380:49: note: use array indexing to silence this warning
41make.c:85:44: note: expanded from macro 'spaces'
42#define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) )
43 ^
44make.c:388:49: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
45 out_printf( "time\t--\t%s%s: %s\n", spaces( depth ),
46 ^~~~~~~~~~~~~~~
47make.c:85:44: note: expanded from macro 'spaces'
48#define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) )
49 ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
50make.c:388:49: note: use array indexing to silence this warning
51make.c:85:44: note: expanded from macro 'spaces'
52#define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) )
53 ^
54make.c:393:49: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
55 out_printf( "time\t--\t%s%s: %s\n", spaces( depth ),
56 ^~~~~~~~~~~~~~~
57make.c:85:44: note: expanded from macro 'spaces'
58#define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) )
59 ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
60make.c:393:49: note: use array indexing to silence this warning
61make.c:85:44: note: expanded from macro 'spaces'
62#define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) )
63 ^
64make.c:735:13: warning: implicit declaration of function 'out_flush' is invalid in C99 [-Wimplicit-function-declaration]
65 out_flush();
66 ^
67make.c:758:13: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
68 spaces( depth ), object_str( t->name ) );
69 ^~~~~~~~~~~~~~~
70make.c:85:44: note: expanded from macro 'spaces'
71#define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) )
72 ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
73make.c:758:13: note: use array indexing to silence this warning
74make.c:85:44: note: expanded from macro 'spaces'
75#define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) )
76 ^
778 warnings generated.
78filesys.c:360:10: warning: implicit declaration of function 'filelist_empty' is invalid in C99 [-Wimplicit-function-declaration]
79 if ( filelist_empty( archive->members ) )
80 ^
811 warning generated.
82modules/path.c:16:12: warning: implicit declaration of function 'file_query' is invalid in C99 [-Wimplicit-function-declaration]
83 return file_query( list_front( lol_get( frame->args, 0 ) ) ) ?
84 ^
851 warning generated.
86fileunix.c:233:10: warning: implicit declaration of function 'filelist_empty' is invalid in C99 [-Wimplicit-function-declaration]
87 if ( filelist_empty( archive->members ) )
88 ^
89fileunix.c:235:14: warning: implicit declaration of function 'file_collect_archive_content_' is invalid in C99 [-Wimplicit-function-declaration]
90 if ( file_collect_archive_content_( archive ) < 0 )
91 ^
922 warnings generated.
93./bootstrap/jam0 -f build.jam --toolset=pathscale --toolset-root= clean
94...found 1 target...
95...updating 1 target...
96...updated 1 target...
97./bootstrap/jam0 -f build.jam --toolset=pathscale --toolset-root=
98...found 158 targets...
99...updating 3 targets...
100[MKDIR] bin.linuxx86_64
101[COMPILE] bin.linuxx86_64/b2
102execcmd.c:120:5: warning: implicit declaration of function 'out_printf' is invalid in C99 [-Wimplicit-function-declaration]
103 out_printf( "...interrupted\n" );
104 ^
1051 warning generated.
106make.c:132:13: warning: implicit declaration of function 'out_printf' is invalid in C99 [-Wimplicit-function-declaration]
107 out_printf( "...found %d target%s...\n", counts->targets,
108 ^
109make.c:300:41: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
110 out_printf( "make\t--\t%s%s\n", spaces( depth ), object_str( t->name ) );
111 ^~~~~~~~~~~~~~~
112make.c:85:44: note: expanded from macro 'spaces'
113#define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) )
114 ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
115make.c:300:41: note: use array indexing to silence this warning
116make.c:85:44: note: expanded from macro 'spaces'
117#define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) )
118 ^
119make.c:307:41: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
120 out_printf( "make\t--\t%s%s\n", spaces( depth ), object_str( t->name ) );
121 ^~~~~~~~~~~~~~~
122make.c:85:44: note: expanded from macro 'spaces'
123#define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) )
124 ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
125make.c:307:41: note: use array indexing to silence this warning
126make.c:85:44: note: expanded from macro 'spaces'
127#define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) )
128 ^
129make.c:380:49: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
130 out_printf( "bind\t--\t%s%s: %s\n", spaces( depth ),
131 ^~~~~~~~~~~~~~~
132make.c:85:44: note: expanded from macro 'spaces'
133#define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) )
134 ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
135make.c:380:49: note: use array indexing to silence this warning
136make.c:85:44: note: expanded from macro 'spaces'
137#define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) )
138 ^
139make.c:388:49: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
140 out_printf( "time\t--\t%s%s: %s\n", spaces( depth ),
141 ^~~~~~~~~~~~~~~
142make.c:85:44: note: expanded from macro 'spaces'
143#define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) )
144 ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
145make.c:388:49: note: use array indexing to silence this warning
146make.c:85:44: note: expanded from macro 'spaces'
147#define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) )
148 ^
149make.c:393:49: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
150 out_printf( "time\t--\t%s%s: %s\n", spaces( depth ),
151 ^~~~~~~~~~~~~~~
152make.c:85:44: note: expanded from macro 'spaces'
153#define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) )
154 ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
155make.c:393:49: note: use array indexing to silence this warning
156make.c:85:44: note: expanded from macro 'spaces'
157#define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) )
158 ^
159make.c:758:13: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
160 spaces( depth ), object_str( t->name ) );
161 ^~~~~~~~~~~~~~~
162make.c:85:44: note: expanded from macro 'spaces'
163#define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) )
164 ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
165make.c:758:13: note: use array indexing to silence this warning
166make.c:85:44: note: expanded from macro 'spaces'
167#define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) )
168 ^
169make.c:795:47: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
170 out_printf( "->%s%2d Name: %s\n", spaces( depth ), depth, target_name( t
171 ^~~~~~~~~~~~~~~
172make.c:85:44: note: expanded from macro 'spaces'
173#define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) )
174 ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
175make.c:795:47: note: use array indexing to silence this warning
176make.c:85:44: note: expanded from macro 'spaces'
177#define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) )
178 ^
179make.c:799:47: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
180 out_printf( " %s%2d Name: %s\n", spaces( depth ), depth, target_name( t
181 ^~~~~~~~~~~~~~~
182make.c:85:44: note: expanded from macro 'spaces'
183#define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) )
184 ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
185make.c:799:47: note: use array indexing to silence this warning
186make.c:85:44: note: expanded from macro 'spaces'
187#define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) )
188 ^
189make.c:805:42: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
190 out_printf( " %s Loc: %s\n", spaces( depth ), object_str( t->boundname )
191 ^~~~~~~~~~~~~~~
192make.c:85:44: note: expanded from macro 'spaces'
193#define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) )
194 ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
195make.c:805:42: note: use array indexing to silence this warning
196make.c:85:44: note: expanded from macro 'spaces'
197#define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) )
198 ^
199make.c:811:46: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
200 out_printf( " %s : Stable\n", spaces( depth ) );
201 ^~~~~~~~~~~~~~~
202make.c:85:44: note: expanded from macro 'spaces'
203#define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) )
204 ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
205make.c:811:46: note: use array indexing to silence this warning
206make.c:85:44: note: expanded from macro 'spaces'
207#define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) )
208 ^
209make.c:814:45: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
210 out_printf( " %s : Newer\n", spaces( depth ) );
211 ^~~~~~~~~~~~~~~
212make.c:85:44: note: expanded from macro 'spaces'
213#define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) )
214 ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
215make.c:814:45: note: use array indexing to silence this warning
216make.c:85:44: note: expanded from macro 'spaces'
217#define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) )
218 ^
219make.c:817:60: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
220 out_printf( " %s : Up to date temp file\n", spaces( depth ) );
221 ^~~~~~~~~~~~~~~
222make.c:85:44: note: expanded from macro 'spaces'
223#define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) )
224 ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
225make.c:817:60: note: use array indexing to silence this warning
226make.c:85:44: note: expanded from macro 'spaces'
227#define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) )
228 ^
229make.c:820:69: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
230 out_printf( " %s : Temporary file, to be updated\n", spaces( depth )
231 ^~~~~~~~~~~~~~~
232make.c:85:44: note: expanded from macro 'spaces'
233#define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) )
234 ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
235make.c:820:69: note: use array indexing to silence this warning
236make.c:85:44: note: expanded from macro 'spaces'
237#define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) )
238 ^
239make.c:824:65: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
240 out_printf( " %s : Been touched, updating it\n", spaces( depth ) );
241 ^~~~~~~~~~~~~~~
242make.c:85:44: note: expanded from macro 'spaces'
243#define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) )
244 ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
245make.c:824:65: note: use array indexing to silence this warning
246make.c:85:44: note: expanded from macro 'spaces'
247#define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) )
248 ^
249make.c:827:60: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
250 out_printf( " %s : Missing, creating it\n", spaces( depth ) );
251 ^~~~~~~~~~~~~~~
252make.c:85:44: note: expanded from macro 'spaces'
253#define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) )
254 ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
255make.c:827:60: note: use array indexing to silence this warning
256make.c:85:44: note: expanded from macro 'spaces'
257#define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) )
258 ^
259make.c:830:61: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
260 out_printf( " %s : Outdated, updating it\n", spaces( depth ) );
261 ^~~~~~~~~~~~~~~
262make.c:85:44: note: expanded from macro 'spaces'
263#define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) )
264 ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
265make.c:830:61: note: use array indexing to silence this warning
266make.c:85:44: note: expanded from macro 'spaces'
267#define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) )
268 ^
269make.c:833:60: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
270 out_printf( " %s : Rebuild, updating it\n", spaces( depth ) );
271 ^~~~~~~~~~~~~~~
272make.c:85:44: note: expanded from macro 'spaces'
273#define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) )
274 ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
275make.c:833:60: note: use array indexing to silence this warning
276make.c:85:44: note: expanded from macro 'spaces'
277#define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) )
278 ^
279make.c:836:51: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
280 out_printf( " %s : Updating it\n", spaces( depth ) );
281 ^~~~~~~~~~~~~~~
282make.c:85:44: note: expanded from macro 'spaces'
283#define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) )
284 ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
285make.c:836:51: note: use array indexing to silence this warning
286make.c:85:44: note: expanded from macro 'spaces'
287#define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) )
288 ^
289make.c:839:55: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
290 out_printf( " %s : Can not find it\n", spaces( depth ) );
291 ^~~~~~~~~~~~~~~
292make.c:85:44: note: expanded from macro 'spaces'
293#define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) )
294 ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
295make.c:839:55: note: use array indexing to silence this warning
296make.c:85:44: note: expanded from macro 'spaces'
297#define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) )
298 ^
299make.c:842:51: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
300 out_printf( " %s : Can make it\n", spaces( depth ) );
301 ^~~~~~~~~~~~~~~
302make.c:85:44: note: expanded from macro 'spaces'
303#define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) )
304 ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
305make.c:842:51: note: use array indexing to silence this warning
306make.c:85:44: note: expanded from macro 'spaces'
307#define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) )
308 ^
309make.c:848:38: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
310 out_printf( " %s : ", spaces( depth ) );
311 ^~~~~~~~~~~~~~~
312make.c:85:44: note: expanded from macro 'spaces'
313#define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) )
314 ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
315make.c:848:38: note: use array indexing to silence this warning
316make.c:85:44: note: expanded from macro 'spaces'
317#define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) )
318 ^
319make.c:860:56: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
320 out_printf( " %s : Depends on %s (%s)", spaces( depth ),
321 ^~~~~~~~~~~~~~~
322make.c:85:44: note: expanded from macro 'spaces'
323#define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) )
324 ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
325make.c:860:56: note: use array indexing to silence this warning
326make.c:85:44: note: expanded from macro 'spaces'
327#define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) )
328 ^
32923 warnings generated.
330filesys.c:360:10: warning: implicit declaration of function 'filelist_empty' is invalid in C99 [-Wimplicit-function-declaration]
331 if ( filelist_empty( archive->members ) )
332 ^
3331 warning generated.
334modules/path.c:16:12: warning: implicit declaration of function 'file_query' is invalid in C99 [-Wimplicit-function-declaration]
335 return file_query( list_front( lol_get( frame->args, 0 ) ) ) ?
336 ^
3371 warning generated.
338fileunix.c:233:10: warning: implicit declaration of function 'filelist_empty' is invalid in C99 [-Wimplicit-function-declaration]
339 if ( filelist_empty( archive->members ) )
340 ^
341fileunix.c:235:14: warning: implicit declaration of function 'file_collect_archive_content_' is invalid in C99 [-Wimplicit-function-declaration]
342 if ( file_collect_archive_content_( archive ) < 0 )
343 ^
3442 warnings generated.
345
346### Assertion failure at line 2752 of /root/cb_agent/buildroots/gdwfffnirrrzziimghtvwviiwlowuqjd/tmp/portage/ekopath/ekopath6-9999/work/enzo-suite/ekopath/compiler/src/be/opt/opt_htable.cxx:
347### Compiler Error in file /tmp/ldfe.spUrSm/9.I during Global Optimization -- Create CODEMAP Representation phase:
348### CODEMAP::Add_tcon: unexpected tcon type: A
349Signal: Aborted in Global Optimization -- Create CODEMAP Representation phase.
350Error: Signal Aborted in phase Global Optimization -- Create CODEMAP Representation -- processing aborted
351pathcc ERROR: execute '/opt/ekopath/lib/6.0.705/x8664/be' failed: unknown signal
352
353 "pathcc" -o bin.linuxx86_64/b2 "-DNDEBUG" "-DOPT_HEADER_CACHE_EXT" "-DOPT_GRAPH_DEBUG_EXT" "-DOPT_SEMAPHORE" "-DOPT_AT_FILES" "-DOPT_DEBUG_PROFILE" "-DOPT_FIX_TARGET_VARIABLES_EXT" "-DOPT_IMPROVED_PATIENCE_EXT" "-DYYSTACKSIZE=5000" "-s" "-Ofast" "-O3" "command.c" "compile.c" "constants.c" "debug.c" "execcmd.c" "frames.c" "function.c" "glob.c" "hash.c" "hcache.c" "headers.c" "hdrmacro.c" "jam.c" "jambase.c" "jamgram.c" "lists.c" "make.c" "make1.c" "mem.c" "object.c" "option.c" "output.c" "parse.c" "pathsys.c" "regexp.c" "rules.c" "scan.c" "search.c" "subst.c" "w32_getreg.c" "timestamp.c" "variable.c" "modules.c" "strings.c" "filesys.c" "builtins.c" "class.c" "cwd.c" "native.c" "md5.c" "modules/set.c" "modules/path.c" "modules/regex.c" "modules/property-set.c" "modules/sequence.c" "modules/order.c" "execunix.c" "fileunix.c" "pathunix.c"
354
355...failed [COMPILE] bin.linuxx86_64/b2...
356...skipped bjam for lack of b2...
357...failed updating 1 target...
358...skipped 1 target...
359...updated 1 target...