Ticket #46009: main.log

File main.log, 7.7 KB (added by robertfleisig@…, 9 years ago)
Line 
1version:1
2:debug:main epoch: in tree: 0 installed: 0
3:debug:main smake 1.2.3_0 exists in the ports tree
4:debug:main smake 1.2.3_0  is the latest installed
5:debug:main smake 1.2.3_0  is active
6:debug:main Merging existing variants '' into variants
7:debug:main new fully merged portvariants:
8:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/devel/smake
9:debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386
10:debug:main Sourcing PortGroup compiler_blacklist_versions 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/compiler_blacklist_versions-1.0.tcl
11:debug:main compiler clang 600.0.54 not blacklisted because it doesn't match {clang < 318}
12:debug:main universal_variant is false, so not adding the default universal variant
13:debug:main Running callback portconfigure::add_automatic_compiler_dependencies
14:debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies
15:debug:main Running callback portbuild::add_automatic_buildsystem_dependencies
16:debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies
17:debug:main No need to upgrade! smake 1.2.3_0 >= smake 1.2.3_0
18:msg:main --->  Computing dependencies for count:info:main .:debug:main count has no conflicts
19:debug:main Searching for dependency: smake
20:debug:main Found Dependency: receipt exists for smake
21:msg:main
22:debug:main Executing org.macports.main (count)
23:debug:main changing euid/egid - current euid: 0 - current egid: 0
24:debug:main egid changed to: 501
25:debug:main euid changed to: 506
26:debug:main Skipping completed org.macports.archivefetch (count)
27:debug:main Privilege de-escalation not attempted as not running as root.
28:debug:main Skipping completed org.macports.fetch (count)
29:debug:main Privilege de-escalation not attempted as not running as root.
30:debug:main Skipping completed org.macports.checksum (count)
31:debug:main Privilege de-escalation not attempted as not running as root.
32:debug:main Skipping completed org.macports.extract (count)
33:debug:main Privilege de-escalation not attempted as not running as root.
34:debug:main Skipping completed org.macports.patch (count)
35:debug:main Privilege de-escalation not attempted as not running as root.
36:debug:main Skipping completed org.macports.configure (count)
37:debug:main Privilege de-escalation not attempted as not running as root.
38:debug:build build phase started at Tue Nov 25 07:19:52 EST 2014
39:notice:build --->  Building count
40:debug:build Executing org.macports.build (count)
41:debug:build port disallows a parallel build
42:debug:build Environment:
43CC_PRINT_OPTIONS='YES'
44CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_sysutils_count/count/work/.CC_PRINT_OPTIONS'
45CPATH='/opt/local/include'
46LIBRARY_PATH='/opt/local/lib'
47MACOSX_DEPLOYMENT_TARGET='10.10'
48:debug:build Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_sysutils_count/count/work/count-1.20" && /opt/local/bin/smake all'
49:debug:build Executing command line:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_sysutils_count/count/work/count-1.20" && /opt/local/bin/smake all
50:info:build     ==> MAKING "all" ON SUBDIRECTORY "SRCROOT/conf"
51:info:build     ==> MAKING "all" ON SUBDIRECTORY "SRCROOT/inc"
52:info:build     ==> MAKING "all" ON SUBCOMPONENT "SRCROOT/inc/align_test.mk"
53:info:build     ==> MAKING "all" ON SUBCOMPONENT "SRCROOT/inc/avoffset.mk"
54:info:build     ==> COMPILING "avoffset.o"
55:info:build In file included from avoffset.c:36:
56:info:build ../include/schily.h:190:12: error: conflicting types for 'getline'
57:info:build extern  int     getline __PR((char *, int));
58:info:build                 ^
59:info:build /usr/include/stdio.h:442:9: note: previous declaration is 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 1 error generated.
63:info:build smake: Operation not permitted. *** Code 1 from command line for target 'avoffset.o'.
64:info:build smake: The following command caused the error:
65:info:build echo "      ==> COMPILING \"avoffset.o\""; cc   -O   -I. -IOBJ/i386-darwin-cc -I../incs/i386-darwin-cc -I../include  -DUSE_SCANSTACK -D__OPRINTF__  -c -o OBJ/i386-darwin-cc/avoffset.o avoffset.c
66:info:build smake: Couldn't make 'all'.
67:info:build smake: Leaving  '/opt/local/bin/smake'[2] from directory '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_sysutils_count/count/work/count-1.20/inc'
68:info:build smake: Default commandline target: 'all'
69:info:build smake: Doing                       exit(1)
70:info:build smake: Operation not permitted. *** Code 1 from command line for target 'all'.
71:info:build smake: The following command caused the error:
72:info:build for MK in align_test.mk avoffset.mk ;                                       \
73:info:build     do                                                              \
74:info:build             (                                                       \
75:info:build             if [ -r ./$MK ] ; then                  \
76:info:build                     echo "  ==> MAKING \"all\" ON SUBCOMPONENT \"SRCROOT/inc/$MK\""; "/opt/local/bin/smake" -f $MK  XARCH=x86_64-darwin-cc all;\
77:info:build             else                                                    \
78:info:build                     echo "NOTICE: Partial source (SRCROOT/inc/$MK) missing";\
79:info:build             fi                                                      \
80:info:build             );                                                      \
81:info:build     done
82:info:build smake: Couldn't make 'all'.
83:info:build smake: Leaving  '/opt/local/bin/smake'[1] from directory '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_sysutils_count/count/work/count-1.20/inc'
84:info:build smake: Default commandline target: 'all'
85:info:build smake: Doing                       exit(1)
86:info:build smake: Operation not permitted. *** Code 1 from command line for target 'all'.
87:info:build smake: The following command caused the error:
88:info:build list="conf inc libschily change man";                                                       \
89:info:build     [ -d TARGETS -a -f TARGETS/__slot ] &&                                  \
90:info:build             list=`echo TARGETS/[0-9][0-9]* | sed -e 's;TARGETS/[0-9][0-9];;g' | sed -e 's;!@!;/;g'`;\
91:info:build     for DIR in ${list} ;                                                    \
92:info:build     do                                                                      \
93:info:build             (                                                               \
94:info:build             echo "  ==> MAKING \"all\" ON SUBDIRECTORY \"SRCROOT/$DIR\"";\
95:info:build             if [ -d ./$DIR -a -r ./$DIR/Makefile ] ; then                   \
96:info:build                     cd ./$DIR;"/opt/local/bin/smake"  XARCH=x86_64-darwin-cc DIRNAME=SRCROOT/$DIR all;              \
97:info:build             else                                                            \
98:info:build                     echo "NOTICE: Partial source (SRCROOT/$DIR) missing";\
99:info:build             fi                                                              \
100:info:build             );                                                              \
101:info:build     done
102:info:build smake: Couldn't make 'all'.
103:info:build Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_sysutils_count/count/work/count-1.20" && /opt/local/bin/smake all
104:info:build Exit code: 1
105:error:build org.macports.build for port count returned: command execution failed
106:debug:build Error code: CHILDSTATUS 3883 1
107:debug:build Backtrace: command execution failed
108    while executing
109"system -nice 0 $fullcmdstring"
110    ("eval" body line 1)
111    invoked from within
112"eval system $notty $nice \$fullcmdstring"
113    invoked from within
114"command_exec build"
115    (procedure "portbuild::build_main" line 8)
116    invoked from within
117"portbuild::build_main org.macports.build"
118    ("eval" body line 1)
119    invoked from within
120"eval $procedure $targetname"
121:info:build Warning: targets not executed for count: org.macports.activate org.macports.build org.macports.destroot org.macports.install
122:notice:build Please see the log file for port count for details:
123    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_sysutils_count/count/main.log