Ticket #35822: main.log

File main.log, 7.5 KB (added by Polyergic (Shad Sterling), 12 years ago)

build log

Line 
1version:1
2:debug:main Checking for conflicts against dap
3:debug:main Searching for dependency: libdap
4:debug:main Didn't find receipt, going to depspec regex for: libdap
5:debug:main Executing org.macports.main (dap)
6:debug:main changing euid/egid - current euid: 0 - current egid: 0
7:debug:main egid changed to: 505
8:debug:main euid changed to: 505
9:debug:main Skipping completed org.macports.archivefetch (dap)
10:debug:main Privilege de-escalation not attempted as not running as root.
11:debug:main Skipping completed org.macports.fetch (dap)
12:debug:main Privilege de-escalation not attempted as not running as root.
13:debug:main Skipping completed org.macports.checksum (dap)
14:debug:main Privilege de-escalation not attempted as not running as root.
15:debug:main Skipping completed org.macports.extract (dap)
16:debug:main Privilege de-escalation not attempted as not running as root.
17:debug:main Skipping completed org.macports.patch (dap)
18:debug:main Privilege de-escalation not attempted as not running as root.
19:debug:main Skipping completed org.macports.configure (dap)
20:debug:main Privilege de-escalation not attempted as not running as root.
21:debug:build build phase started at Sat Aug 25 12:45:02 EDT 2012
22:notice:build --->  Building dap
23:debug:build Executing org.macports.build (dap)
24:debug:build Environment: CPATH='/opt/local/include' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_dap/dap/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.7'
25:debug:build Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_dap/dap/work/dap-3.7" && /usr/bin/make -j2 -w all'
26:debug:build Executing command line:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_dap/dap/work/dap-3.7" && /usr/bin/make -j2 -w all
27:info:build make: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_dap/dap/work/dap-3.7'
28:info:build Making all in src
29:info:build make[1]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_dap/dap/work/dap-3.7/src'
30:info:build /usr/bin/clang -DPACKAGE_NAME=\"GNU\ dap\" -DPACKAGE_TARNAME=\"dap\" -DPACKAGE_VERSION=\"3.7\" -DPACKAGE_STRING=\"GNU\ dap\ 3.7\" -DPACKAGE_BUGREPORT=\"bug-dap@gnu.org\" -DPACKAGE=\"dap\" -DVERSION=\"3.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FCNTL_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_MKDIR=1 -I.   -I/opt/local/include  -pipe -O2 -arch x86_64 -MT dap0.o -MD -MP -MF .deps/dap0.Tpo -c -o dap0.o dap0.c
31:info:build /usr/bin/clang -DPACKAGE_NAME=\"GNU\ dap\" -DPACKAGE_TARNAME=\"dap\" -DPACKAGE_VERSION=\"3.7\" -DPACKAGE_STRING=\"GNU\ dap\ 3.7\" -DPACKAGE_BUGREPORT=\"bug-dap@gnu.org\" -DPACKAGE=\"dap\" -DVERSION=\"3.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FCNTL_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_MKDIR=1 -I.   -I/opt/local/include  -pipe -O2 -arch x86_64 -MT dap3.o -MD -MP -MF .deps/dap3.Tpo -c -o dap3.o dap3.c
32:info:build dap0.c:148:10: warning: '/*' within block comment [-Wcomment]
33:info:build                               /* zero (mantissa) or not (exponent and sign
34:info:build                               ^
35:info:build dap0.c:220:6: warning: '/*' within block comment [-Wcomment]
36:info:build                    /* zero mantissa
37:info:build                    ^
38:info:build dap0.c:222:10: warning: assigning to 'unsigned int *' from 'int *' converts between pointers to integer types with different sign [-Wpointer-sign]
39:info:build   ptesti = (int *) &testd; /* *ptesti is the low order word of testd */
40:info:build          ^ ~~~~~~~~~~~~~~
41:info:build dap0.c:238:3: warning: implicit declaration of function 'dap_main' is invalid in C99 [-Wimplicit-function-declaration]
42:info:build   dap_main(argc, argv);
43:info:build   ^
44:info:build dap0.c:546:12: error: static declaration of 'getline' follows non-static declaration
45:info:build static int getline(DFILE *fp, char *line)
46:info:build            ^
47:info:build /usr/include/stdio.h:449:9: note: previous declaration is here
48:info:build ssize_t getline(char ** __restrict, size_t * __restrict, FILE * __restrict) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3);
49:info:build         ^
50:info:build dap0.c:776:40: error: too few arguments to function call, expected 3, have 2
51:info:build       if (getline(dap_in[dap_ono], line) < 0)
52:info:build           ~~~~~~~                      ^
53:info:build /usr/include/stdio.h:449:1: note: 'getline' declared here
54:info:build ssize_t getline(char ** __restrict, size_t * __restrict, FILE * __restrict) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3);
55:info:build ^
56:info:build dap0.c:826:45: error: too few arguments to function call, expected 3, have 2
57:info:build   if ((nread = getline(dap_in[dap_ono], line)) <= 0)
58:info:build                ~~~~~~~                      ^
59:info:build /usr/include/stdio.h:449:1: note: 'getline' declared here
60:info:build ssize_t getline(char ** __restrict, size_t * __restrict, FILE * __restrict) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3);
61:info:build ^
62:info:build dap0.c:2072:39: error: too few arguments to function call, expected 3, have 2
63:info:build   if (getline(dap_in[dap_ono], varspec) < 0)
64:info:build       ~~~~~~~                         ^
65:info:build /usr/include/stdio.h:449:1: note: 'getline' declared here
66:info:build ssize_t getline(char ** __restrict, size_t * __restrict, FILE * __restrict) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3);
67:info:build ^
68:info:build 4 warnings and 4 errors generated.
69:info:build make[1]: *** [dap0.o] Error 1
70:info:build make[1]: *** Waiting for unfinished jobs....
71:info:build mv -f .deps/dap3.Tpo .deps/dap3.Po
72:info:build make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_dap/dap/work/dap-3.7/src'
73:info:build make: *** [all-recursive] Error 1
74:info:build make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_dap/dap/work/dap-3.7'
75:info:build Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_dap/dap/work/dap-3.7" && /usr/bin/make -j2 -w all
76:info:build Exit code: 2
77:error:build org.macports.build for port dap returned: command execution failed
78:debug:build Error code: CHILDSTATUS 83599 2
79:debug:build Backtrace: command execution failed
80    while executing
81"system -nice 0 $fullcmdstring"
82    ("eval" body line 1)
83    invoked from within
84"eval system $notty $nice \$fullcmdstring"
85    invoked from within
86"command_exec build"
87    (procedure "portbuild::build_main" line 8)
88    invoked from within
89"$procedure $targetname"
90:info:build Warning: targets not executed for dap: org.macports.activate org.macports.build org.macports.destroot org.macports.install
91:notice:build Please see the log file for port dap for details:
92    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_dap/dap/main.log