Ticket #41901: bootstrap.log

File bootstrap.log, 4.9 KB (added by xanda-escuyer (xanda), 10 years ago)

Bootstrap compiler failure

Line 
1###
2### Using 'darwin' toolset.
3###
4rm -rf bootstrap
5mkdir bootstrap
6/opt/local/bin/clang-mp-3.3 -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
7make.c:296:37: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
8        printf( "make\t--\t%s%s\n", spaces( depth ), object_str( t->name ) );
9                                    ^~~~~~~~~~~~~~~
10make.c:85:44: note: expanded from macro 'spaces'
11#define spaces(x) ( "                    " + ( x > 20 ? 0 : 20-x ) )
12                    ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
13make.c:296:37: note: use array indexing to silence this warning
14make.c:85:44: note: expanded from macro 'spaces'
15#define spaces(x) ( "                    " + ( x > 20 ? 0 : 20-x ) )
16                                           ^
17make.c:303:37: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
18        printf( "make\t--\t%s%s\n", spaces( depth ), object_str( t->name ) );
19                                    ^~~~~~~~~~~~~~~
20make.c:85:44: note: expanded from macro 'spaces'
21#define spaces(x) ( "                    " + ( x > 20 ? 0 : 20-x ) )
22                    ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
23make.c:303:37: note: use array indexing to silence this warning
24make.c:85:44: note: expanded from macro 'spaces'
25#define spaces(x) ( "                    " + ( x > 20 ? 0 : 20-x ) )
26                                           ^
27make.c:376:45: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
28            printf( "bind\t--\t%s%s: %s\n", spaces( depth ),
29                                            ^~~~~~~~~~~~~~~
30make.c:85:44: note: expanded from macro 'spaces'
31#define spaces(x) ( "                    " + ( x > 20 ? 0 : 20-x ) )
32                    ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
33make.c:376:45: note: use array indexing to silence this warning
34make.c:85:44: note: expanded from macro 'spaces'
35#define spaces(x) ( "                    " + ( x > 20 ? 0 : 20-x ) )
36                                           ^
37make.c:384:45: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
38            printf( "time\t--\t%s%s: %s\n", spaces( depth ),
39                                            ^~~~~~~~~~~~~~~
40make.c:85:44: note: expanded from macro 'spaces'
41#define spaces(x) ( "                    " + ( x > 20 ? 0 : 20-x ) )
42                    ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
43make.c:384:45: note: use array indexing to silence this warning
44make.c:85:44: note: expanded from macro 'spaces'
45#define spaces(x) ( "                    " + ( x > 20 ? 0 : 20-x ) )
46                                           ^
47make.c:389:45: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
48            printf( "time\t--\t%s%s: %s\n", spaces( depth ),
49                                            ^~~~~~~~~~~~~~~
50make.c:85:44: note: expanded from macro 'spaces'
51#define spaces(x) ( "                    " + ( x > 20 ? 0 : 20-x ) )
52                    ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
53make.c:389:45: note: use array indexing to silence this warning
54make.c:85:44: note: expanded from macro 'spaces'
55#define spaces(x) ( "                    " + ( x > 20 ? 0 : 20-x ) )
56                                           ^
57make.c:731:13: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
58            spaces( depth ), object_str( t->name ) );
59            ^~~~~~~~~~~~~~~
60make.c:85:44: note: expanded from macro 'spaces'
61#define spaces(x) ( "                    " + ( x > 20 ? 0 : 20-x ) )
62                    ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
63make.c:731:13: note: use array indexing to silence this warning
64make.c:85:44: note: expanded from macro 'spaces'
65#define spaces(x) ( "                    " + ( x > 20 ? 0 : 20-x ) )
66                                           ^
676 warnings generated.
68modules/path.c:16:12: warning: implicit declaration of function 'file_query' is invalid in C99 [-Wimplicit-function-declaration]
69    return file_query( list_front( lol_get( frame->args, 0 ) ) ) ?
70           ^
711 warning generated.
72ld: absolute address to symbol ___stdoutp in a different linkage unit not supported in _debug_compile from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_boost/boost/work/.tmp/compile-QN2QRU.o
73collect2: ld returned 1 exit status
74clang: error: linker (via gcc) command failed with exit code 1 (use -v to see invocation)