Ticket #49980: main.log

File main.log, 9.4 KB (added by victor.roig@…, 8 years ago)
Line 
1version:1
2:debug:main Attempting ln -sf /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_iulib/iulib/work /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/graphics/iulib/work
3:debug:main changing euid/egid - current euid: 0 - current egid: 0
4:debug:main egid changed to: 501
5:debug:main euid changed to: 502
6:debug:main Executing org.macports.main (iulib)
7:debug:main Privilege de-escalation not attempted as not running as root.
8:debug:main Skipping completed org.macports.archivefetch (iulib)
9:debug:main Privilege de-escalation not attempted as not running as root.
10:debug:main Skipping completed org.macports.fetch (iulib)
11:debug:main Privilege de-escalation not attempted as not running as root.
12:debug:main Skipping completed org.macports.checksum (iulib)
13:debug:main Privilege de-escalation not attempted as not running as root.
14:debug:main Skipping completed org.macports.extract (iulib)
15:debug:main Privilege de-escalation not attempted as not running as root.
16:debug:main Skipping completed org.macports.patch (iulib)
17:debug:main Privilege de-escalation not attempted as not running as root.
18:debug:main Skipping completed org.macports.configure (iulib)
19:debug:main Privilege de-escalation not attempted as not running as root.
20:debug:build build phase started at Fri Dec 11 16:04:05 CET 2015
21:notice:build --->  Building iulib
22:debug:build Executing org.macports.build (iulib)
23:debug:build Environment:
24:debug:build CC_PRINT_OPTIONS='YES'
25:debug:build 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'
26:debug:build CPATH='/opt/local/include'
27:debug:build LIBRARY_PATH='/opt/local/lib'
28:debug:build MACOSX_DEPLOYMENT_TARGET='10.11'
29:debug:build system:  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
30:info:build scons: Reading SConscript files ...
31:info:build compiling with high optimization
32:info:build Checking for png_byte in C library png... (cached) yes
33:info:build Checking for jpeg_std_error() in C library jpeg... (cached) yes
34:info:build Checking for inflate in C library z... (cached) yes
35:info:build Checking for TIFFOpen() in C library tiff... (cached) yes
36:info:build Checking for C++ header file SDL/SDL_gfxPrimitives.h... (cached) yes
37:info:build Checking for C++ header file SDL/SDL.h... (cached) yes
38:info:build scons: done reading SConscript files.
39:info:build scons: Building targets ...
40: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
41: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
42: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
43: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
44:info:build In file included from imglib/imgtrace.cc:35:
45:info:build In file included from imglib/imgops.cc:35:
46:info:build In file included from In file included from ./colib/colib.h:37:
47:info:build colib/env.h:36:17: warning: using directive refers to implicitly-defined namespace 'std'
48:info:build using namespace std;
49:info:build                 ^
50:info:build ./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/imgbits.cc:29:
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 In file included from imgbits/imgblit.cc:28:
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 imglib/imgtrace.cc:106:41: warning: assigning field to itself [-Wself-assign-field]
65:info:build             if(bi(x+1,y)==ON) { x=x+1; y=y; return true; }
66:info:build                                         ^
67:info:build imglib/imgtrace.cc:108:34: warning: assigning field to itself [-Wself-assign-field]
68:info:build             if(bi(x,y+1)==ON) { x=x; y=y+1; return true; }
69:info:build                                  ^
70:info:build imglib/imgtrace.cc:110:41: warning: assigning field to itself [-Wself-assign-field]
71:info:build             if(bi(x-1,y)==ON) { x=x-1; y=y; return true; }
72:info:build                                         ^
73:info:build imglib/imgtrace.cc:112:34: warning: assigning field to itself [-Wself-assign-field]
74:info:build             if(bi(x,y-1)==ON) { x=x; y=y-1; return true; }
75:info:build                                  ^
76:info:build imglib/imgops.cc:136:15: error: default arguments cannot be added to a function template that has already been declared
77:info:build             V scale=1,int dx=0,int dy=0) {
78:info:build               ^     ~
79:info:build imglib/imgops.h:70:10: note: previous template declaration is here
80:info:build     void addscaled(colib::narray<T> &, colib::narray<T> &, V, int, int);
81:info:build          ^
82:info:build imglib/imgops.cc:136:27: error: default arguments cannot be added to a function template that has already been declared
83:info:build             V scale=1,int dx=0,int dy=0) {
84:info:build                           ^  ~
85:info:build imglib/imgops.h:70:10: note: previous template declaration is here
86:info:build     void addscaled(colib::narray<T> &, colib::narray<T> &, V, int, int);
87:info:build          ^
88:info:build imglib/imgops.cc:136:36: error: default arguments cannot be added to a function template that has already been declared
89:info:build             V scale=1,int dx=0,int dy=0) {
90:info:build                                    ^  ~
91:info:build imglib/imgops.h:70:10: note: previous template declaration is here
92:info:build     void addscaled(colib::narray<T> &, colib::narray<T> &, V, int, int);
93:info:build          ^
94:info:build 1 warning and 3 errors generated.
95:info:build scons: *** [imglib/imgops.os] Error 1
96:info:build 5 warnings generated.
97:info:build 1 warning generated.
98:info:build In file included from imgbits/imgbits.cc:29:
99:info:build In file included from ./colib/colib.h:34:
100:info:build In file included from colib/classifier.h:36:
101: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]
102:info:build             if(pointer) delete pointer;
103:info:build                         ^
104:info:build colib/narray.h:251:17: note: in instantiation of member function 'colib::autodel<iulib::IOWrapper>::~autodel' requested here
105:info:build                 delete [] data;
106:info:build                 ^
107:info:build colib/narray.h:244:13: note: in instantiation of member function 'colib::narray<colib::autodel<iulib::IOWrapper> >::dealloc' requested here
108:info:build             dealloc();
109:info:build             ^
110:info:build components/components.h:190:9: note: in instantiation of member function 'colib::narray<colib::autodel<iulib::IOWrapper> >::~narray' requested here
111:info:build         IComponent() {
112:info:build         ^
113:info:build In file included from imgbits/imgbits.cc:29:
114:info:build In file included from ./colib/colib.h:34:
115:info:build In file included from colib/classifier.h:36:
116: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]
117:info:build                 delete pointer;
118:info:build                 ^
119:info:build components/components.h:259:29: note: in instantiation of member function 'colib::autodel<iulib::IOWrapper>::operator=' requested here
120:info:build             wrappers.push() = new ScalarIOWrapper<int>(data);
121:info:build                             ^
122:info:build 3 warnings generated.
123:info:build scons: building terminated because of errors.
124: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
125:info:build Exit code: 2
126:error:build Failed to build iulib: command execution failed
127:debug:build Error code: CHILDSTATUS 5240 2
128:debug:build Backtrace: command execution failed
129:debug:build     while executing
130:debug:build "system {*}$notty {*}$nice $fullcmdstring"
131:debug:build     invoked from within
132:debug:build "command_exec build"
133:debug:build     (procedure "portbuild::build_main" line 8)
134:debug:build     invoked from within
135:debug:build "$procedure $targetname"
136:debug:build Registry error: iulib not registered as installed & active.
137:debug:build     invoked from within
138:debug:build "registry_active $subport"
139:debug:build     invoked from within
140:debug:build "$workername eval registry_active \$subport"
141:error:build See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_iulib/iulib/main.log for details.