Re: [lfs-dev] Putting a copy util-linux in /tools

2014-01-19 Thread Bruce Dubbs
Bryan Kadzban wrote: > Armin K. wrote: >> On 01/19/2014 12:45 AM, Bruce Dubbs wrote: >>> Armin K. wrote: >>> > I'm glad you reminded me of that. I suppose I could avoid a lot of > changes if we made the symlinks, including one for > /usr/include/{blkid,uuid}/. I'll keep investigating.

Re: [lfs-dev] Putting a copy util-linux in /tools

2014-01-18 Thread Bryan Kadzban
Armin K. wrote: > On 01/19/2014 12:45 AM, Bruce Dubbs wrote: >> Armin K. wrote: >> I'm glad you reminded me of that. I suppose I could avoid a lot of changes if we made the symlinks, including one for /usr/include/{blkid,uuid}/. I'll keep investigating. >>> You don't really

Re: [lfs-dev] Putting a copy util-linux in /tools

2014-01-18 Thread Armin K.
On 01/19/2014 12:45 AM, Bruce Dubbs wrote: > Armin K. wrote: > >>> I'm glad you reminded me of that. I suppose I could avoid a lot of >>> changes if we made the symlinks, including one for >>> /usr/include/{blkid,uuid}/. I'll keep investigating. >>> >> >> You don't really want to do this. If /usr

Re: [lfs-dev] Putting a copy util-linux in /tools

2014-01-18 Thread Bruce Dubbs
Armin K. wrote: >> I'm glad you reminded me of that. I suppose I could avoid a lot of >> changes if we made the symlinks, including one for >> /usr/include/{blkid,uuid}/. I'll keep investigating. >> > > You don't really want to do this. If /usr/include/blkid is a symlink to > /tools/include/blkid

Re: [lfs-dev] Putting a copy util-linux in /tools

2014-01-18 Thread Armin K.
On 19.1.2014 0:24, Bruce Dubbs wrote: > Armin K. wrote: >> >> >> On 18.1.2014 23:04, Bruce Dubbs wrote: >>> Armin K. wrote: Well if it works, why not then. Just one minor suggestion below >>> > > Chapter 6: e2fsprogs > > mkdir -v build > cd build > export LD_LIBR

Re: [lfs-dev] Putting a copy util-linux in /tools

2014-01-18 Thread Bruce Dubbs
Armin K. wrote: > > > On 18.1.2014 23:04, Bruce Dubbs wrote: >> Armin K. wrote: >>> Well if it works, why not then. Just one minor suggestion below >>> >> Chapter 6: e2fsprogs mkdir -v build cd build export LD_LIBRARY_PATH=/tools/lib LDFLAGS="-L /tools/lib -luuid

Re: [lfs-dev] Putting a copy util-linux in /tools

2014-01-18 Thread Armin K.
On 18.1.2014 23:04, Bruce Dubbs wrote: > Armin K. wrote: >> Well if it works, why not then. Just one minor suggestion below >> > >>> >>> Chapter 6: e2fsprogs >>> >>> mkdir -v build >>> cd build >>> export LD_LIBRARY_PATH=/tools/lib >>> LDFLAGS="-L /tools/lib -luuid -lblkid" \ >>> CFLAGS="-I /tool

Re: [lfs-dev] Putting a copy util-linux in /tools

2014-01-18 Thread Bruce Dubbs
Armin K. wrote: > Well if it works, why not then. Just one minor suggestion below > >> >> Chapter 6: e2fsprogs >> >> mkdir -v build >> cd build >> export LD_LIBRARY_PATH=/tools/lib >> LDFLAGS="-L /tools/lib -luuid -lblkid" \ >> CFLAGS="-I /tools/include" \ >> ../configure --prefix=/usr

Re: [lfs-dev] Putting a copy util-linux in /tools

2014-01-18 Thread Armin K.
Well if it works, why not then. Just one minor suggestion below On 18.1.2014 22:38, Bruce Dubbs wrote: > I've been working the last few days to put util-linux into Chapter 5 so > it is available when other programs are built and in order to do the > final Chapter 6 build of util-linux after udev.