1 | version:1 |
---|
2 | :debug:main Attempting ln -sf /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_zeroc-ice34/zeroc-ice34/work /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/zeroc-ice34/work |
---|
3 | :debug:main changing euid/egid - current euid: 0 - current egid: 0 |
---|
4 | :debug:main egid changed to: 20 |
---|
5 | :debug:main euid changed to: 502 |
---|
6 | :debug:main Executing org.macports.main (zeroc-ice34) |
---|
7 | :debug:main Privilege de-escalation not attempted as not running as root. |
---|
8 | :debug:main Skipping completed org.macports.archivefetch (zeroc-ice34) |
---|
9 | :debug:main Privilege de-escalation not attempted as not running as root. |
---|
10 | :debug:main Skipping completed org.macports.fetch (zeroc-ice34) |
---|
11 | :debug:main Privilege de-escalation not attempted as not running as root. |
---|
12 | :debug:main Skipping completed org.macports.checksum (zeroc-ice34) |
---|
13 | :debug:main Privilege de-escalation not attempted as not running as root. |
---|
14 | :debug:main Skipping completed org.macports.extract (zeroc-ice34) |
---|
15 | :debug:main Privilege de-escalation not attempted as not running as root. |
---|
16 | :debug:main Skipping completed org.macports.patch (zeroc-ice34) |
---|
17 | :debug:main Privilege de-escalation not attempted as not running as root. |
---|
18 | :debug:main Skipping completed org.macports.configure (zeroc-ice34) |
---|
19 | :debug:main Privilege de-escalation not attempted as not running as root. |
---|
20 | :debug:build build phase started at Tue Feb 11 14:38:30 PST 2014 |
---|
21 | :notice:build ---> Building zeroc-ice34 |
---|
22 | :debug:build Executing org.macports.build (zeroc-ice34) |
---|
23 | :debug:build cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_zeroc-ice34/zeroc-ice34/work/Ice-3.4.2/cpp && make -j8 prefix='/opt/local' embedded_runpath_prefix='/opt/local' CC='/usr/bin/clang' CXX='/usr/bin/clang++' OPTIMIZE='yes' BZIP2_HOME='/opt/local' DB_HOME='/opt/local' EXPAT_HOME='/opt/local' OPENSSL_HOME='/opt/local' READLINE_HOME='/opt/local' USE_READLINE=yes MCPP_HOME='/opt/local' LDPLATFORMFLAGS= all && cd doc && make -j8 |
---|
24 | :info:build making all in config |
---|
25 | :info:build echo "" |
---|
26 | :info:build |
---|
27 | :info:build making all in src |
---|
28 | :info:build making all in IceUtil |
---|
29 | :info:build /usr/bin/clang++ -c -I../../include -DICE_UTIL_API_EXPORTS -I.. -g -O2 -DNDEBUG -Wall -D_REENTRANT FileUtil.cpp |
---|
30 | :info:build /usr/bin/clang++ -c -I../../include -DICE_UTIL_API_EXPORTS -I.. -g -O2 -DNDEBUG -Wall -D_REENTRANT RWRecMutex.cpp |
---|
31 | :info:build /usr/bin/clang++ -c -I../../include -DICE_UTIL_API_EXPORTS -I.. -g -O2 -DNDEBUG -Wall -D_REENTRANT RecMutex.cpp |
---|
32 | :info:build /usr/bin/clang++ -c -I../../include -DICE_UTIL_API_EXPORTS -I.. -g -O2 -DNDEBUG -Wall -D_REENTRANT StaticMutex.cpp |
---|
33 | :info:build /usr/bin/clang++ -c -I../../include -DICE_UTIL_API_EXPORTS -I.. -g -O2 -DNDEBUG -Wall -D_REENTRANT Shared.cpp |
---|
34 | :info:build /usr/bin/clang++ -c -I../../include -DICE_UTIL_API_EXPORTS -I.. -g -O2 -DNDEBUG -Wall -D_REENTRANT StringUtil.cpp |
---|
35 | :info:build /usr/bin/clang++ -c -I../../include -DICE_UTIL_API_EXPORTS -I.. -g -O2 -DNDEBUG -Wall -D_REENTRANT Thread.cpp |
---|
36 | :info:build /usr/bin/clang++ -c -I../../include -DICE_UTIL_API_EXPORTS -I.. -g -O2 -DNDEBUG -Wall -D_REENTRANT ThreadException.cpp |
---|
37 | :info:build Shared.cpp:118:9: warning: unused variable 'c' [-Wunused-variable] |
---|
38 | :info:build int c = __sync_fetch_and_add(&_ref, 1); |
---|
39 | :info:build ^ |
---|
40 | :info:build StaticMutex.cpp:201:20: warning: '_mutex' is deprecated [-Wdeprecated-declarations] |
---|
41 | :info:build state.mutex = &_mutex; |
---|
42 | :info:build ^ |
---|
43 | :info:build ../../include/IceUtil/StaticMutex.h:70:48: note: '_mutex' declared here |
---|
44 | :info:build ICE_DEPRECATED_API mutable pthread_mutex_t _mutex; |
---|
45 | :info:build ^ |
---|
46 | :info:build FileUtil.cpp:405:14: error: no member named 'rmdir' in the global namespace |
---|
47 | :info:build return ::rmdir(path.c_str()); |
---|
48 | :info:build ~~^ |
---|
49 | :info:build FileUtil.cpp:438:10: error: no member named 'getcwd' in the global namespace |
---|
50 | :info:build if(::getcwd(cwdbuf, PATH_MAX) == NULL) |
---|
51 | :info:build ~~^ |
---|
52 | :info:build FileUtil.cpp:449:14: error: no member named 'unlink' in the global namespace |
---|
53 | :info:build return ::unlink(path.c_str()); |
---|
54 | :info:build ~~^ |
---|
55 | :info:build FileUtil.cpp:455:14: error: no member named 'close' in the global namespace |
---|
56 | :info:build return ::close(fd); |
---|
57 | :info:build ~~^ |
---|
58 | :info:build FileUtil.cpp:496:11: error: use of undeclared identifier 'getpid' |
---|
59 | :info:build os << getpid(); |
---|
60 | :info:build ^ |
---|
61 | :info:build FileUtil.cpp:498:8: error: use of undeclared identifier 'write' |
---|
62 | :info:build if(write(_fd, os.str().c_str(), os.str().size()) == -1) |
---|
63 | :info:build ^ |
---|
64 | :info:build 6 errors generated. |
---|
65 | :info:build make[2]: *** [FileUtil.o] Error 1 |
---|
66 | :info:build make[2]: *** Waiting for unfinished jobs.... |
---|
67 | :info:build 1 warning generated. |
---|
68 | :info:build 1 warning generated. |
---|
69 | :info:build make[1]: *** [all] Error 1 |
---|
70 | :info:build make: *** [all] Error 1 |
---|
71 | :info:build Command failed: cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_zeroc-ice34/zeroc-ice34/work/Ice-3.4.2/cpp && make -j8 prefix='/opt/local' embedded_runpath_prefix='/opt/local' CC='/usr/bin/clang' CXX='/usr/bin/clang++' OPTIMIZE='yes' BZIP2_HOME='/opt/local' DB_HOME='/opt/local' EXPAT_HOME='/opt/local' OPENSSL_HOME='/opt/local' READLINE_HOME='/opt/local' USE_READLINE=yes MCPP_HOME='/opt/local' LDPLATFORMFLAGS= all && cd doc && make -j8 |
---|
72 | :info:build Exit code: 2 |
---|
73 | :error:build org.macports.build for port zeroc-ice34 returned: command execution failed |
---|
74 | :debug:build Error code: NONE |
---|
75 | :debug:build Backtrace: command execution failed |
---|
76 | while executing |
---|
77 | "$procedure $targetname" |
---|
78 | :info:build Warning: targets not executed for zeroc-ice34: org.macports.activate org.macports.build org.macports.destroot org.macports.install |
---|
79 | :error:build Failed to install zeroc-ice34 |
---|
80 | :debug:build couldn't open "/System/Library/Frameworks/Tcl.framework/Versions/8.5/Resources/tclIndex": no such file or directory |
---|
81 | while executing |
---|
82 | "open [file join $dir tclIndex]" |
---|
83 | :notice:build Please see the log file for port zeroc-ice34 for details: |
---|
84 | /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_zeroc-ice34/zeroc-ice34/main.log |
---|