Ticket #17145: err

File err, 7.6 KB (added by pyrios@…, 15 years ago)

output of sudo port -v install strategoxt >err 2>&1

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