udev test suite?

2009-06-27 Thread Gilles Espinasse
chap 6.56.1 say This package does not come with a test suite. Appendix C say Udev Installation depends on: Binutils, Coreutils, GCC, Glibc, and Make Test suite depends on: Findutils, Perl, and Sed Must be installed before: None Gilles -- http://linuxfromscratch.org/mailman/listinfo/lf

Re: Util-Linux-NG-2.15.1 vs. e2fsprogs

2009-06-27 Thread Bryan Kadzban
Tobias Gasser wrote: > i don't upgrade udev to 1.43 for the moment, It's 143, not 1.43 -- there are a hundred and forty-three different udev versions. They're not just minor updates. But anyway... :-) > as they made to many changes (see the thread about "udev 143" by > william immendorf) and

Re: Util-Linux-NG-2.15.1 vs. e2fsprogs

2009-06-27 Thread DJ Lucas
Bryan Kadzban wrote: > Oh. Duh. Yeah, you're right -- without uuid.pc (from e2fsprogs if we > go that route, or from util-linux-ng-2.16), the libblkid.pc file doesn't > really help. > > OK, never mind. Waiting it is then. > > (Or releasing with udev-141, but I doubt people will go for that.) >

Re: Util-Linux-NG-2.15.1 vs. e2fsprogs

2009-06-27 Thread DJ Lucas
Matthew Burgess wrote: > Once 2.16 comes out, we'll have to figure out how to prevent e2fsprogs from > building & installing libuuid unless they also have a release relatively > soon. > http://www.linuxfromscratch.org/~dj/e2fsprogs-1.46.1-system_libs-1.patch or http://people.ubuntu.com/~scott/

Re: Util-Linux-NG-2.15.1 vs. e2fsprogs

2009-06-27 Thread Tobias Gasser
Tobias Gasser schrieb: > i'll post my results as soon as i have them... i just attached an additional disk to the esata port. the /dev/disk/by-* structure was updated, the new partitions showed up. mounting (even by -U uuid) works fine. even "tune2fs -U " works fine despite the lib is not from e2

Re: Util-Linux-NG-2.15.1 vs. e2fsprogs

2009-06-27 Thread Tobias Gasser
Tobias Gasser schrieb: > i'll now run a new build with removing libblkid.so.1.0.0 after > installing e2fsprogs but i guess there might some package(s) requireing > it too bevore util-linux-ng will install it's version. > despite i didn't really expect it, but it really works! i just added "rem

Re: Util-Linux-NG-2.15.1 vs. e2fsprogs

2009-06-27 Thread Olaf
Bryan Kadzban wrote: > > (Or releasing with udev-141, but I doubt people will go for that.) > Why not? It may not be the 'latest and greatest' but it does work. And it might be a while before all the pieces fit together again. util-linux-ng and e2fsprogs have 'slightly' slower release schedul

Re: Util-Linux-NG-2.15.1 vs. e2fsprogs

2009-06-27 Thread Bryan Kadzban
Matthew Burgess wrote: > and was able to determine that uuid.pc was a dependency for it. Oh. Duh. Yeah, you're right -- without uuid.pc (from e2fsprogs if we go that route, or from util-linux-ng-2.16), the libblkid.pc file doesn't really help. OK, never mind. Waiting it is then. (Or releasing

Re: Util-Linux-NG-2.15.1 vs. e2fsprogs

2009-06-27 Thread Matthew Burgess
On Sat, 27 Jun 2009 09:53:32 -0700, Bryan Kadzban wrote: > Yep. pkg-config's search path is (I *believe*) only /usr/lib/pkgconfig > by default, plus whatever's in $PKG_CONFIG_PATH. Hmm, I did give that some (very limited) consideration, but came to the conclusion that it wasn't worth looking i

Re: Util-Linux-NG-2.15.1 vs. e2fsprogs

2009-06-27 Thread Bryan Kadzban
Matthew Burgess wrote: > 1. Build pkg-config in chapter 5 (required for point 3) > 2. Build util-linux-ng with --with-fsprobe=builtin and >'make -C libs/blkid install' to have it provide libblkid for e2fsprogs to > use > 3. Build e2fsprogs with --disable-libblkid so that it uses Util-Linux-NG'

Re: Util-Linux-NG-2.15.1 vs. e2fsprogs

2009-06-27 Thread Tobias Gasser
Matthew Burgess schrieb: > Hi all, > > So, I'm trying to get Util-Linux-NG-2.15.1 to play nicely with > e2fsprogs-1.41.6. > > I'm taking the following approach: > > 1. Build pkg-config in chapter 5 (required for point 3) > 2. Build util-linux-ng with --with-fsprobe=builtin and >'make -C lib

Re: Util-Linux-NG-2.15.1 vs. e2fsprogs

2009-06-27 Thread Gilles Espinasse
- Original Message - From: "Matthew Burgess" To: "LFS Developers Mailinglist" Sent: Saturday, June 27, 2009 5:35 PM Subject: Re: Util-Linux-NG-2.15.1 vs. e2fsprogs > On Sat, 27 Jun 2009 09:48:44 -0500, Bruce Dubbs wrote: > > Matthew Burgess wrote: > > > >> do we simply forget about U

Re: Util-Linux-NG-2.15.1 vs. e2fsprogs

2009-06-27 Thread Matthew Burgess
On Sat, 27 Jun 2009 09:48:44 -0500, Bruce Dubbs wrote: > Matthew Burgess wrote: > >> do we simply forget about Util-Linux-NG-2.15.1 and >> wait for 2.16 instead, which includes a copy of libuuid? > > I think so, but I don't know what their release schedule looks like. Have > you looked at their

Re: Util-Linux-NG-2.15.1 vs. e2fsprogs

2009-06-27 Thread Bruce Dubbs
Matthew Burgess wrote: > do we simply forget about Util-Linux-NG-2.15.1 and > wait for 2.16 instead, which includes a copy of libuuid? I think so, but I don't know what their release schedule looks like. Have you looked at their latest svn trunk? -- Bruce -- http://linuxfromscratch.org/mai

Util-Linux-NG-2.15.1 vs. e2fsprogs

2009-06-27 Thread Matthew Burgess
Hi all, So, I'm trying to get Util-Linux-NG-2.15.1 to play nicely with e2fsprogs-1.41.6. I'm taking the following approach: 1. Build pkg-config in chapter 5 (required for point 3) 2. Build util-linux-ng with --with-fsprobe=builtin and 'make -C libs/blkid install' to have it provide libblkid f