Re: HAL and managed /etc/fstab option

2005-12-10 Thread Randy McMurchy
Alexander E. Patrakov wrote these words on 12/10/05 01:43 CST: HAL instructions in BLFS have the following bug here (however, with HAL updated to 0.5.5.1): directories under /media leak. I.e., if I plug and unplug my USB flash drive several times, /media/usbdisk{1,2,3,4,5,6,7,8,...} are

Re: HAL and managed /etc/fstab option

2005-12-10 Thread Alexander E. Patrakov
Randy McMurchy wrote: Alexander E. Patrakov wrote these words on 12/10/05 01:43 CST: HAL instructions in BLFS have the following bug here (however, with HAL updated to 0.5.5.1): directories under /media leak. I.e., if I plug and unplug my USB flash drive several times,

Re: HAL and managed /etc/fstab option

2005-12-10 Thread Randy McMurchy
Alexander E. Patrakov wrote these words on 12/10/05 02:15 CST: Sorry. My fault. That's because I restarted the HAL daemon many times investigating how to add the proper iocharset option to the autocreated fstab entries. Well, I would like to continue this thread until it is determined that

Re: HAL and managed /etc/fstab option

2005-12-10 Thread Jürg Billeter
On Sam, 2005-12-10 at 02:51 -0600, Randy McMurchy wrote: Alexander E. Patrakov wrote these words on 12/10/05 02:15 CST: Sorry. My fault. That's because I restarted the HAL daemon many times investigating how to add the proper iocharset option to the autocreated fstab entries. Well, I

Re: Hint on installing autotools versions in parallel

2005-12-10 Thread Nico R.
Hallo, Tushar Teredesai wrote: Finally, I have written a draft hint on installing multiple autotools version. I would appreciate your comments before I submit the hint. The hint and attachments are available at http://linuxfromscratch.org/~tushar/tmp/. Thanks for this hint, Tushar!

Re: HAL and managed /etc/fstab option

2005-12-10 Thread Alexander E. Patrakov
Jürg Billeter wrote: util-linux added support for the comment keyword some versions ago. So I just replace managed by comment=managed in 10-storage-policy.fdi and that seems to work fine. Confirmed here: fstab entries are correctly deleted upon device removal if I use the following lines:

/usr/bin/nice

2005-12-10 Thread DJ Lucas
Hey guys, I don't know if LFS will be interested in it or not in the future, but I've been writing a new set of LSB bootscripts. Per LSB, nice is required to be in /bin, as it must be used to start processeses in start_daemon(). It could be lumped into the bootscript related moves if yous

testing perl

2005-12-10 Thread Leferis Dimitroulakis
Hi lfs-dev I am still using lfs-6.0 but this may be of some interest. Well the problem is that testing perl gives me: t/op/magicDying on warning: Can't exec ps: No such file or directory at op/magic.t line 303. and after a few lines: t/op/timeFAILD at test2. So I compiled

Re: testing perl

2005-12-10 Thread Randy McMurchy
Leferis Dimitroulakis wrote these words on 12/10/05 13:45 CST: t/op/magicDying on warning: Can't exec ps: No such file or directory at op/magic.t line 303. This is a known issue. See: http://bugs.linuxfromscratch.org/show_bug.cgi?id=381

Re: testing perl

2005-12-10 Thread Leferis Dimitroulakis
Στις Σαβ 10 Δεκ 2005 21:48, GMT+3, ο/η Randy McMurchy έγραψε: Leferis Dimitroulakis wrote these words on 12/10/05 13:45 CST: t/op/magicDying on warning: Can't exec ps: No such file or directory at op/magic.t line 303. This is a known issue. See:

My status on the LFS project (long)

2005-12-10 Thread Anderson Lizardo
Hi guys, It's been a (very) long time since I don't post or do anything related to LFS. The reason is simple: I've been too busy with real life and the small free time I had I've spent on some other projects... I apologize if anyone here was expecting my presence on the last couple of months.

libreadline soname

2005-12-10 Thread Alexander E. Patrakov
Hello, the current practice of passing SHLIB_XLDFLAGS=-lncurses to readline is dubious, because it overwrites the existing -Wl,-rpath,$(libdir) -Wl,-soname,`basename $@ $(SHLIB_MINOR)` flags. The currently-compiled readline bears the soname libreadline.so.5.0 which is different from what

Updates of bash, readline and less

2005-12-10 Thread Alexander E. Patrakov
Hello, I have tried the new versions of bash, readline and less with the UTF-8 book. Results: less-394 specifically looks for -lncursesw in addition to -lncurses. Also it started to use the nl_langinfo() function, which means that the following text in the UTF-8 book is now wrong

Re: Hint on installing autotools versions in parallel

2005-12-10 Thread Tushar Teredesai
On 12/10/05, Nico R. [EMAIL PROTECTED] wrote: autoconf-2.13-race.patch uses /bin/mktemp, but on my system the mktemp binary is in /usr/bin, and current LFS seems to put it there, too. On my system, it is in /bin. Will change the invocation to mktemp. Thanks for the report. -- Tushar Teredesai