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
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
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
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
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.
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
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
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
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
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
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 -
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
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
13 matches
Mail list logo