[lfs-dev] coreutils tests

2012-08-16 Thread Bruce Dubbs
I changed the order of programs so shadow's su is installed before coreutils, but this is not doing the right thing for the coreutils tests. We not get "bash: make: command not found". It looks like we need to either move make in Chapter 6 or set the 'nobody' PATH to include /tools/bin. I'll

Re: [lfs-dev] 5.17. Coreutils-8.18 "cp -v src/su /tools/bin No such file or directory"

2012-08-16 Thread Bruce Dubbs
Jeremy Huntwork wrote: > On Aug 16, 2012, at 12:37 PM, Bruce Dubbs wrote: > >> Sigh. >> >> It looks like we will need to add a section to Chapter 5 for shadow: >> >> pushd libmisc; make libmisc.a;popd >> pushd lib; make libshadow.la; popd >> pushd src; make su ; popd >> >> cp

Re: [lfs-dev] Coreutils 8.18 - su is removed

2012-08-16 Thread Bruce Dubbs
nofast wrote: > Helo > > In book SVN-20120815 > > 5.17.1 Installation of coreutils > one can find command: > > cp -v src/su /tools/bin > > that result was: > > lfs:/mnt/lfs/sources/coreutils-8.18$ cp -v src/su /tools/bin > cp: cannot stat 'src/su': No such file or directory > In coreutils-8.18 cha

Re: [lfs-dev] 5.17. Coreutils-8.18 "cp -v src/su /tools/bin No such file or directory"

2012-08-16 Thread Jeremy Huntwork
On Aug 16, 2012, at 12:37 PM, Bruce Dubbs wrote: > Sigh. > > It looks like we will need to add a section to Chapter 5 for shadow: > > pushd libmisc; make libmisc.a;popd > pushd lib; make libshadow.la; popd > pushd src; make su ; popd > > cp src/su /tools/bin Crazy overkill.

[lfs-dev] Coreutils 8.18 - su is removed

2012-08-16 Thread nofast
Helo   In book SVN-20120815   5.17.1  Installation of coreutils one can find command:   cp -v src/su /tools/bin   that result was:   lfs:/mnt/lfs/sources/coreutils-8.18$ cp -v src/su /tools/bin cp: cannot stat 'src/su': No such file or directory In coreutils-8.18 changelog I found that:   2012-06-0

Re: [lfs-dev] 5.17. Coreutils-8.18 "cp -v src/su /tools/bin No such file or directory"

2012-08-16 Thread Bruce Dubbs
Sigh. It looks like we will need to add a section to Chapter 5 for shadow: pushd libmisc; make libmisc.a;popd pushd lib; make libshadow.la; popd pushd src; make su ; popd cp src/su /tools/bin -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://w

Re: [lfs-dev] 5.17. Coreutils-8.18 "cp -v src/su /tools/bin No such file or directory"

2012-08-16 Thread Bruce Dubbs
OK, I'll address this. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page

Re: [lfs-dev] Glibc-2.16.0 [ test-installation.pl ]

2012-08-16 Thread Ken Moffat
On Wed, Aug 15, 2012 at 09:51:01PM -0500, Bruce Dubbs wrote: > Bruce Dubbs wrote: > > soversions.mk is created in make, not make install. The suspect code is > in Makeconfig around line 839: > > echo "$$lib.so-version=\$$(if > \$$(abi-$(default-abi)-$$lib-soname),\$$(abi-$(default-abi)-$$lib-s

Re: [lfs-dev] 5.17. Coreutils-8.18 "cp -v src/su /tools/bin No such file or directory"

2012-08-16 Thread g . esp
- Mail original - De: "xinglp" À: "LFS Developers Mailinglist" Envoyé: Jeudi 16 Août 2012 09:38:38 Objet: [lfs-dev] 5.17. Coreutils-8.18 "cp -v src/su /tools/bin No such file or directory" The reason is su move from coreutils to utils-linux. That would not be an issue once utils-linu

[lfs-dev] 5.17. Coreutils-8.18 "cp -v src/su /tools/bin No such file or directory"

2012-08-16 Thread xinglp
-- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page