Ticket #43236: main.log

File main.log, 9.5 KB (added by r01@…, 10 years ago)
Line 
1version:1
2:debug:main changing euid/egid - current euid: 0 - current egid: 0
3:debug:main egid changed to: 501
4:debug:main euid changed to: 502
5:debug:main Executing org.macports.main (iulib)
6:debug:main Privilege de-escalation not attempted as not running as root.
7:debug:main Skipping completed org.macports.archivefetch (iulib)
8:debug:main Privilege de-escalation not attempted as not running as root.
9:debug:main Skipping completed org.macports.fetch (iulib)
10:debug:main Privilege de-escalation not attempted as not running as root.
11:debug:main Skipping completed org.macports.checksum (iulib)
12:debug:main Privilege de-escalation not attempted as not running as root.
13:debug:main Skipping completed org.macports.extract (iulib)
14:debug:main Privilege de-escalation not attempted as not running as root.
15:debug:main Skipping completed org.macports.patch (iulib)
16:debug:main Privilege de-escalation not attempted as not running as root.
17:debug:main Skipping completed org.macports.configure (iulib)
18:debug:main Privilege de-escalation not attempted as not running as root.
19:debug:build build phase started at Sat Apr  5 15:13:55 CEST 2014
20:notice:build --->  Building iulib
21:debug:build Executing org.macports.build (iulib)
22: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_graphics_iulib/iulib/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.9'
23:debug:build Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_iulib/iulib/work/iulib-0.4-20120618" && /opt/local/bin/scons -j4 test=yes'
24:debug:build Executing command line:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_iulib/iulib/work/iulib-0.4-20120618" && /opt/local/bin/scons -j4 test=yes
25:info:build scons: Reading SConscript files ...
26:info:build compiling with high optimization
27:info:build Checking for png_byte in C library png... (cached) yes
28:info:build Checking for jpeg_std_error() in C library jpeg... (cached) yes
29:info:build Checking for inflate in C library z... (cached) yes
30:info:build Checking for TIFFOpen() in C library tiff... (cached) yes
31:info:build Checking for C++ header file SDL/SDL_gfxPrimitives.h... (cached) yes
32:info:build Checking for C++ header file SDL/SDL.h... (cached) yes
33:info:build scons: done reading SConscript files.
34:info:build scons: Building targets ...
35: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
36: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
37:info:build g++ -o imgbits/imgbits.os -c -g -fPIC -fPIC -I. -Icolib -Iimglib -Iimgio -Iimgbits -Iutils -Icomponents -Ividio -I/opt/local/include imgbits/imgbits.cc
38:info:build g++ -o imgbits/imgblit.os -c -g -fPIC -fPIC -I. -Icolib -Iimglib -Iimgio -Iimgbits -Iutils -Icomponents -Ividio -I/opt/local/include imgbits/imgblit.cc
39:info:build In file included from imglib/imgops.cc:35:
40:info:build In file included from ./colib/colib.h:37:
41:info:build colib/env.h:36:17: warning: using directive refers to implicitly-defined namespace 'std'
42:info:build using namespace std;
43:info:build                 ^
44:info:build In file included from imglib/imgtrace.cc:35:
45:info:build In file included from ./colib/colib.h:37:
46:info:build colib/env.h:36:17: warning: using directive refers to implicitly-defined namespace 'std'
47:info:build using namespace std;
48:info:build                 ^
49:info:build In file included from imgbits/imgbits.cc:29:
50:info:build In file included from ./colib/colib.h:37:
51:info:build colib/env.h:36:17: warning: using directive refers to implicitly-defined namespace 'std'
52:info:build using namespace std;
53:info:build                 ^
54:info:build In file included from imgbits/imgblit.cc:28:
55:info:build In file included from ./colib/colib.h:37:
56:info:build colib/env.h:36:17: warning: using directive refers to implicitly-defined namespace 'std'
57:info:build using namespace std;
58:info:build                 ^
59:info:build imglib/imgops.cc:136:15: error: default arguments cannot be added to a function template that has already been declared
60:info:build             V scale=1,int dx=0,int dy=0) {
61:info:build               ^     ~
62:info:build imglib/imgops.h:70:10: note: previous template declaration is here
63:info:build     void addscaled(colib::narray<T> &, colib::narray<T> &, V, int, int);
64:info:build          ^
65:info:build imglib/imgops.cc:136:27: error: default arguments cannot be added to a function template that has already been declared
66:info:build             V scale=1,int dx=0,int dy=0) {
67:info:build                           ^  ~
68:info:build imglib/imgops.h:70:10: note: previous template declaration is here
69:info:build     void addscaled(colib::narray<T> &, colib::narray<T> &, V, int, int);
70:info:build          ^
71:info:build imglib/imgops.cc:136:36: error: default arguments cannot be added to a function template that has already been declared
72:info:build             V scale=1,int dx=0,int dy=0) {
73:info:build                                    ^  ~
74:info:build imglib/imgops.h:70:10: note: previous template declaration is here
75:info:build     void addscaled(colib::narray<T> &, colib::narray<T> &, V, int, int);
76:info:build          ^
77:info:build imglib/imgtrace.cc:106:41: warning: assigning field to itself [-Wself-assign-field]
78:info:build             if(bi(x+1,y)==ON) { x=x+1; y=y; return true; }
79:info:build                                         ^
80:info:build imglib/imgtrace.cc:108:34: warning: assigning field to itself [-Wself-assign-field]
81:info:build             if(bi(x,y+1)==ON) { x=x; y=y+1; return true; }
82:info:build                                  ^
83:info:build imglib/imgtrace.cc:110:41: warning: assigning field to itself [-Wself-assign-field]
84:info:build             if(bi(x-1,y)==ON) { x=x-1; y=y; return true; }
85:info:build                                         ^
86:info:build imglib/imgtrace.cc:112:34: warning: assigning field to itself [-Wself-assign-field]
87:info:build             if(bi(x,y-1)==ON) { x=x; y=y-1; return true; }
88:info:build                                  ^
89:info:build 1 warning and 3 errors generated.
90:info:build scons: *** [imglib/imgops.os] Error 1
91:info:build 5 warnings generated.
92:info:build 1 warning generated.
93:info:build In file included from imgbits/imgbits.cc:29:
94:info:build In file included from ./colib/colib.h:34:
95:info:build In file included from colib/classifier.h:36:
96:info:build colib/smartptr.h:131:25: warning: delete called on 'iulib::IOWrapper' that is abstract but has non-virtual destructor [-Wdelete-non-virtual-dtor]
97:info:build             if(pointer) delete pointer;
98:info:build                         ^
99:info:build ./colib/narray.h:251:17: note: in instantiation of member function 'colib::autodel<iulib::IOWrapper>::~autodel' requested here
100:info:build                 delete [] data;
101:info:build                 ^
102:info:build ./colib/narray.h:244:13: note: in instantiation of member function 'colib::narray<colib::autodel<iulib::IOWrapper> >::dealloc' requested here
103:info:build             dealloc();
104:info:build             ^
105:info:build components/components.h:190:9: note: in instantiation of member function 'colib::narray<colib::autodel<iulib::IOWrapper> >::~narray' requested here
106:info:build         IComponent() {
107:info:build         ^
108:info:build In file included from imgbits/imgbits.cc:29:
109:info:build In file included from ./colib/colib.h:34:
110:info:build In file included from colib/classifier.h:36:
111:info:build colib/smartptr.h:145:17: warning: delete called on 'iulib::IOWrapper' that is abstract but has non-virtual destructor [-Wdelete-non-virtual-dtor]
112:info:build                 delete pointer;
113:info:build                 ^
114:info:build components/components.h:259:29: note: in instantiation of member function 'colib::autodel<iulib::IOWrapper>::operator=' requested here
115:info:build             wrappers.push() = new ScalarIOWrapper<int>(data);
116:info:build                             ^
117:info:build 3 warnings generated.
118:info:build scons: building terminated because of errors.
119:info:build Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_iulib/iulib/work/iulib-0.4-20120618" && /opt/local/bin/scons -j4 test=yes
120:info:build Exit code: 2
121:error:build org.macports.build for port iulib returned: command execution failed
122:debug:build Error code: CHILDSTATUS 24709 2
123:debug:build Backtrace: command execution failed
124    while executing
125"system -nice 0 $fullcmdstring"
126    ("eval" body line 1)
127    invoked from within
128"eval system $notty $nice \$fullcmdstring"
129    invoked from within
130"command_exec build"
131    (procedure "portbuild::build_main" line 8)
132    invoked from within
133"$procedure $targetname"
134:info:build Warning: targets not executed for iulib: org.macports.activate org.macports.build org.macports.destroot org.macports.install
135:error:build Failed to install iulib
136:debug:build couldn't open "/System/Library/Frameworks/Tcl.framework/Versions/8.5/Resources/tclIndex": no such file or directory
137    while executing
138"open [file join $dir tclIndex]"
139:notice:build Please see the log file for port iulib for details:
140    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_iulib/iulib/main.log