1 | ---> Building strategoxt with target all |
---|
2 | gnumake all-recursive |
---|
3 | Making all in . |
---|
4 | mkdir -p pre-pkgs &&\ |
---|
5 | mkdir -p pre-pkgs/build &&\ |
---|
6 | cp -rfp srts pre-pkgs/build/ &&\ |
---|
7 | cd pre-pkgs/build/srts &&\ |
---|
8 | ./configure --prefix=`cd ..; pwd` --with-aterm=/opt/local --with-cpl= --with-strc=/opt/local --with-ssl=/opt/local &&\ |
---|
9 | gnumake &&\ |
---|
10 | gnumake install &&\ |
---|
11 | touch ../srts.dummy |
---|
12 | checking for a BSD-compatible install... /usr/bin/install -c |
---|
13 | checking whether build environment is sane... yes |
---|
14 | checking for gawk... gawk |
---|
15 | checking whether make sets $(MAKE)... yes |
---|
16 | configure: runtime is configured *not* to use the CPL (Choice Point Library) |
---|
17 | checking for style of include used by make... GNU |
---|
18 | checking for gcc... gcc |
---|
19 | checking for C compiler default output... a.out |
---|
20 | checking whether the C compiler works... yes |
---|
21 | checking whether we are cross compiling... no |
---|
22 | checking for suffix of executables... |
---|
23 | checking for suffix of object files... o |
---|
24 | checking whether we are using the GNU C compiler... yes |
---|
25 | checking whether gcc accepts -g... yes |
---|
26 | checking for gcc option to accept ANSI C... none needed |
---|
27 | checking dependency style of gcc... gcc3 |
---|
28 | checking for getpagesize... yes |
---|
29 | checking how to run the C preprocessor... gcc -E |
---|
30 | checking for egrep... grep -E |
---|
31 | checking for ANSI C header files... rm: conftest.dSYM: is a directory |
---|
32 | rm: conftest.dSYM: is a directory |
---|
33 | yes |
---|
34 | checking for sys/types.h... yes |
---|
35 | checking for sys/stat.h... yes |
---|
36 | checking for stdlib.h... yes |
---|
37 | checking for string.h... yes |
---|
38 | checking for memory.h... yes |
---|
39 | checking for strings.h... yes |
---|
40 | checking for inttypes.h... yes |
---|
41 | checking for stdint.h... yes |
---|
42 | checking for unistd.h... yes |
---|
43 | checking for stdlib.h... (cached) yes |
---|
44 | checking for string.h... (cached) yes |
---|
45 | checking for unistd.h... (cached) yes |
---|
46 | checking for inline... inline |
---|
47 | checking for stdlib.h... (cached) yes |
---|
48 | checking for GNU libc compatible malloc... yes |
---|
49 | checking for ANSI C header files... (cached) yes |
---|
50 | checking for size_t... yes |
---|
51 | checking build system type... i686-apple-darwin9.5.0 |
---|
52 | checking host system type... i686-apple-darwin9.5.0 |
---|
53 | checking for ld used by GCC... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld |
---|
54 | checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no |
---|
55 | checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld option to reload object files... -r |
---|
56 | checking for BSD-compatible nm... /usr/bin/nm -p |
---|
57 | checking for a sed that does not truncate output... /usr/bin/sed |
---|
58 | checking whether ln -s works... yes |
---|
59 | checking how to recognise dependent libraries... file_magic Mach-O dynamically linked shared library |
---|
60 | checking command to parse /usr/bin/nm -p output... rm: conftest.dSYM: is a directory |
---|
61 | rm: conftest.dSYM: is a directory |
---|
62 | rm: conftest.dSYM: is a directory |
---|
63 | rm: conftest.dSYM: is a directory |
---|
64 | ok |
---|
65 | checking dlfcn.h usability... yes |
---|
66 | checking dlfcn.h presence... yes |
---|
67 | checking for dlfcn.h... yes |
---|
68 | checking for ranlib... ranlib |
---|
69 | checking for strip... strip |
---|
70 | checking for objdir... .libs |
---|
71 | checking for gcc option to produce PIC... -fno-common |
---|
72 | checking if gcc PIC flag -fno-common works... yes |
---|
73 | checking if gcc static flag -static works... no |
---|
74 | checking if gcc supports -c -o file.o... yes |
---|
75 | checking if gcc supports -c -o file.lo... yes |
---|
76 | checking if gcc supports -fno-rtti -fno-exceptions... yes |
---|
77 | checking whether the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes |
---|
78 | checking how to hardcode library paths into programs... unsupported |
---|
79 | checking whether stripping libraries is possible... no |
---|
80 | checking dynamic linker characteristics... darwin9.5.0 dyld |
---|
81 | checking if libtool supports shared libraries... yes |
---|
82 | checking whether to build shared libraries... yes |
---|
83 | checking whether to build static libraries... yes |
---|
84 | checking whether -lc should be explicitly linked in... rm: conftest.dSYM: is a directory |
---|
85 | yes |
---|
86 | creating libtool |
---|
87 | checking for gcc... (cached) gcc |
---|
88 | checking whether we are using the GNU C compiler... (cached) yes |
---|
89 | checking whether gcc accepts -g... (cached) yes |
---|
90 | checking for gcc option to accept ANSI C... (cached) none needed |
---|
91 | checking dependency style of gcc... (cached) gcc3 |
---|
92 | checking for bison... bison -y |
---|
93 | checking for flex... flex |
---|
94 | checking for yywrap in -lfl... yes |
---|
95 | checking lex output file root... lex.yy |
---|
96 | checking whether yytext is a pointer... yes |
---|
97 | checking for a BSD-compatible install... /usr/bin/install -c |
---|
98 | checking whether platform requires use of mprotect... yes |
---|
99 | configure: creating ./config.status |
---|
100 | config.status: creating Makefile |
---|
101 | config.status: creating Makefile.srts |
---|
102 | config.status: creating README |
---|
103 | config.status: creating src/Makefile |
---|
104 | config.status: creating src/srts/Makefile |
---|
105 | config.status: creating ssl/Makefile |
---|
106 | config.status: creating libraries/Makefile |
---|
107 | config.status: creating config.h |
---|
108 | config.status: config.h is unchanged |
---|
109 | config.status: executing depfiles commands |
---|
110 | gnumake all-recursive |
---|
111 | Making all in src |
---|
112 | Making all in srts |
---|
113 | echo "#ifndef SRTS_STRATEGO_CONFIG_H" > stratego-config.h |
---|
114 | echo "#define SRTS_STRATEGO_CONFIG_H" >> stratego-config.h |
---|
115 | echo "" >> stratego-config.h |
---|
116 | grep -v PACKAGE ../../config.h \ |
---|
117 | | grep -v VERSION >> stratego-config.h |
---|
118 | echo "#endif" >> stratego-config.h |
---|
119 | echo "" >> stratego-config.h |
---|
120 | if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I/opt/local/include -I. -Wall -g -O2 -MT stratego.o -MD -MP -MF ".deps/stratego.Tpo" \ |
---|
121 | -c -o stratego.o `test -f 'stratego.c' || echo './'`stratego.c; \ |
---|
122 | then mv ".deps/stratego.Tpo" ".deps/stratego.Po"; \ |
---|
123 | else rm -f ".deps/stratego.Tpo"; exit 1; \ |
---|
124 | fi |
---|
125 | stratego.c: In function '_allenv': |
---|
126 | stratego.c:120: error: nested functions are disabled, use -fnested-functions to re-enable |
---|
127 | stratego.c: In function '_allacc': |
---|
128 | stratego.c:156: warning: assignment from incompatible pointer type |
---|
129 | stratego.c:163: error: nested functions are disabled, use -fnested-functions to re-enable |
---|
130 | gnumake[6]: *** [stratego.o] Error 1 |
---|
131 | gnumake[5]: *** [all-recursive] Error 1 |
---|
132 | gnumake[4]: *** [all-recursive] Error 1 |
---|
133 | gnumake[3]: *** [all] Error 2 |
---|
134 | gnumake[2]: *** [pre-pkgs/build/srts.dummy] Error 2 |
---|
135 | gnumake[1]: *** [all-recursive] Error 1 |
---|
136 | gnumake: *** [all] Error 2 |
---|
137 | Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_strategoxt/work/strategoxt-0.9.4" && gnumake all " returned error 2 |
---|
138 | Command output: config.status: creating config.h |
---|
139 | config.status: config.h is unchanged |
---|
140 | config.status: executing depfiles commands |
---|
141 | gnumake all-recursive |
---|
142 | Making all in src |
---|
143 | Making all in srts |
---|
144 | echo "#ifndef SRTS_STRATEGO_CONFIG_H" > stratego-config.h |
---|
145 | echo "#define SRTS_STRATEGO_CONFIG_H" >> stratego-config.h |
---|
146 | echo "" >> stratego-config.h |
---|
147 | grep -v PACKAGE ../../config.h \ |
---|
148 | | grep -v VERSION >> stratego-config.h |
---|
149 | echo "#endif" >> stratego-config.h |
---|
150 | echo "" >> stratego-config.h |
---|
151 | if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I/opt/local/include -I. -Wall -g -O2 -MT stratego.o -MD -MP -MF ".deps/stratego.Tpo" \ |
---|
152 | -c -o stratego.o `test -f 'stratego.c' || echo './'`stratego.c; \ |
---|
153 | then mv ".deps/stratego.Tpo" ".deps/stratego.Po"; \ |
---|
154 | else rm -f ".deps/stratego.Tpo"; exit 1; \ |
---|
155 | fi |
---|
156 | stratego.c: In function '_allenv': |
---|
157 | stratego.c:120: error: nested functions are disabled, use -fnested-functions to re-enable |
---|
158 | stratego.c: In function '_allacc': |
---|
159 | stratego.c:156: warning: assignment from incompatible pointer type |
---|
160 | stratego.c:163: error: nested functions are disabled, use -fnested-functions to re-enable |
---|
161 | gnumake[6]: *** [stratego.o] Error 1 |
---|
162 | gnumake[5]: *** [all-recursive] Error 1 |
---|
163 | gnumake[4]: *** [all-recursive] Error 1 |
---|
164 | gnumake[3]: *** [all] Error 2 |
---|
165 | gnumake[2]: *** [pre-pkgs/build/srts.dummy] Error 2 |
---|
166 | gnumake[1]: *** [all-recursive] Error 1 |
---|
167 | gnumake: *** [all] Error 2 |
---|
168 | |
---|
169 | Warning: the following items did not execute (for strategoxt): org.macports.activate org.macports.build org.macports.destroot org.macports.install |
---|
170 | Error: Status 1 encountered during processing. |
---|