----- Original Message ----- From: "Bruce Dubbs" <bruce.du...@gmail.com> To: "LFS Developers Mailinglist" <lfs-dev@linuxfromscratch.org> Sent: Monday, June 27, 2011 9:32 PM Subject: Re: a bug in the perl patch
> Matthew Burgess wrote: > > On 27/06/2011 02:34, Bruce Dubbs wrote: > > > >> I also see a change in > >> http://wiki.linuxfromscratch.org/patches/browser/trunk/perl/perl-5.10.1-libc-1.patch > >> by Matt. > >> > >> I'll be glad to change this if it was an inadvertent change, but I'd > >> like to confirm that first. > >> > >> Matt? > > > > That definitely looks like an inadvertent change to me. > > OK, I updated the patch. > I diffed the log with unfixed and fixed patch on my build system host libc is libc-2.7.so, compiled libc is libc-2.11.3.so, still perl-5.10.1 -cc -c -fno-strict-aliasing -pipe -fstack-protector -D_LARGEFILE_SOURCE -D _FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.10\" -DXS_VERSION=\"1.10\" "-I../.." -DLIBC="/tools_i486/lib/libc-2.7.so" DynaLoader.c +cc -c -fno-strict-aliasing -pipe -fstack-protector -D_LARGEFILE_SOURCE -D _FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.10\" -DXS_VERSION=\"1.10\" "-I../.." -DLIBC="/tools_i486/lib/libc-2.11.3.so" DynaLoader.c rm -rf ../../DynaLoader.o cp DynaLoader.o ../../DynaLoader.o Unfixed DLIBC is really bogus while fixed DLIBC look sane. It may have not hurt because of the limited usage on toolchain of perl Dynaloader. Gilles -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page