Re: [blfs-dev] Help wanted

2012-03-23 Thread Bruce Dubbs
Jonathan Oksman wrote: Here's the gpm script I'm using on my box here at home. Hope this helps! Thanks. Note that it's a little counterproductive to compress a 2K file. -- Bruce #!/bin/sh # Begin gpm # # Description

Re: [blfs-dev] Removal of additional KDE4 packages

2012-03-23 Thread Ragnar Thomsen
Bruce Dubbs wrote: >Ragnar Thomsen wrote: >> If noone objects, I will remove the following packages from the book: >> -kdegames >> -kdeedu >> -kdetoys >> -kdeaccessibility > >kdegames and kdetoys are still available at >http://mirrors.isc.org/pub/kde/stable/4.8.0/src/ > >I'd like to see those re

Re: [blfs-dev] Help wanted

2012-03-23 Thread Jonathan Oksman
Here's the gpm script I'm using on my box here at home. Hope this helps! Jonathan gpm_lsb.tar.bz2 Description: BZip2 compressed data -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: [lfs-dev] glibc-2.15

2012-03-23 Thread Bruce Dubbs
Andrew Benton wrote: > On Thu, 22 Mar 2012 21:56:23 + > Bruce Dubbs wrote: > >> It looks like glibc-2.15 is about to be released: >> >> http://ftp.gnu.org/gnu/glibc/glibc-2.15.tar.xz is in the repository but >> I can't find a release announcement yet. > > Patch to use glibc-2.15 Thanks And

Re: [lfs-dev] swap on lvm

2012-03-23 Thread Bruce Dubbs
Nathan Coulson wrote: > Hate posting this after the first fixes were out, but came across one > more problem. If you are using lvm for swap, the mountfs stop script > fails to bring down the lvm array's. I fixed this on my local system > by moving the swap bootscript before mountfs on shutdown.

Re: [lfs-dev] Fwd: Error in ipv4-static

2012-03-23 Thread Bruce Dubbs
Qrux wrote: > On Mar 22, 2012, at 2:20 PM, Bruce Dubbs wrote: > >>> # ip addr show eth0 >>> 2: eth0: mtu 1500 qdisc pfifo_fast state >>> UP qlen 1000 >>> link/ether 00:1e:4f:f8:00:39 brd ff:ff:ff:ff:ff:ff >>> inet 172.16.24.1/24 brd 172.16.24.255 scope global eth0 >>> inet 172.16.24.2/24 br

Re: [lfs-dev] glibc-2.15

2012-03-23 Thread Andrew Benton
On Thu, 22 Mar 2012 21:56:23 + Bruce Dubbs wrote: > It looks like glibc-2.15 is about to be released: > > http://ftp.gnu.org/gnu/glibc/glibc-2.15.tar.xz is in the repository but > I can't find a release announcement yet. Patch to use glibc-2.15 Andy glibc-2.15.patch Description: Binary

[blfs-dev] Removal of additional KDE4 packages

2012-03-23 Thread Ragnar Thomsen
If noone objects, I will remove the following packages from the book: -kdegames -kdeedu -kdetoys -kdeaccessibility And the entire KDE4 development section: -kdesdk -kdewebdev -kdevplatform -kdevelop The rationale for this is: -the current instructions are outdated/incomplete -the download link

Re: [lfs-dev] pass1 gcc 4.7.0 glibc 2.15 fails

2012-03-23 Thread Pierre Labastie
Le 23/03/2012 12:09, Thierry Nuttens a écrit : >Anyway install_root=/tools should have been install_root=$LFS in fact. Actually, this is the correct way to cross-compile a package: Use a cross-compiler (binutils-pass1+gcc-pass1) and install the package to a place where it can be transferred t

Re: [lfs-dev] pass1 gcc 4.7.0 glibc 2.15 fails

2012-03-23 Thread Thierry Nuttens
Tanks Andrew, I guess that will make it. Anyway install_root=/tools should have been install_root=$LFS in fact. for info, I had in the configure libc_cv_ctors_header=yes means I have now ../glibc-$version/configure --prefix=/tools \ --host=$LFS_TGT --build=$(../glibc-$version/scripts/co

Re: [lfs-dev] pass1 gcc 4.7.0 glibc 2.15 fails

2012-03-23 Thread Andrew Benton
On Fri, 23 Mar 2012 08:46:11 + wrote: > This was necessary otherwise make install was trying to creating the > directory /var/db (for nss) So after checking various Makefile and as a > probably temporary solution I specifiy > > make install_root=/tools install Another option is to: sed -

Re: [lfs-dev] Fwd: Error in ipv4-static

2012-03-23 Thread Qrux
On Mar 22, 2012, at 2:20 PM, Bruce Dubbs wrote: >> # ip addr show eth0 >> 2: eth0: mtu 1500 qdisc pfifo_fast state >> UP qlen 1000 >> link/ether 00:1e:4f:f8:00:39 brd ff:ff:ff:ff:ff:ff >> inet 172.16.24.1/24 brd 172.16.24.255 scope global eth0 >> inet 172.16.24.2/24 brd 172.16.24.255 scope

Re: [lfs-dev] pass1 gcc 4.7.0 glibc 2.15 fails

2012-03-23 Thread thierryn1
Pierre Labastie a écrit : > Why do you use : > > + make install_root=/tools install? > > With --prefix=/tools, all the files are installed in > /tools/tools/{lib,include} > > Of course the sanity check fails, because it looks for files in > /tools/{lib,include} > > Pierre This was nec