Ticket #39286: main.log.ld64

File main.log.ld64, 6.8 KB (added by t-sakashita@…, 11 years ago)
Line 
1version:1
2:msg:main --->  Computing dependencies for ld64:info:main .:debug:main ld64 has no conflicts
3:debug:main Searching for dependency: libunwind-headers
4:debug:main Found Dependency: receipt exists for libunwind-headers
5:debug:main Searching for dependency: dyld-headers
6:debug:main Found Dependency: receipt exists for dyld-headers
7:debug:main Searching for dependency: cctools-headers
8:debug:main Found Dependency: receipt exists for cctools-headers
9:debug:main Searching for dependency: llvm-3.1
10:debug:main Found Dependency: receipt exists for llvm-3.1
11:msg:main
12:debug:main Executing org.macports.main (ld64)
13:debug:main changing euid/egid - current euid: 0 - current egid: 0
14:debug:main egid changed to: 501
15:debug:main euid changed to: 502
16:debug:main Skipping completed org.macports.archivefetch (ld64)
17:debug:main Privilege de-escalation not attempted as not running as root.
18:debug:main Skipping completed org.macports.fetch (ld64)
19:debug:main Privilege de-escalation not attempted as not running as root.
20:debug:main Skipping completed org.macports.checksum (ld64)
21:debug:main Privilege de-escalation not attempted as not running as root.
22:debug:main Skipping completed org.macports.extract (ld64)
23:debug:main Privilege de-escalation not attempted as not running as root.
24:debug:main Skipping completed org.macports.patch (ld64)
25:debug:main Privilege de-escalation not attempted as not running as root.
26:debug:main Skipping completed org.macports.configure (ld64)
27:debug:main Privilege de-escalation not attempted as not running as root.
28:debug:build build phase started at Fri May 31 16:36:13 JST 2013
29:notice:build --->  Building ld64
30:debug:build Executing proc-pre-org.macports.build-build-0
31:debug:build Executing org.macports.build (ld64)
32: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_devel_ld64/ld64/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.7'
33:debug:build Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_ld64/ld64/work/ld64-136" && /usr/bin/make -j4 -w all CC="/usr/bin/clang" CXX="/usr/bin/clang++" OTHER_CPPFLAGS="-I/opt/local/include" OTHER_CFLAGS="-O2 -arch x86_64" OTHER_CXXFLAGS="-O2 -arch x86_64" OTHER_LDFLAGS="-L/opt/local/lib -arch x86_64" RC_SUPPORTED_ARCHS="armv6 armv7 i386 x86_64" LLVM_CONFIG=/opt/local/bin/llvm-config-mp-3.1'
34:debug:build Executing command line:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_ld64/ld64/work/ld64-136" && /usr/bin/make -j4 -w all CC="/usr/bin/clang" CXX="/usr/bin/clang++" OTHER_CPPFLAGS="-I/opt/local/include" OTHER_CFLAGS="-O2 -arch x86_64" OTHER_CXXFLAGS="-O2 -arch x86_64" OTHER_LDFLAGS="-L/opt/local/lib -arch x86_64" RC_SUPPORTED_ARCHS="armv6 armv7 i386 x86_64" LLVM_CONFIG=/opt/local/bin/llvm-config-mp-3.1
35:info:build make: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_ld64/ld64/work/ld64-136'
36:info:build /usr/bin/clang++ -Os -O2 -arch x86_64 -I/opt/local/libexec/llvm-3.1/include -DLTO_SUPPORT -Isrc/abstraction -Isrc/ld -Isrc/ld/parsers -I/opt/local/include  -c -o src/ld/Snapshot.o src/ld/Snapshot.cpp
37:info:build src/ld/Snapshot.cpp:203:13: error: use of undeclared identifier 'Block_release'
38:info:build             Block_release(logItem);
39:info:build             ^
40:info:build src/ld/Snapshot.cpp:282:24: error: use of undeclared identifier 'Block_copy'
41:info:build         fLog.push_back(Block_copy(^{ this->addSnapshotLinkArg(argIndex, argCount, fileArg); }));
42:info:build                        ^
43:info:build src/ld/Snapshot.cpp:320:28: error: use of undeclared identifier 'Block_copy'
44:info:build             fLog.push_back(Block_copy(^{ this->recordArch(arch); }));
45:info:build                            ^
46:info:build src/ld/Snapshot.cpp:338:24: error: use of undeclared identifier 'Block_copy'
47:info:build         fLog.push_back(Block_copy(^{ this->recordObjectFile(path); }));
48:info:build                        ^
49:info:build src/ld/Snapshot.cpp:400:24: error: use of undeclared identifier 'Block_copy'
50:info:build         fLog.push_back(Block_copy(^{ this->recordDylibSymbol(dylibFile, name); }));
51:info:build                        ^
52:info:build src/ld/Snapshot.cpp:458:24: error: use of undeclared identifier 'Block_copy'
53:info:build         fLog.push_back(Block_copy(^{ this->recordArchive(archiveFile); ::free((void *)copy); }));
54:info:build                        ^
55:info:build src/ld/Snapshot.cpp:490:24: error: use of undeclared identifier 'Block_copy'
56:info:build         fLog.push_back(Block_copy(^{ this->recordSubUmbrella(copy); ::free((void *)copy); }));
57:info:build                        ^
58:info:build src/ld/Snapshot.cpp:510:24: error: use of undeclared identifier 'Block_copy'
59:info:build         fLog.push_back(Block_copy(^{ this->recordSubLibrary(copy); ::free((void *)copy); }));
60:info:build                        ^
61:info:build src/ld/Snapshot.cpp:528:28: error: use of undeclared identifier 'Block_copy'
62:info:build             fLog.push_back(Block_copy(^{ this->recordAssertionMessage("%s", msg); free(msg); }));
63:info:build                            ^
64:info:build 9 errors generated.
65:info:build make: *** [src/ld/Snapshot.o] Error 1
66:info:build make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_ld64/ld64/work/ld64-136'
67:info:build Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_ld64/ld64/work/ld64-136" && /usr/bin/make -j4 -w all CC="/usr/bin/clang" CXX="/usr/bin/clang++" OTHER_CPPFLAGS="-I/opt/local/include" OTHER_CFLAGS="-O2 -arch x86_64" OTHER_CXXFLAGS="-O2 -arch x86_64" OTHER_LDFLAGS="-L/opt/local/lib -arch x86_64" RC_SUPPORTED_ARCHS="armv6 armv7 i386 x86_64" LLVM_CONFIG=/opt/local/bin/llvm-config-mp-3.1
68:info:build Exit code: 2
69:error:build org.macports.build for port ld64 returned: command execution failed
70:debug:build Error code: CHILDSTATUS 61447 2
71:debug:build Backtrace: command execution failed
72    while executing
73"system -nice 0 $fullcmdstring"
74    ("eval" body line 1)
75    invoked from within
76"eval system $notty $nice \$fullcmdstring"
77    invoked from within
78"command_exec build"
79    (procedure "portbuild::build_main" line 8)
80    invoked from within
81"$procedure $targetname"
82:info:build Warning: targets not executed for ld64: org.macports.install org.macports.build org.macports.destroot
83:notice:build Please see the log file for port ld64 for details:
84    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_ld64/ld64/main.log