1 | version:1 |
---|
2 | :msg:main ---> Computing dependencies for eblook:info:main .:debug:main Searching for dependency: eb |
---|
3 | :debug:main Found Dependency: receipt exists for eb |
---|
4 | :debug:main Searching for dependency: gettext |
---|
5 | :debug:main Found Dependency: receipt exists for gettext |
---|
6 | :debug:main Searching for dependency: libiconv |
---|
7 | :debug:main Found Dependency: receipt exists for libiconv |
---|
8 | :debug:main Searching for dependency: ncurses |
---|
9 | :debug:main Found Dependency: receipt exists for ncurses |
---|
10 | :debug:main Searching for dependency: readline |
---|
11 | :debug:main Found Dependency: receipt exists for readline |
---|
12 | :debug:main Searching for dependency: zlib |
---|
13 | :debug:main Found Dependency: receipt exists for zlib |
---|
14 | :msg:main |
---|
15 | :debug:main Executing org.macports.main (eblook) |
---|
16 | :debug:main changing euid/egid - current euid: 0 - current egid: 0 |
---|
17 | :debug:main egid changed to: 503 |
---|
18 | :debug:main euid changed to: 504 |
---|
19 | :debug:main Skipping completed org.macports.fetch (eblook) |
---|
20 | :debug:main Privilege de-escalation not attempted as not running as root. |
---|
21 | :debug:main Skipping completed org.macports.checksum (eblook) |
---|
22 | :debug:main Privilege de-escalation not attempted as not running as root. |
---|
23 | :debug:main Skipping completed org.macports.extract (eblook) |
---|
24 | :debug:main Privilege de-escalation not attempted as not running as root. |
---|
25 | :debug:main Skipping completed org.macports.patch (eblook) |
---|
26 | :debug:main Privilege de-escalation not attempted as not running as root. |
---|
27 | :debug:main Skipping completed org.macports.configure (eblook) |
---|
28 | :debug:main Privilege de-escalation not attempted as not running as root. |
---|
29 | :debug:build build phase started at Thu Oct 30 16:27:07 JST 2014 |
---|
30 | :notice:build ---> Building eblook |
---|
31 | :debug:build Executing org.macports.build (eblook) |
---|
32 | :debug:build Environment: |
---|
33 | CC_PRINT_OPTIONS='YES' |
---|
34 | CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_textproc_eblook/eblook/work/.CC_PRINT_OPTIONS' |
---|
35 | CPATH='/opt/local/include' |
---|
36 | LIBRARY_PATH='/opt/local/lib' |
---|
37 | MACOSX_DEPLOYMENT_TARGET='10.10' |
---|
38 | :debug:build Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_textproc_eblook/eblook/work/eblook-1.6.1+media-20110801" && /usr/bin/make -w all' |
---|
39 | :debug:build Executing command line: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_textproc_eblook/eblook/work/eblook-1.6.1+media-20110801" && /usr/bin/make -w all |
---|
40 | :info:build make: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_textproc_eblook/eblook/work/eblook-1.6.1+media-20110801' |
---|
41 | :info:build /Applications/Xcode.app/Contents/Developer/usr/bin/make all-am |
---|
42 | :info:build make[1]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_textproc_eblook/eblook/work/eblook-1.6.1+media-20110801' |
---|
43 | :info:build if /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include -I/opt/local/include -pipe -Os -arch x86_64 -MT eblook.o -MD -MP -MF ".deps/eblook.Tpo" -c -o eblook.o eblook.c; \ |
---|
44 | :info:build then mv -f ".deps/eblook.Tpo" ".deps/eblook.Po"; else rm -f ".deps/eblook.Tpo"; exit 1; fi |
---|
45 | :info:build eblook.c:482:39: error: use of undeclared identifier 'CPPFunction' |
---|
46 | :info:build rl_attempted_completion_function = (CPPFunction *)fileman_completion; |
---|
47 | :info:build ^ |
---|
48 | :info:build eblook.c:482:52: error: expected expression |
---|
49 | :info:build rl_attempted_completion_function = (CPPFunction *)fileman_completion; |
---|
50 | :info:build ^ |
---|
51 | :info:build eblook.c:3308:6: warning: implicit declaration of function 'seach_wild_match_pattern' is invalid in C99 [-Wimplicit-function-declaration] |
---|
52 | :info:build if (seach_wild_match_pattern (key, eblook_wild_pattern)) { |
---|
53 | :info:build ^ |
---|
54 | :info:build eblook.c:4327:11: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'char' declared in a previous prototype [-Wknr-promoted-parameter] |
---|
55 | :info:build char ch; |
---|
56 | :info:build ^ |
---|
57 | :info:build eblook.c:4324:22: note: previous declaration is here |
---|
58 | :info:build static int issp (char); |
---|
59 | :info:build ^ |
---|
60 | :info:build eblook.c:4339:5: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] |
---|
61 | :info:build s = string; |
---|
62 | :info:build ^ ~~~~~~ |
---|
63 | :info:build eblook.c:4343:12: warning: returning 'unsigned char *' from a function with result type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] |
---|
64 | :info:build return (s); |
---|
65 | :info:build ^~~ |
---|
66 | :info:build eblook.c:4345:19: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] |
---|
67 | :info:build t = s + strlen (s) - 1; |
---|
68 | :info:build ^ |
---|
69 | :info:build /usr/include/string.h:82:28: note: passing argument to parameter here |
---|
70 | :info:build size_t strlen(const char *); |
---|
71 | :info:build ^ |
---|
72 | :info:build eblook.c:4349:10: warning: returning 'unsigned char *' from a function with result type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] |
---|
73 | :info:build return s; |
---|
74 | :info:build ^ |
---|
75 | :info:build eblook.c:4365:15: warning: implicit declaration of function 'completion_matches' is invalid in C99 [-Wimplicit-function-declaration] |
---|
76 | :info:build matches = completion_matches (text, |
---|
77 | :info:build ^ |
---|
78 | :info:build eblook.c:4366:8: error: use of undeclared identifier 'CPFunction' |
---|
79 | :info:build (CPFunction *) command_generator); |
---|
80 | :info:build ^ |
---|
81 | :info:build eblook.c:4366:20: error: expected expression |
---|
82 | :info:build (CPFunction *) command_generator); |
---|
83 | :info:build ^ |
---|
84 | :info:build 7 warnings and 4 errors generated. |
---|
85 | :info:build make[1]: *** [eblook.o] Error 1 |
---|
86 | :info:build make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_textproc_eblook/eblook/work/eblook-1.6.1+media-20110801' |
---|
87 | :info:build make: *** [all] Error 2 |
---|
88 | :info:build make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_textproc_eblook/eblook/work/eblook-1.6.1+media-20110801' |
---|
89 | :info:build Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_textproc_eblook/eblook/work/eblook-1.6.1+media-20110801" && /usr/bin/make -w all |
---|
90 | :info:build Exit code: 2 |
---|
91 | :error:build org.macports.build for port eblook returned: command execution failed |
---|
92 | :debug:build Error code: CHILDSTATUS 5040 2 |
---|
93 | :debug:build Backtrace: command execution failed |
---|
94 | while executing |
---|
95 | "system -nice 15 $fullcmdstring" |
---|
96 | ("eval" body line 1) |
---|
97 | invoked from within |
---|
98 | "eval system $notty $nice \$fullcmdstring" |
---|
99 | invoked from within |
---|
100 | "command_exec build" |
---|
101 | (procedure "portbuild::build_main" line 8) |
---|
102 | invoked from within |
---|
103 | "portbuild::build_main org.macports.build" |
---|
104 | ("eval" body line 1) |
---|
105 | invoked from within |
---|
106 | "eval $procedure $targetname" |
---|
107 | :info:build Warning: targets not executed for eblook: org.macports.destroot org.macports.build |
---|
108 | :notice:build Please see the log file for port eblook for details: |
---|
109 | /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_textproc_eblook/eblook/main.log |
---|