Ticket #42417: main.log

File main.log, 9.5 KB (added by joao.netto@…, 10 years ago)

MAIN.LOG File

Line 
1version:1
2:debug:build epoch: in tree: 0 installed: 0
3:debug:build tcl 8.6.1_0 exists in the ports tree
4:debug:build tcl 8.6.1_0 +corefoundation+threads is the latest installed
5:debug:build tcl 8.6.1_0 +corefoundation+threads is active
6:debug:build Merging existing variants '+corefoundation+threads' into variants
7:debug:build new fully merged portvariants: corefoundation + threads +
8:debug:build Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/lang/tcl
9:debug:build OS darwin/13.0.0 (Mac OS X 10.9) arch i386
10:debug:build adding the default universal variant
11:debug:build Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf
12:debug:build Executing variant threads provides threads
13:debug:build Executing variant corefoundation provides corefoundation
14:debug:build Running callback portconfigure::add_automatic_compiler_dependencies
15:debug:build Finished running callback portconfigure::add_automatic_compiler_dependencies
16:debug:build Running callback portbuild::add_automatic_buildsystem_dependencies
17:debug:build Finished running callback portbuild::add_automatic_buildsystem_dependencies
18:debug:build No need to upgrade! tcl 8.6.1_0 >= tcl 8.6.1_0
19:msg:build --->  Computing dependencies for hping3:info:build .:debug:build hping3 has no conflicts
20:debug:build Searching for dependency: tcl
21:debug:build Found Dependency: receipt exists for tcl
22:msg:build
23:debug:main Executing org.macports.main (hping3)
24:debug:main changing euid/egid - current euid: 0 - current egid: 0
25:debug:main egid changed to: 502
26:debug:main euid changed to: 503
27:debug:main Skipping completed org.macports.archivefetch (hping3)
28:debug:main Privilege de-escalation not attempted as not running as root.
29:debug:main Skipping completed org.macports.fetch (hping3)
30:debug:main Privilege de-escalation not attempted as not running as root.
31:debug:main Skipping completed org.macports.checksum (hping3)
32:debug:main Privilege de-escalation not attempted as not running as root.
33:debug:main Skipping completed org.macports.extract (hping3)
34:debug:main Privilege de-escalation not attempted as not running as root.
35:debug:main Skipping completed org.macports.patch (hping3)
36:debug:main Privilege de-escalation not attempted as not running as root.
37:debug:main Skipping completed org.macports.configure (hping3)
38:debug:main Privilege de-escalation not attempted as not running as root.
39:debug:build build phase started at Sun Feb  9 00:54:25 BRST 2014
40:notice:build --->  Building hping3
41:debug:build Executing org.macports.build (hping3)
42: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_net_hping3/hping3/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.9'
43:debug:build Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_hping3/hping3/work/hping3-20051105" && /usr/bin/make -j4 -w all'
44:debug:build Executing command line:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_hping3/hping3/work/hping3-20051105" && /usr/bin/make -j4 -w all
45:info:build make: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_hping3/hping3/work/hping3-20051105'
46:info:build gcc -c -O2 -Wall    -g  gethostname.c
47:info:build gcc -c -O2 -Wall    -g  version.c
48:info:build gcc -c -O2 -Wall    -g  antigetopt.c
49:info:build gcc -c -O2 -Wall    -g  sockopt.c
50:info:build gethostname.c:21:8: error: expected parameter declarator
51:info:build size_t strlcpy(char *dst, const char *src, size_t siz);
52:info:build        ^
53:info:build /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/secure/_string.h:105:44: note: expanded from macro 'strlcpy'
54:info:build   __builtin___strlcpy_chk (dest, src, len, __darwin_obsz (dest))
55:info:build                                            ^
56:info:build /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/secure/_common.h:39:62: note: expanded from macro '__darwin_obsz'
57:info:build #define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0)
58:info:build                                                              ^
59:info:build /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/secure/_common.h:30:32: note: expanded from macro '_USE_FORTIFY_LEVEL'
60:info:build #    define _USE_FORTIFY_LEVEL 2
61:info:build                                ^
62:info:build gethostname.c:21:8: error: expected ')'
63:info:build /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/secure/_string.h:105:44: note: expanded from macro 'strlcpy'
64:info:build   __builtin___strlcpy_chk (dest, src, len, __darwin_obsz (dest))
65:info:build                                            ^
66:info:build /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/secure/_common.h:39:62: note: expanded from macro '__darwin_obsz'
67:info:build #define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0)
68:info:build                                                              ^
69:info:build /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/secure/_common.h:30:32: note: expanded from macro '_USE_FORTIFY_LEVEL'
70:info:build #    define _USE_FORTIFY_LEVEL 2
71:info:build                                ^
72:info:build gethostname.c:21:8: note: to match this '('
73:info:build /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/secure/_string.h:105:44: note: expanded from macro 'strlcpy'
74:info:build   __builtin___strlcpy_chk (dest, src, len, __darwin_obsz (dest))
75:info:build                                            ^
76:info:build /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/secure/_common.h:39:53: note: expanded from macro '__darwin_obsz'
77:info:build #define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0)
78:info:build                                                     ^
79:info:build gethostname.c:21:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
80:info:build size_t strlcpy(char *dst, const char *src, size_t siz);
81:info:build        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
82:info:build /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/secure/_string.h:105:44: note: expanded from macro 'strlcpy'
83:info:build   __builtin___strlcpy_chk (dest, src, len, __darwin_obsz (dest))
84:info:build                                            ^~~~~~~~~~~~~~~~~~~~
85:info:build /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/secure/_common.h:39:31: note: expanded from macro '__darwin_obsz'
86:info:build #define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0)
87:info:build                               ^~~~~~~~~~~~~~~~~~~~~
88:info:build gethostname.c:21:8: error: conflicting types for '__builtin___strlcpy_chk'
89:info:build /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/secure/_string.h:105:3: note: expanded from macro 'strlcpy'
90:info:build   __builtin___strlcpy_chk (dest, src, len, __darwin_obsz (dest))
91:info:build   ^
92:info:build gethostname.c:21:8: note: '__builtin___strlcpy_chk' is a builtin with type 'unsigned long (char *, const char *, unsigned long, unsigned long)'
93:info:build /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/secure/_string.h:105:3: note: expanded from macro 'strlcpy'
94:info:build   __builtin___strlcpy_chk (dest, src, len, __darwin_obsz (dest))
95:info:build   ^
96:info:build 1 warning and 3 errors generated.
97:info:build make: *** [gethostname.o] Error 1
98:info:build make: *** Waiting for unfinished jobs....
99:info:build make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_hping3/hping3/work/hping3-20051105'
100:info:build Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_hping3/hping3/work/hping3-20051105" && /usr/bin/make -j4 -w all
101:info:build Exit code: 2
102:error:build org.macports.build for port hping3 returned: command execution failed
103:debug:build Error code: CHILDSTATUS 10468 2
104:debug:build Backtrace: command execution failed
105    while executing
106"system -nice 0 $fullcmdstring"
107    ("eval" body line 1)
108    invoked from within
109"eval system $notty $nice \$fullcmdstring"
110    invoked from within
111"command_exec build"
112    (procedure "portbuild::build_main" line 8)
113    invoked from within
114"$procedure $targetname"
115:info:build Warning: targets not executed for hping3: org.macports.activate org.macports.build org.macports.destroot org.macports.install
116:notice:build Please see the log file for port hping3 for details:
117    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_hping3/hping3/main.log