1 | version:1 |
---|
2 | :msg:main ---> Computing dependencies for grok:info:main .:debug:main Searching for dependency: bison |
---|
3 | :debug:main Found Dependency: receipt exists for bison |
---|
4 | :debug:main Searching for dependency: flex |
---|
5 | :debug:main Found Dependency: receipt exists for flex |
---|
6 | :debug:main Searching for dependency: gperf |
---|
7 | :debug:main Found Dependency: receipt exists for gperf |
---|
8 | :debug:main Searching for dependency: gmake |
---|
9 | :debug:main Found Dependency: receipt exists for gmake |
---|
10 | :debug:main Searching for dependency: libevent |
---|
11 | :debug:main Found Dependency: receipt exists for libevent |
---|
12 | :debug:main Searching for dependency: pcre |
---|
13 | :debug:main Found Dependency: receipt exists for pcre |
---|
14 | :debug:main Searching for dependency: db46 |
---|
15 | :debug:main Found Dependency: receipt exists for db46 |
---|
16 | :msg:main |
---|
17 | :debug:main Executing org.macports.main (grok) |
---|
18 | :debug:main changing euid/egid - current euid: 0 - current egid: 0 |
---|
19 | :debug:main egid changed to: 502 |
---|
20 | :debug:main euid changed to: 503 |
---|
21 | :debug:main Skipping completed org.macports.fetch (grok) |
---|
22 | :debug:main Privilege de-escalation not attempted as not running as root. |
---|
23 | :debug:main Skipping completed org.macports.checksum (grok) |
---|
24 | :debug:main Privilege de-escalation not attempted as not running as root. |
---|
25 | :debug:main Skipping completed org.macports.extract (grok) |
---|
26 | :debug:main Privilege de-escalation not attempted as not running as root. |
---|
27 | :debug:main Skipping completed org.macports.patch (grok) |
---|
28 | :debug:main Privilege de-escalation not attempted as not running as root. |
---|
29 | :debug:main Skipping completed org.macports.configure (grok) |
---|
30 | :debug:main Privilege de-escalation not attempted as not running as root. |
---|
31 | :debug:build build phase started at Thu Aug 15 10:44:04 CEST 2013 |
---|
32 | :notice:build ---> Building grok |
---|
33 | :debug:build Executing org.macports.build (grok) |
---|
34 | :debug:build Environment: CPATH='/opt/local/include' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_lil.fr.rsync.macports.org_release_ports_sysutils_grok/grok/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.8' |
---|
35 | :debug:build Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_lil.fr.rsync.macports.org_release_ports_sysutils_grok/grok/work/grok-20090928" && /usr/bin/gnumake -j8 -w all CFLAGS="`pcre-config --cflags` -I/opt/local/include/db46" LDFLAGS="`pcre-config --libs` -L/opt/local/lib/db46 -levent -ldb -rdynamic"' |
---|
36 | :debug:build Executing command line: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_lil.fr.rsync.macports.org_release_ports_sysutils_grok/grok/work/grok-20090928" && /usr/bin/gnumake -j8 -w all CFLAGS="`pcre-config --cflags` -I/opt/local/include/db46" LDFLAGS="`pcre-config --libs` -L/opt/local/lib/db46 -levent -ldb -rdynamic" |
---|
37 | :info:build gnumake: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_lil.fr.rsync.macports.org_release_ports_sysutils_grok/grok/work/grok-20090928' |
---|
38 | :info:build cc -c -I/opt/local/include -I/opt/local/include/db46 predicates.c -o predicates.o |
---|
39 | :info:build cc -c -I/opt/local/include -I/opt/local/include/db46 conf.tab.c -o conf.tab.o |
---|
40 | :info:build In file included from conf.y:5: |
---|
41 | :info:build conf.tab.h:112:21: warning: declaration of 'struct config' will not be visible outside of this function [-Wvisibility] |
---|
42 | :info:build int yyparse (struct config *conf); |
---|
43 | :info:build ^ |
---|
44 | :info:build predicates.c:108:5: error: non-void function 'grok_predicate_regexp_init' should return a value [-Wreturn-type] |
---|
45 | :info:build return; |
---|
46 | :info:build ^ |
---|
47 | :info:build predicates.c:132:5: error: non-void function 'grok_predicate_regexp_init' should return a value [-Wreturn-type] |
---|
48 | :info:build return; |
---|
49 | :info:build ^ |
---|
50 | :info:build 2 errors generated. |
---|
51 | :info:build gnumake: *** [predicates.o] Error 1 |
---|
52 | :info:build gnumake: *** Waiting for unfinished jobs.... |
---|
53 | :info:build conf.tab.c:1297:1: error: conflicting types for 'yyparse' |
---|
54 | :info:build yyparse (struct config *conf) |
---|
55 | :info:build ^ |
---|
56 | :info:build conf.tab.h:112:5: note: previous declaration is here |
---|
57 | :info:build int yyparse (struct config *conf); |
---|
58 | :info:build ^ |
---|
59 | :info:build conf.tab.c:1517:16: warning: implicit declaration of function 'yylex' is invalid in C99 [-Wimplicit-function-declaration] |
---|
60 | :info:build yychar = YYLEX; |
---|
61 | :info:build ^ |
---|
62 | :info:build conf.tab.c:813:16: note: expanded from macro 'YYLEX' |
---|
63 | :info:build # define YYLEX yylex (&yylval, &yylloc) |
---|
64 | :info:build ^ |
---|
65 | :info:build conf.y:83:7: warning: implicit declaration of function 'conf_new_patternfile' is invalid in C99 [-Wimplicit-function-declaration] |
---|
66 | :info:build { conf_new_patternfile(conf); CURPATTERNFILE = (yyvsp[(3) - (3)].str); } |
---|
67 | :info:build ^ |
---|
68 | :info:build conf.y:95:7: warning: implicit declaration of function 'conf_new_matchconf' is invalid in C99 [-Wimplicit-function-declaration] |
---|
69 | :info:build { conf_new_matchconf(conf); } |
---|
70 | :info:build ^ |
---|
71 | :info:build 4 warnings and 1 error generated. |
---|
72 | :info:build gnumake: *** [conf.tab.o] Error 1 |
---|
73 | :info:build gnumake: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_lil.fr.rsync.macports.org_release_ports_sysutils_grok/grok/work/grok-20090928' |
---|
74 | :info:build Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_lil.fr.rsync.macports.org_release_ports_sysutils_grok/grok/work/grok-20090928" && /usr/bin/gnumake -j8 -w all CFLAGS="`pcre-config --cflags` -I/opt/local/include/db46" LDFLAGS="`pcre-config --libs` -L/opt/local/lib/db46 -levent -ldb -rdynamic" |
---|
75 | :info:build Exit code: 2 |
---|
76 | :error:build org.macports.build for port grok returned: command execution failed |
---|
77 | :debug:build Error code: CHILDSTATUS 30590 2 |
---|
78 | :debug:build Backtrace: command execution failed |
---|
79 | while executing |
---|
80 | "system -nice 0 $fullcmdstring" |
---|
81 | ("eval" body line 1) |
---|
82 | invoked from within |
---|
83 | "eval system $notty $nice \$fullcmdstring" |
---|
84 | invoked from within |
---|
85 | "command_exec build" |
---|
86 | (procedure "portbuild::build_main" line 8) |
---|
87 | invoked from within |
---|
88 | "$procedure $targetname" |
---|
89 | :info:build Warning: targets not executed for grok: org.macports.destroot org.macports.build |
---|
90 | :notice:build Please see the log file for port grok for details: |
---|
91 | /opt/local/var/macports/logs/_opt_local_var_macports_sources_lil.fr.rsync.macports.org_release_ports_sysutils_grok/grok/main.log |
---|