Ticket #39870: bootstrap.log

File bootstrap.log, 5.5 KB (added by mklein-de (Michael Klein), 11 years ago)
Line 
1###
2### Using 'darwin' toolset.
3###
4rm -rf bootstrap
5mkdir bootstrap
6/opt/local/bin/clang-mp-3.2 -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 pathunix.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
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
14        printf( "make\t--\t%s%s\n", spaces( depth ), object_str( t->name ) );
15                                    ^
16make.c:85:44: note: expanded from macro 'spaces'
17#define spaces(x) ( "                    " + ( x > 20 ? 0 : 20-x ) )
18                                           ^
19make.c:303:37: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
20        printf( "make\t--\t%s%s\n", spaces( depth ), object_str( t->name ) );
21                                    ^~~~~~~~~~~~~~~
22make.c:85:44: note: expanded from macro 'spaces'
23#define spaces(x) ( "                    " + ( x > 20 ? 0 : 20-x ) )
24                    ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
25make.c:303:37: note: use array indexing to silence this warning
26        printf( "make\t--\t%s%s\n", spaces( depth ), object_str( t->name ) );
27                                    ^
28make.c:85:44: note: expanded from macro 'spaces'
29#define spaces(x) ( "                    " + ( x > 20 ? 0 : 20-x ) )
30                                           ^
31make.c:376:45: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
32            printf( "bind\t--\t%s%s: %s\n", spaces( depth ),
33                                            ^~~~~~~~~~~~~~~
34make.c:85:44: note: expanded from macro 'spaces'
35#define spaces(x) ( "                    " + ( x > 20 ? 0 : 20-x ) )
36                    ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
37make.c:376:45: note: use array indexing to silence this warning
38            printf( "bind\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: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
44            printf( "time\t--\t%s%s: %s\n", spaces( depth ),
45                                            ^~~~~~~~~~~~~~~
46make.c:85:44: note: expanded from macro 'spaces'
47#define spaces(x) ( "                    " + ( x > 20 ? 0 : 20-x ) )
48                    ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
49make.c:384:45: note: use array indexing to silence this warning
50            printf( "time\t--\t%s%s: %s\n", spaces( depth ),
51                                            ^
52make.c:85:44: note: expanded from macro 'spaces'
53#define spaces(x) ( "                    " + ( x > 20 ? 0 : 20-x ) )
54                                           ^
55make.c:389:45: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
56            printf( "time\t--\t%s%s: %s\n", spaces( depth ),
57                                            ^~~~~~~~~~~~~~~
58make.c:85:44: note: expanded from macro 'spaces'
59#define spaces(x) ( "                    " + ( x > 20 ? 0 : 20-x ) )
60                    ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
61make.c:389:45: note: use array indexing to silence this warning
62            printf( "time\t--\t%s%s: %s\n", spaces( depth ),
63                                            ^
64make.c:85:44: note: expanded from macro 'spaces'
65#define spaces(x) ( "                    " + ( x > 20 ? 0 : 20-x ) )
66                                           ^
67make.c:731: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:731:13: note: use array indexing to silence this warning
74            spaces( depth ), object_str( t->name ) );
75            ^
76make.c:85:44: note: expanded from macro 'spaces'
77#define spaces(x) ( "                    " + ( x > 20 ? 0 : 20-x ) )
78                                           ^
796 warnings generated.
80modules/path.c:16:12: warning: implicit declaration of function 'file_query' is invalid in C99 [-Wimplicit-function-declaration]
81    return file_query( list_front( lol_get( frame->args, 0 ) ) ) ?
82           ^
831 warning generated.
84ld: 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_git.macports.org_dports_devel_boost/boost/work/.tmp/compile-C4suOb.o
85collect2: ld returned 1 exit status
86clang: error: linker (via gcc) command failed with exit code 1 (use -v to see invocation)