Ticket #45128: main.log

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

log file from failed port install command

Line 
1version:1
2:debug:main changing euid/egid - current euid: 0 - current egid: 0
3:debug:main egid changed to: 500
4:debug:main euid changed to: 502
5:debug:main Executing org.macports.main (py27-ffc)
6:debug:main Privilege de-escalation not attempted as not running as root.
7:debug:main Skipping completed org.macports.archivefetch (py27-ffc)
8:debug:main Privilege de-escalation not attempted as not running as root.
9:debug:main Skipping completed org.macports.fetch (py27-ffc)
10:debug:main Privilege de-escalation not attempted as not running as root.
11:debug:main Skipping completed org.macports.checksum (py27-ffc)
12:debug:main Privilege de-escalation not attempted as not running as root.
13:debug:main Skipping completed org.macports.extract (py27-ffc)
14:debug:main Privilege de-escalation not attempted as not running as root.
15:debug:main Skipping completed org.macports.patch (py27-ffc)
16:debug:main Privilege de-escalation not attempted as not running as root.
17:debug:main Skipping completed org.macports.configure (py27-ffc)
18:debug:main Privilege de-escalation not attempted as not running as root.
19:debug:build build phase started at Mon Sep 22 10:32:59 MDT 2014
20:notice:build --->  Building py27-ffc
21:debug:build Executing proc-pre-org.macports.build-build-0
22:debug:build Executing org.macports.build (py27-ffc)
23:debug:build Environment:
24CC='/usr/bin/clang'
25CC_PRINT_OPTIONS='YES'
26CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-ffc/py27-ffc/work/.CC_PRINT_OPTIONS'
27CFLAGS=''
28CPATH='/opt/local/include'
29CXX='/usr/bin/clang++'
30CXXFLAGS=''
31F90FLAGS=''
32FCFLAGS=''
33FFLAGS=''
34LDFLAGS=''
35LIBRARY_PATH='/opt/local/lib'
36MACOSX_DEPLOYMENT_TARGET='10.8'
37OBJC='/usr/bin/clang'
38OBJCFLAGS=''
39:debug:build Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-ffc/py27-ffc/work/ffc-1.4.0" && /opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7 setup.py --no-user-cfg build'
40:debug:build Executing command line:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-ffc/py27-ffc/work/ffc-1.4.0" && /opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7 setup.py --no-user-cfg build
41:info:build running build
42:info:build running build_ext
43:info:build building 'ufc._ufc' extension
44:info:build swigging ufc/ufc.i to ufc/ufc_wrap.cpp
45:info:build /opt/local/bin/swig -python -c++ -shadow -modern -modernargs -fastdispatch -fvirtual -nosafecstrings -noproxydel -fastproxy -fastinit -fastunpack -fastquery -nobuildnone -o ufc/ufc_wrap.cpp ufc/ufc.i
46:info:build /usr/bin/clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Iufc -I/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c ufc/ufc_wrap.cpp -o build/temp.macosx-10.8-x86_64-2.7/ufc/ufc_wrap.o -std=c++11
47:info:build ufc/ufc_wrap.cpp:3841:8: error: no member named 'shared_ptr' in namespace 'std'
48:info:build   std::shared_ptr< ufc::function > tempshared1 ;
49:info:build   ~~~~~^
50:info:build ufc/ufc_wrap.cpp:3841:34: error: expected '(' for function-style cast or type construction
51:info:build   std::shared_ptr< ufc::function > tempshared1 ;
52:info:build                    ~~~~~~~~~~~~~ ^
53:info:build ufc/ufc_wrap.cpp:3841:36: error: use of undeclared identifier 'tempshared1'
54:info:build   std::shared_ptr< ufc::function > tempshared1 ;
55:info:build                                    ^
56:info:build ufc/ufc_wrap.cpp:3842:8: error: no member named 'shared_ptr' in namespace 'std'
57:info:build   std::shared_ptr< ufc::function > *smartarg1 = 0 ;
58:info:build   ~~~~~^
59:info:build ufc/ufc_wrap.cpp:3842:34: error: expected '(' for function-style cast or type construction
60:info:build   std::shared_ptr< ufc::function > *smartarg1 = 0 ;
61:info:build                    ~~~~~~~~~~~~~ ^
62:info:build ufc/ufc_wrap.cpp:3842:37: error: use of undeclared identifier 'smartarg1'
63:info:build   std::shared_ptr< ufc::function > *smartarg1 = 0 ;
64:info:build                                     ^
65:info:build ufc/ufc_wrap.cpp:3854:7: error: use of undeclared identifier 'tempshared1'
66:info:build       tempshared1 = *reinterpret_cast< std::shared_ptr<  ufc::function > * >(argp1);
67:info:build       ^
68:info:build ufc/ufc_wrap.cpp:3854:45: error: no type named 'shared_ptr' in namespace 'std'
69:info:build       tempshared1 = *reinterpret_cast< std::shared_ptr<  ufc::function > * >(argp1);
70:info:build                                        ~~~~~^
71:info:build ufc/ufc_wrap.cpp:3854:55: error: expected '>'
72:info:build       tempshared1 = *reinterpret_cast< std::shared_ptr<  ufc::function > * >(argp1);
73:info:build                                                       ^
74:info:build                                                       >
75:info:build ufc/ufc_wrap.cpp:3854:38: note: to match this '<'
76:info:build       tempshared1 = *reinterpret_cast< std::shared_ptr<  ufc::function > * >(argp1);
77:info:build                                      ^
78:info:build ufc/ufc_wrap.cpp:3854:72: error: expected '(' for function-style cast or type construction
79:info:build       tempshared1 = *reinterpret_cast< std::shared_ptr<  ufc::function > * >(argp1);
80:info:build                                                          ~~~~~~~~~~~~~ ^
81:info:build ufc/ufc_wrap.cpp:3854:76: error: expected expression
82:info:build       tempshared1 = *reinterpret_cast< std::shared_ptr<  ufc::function > * >(argp1);
83:info:build                                                                            ^
84:info:build ufc/ufc_wrap.cpp:3855:37: error: no type named 'shared_ptr' in namespace 'std'
85:info:build       delete reinterpret_cast< std::shared_ptr<  ufc::function > * >(argp1);
86:info:build                                ~~~~~^
87:info:build ufc/ufc_wrap.cpp:3855:47: error: expected '>'
88:info:build       delete reinterpret_cast< std::shared_ptr<  ufc::function > * >(argp1);
89:info:build                                               ^
90:info:build                                               >
91:info:build ufc/ufc_wrap.cpp:3855:30: note: to match this '<'
92:info:build       delete reinterpret_cast< std::shared_ptr<  ufc::function > * >(argp1);
93:info:build                              ^
94:info:build ufc/ufc_wrap.cpp:3855:64: error: expected '(' for function-style cast or type construction
95:info:build       delete reinterpret_cast< std::shared_ptr<  ufc::function > * >(argp1);
96:info:build                                                  ~~~~~~~~~~~~~ ^
97:info:build ufc/ufc_wrap.cpp:3855:68: error: expected expression
98:info:build       delete reinterpret_cast< std::shared_ptr<  ufc::function > * >(argp1);
99:info:build                                                                    ^
100:info:build ufc/ufc_wrap.cpp:3856:44: error: use of undeclared identifier 'tempshared1'
101:info:build       arg1 = const_cast< ufc::function * >(tempshared1.get());
102:info:build                                            ^
103:info:build ufc/ufc_wrap.cpp:3858:7: error: use of undeclared identifier 'smartarg1'
104:info:build       smartarg1 = reinterpret_cast< std::shared_ptr<  ufc::function > * >(argp1);
105:info:build       ^
106:info:build ufc/ufc_wrap.cpp:3858:42: error: no type named 'shared_ptr' in namespace 'std'
107:info:build       smartarg1 = reinterpret_cast< std::shared_ptr<  ufc::function > * >(argp1);
108:info:build                                     ~~~~~^
109:info:build ufc/ufc_wrap.cpp:3858:52: error: expected '>'
110:info:build       smartarg1 = reinterpret_cast< std::shared_ptr<  ufc::function > * >(argp1);
111:info:build                                                    ^
112:info:build                                                    >
113:info:build ufc/ufc_wrap.cpp:3858:35: note: to match this '<'
114:info:build       smartarg1 = reinterpret_cast< std::shared_ptr<  ufc::function > * >(argp1);
115:info:build                                   ^
116:info:build fatal error: too many errors emitted, stopping now [-ferror-limit=]
117:info:build 20 errors generated.
118:info:build error: command '/usr/bin/clang' failed with exit status 1
119:info:build Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-ffc/py27-ffc/work/ffc-1.4.0" && /opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7 setup.py --no-user-cfg build
120:info:build Exit code: 1
121:error:build org.macports.build for port py27-ffc returned: command execution failed
122:debug:build Error code: CHILDSTATUS 35671 1
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"portbuild::build_main org.macports.build"
134    ("eval" body line 1)
135    invoked from within
136"eval $procedure $targetname"
137:info:build Warning: targets not executed for py27-ffc: org.macports.activate org.macports.build org.macports.destroot org.macports.install
138:error:build Failed to install py27-ffc
139:debug:build Registry error: py27-ffc not registered as installed & active.
140    invoked from within
141"registry_active $subport"
142    invoked from within
143"$workername eval registry_active \$subport"
144:notice:build Please see the log file for port py27-ffc for details:
145    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-ffc/py27-ffc/main.log