1 | version: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: 503 |
---|
5 | :debug:main Executing org.macports.main (mysql5) |
---|
6 | :debug:main Privilege de-escalation not attempted as not running as root. |
---|
7 | :debug:main Skipping completed org.macports.archivefetch (mysql5) |
---|
8 | :debug:main Privilege de-escalation not attempted as not running as root. |
---|
9 | :debug:main Skipping completed org.macports.fetch (mysql5) |
---|
10 | :debug:main Privilege de-escalation not attempted as not running as root. |
---|
11 | :debug:main Skipping completed org.macports.checksum (mysql5) |
---|
12 | :debug:main Privilege de-escalation not attempted as not running as root. |
---|
13 | :debug:main Skipping completed org.macports.extract (mysql5) |
---|
14 | :debug:main Privilege de-escalation not attempted as not running as root. |
---|
15 | :debug:main Skipping completed org.macports.patch (mysql5) |
---|
16 | :debug:main Privilege de-escalation not attempted as not running as root. |
---|
17 | :debug:main Skipping completed org.macports.configure (mysql5) |
---|
18 | :debug:main Privilege de-escalation not attempted as not running as root. |
---|
19 | :debug:build build phase started at Tue Nov 11 21:58:08 CET 2014 |
---|
20 | :notice:build ---> Building mysql5 |
---|
21 | :debug:build Executing org.macports.build (mysql5) |
---|
22 | :debug:build Environment: |
---|
23 | CC_PRINT_OPTIONS='YES' |
---|
24 | CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_mysql5/mysql5/work/.CC_PRINT_OPTIONS' |
---|
25 | CPATH='/opt/local/include' |
---|
26 | LIBRARY_PATH='/opt/local/lib' |
---|
27 | MACOSX_DEPLOYMENT_TARGET='10.10' |
---|
28 | :debug:build Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_mysql5/mysql5/work/mysql-5.1.72" && /usr/bin/make -j8 -w all' |
---|
29 | :debug:build Executing command line: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_mysql5/mysql5/work/mysql-5.1.72" && /usr/bin/make -j8 -w all |
---|
30 | :info:build make: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_mysql5/mysql5/work/mysql-5.1.72' |
---|
31 | :info:build Making all in . |
---|
32 | :info:build make[1]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_mysql5/mysql5/work/mysql-5.1.72' |
---|
33 | :info:build /Applications/Xcode.app/Contents/Developer/usr/bin/make abi_headers="include/mysql/plugin.h include/mysql.h" do_abi_check |
---|
34 | :info:build make[2]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_mysql5/mysql5/work/mysql-5.1.72' |
---|
35 | :info:build set -ex; \ |
---|
36 | :info:build for file in include/mysql/plugin.h include/mysql.h; do \ |
---|
37 | :info:build /usr/bin/clang -E -nostdinc -dI -DMYSQL_ABI_CHECK \ |
---|
38 | :info:build -I./include \ |
---|
39 | :info:build -I./include/mysql \ |
---|
40 | :info:build -I./sql \ |
---|
41 | :info:build -I./include \ |
---|
42 | :info:build -I./include/mysql \ |
---|
43 | :info:build -I./sql \ |
---|
44 | :info:build $file 2>/dev/null | \ |
---|
45 | :info:build /usr/bin/sed -e '/^# /d' \ |
---|
46 | :info:build -e '/^[ ]*$/d' \ |
---|
47 | :info:build -e '/^#pragma GCC set_debug_pwd/d' \ |
---|
48 | :info:build -e '/^#ident/d' > \ |
---|
49 | :info:build ./abi_check.out; \ |
---|
50 | :info:build /usr/bin/diff -w $file.pp ./abi_check.out; \ |
---|
51 | :info:build /bin/rm ./abi_check.out; \ |
---|
52 | :info:build done |
---|
53 | :info:build + for file in include/mysql/plugin.h include/mysql.h |
---|
54 | :info:build + /usr/bin/clang -E -nostdinc -dI -DMYSQL_ABI_CHECK -I./include -I./include/mysql -I./sql -I./include -I./include/mysql -I./sql include/mysql/plugin.h |
---|
55 | :info:build + /usr/bin/sed -e '/^# /d' -e '/^[ ]*$/d' -e '/^#pragma GCC set_debug_pwd/d' -e '/^#ident/d' |
---|
56 | :info:build + /usr/bin/diff -w include/mysql/plugin.h.pp ./abi_check.out |
---|
57 | :info:build + /bin/rm ./abi_check.out |
---|
58 | :info:build + for file in include/mysql/plugin.h include/mysql.h |
---|
59 | :info:build + /usr/bin/clang -E -nostdinc -dI -DMYSQL_ABI_CHECK -I./include -I./include/mysql -I./sql -I./include -I./include/mysql -I./sql include/mysql.h |
---|
60 | :info:build + /usr/bin/sed -e '/^# /d' -e '/^[ ]*$/d' -e '/^#pragma GCC set_debug_pwd/d' -e '/^#ident/d' |
---|
61 | :info:build + /usr/bin/diff -w include/mysql.h.pp ./abi_check.out |
---|
62 | :info:build 3,4d2 |
---|
63 | :info:build < #include "mysql_version.h" |
---|
64 | :info:build < #include "mysql_com.h" |
---|
65 | :info:build 148d145 |
---|
66 | :info:build < #include "mysql_time.h" |
---|
67 | :info:build 161d157 |
---|
68 | :info:build < #include "my_list.h" |
---|
69 | :info:build 202,203d197 |
---|
70 | :info:build < #include "typelib.h" |
---|
71 | :info:build < #include "my_alloc.h" |
---|
72 | :info:build 241d234 |
---|
73 | :info:build < #include "my_alloc.h" |
---|
74 | :info:build make[2]: *** [do_abi_check] Error 1 |
---|
75 | :info:build make[2]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_mysql5/mysql5/work/mysql-5.1.72' |
---|
76 | :info:build make[1]: *** [abi_check] Error 2 |
---|
77 | :info:build make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_mysql5/mysql5/work/mysql-5.1.72' |
---|
78 | :info:build make: *** [all-recursive] Error 1 |
---|
79 | :info:build make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_mysql5/mysql5/work/mysql-5.1.72' |
---|
80 | :info:build Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_mysql5/mysql5/work/mysql-5.1.72" && /usr/bin/make -j8 -w all |
---|
81 | :info:build Exit code: 2 |
---|
82 | :error:build org.macports.build for port mysql5 returned: command execution failed |
---|
83 | :debug:build Error code: CHILDSTATUS 68448 2 |
---|
84 | :debug:build Backtrace: command execution failed |
---|
85 | while executing |
---|
86 | "system -nice 0 $fullcmdstring" |
---|
87 | ("eval" body line 1) |
---|
88 | invoked from within |
---|
89 | "eval system $notty $nice \$fullcmdstring" |
---|
90 | invoked from within |
---|
91 | "command_exec build" |
---|
92 | (procedure "portbuild::build_main" line 8) |
---|
93 | invoked from within |
---|
94 | "portbuild::build_main org.macports.build" |
---|
95 | ("eval" body line 1) |
---|
96 | invoked from within |
---|
97 | "eval $procedure $targetname" |
---|
98 | :info:build Warning: targets not executed for mysql5: org.macports.activate org.macports.build org.macports.destroot org.macports.install |
---|
99 | :error:build Failed to install mysql5 |
---|
100 | :debug:build Registry error: mysql5 not registered as installed & active. |
---|
101 | invoked from within |
---|
102 | "registry_active $subport" |
---|
103 | invoked from within |
---|
104 | "$workername eval registry_active \$subport" |
---|
105 | :notice:build Please see the log file for port mysql5 for details: |
---|
106 | /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_mysql5/mysql5/main.log |
---|