[lfs-dev] lfs-bootscripts-20120831 install error

2012-08-31 Thread xinglp
$ make DESTDIR=/tmp/boot install: cannot stat ‘lfs/sysconfig/rc’: No such file or directory make: *** [files] Error 1 -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page

Re: [lfs-dev] lfs xml book can not be "maked"

2012-08-31 Thread xinglp
2012/9/1 Bruce Dubbs : > xinglp wrote: > >> Creating and cleaning /home/xinglp/tmp >> Processing bootscripts... >> sed: can't read ../udev-lfs/*.rules: No such file or directory >> make: *** [validate] Error 2 > > You need to > > svn co svn://linuxfromscratch.org/BLFS/trunk/ You mean "svn co svn://

Re: [lfs-dev] lfs xml book can not be "maked"

2012-08-31 Thread Bruce Dubbs
xinglp wrote: > Creating and cleaning /home/xinglp/tmp > Processing bootscripts... > sed: can't read ../udev-lfs/*.rules: No such file or directory > make: *** [validate] Error 2 You need to svn co svn://linuxfromscratch.org/BLFS/trunk/ There is a directory parallel to the BOOK directory, udev-

Re: [lfs-dev] lfs xml book can not be "maked"

2012-08-31 Thread xinglp
2012/9/1 Bruce Dubbs : > xinglp wrote: >> The lastest svn version. >> >> $ make >> Creating and cleaning /home/xxx/tmp >> Processing bootscripts... >> sed: can't read udev-config/*.rules: No such file or directory >> make: *** [validate] Error 2 > > Right. We were pulling the *.rules from the wron

Re: [lfs-dev] Stripping libraries

2012-08-31 Thread Tobias Gasser
Nathan Coulson schrieb: > Back when that text was added to the book, --strip-all removed > something from the static libraries that is needed to link to them > (basically making them useless). Symbol table perhaps? i don't strip any static libs. see my script: file xx.a | grep ELF will be empt

Re: [lfs-dev] Stripping libraries

2012-08-31 Thread William Harrington
On Aug 31, 2012, at 02:34 AM, Ragnar Thomsen wrote: > It is stated in LFS that --strip-unneeded should not be used on > libraries, as the static ones will be destroyed. > > I found this page: > http://www.technovelty.org/linux/ > > Which states that --strip-unneeded is safe to use on both shared

Re: [lfs-dev] lfs xml book can not be "maked"

2012-08-31 Thread Bruce Dubbs
xinglp wrote: > The lastest svn version. > > $ make > Creating and cleaning /home/xxx/tmp > Processing bootscripts... > sed: can't read udev-config/*.rules: No such file or directory > make: *** [validate] Error 2 Right. We were pulling the *.rules from the wrong place. Should be fixed now. $

[lfs-dev] lfs xml book can not be "maked"

2012-08-31 Thread xinglp
The lastest svn version. $ make Creating and cleaning /home/xxx/tmp Processing bootscripts... sed: can't read udev-config/*.rules: No such file or directory make: *** [validate] Error 2 -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe:

Re: [lfs-dev] Stripping libraries

2012-08-31 Thread Nathan Coulson
On Fri, Aug 31, 2012 at 10:24 AM, Tobias Gasser wrote: > Baho Utot schrieb: >> >> #-- Options to be used when stripping binaries. See `man strip' for details. >> STRIP_BINARIES="--strip-all" >> #-- Options to be used when stripping shared libraries. See `man strip' >> for details. >> STRIP_SHARED=

[lfs-dev] Stripping libraries

2012-08-31 Thread Tobias Gasser
Baho Utot schrieb: > > #-- Options to be used when stripping binaries. See `man strip' for details. > STRIP_BINARIES="--strip-all" > #-- Options to be used when stripping shared libraries. See `man strip' > for details. > STRIP_SHARED="--strip-unneeded" > #-- Options to be used when stripping sta

Re: [lfs-dev] Typo in glibc instructions

2012-08-31 Thread Bruce Dubbs
Ken Moffat wrote: > On Fri, Aug 31, 2012 at 11:02:23AM -0500, Bruce Dubbs wrote: >> Ragnar Thomsen wrote: >>> In the glibc instructions in chapter 6 just before copying the NIS/RPC >>> headers >>> there is a typo: >>> >>> "Install NIS and RPC related headers that are not installed by default; >>>

Re: [lfs-dev] Typo in glibc instructions

2012-08-31 Thread Ken Moffat
On Fri, Aug 31, 2012 at 11:02:23AM -0500, Bruce Dubbs wrote: > Ragnar Thomsen wrote: > > In the glibc instructions in chapter 6 just before copying the NIS/RPC > > headers > > there is a typo: > > > > "Install NIS and RPC related headers that are not installed by default; > > these > > are requir

Re: [lfs-dev] Typo in glibc instructions

2012-08-31 Thread Bruce Dubbs
Ragnar Thomsen wrote: > In the glibc instructions in chapter 6 just before copying the NIS/RPC headers > there is a typo: > > "Install NIS and RPC related headers that are not installed by default; these > are required ito rebuild glibc and by several BLFS packages:" > > *ito* should be *to* Thank

Re: [lfs-dev] Stripping libraries

2012-08-31 Thread Baho Utot
On 08/31/2012 03:34 AM, Ragnar Thomsen wrote: > It is stated in LFS that --strip-unneeded should not be used on > libraries, as the static ones will be destroyed. > > I found this page: > http://www.technovelty.org/linux/ > > Which states that --strip-unneeded is safe to use on both shared and > st

Re: [lfs-dev] Stripping libraries

2012-08-31 Thread Armin K.
On 31.8.2012 9:34, Ragnar Thomsen wrote: > It is stated in LFS that --strip-unneeded should not be used on > libraries, as the static ones will be destroyed. > > I found this page: > http://www.technovelty.org/linux/ > > Which states that --strip-unneeded is safe to use on both shared and > static

Re: [lfs-dev] Stripping libraries

2012-08-31 Thread Tobias Gasser
Ragnar Thomsen schrieb: > It is stated in LFS that --strip-unneeded should not be used on > libraries, as the static ones will be destroyed. > > I found this page: > http://www.technovelty.org/linux/ > > Which states that --strip-unneeded is safe to use on both shared and > static libraries, whil

Re: [lfs-dev] Stripping libraries

2012-08-31 Thread Mickaël Blanchard
Hello, I read the same page several months ago. So I checked on a testing system : I stripped existing binaries and shared libraries with "--strip-all", and static libraries with "--strip-unneeded". The system remained fully functional, and subsequent linking operations were all successful. So, t

[lfs-dev] Stripping libraries

2012-08-31 Thread Ragnar Thomsen
It is stated in LFS that --strip-unneeded should not be used on libraries, as the static ones will be destroyed. I found this page: http://www.technovelty.org/linux/ Which states that --strip-unneeded is safe to use on both shared and static libraries, while --strip-all is only safe for shared on