Gentoo Archives: gentoo-alt

From: matt <mattmatteh@×××××××××.net>
To: gentoo-alt@l.g.o
Subject: [gentoo-alt] emerge --oneshot sed fails on sparc solaris
Date: Mon, 11 Jun 2007 21:54:23
Message-Id: 20070611165348.05fe551d@thing.home
1 snip....
2
3 if sparc-sun-solaris2.10-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../intl -I.. -I../lib -I../intl -I/export/home/matt/gentoo/usr/include -g -O2 -MT strverscmp.o -MD -MP -MF ".deps/strverscmp.Tpo" -c -o strverscmp.o strverscmp.c; \
4 then mv -f ".deps/strverscmp.Tpo" ".deps/strverscmp.Po"; else rm -f ".deps/strverscmp.Tpo"; exit 1; fi
5 if sparc-sun-solaris2.10-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../intl -I.. -I../lib -I../intl -I/export/home/matt/gentoo/usr/include -g -O2 -MT regex.o -MD -MP -MF ".deps/regex.Tpo" -c -o regex.o regex.c; \
6 then mv -f ".deps/regex.Tpo" ".deps/regex.Po"; else rm -f ".deps/regex.Tpo"; exit 1; fi
7 In file included from regex.c:65:
8 regexec.c: In function `build_trtable':
9 regexec.c:3299: error: `bool' undeclared (first use in this function)
10 regexec.c:3299: error: (Each undeclared identifier is reported only once
11 regexec.c:3299: error: for each function it appears in.)
12 regexec.c:3299: error: syntax error before "dests_node_malloced"
13 regexec.c:3325: error: `dests_node_malloced' undeclared (first use in this function)
14 regexec.c:3325: error: `true' undeclared (first use in this function)
15 regexec.c:3365: error: `dest_states_malloced' undeclared (first use in this function)
16 regexec.c: In function `group_nodes_into_DFAstates':
17 regexec.c:3579: error: `bool' undeclared (first use in this function)
18 regexec.c:3579: error: syntax error before "accepts_newline"
19 regexec.c:3581: error: `accepts_newline' undeclared (first use in this function)
20 make[2]: *** [regex.o] Error 1
21 make[2]: Leaving directory `/export/home/matt/gentoo/var/tmp/portage/sys-apps/sed-4.1.5/work/sed-4.1.5/lib'
22 make[1]: *** [all-recursive] Error 1
23 make[1]: Leaving directory `/export/home/matt/gentoo/var/tmp/portage/sys-apps/sed-4.1.5/work/sed-4.1.5'
24 make: *** [all] Error 2
25
26 !!! ERROR: sys-apps/sed-4.1.5 failed.
27
28 any suggestions ?
29
30 thanks
31
32 matt
33 --
34 gentoo-alt@g.o mailing list

Replies

Subject Author
Re: [gentoo-alt] emerge --oneshot sed fails on sparc solaris Fabian Groffen <grobian@g.o>