bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Sed bootstrap build failure


From: heviarti
Subject: Sed bootstrap build failure
Date: Thu, 19 Oct 2006 18:48:39 -0500 (CDT)
User-agent: SquirrelMail/1.4.8

  I'm running a release of slackware 8.0 on alpha, with a set of custom
built packages updating the A and D sets. somehow my sed has a zero
size, and does not work. I downloaded the latest (4.1.5) and made
bootstrap.  it did thusly:

+ rm -f lib/alloca.o lib/getline.o lib/getopt.o lib/getopt1.o lib/memchr.o
lib/memcmp.o lib/memmove.o lib/mkstemp.o lib/obstack.o lib/strverscmp.o
'sed/*.o' sed/sed
+ cd lib
+ rm -f regex.h
+ cp regex_.h regex.h
+ gcc -w -DHAVE_CONFIG_H -I.. -I. -c alloca.c
+ gcc -w -DHAVE_CONFIG_H -I.. -I. -c getline.c
+ gcc -w -DHAVE_CONFIG_H -I.. -I. -c getopt.c
+ gcc -w -DHAVE_CONFIG_H -I.. -I. -c getopt1.c
+ gcc -w -DHAVE_CONFIG_H -I.. -I. -c memchr.c
+ gcc -w -DHAVE_CONFIG_H -I.. -I. -c memcmp.c
+ gcc -w -DHAVE_CONFIG_H -I.. -I. -c memmove.c
+ gcc -w -DHAVE_CONFIG_H -I.. -I. -c mkstemp.c
+ gcc -w -DHAVE_CONFIG_H -I.. -I. -c strverscmp.c
+ gcc -w -DHAVE_CONFIG_H -I.. -I. -c obstack.c
+ gcc -w -DHAVE_CONFIG_H -I.. -I. -c regex.c
In file included from regex.c:65:
regexec.c: In function `build_trtable':
regexec.c:3299: error: `bool' undeclared (first use in this function)
regexec.c:3299: error: (Each undeclared identifier is reported only once
regexec.c:3299: error: for each function it appears in.)
regexec.c:3299: error: parse error before "dests_node_malloced"
regexec.c:3325: error: `dests_node_malloced' undeclared (first use in this
function)
regexec.c:3325: error: `true' undeclared (first use in this function)
regexec.c:3365: error: `dest_states_malloced' undeclared (first use in
this function)
regexec.c: In function `group_nodes_into_DFAstates':
regexec.c:3579: error: `bool' undeclared (first use in this function)
regexec.c:3579: error: parse error before "accepts_newline"
regexec.c:3581: error: `accepts_newline' undeclared (first use in this
function)
+ exit 1

  i tried defining and undefining various things in config.h, causing
failures at different places.  I'd very much appreciate some way that i
could build sed on this machine.

  Thanks,
     Buck Rekow




reply via email to

[Prev in Thread] Current Thread [Next in Thread]