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
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
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
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.
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
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
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
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
- 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
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page
10 matches
Mail list logo