I had the same error, starting from a 32 bit linux, building a 32 bit CLFS system. Starting from a 32 bit linux, building a 64 bit CLFS system works.
As described here a few weeks ago, on 32 bit CLFS linux I tried: sed -i 's/LD_LIBRARY_PATH=/#&/g' configure Should be the same as your sed statement. And it works. I think the problem is the new Library Path, so cat,rm ... from the base system uses the libraries from /tools/lib/ on 32 bit CLFS and that results in the segfaults. On 64 bit CLFS cat,rm ... from the base system uses the libaries under /lib, as the libaries under /tools/lib ar 64 bit libs. regards Dietmar -----Original Message----- From: clfs-support-boun...@lists.cross-lfs.org [mailto:clfs-support-boun...@lists.cross-lfs.org] On Behalf Of Joe Ciccone Sent: Mittwoch, 18. November 2009 03:33 To: CLFS Support Subject: Re: [Clfs-support] problem with cloog-PPL-0.15.7 segfaulting on configure script b-vol wrote: > On Tuesday 17 November 2009 11:33:39 pm Joe Ciccone wrote: > - > >> Please try running this sed before configuring, and let me know the >> outcome so I can add this fix to the book if it works. >> >> sed -i "s/LD_LIBRARY_PATH=/d" configure >> >> > > clfs:/mnt/clfs/sources-151009$ cd cloog-ppl-0.15.7 > clfs:/mnt/clfs/sources-151009/cloog-ppl-0.15.7$ sed -i "s/LD_LIBRARY_PATH=/d" > configure > sed: -e expression #1, char 20: unterminated `s' command > clfs:/mnt/clfs/sources-151009/cloog-ppl-0.15.7$ > > thanks for your sugggestion but the SED does not appear to help (and I have > cut and paste). > I'm sorry, that was a bad regex, I started writing one thing then went to another. Try this sed -i "/LD_LIBRARY_PATH=/d" configure _______________________________________________ Clfs-support mailing list Clfs-support@lists.cross-lfs.org http://lists.cross-lfs.org/listinfo.cgi/clfs-support-cross-lfs.org ____________ Virus checked by G DATA AntiVirus Version: AVA 19.8863 dated 18.11.2009 Virus news: www.antiviruslab.com HOB RD VPN - einfach, sicher und flexibel auf alle Unternehmensanwendungen und -daten zugreifen Praesentation unter: http://www.hob.de/rdvpn2/ HOB GmbH & Co. KG Schwadermuehlstr. 3 D-90556 Cadolzburg Geschaeftsfuehrung: Klaus Brandstaetter, Zoran Adamovic AG Fuerth, HRA 5180 Steuer-Nr. 218/163/00107 USt-ID-Nr. DE 132747002 Komplementaerin HOB electronic Beteiligungs GmbH AG Fuerth, HRB 3416 _______________________________________________ Clfs-support mailing list Clfs-support@lists.cross-lfs.org http://lists.cross-lfs.org/listinfo.cgi/clfs-support-cross-lfs.org