Ticket #42353: main.log

File main.log, 7.6 KB (added by macports.mexon@…, 10 years ago)
Line 
1version:1
2:msg:clean --->  Computing dependencies for iulib:info:clean .:debug:clean iulib has no conflicts
3:debug:clean Searching for dependency: mercurial
4:debug:clean Found Dependency: receipt exists for mercurial
5:debug:clean Searching for dependency: scons
6:debug:clean Found Dependency: receipt exists for scons
7:debug:clean Searching for dependency: libpng
8:debug:clean Found Dependency: receipt exists for libpng
9:debug:clean Searching for dependency: jpeg
10:debug:clean Found Dependency: receipt exists for jpeg
11:debug:clean Searching for dependency: tiff
12:debug:clean Found Dependency: receipt exists for tiff
13:debug:clean Searching for dependency: zlib
14:debug:clean Found Dependency: receipt exists for zlib
15:debug:clean Searching for dependency: libsdl
16:debug:clean Found Dependency: receipt exists for libsdl
17:debug:clean Searching for dependency: libsdl_image
18:debug:clean Found Dependency: receipt exists for libsdl_image
19:debug:clean Searching for dependency: libsdl_gfx
20:debug:clean Found Dependency: receipt exists for libsdl_gfx
21:msg:clean
22:debug:main Executing org.macports.main (iulib)
23:debug:main changing euid/egid - current euid: 0 - current egid: 0
24:debug:main egid changed to: 503
25:debug:main euid changed to: 504
26:debug:main Skipping completed org.macports.archivefetch (iulib)
27:debug:main Privilege de-escalation not attempted as not running as root.
28:debug:main Skipping completed org.macports.fetch (iulib)
29:debug:main Privilege de-escalation not attempted as not running as root.
30:debug:main Skipping completed org.macports.checksum (iulib)
31:debug:main Privilege de-escalation not attempted as not running as root.
32:debug:main Skipping completed org.macports.extract (iulib)
33:debug:main Privilege de-escalation not attempted as not running as root.
34:debug:main Skipping completed org.macports.patch (iulib)
35:debug:main Privilege de-escalation not attempted as not running as root.
36:debug:main Skipping completed org.macports.configure (iulib)
37:debug:main Privilege de-escalation not attempted as not running as root.
38:debug:build build phase started at Sun Feb  2 19:29:57 GMT 2014
39:notice:build --->  Building iulib
40:debug:build Executing org.macports.build (iulib)
41: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_ports_graphics_iulib/iulib/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.9'
42:debug:build Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_iulib/iulib/work/iulib-0.4-20120618" && /opt/local/bin/scons -j2 test=yes'
43:debug:build Executing command line:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_iulib/iulib/work/iulib-0.4-20120618" && /opt/local/bin/scons -j2 test=yes
44:info:build scons: Reading SConscript files ...
45:info:build compiling with high optimization
46:info:build Checking for png_byte in C library png... (cached) yes
47:info:build Checking for jpeg_std_error() in C library jpeg... (cached) yes
48:info:build Checking for inflate in C library z... (cached) yes
49:info:build Checking for TIFFOpen() in C library tiff... (cached) yes
50:info:build Checking for C++ header file SDL/SDL_gfxPrimitives.h... (cached) yes
51:info:build Checking for C++ header file SDL/SDL.h... (cached) yes
52:info:build scons: done reading SConscript files.
53:info:build scons: Building targets ...
54:info:build g++ -o imglib/imgops.os -c -g -fPIC -fPIC -I. -Icolib -Iimglib -Iimgio -Iimgbits -Iutils -Icomponents -Ividio -I/opt/local/include imglib/imgops.cc
55:info:build g++ -o imglib/imgtrace.os -c -g -fPIC -fPIC -I. -Icolib -Iimglib -Iimgio -Iimgbits -Iutils -Icomponents -Ividio -I/opt/local/include imglib/imgtrace.cc
56:info:build In file included from imglib/imgtrace.cc:35In file included from imglib/imgops.cc::
57:info:build In file included from ./colib/colib.h:37:
58:info:build colib/env.h:36:17: warning: using directive refers to implicitly-defined namespace 'std'
59:info:build 35:
60:info:build In file included from ./colib/colib.h:37:
61:info:build colib/env.h:36:17: warning: using directive refers to implicitly-defined namespace 'std'
62:info:build using namespace std;
63:info:build                 ^
64:info:build using namespace std;
65:info:build                 ^
66:info:build imglib/imgops.cc:136:15: error: default arguments cannot be added to a function template that has already been declared
67:info:build             V scale=1,int dx=0,int dy=0) {
68:info:build               ^     ~
69:info:build imglib/imgops.h:70:10: note: previous template declaration is here
70:info:build     void addscaled(colib::narray<T> &, colib::narray<T> &, V, int, int);
71:info:build          ^
72:info:build imglib/imgops.cc:136:27: error: default arguments cannot be added to a function template that has already been declared
73:info:build             V scale=1,int dx=0,int dy=0) {
74:info:build                           ^  ~
75:info:build imglib/imgops.h:70:10: note: previous template declaration is here
76:info:build     void addscaled(colib::narray<T> &, colib::narray<T> &, V, int, int);
77:info:build          ^
78:info:build imglib/imgops.cc:136:36: error: default arguments cannot be added to a function template that has already been declared
79:info:build             V scale=1,int dx=0,int dy=0) {
80:info:build                                    ^  ~
81:info:build imglib/imgops.h:70:10: note: previous template declaration is here
82:info:build     void addscaled(colib::narray<T> &, colib::narray<T> &, V, int, int);
83:info:build          ^
84:info:build imglib/imgtrace.cc:106:41: warning: assigning field to itself [-Wself-assign-field]
85:info:build             if(bi(x+1,y)==ON) { x=x+1; y=y; return true; }
86:info:build                                         ^
87:info:build imglib/imgtrace.cc:108:34: warning: assigning field to itself [-Wself-assign-field]
88:info:build             if(bi(x,y+1)==ON) { x=x; y=y+1; return true; }
89:info:build                                  ^
90:info:build imglib/imgtrace.cc:110:41: warning: assigning field to itself [-Wself-assign-field]
91:info:build             if(bi(x-1,y)==ON) { x=x-1; y=y; return true; }
92:info:build                                         ^
93:info:build imglib/imgtrace.cc:112:34: warning: assigning field to itself [-Wself-assign-field]
94:info:build             if(bi(x,y-1)==ON) { x=x; y=y-1; return true; }
95:info:build                                  ^
96:info:build 1 warning and 3 errors generated.
97:info:build scons: *** [imglib/imgops.os] Error 1
98:info:build 5 warnings generated.
99:info:build scons: building terminated because of errors.
100:info:build Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_iulib/iulib/work/iulib-0.4-20120618" && /opt/local/bin/scons -j2 test=yes
101:info:build Exit code: 2
102:error:build org.macports.build for port iulib returned: command execution failed
103:debug:build Error code: CHILDSTATUS 23047 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 iulib: org.macports.install org.macports.build org.macports.destroot
116:notice:build Please see the log file for port iulib for details:
117    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_iulib/iulib/main.log