Re: [lfs-dev] udev-lfs-186

2012-07-18 Thread Matt Burgess
On Tue, 2012-07-17 at 15:57 -0500, Bruce Dubbs wrote: > Attached is the latest set of files for extracting udev from systemd. > It should work for LFS and BLFS. > > > Let me know if you spot any issues. Bruce, thanks very much for tackling this, and to Armin for his valuable input. I tested t

Re: [lfs-dev] Glibc-2.16.0

2012-07-18 Thread thorsten
> The patch changes stdio.h so that even in C11 gets() is defined, but > adds __attribute__ ((error("gets() is dangerous. Don't use it."))) to > both gets() in stdio.h and bits/stdio2.h. __gets_chk() in bits/stdio2.h > The advantage from my point of view is that there is no "not defined" > error

Re: [lfs-dev] glibc-2.16 progress?

2012-07-18 Thread Bruce Dubbs
Bruce Dubbs wrote: > Matt Burgess wrote: >> It's as Andy Benton brought up. There's a fair number of packages, >> starting with chapter 5's diffutils, that still use or at least >> reference gets(), which has been removed from this version of Glibc. > +Index: diffutils-3.2/lib/stdio.in.h > +

Re: [lfs-dev] glibc-2.16 progress?

2012-07-18 Thread Matt Burgess
On Wed, 2012-07-18 at 17:10 -0500, Bruce Dubbs wrote: > Bruce Dubbs wrote: > > Matt Burgess wrote: > > >> It's as Andy Benton brought up. There's a fair number of packages, > >> starting with chapter 5's diffutils, that still use or at least > >> reference gets(), which has been removed from this

[lfs-dev] Chapter 6 - glibc-2.16 failure

2012-07-18 Thread Bruce Dubbs
Adding the following to glibc-2.16 in Chapter 6 seems to work: sed -i -e 's::"rpc/types.h"' sunrpc/rpc_clntout.c -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page

Re: [lfs-dev] glibc-2.16 progress?

2012-07-18 Thread Matt Burgess
On Wed, 2012-07-18 at 23:37 +0100, Matt Burgess wrote: > However, being a perfectionist, I wasn't happy with > them hence taking so long over the upgrade. I'm after the 'correct' way > of dealing with this, which seems to be patching gnulib. Here's the work in progress patch. It still wants to i

Re: [lfs-dev] glibc-2.16 progress?

2012-07-18 Thread Bruce Dubbs
Matt Burgess wrote: > On Wed, 2012-07-18 at 23:37 +0100, Matt Burgess wrote: >> However, being a perfectionist, I wasn't happy with >> them hence taking so long over the upgrade. I'm after the 'correct' way >> of dealing with this, which seems to be patching gnulib. I will have to disagree with t

Re: [lfs-dev] glibc-2.16 progress?

2012-07-18 Thread Bruce Dubbs
Bruce Dubbs wrote: > I just ran into the test-installation.pl problem, but think I've found > a fix for that. I'll post when I get it working. The scripts/test-installation.pl script is reading /sources/glibc-build/soversions.mk and looking for the regular expression /^ld\.so/. This is defined