[lfs-dev] Linux-PAM-1.1.6

2013-03-22 Thread Roger Koehler
Has anyone been successful installing Linux-PAM-1.1.6 on LFS 7.3? I'm getting: pam_conv_l.o: In function `yylex': /usr/src/blfs/postlfs/Linux-PAM-1.1.6/conf/pam_conv1/pam_conv_l.c:871: undefined reference to `yywrap' I thought I was able to install before Coreutils while build LFS 7.2. I suspec

[lfs-dev] Coreutils-8.21

2013-03-23 Thread Roger Koehler
Is this normal for Coreutils: FAIL: tests/rm/many-dir-entries-vs-OOM.sh I just got the one failure: 1 of 426 tests failed (112 tests were not run) I'm building LFS 7.3 on Debian 6. I deviated from the book slightly so that I wouldn't have to re-install Coreutils later after installing acl and

Re: [lfs-dev] Coreutils-8.21

2013-03-23 Thread Roger Koehler
> > I plan on following the rest of the book as written. (Although, I may have to > re-install Shadow because I'm getting the following message when I try to su > - lfs in my current chroot environment: -su: exec: env: not found.  su lfs > works (without the '-'). > p.s. I went ahead and install

[lfs-dev] Linux-3.8.1

2013-03-25 Thread Roger Koehler
I tried building twice. I'm getting this error when I do 'make modules_install: ln: target ‘7.3/source’ is not a directory make: *** [_modinst_] Error 1 Has anyone else seen this? Thanks, Roger -- Follow my blog! -- http://linuxfromscratch.org/mailman/

Re: [lfs-dev] Linux-3.8.1

2013-03-26 Thread Roger Koehler
> Le 25/03/2013 13:11, Roger Koehler a écrit : > > I tried building twice. I'm getting this error when I do 'make > > modules_install: > > > > ln: target ‘7.3/source’ is not a directory > > make: *** [_modinst_] Error 1 > > > > Has anyone els

[lfs-dev] /opt

2013-03-29 Thread Roger Koehler
I am trying to install BLFS with prefix=/opt instead of /usr. I've gotten as far as xcb-proto, but it depends on Python, which I also tried installing in /opt. Everything seemed fine until I tried running python. I get this message: python: error while loading shared libraries: libpython2.7.so.

Re: [lfs-dev] /opt

2013-03-29 Thread Roger Koehler
Bruce Dubbs gmail.com> writes: > Roger Koehler wrote: > > How do I configure Python to use /opt/lib? > > Try 'export LIBRARY_PATH=/opt/lib' > > Note that LD_LIBRARY_PATH and /etc/ld.so.conf are used at runtime, not > build time. Thank you, Bruce. That fix

Re: [lfs-dev] /opt

2013-03-29 Thread Roger Koehler
Bruce Dubbs gmail.com> writes: > Personally, I'd just put python in /usr and let it go at that. Putting > Xorg in /opt is not difficult to do. I gave in to the temptation to just copy the library to /usr/lib. Ideally, I would like to consider LFS my 'default installation', and install all ad