Re: perl 5.8.7 no perl or pod2man

2006-05-18 Thread Ken Moffat
On Thu, May 18, 2006 at 06:56:35PM -0400, Klaus Sinfelt wrote: > > On May 18, 2006, at 3:47 PM, Ken Moffat wrote: > >> > > >If it is ok so far, build it with > > > >make perl utilities >>perllog 2>&1 ; echo "status $?" > > > > I received status 2, and perl and pod2man are still missing. > (I am

Re: perl 5.8.7 no perl or pod2man

2006-05-18 Thread Klaus Sinfelt
On May 18, 2006, at 3:47 PM, Ken Moffat wrote: On the face of it, you had errors in parts (4) and perhaps (3) above. If you didn't catch them, blow away the directory and repeat, but this time try ./configure.gnu --prefix=/tools -Dstatic_ext='IO Fcntl POSIX' \ perllog 2>&1; echo "status $

Re: LFS Version SVN-20060501 - GCC-4.0.3 - compilation fails

2006-05-18 Thread Dan Nicholson
On 5/18/06, Mag. Leonhard Landrock <[EMAIL PROTECTED]> wrote: Sorry to ask, but what are the important symlinks? These guys: http://www.linuxfromscratch.org/lfs/view/development/chapter06/createfiles.html I did some kind of logging for _all_ steps within the LFS building. I just wrote every

Re: LFS Version SVN-20060501 - GCC-4.0.3 - compilation fails

2006-05-18 Thread Mag. Leonhard Landrock
Am Donnerstag, 18. Mai 2006 22:39 schrieb Dan Nicholson: > On 5/18/06, Mag. Leonhard Landrock <[EMAIL PROTECTED]> wrote: > > root:/# strings /sources/gcc-build/gcc/cppdefault.o > > > > /usr/lib/gcc/i686-pc-linux-gnu/4.0.3/include > > /usr/lib/gcc/i686-pc-linux-gnu/4.0.3/../../../../include/c++/4.0.

Re: removing usb messages at boot time

2006-05-18 Thread Peter B. Steiger
On Thu, 2006-05-18 at 19:54 +0100, S. Anthony Sequeira wrote: > This is not grub specifically, but a kernel option passed to the > kernel > by grub. Any bootloader that passes parameters to the kernel would > manage this. In case anyone is curious, after Anthony reported the trick I did some hun

Re: LFS Version SVN-20060501 - GCC-4.0.3 - compilation fails

2006-05-18 Thread Dan Nicholson
On 5/18/06, Mag. Leonhard Landrock <[EMAIL PROTECTED]> wrote: root:/# strings /sources/gcc-build/gcc/cppdefault.o /usr/lib/gcc/i686-pc-linux-gnu/4.0.3/include /usr/lib/gcc/i686-pc-linux-gnu/4.0.3/../../../../include/c++/4.0.3 /usr/lib/gcc/i686-pc-linux-gnu/4.0.3/../../../../include/c++/4.0.3/i6

Re: perl 5.8.7 no perl or pod2man

2006-05-18 Thread Ag Hatzimanikas
Ken Moffat([EMAIL PROTECTED])@Thu, May 18, 2006 at 08:47:50PM +0100: > > On the face of it, you had errors in parts (4) and perhaps (3) > above. If you didn't catch them, blow away the directory and > repeat, but this time try > > ./configure.gnu --prefix=/tools -Dstatic_ext='IO Fcntl POSIX' \

Re: LFS Version SVN-20060501 - GCC-4.0.3 - compilation fails

2006-05-18 Thread Mag. Leonhard Landrock
Hi Dan! Am Donnerstag, 18. Mai 2006 01:05 schrieb Dan Nicholson: > On 5/17/06, Mag. Leonhard Landrock <[EMAIL PROTECTED]> wrote: > > This is the result: [snip] > It looks like what I got. Unfortunately, that didn't explain > anything. Just as a last ditch effort, could you run this command: >

Re: perl 5.8.7 no perl or pod2man

2006-05-18 Thread Ken Moffat
On Thu, May 18, 2006 at 03:21:51PM -0400, Klaus Sinfelt wrote: > Hi, > Linux From Scratch book v. 6.1.1, chapter 5.32.1, p. 72 > I am booting from and using the sources from the LFS live CD > (lfslivecd-x86-6.1.1-3.iso) > > perl and pod2man seem to be missing. > > I installed perl as follows >

perl 5.8.7 no perl or pod2man

2006-05-18 Thread Klaus Sinfelt
Hi, Linux From Scratch book v. 6.1.1, chapter 5.32.1, p. 72 I am booting from and using the sources from the LFS live CD (lfslivecd-x86-6.1.1-3.iso) perl and pod2man seem to be missing. I installed perl as follows 1) I have applied the patch: patch -Np1 -i ../perl-5.8.7-libc-1.patc

Re: alsa udev device creation

2006-05-18 Thread Georgina Joyce
On Wed, May 17, 2006 at 11:35:48PM +0100, Ken Moffat wrote: > On Wed, May 17, 2006 at 11:06:44PM +0100, Georgina Joyce wrote: > > On Wed, May 17, 2006 at 09:24:56AM +0200, Andrei A. Voropaev wrote: > > > > > > Are you sure that kernel recognizes your hardware? Do you see messages > > > reporting t

Selinux, Grsecurity build issues.

2006-05-18 Thread Declan Moriarty
Disabling SELinux in /etc/selinux/config worked, and I can remount sysfs and the like without /dev/emptying faster than I can fill it The critical line is SELINUX=disabled HLFS provides it's own security issues. Notably, grsecurity as I have configured it does not allow mounting of anything ou

unsubscription

2006-05-18 Thread jay
unsubscription -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: SELinux & Permission Denied for /dev/null in glibc ch.6 - Solved

2006-05-18 Thread Declan Moriarty
On Wed, 2006-05-17 at 21:02 +0100, Andrew Benton wrote: > Declan Moriarty wrote: > > There are two modes of SELinux, the full monty and a 'targeted' mode. By > > default distros are using the targeted mode, which targets a number of > > server daemons, including syslogd. > You might be able to tur