From 1c3c1fda641776f0182ce60e7141c2bbbf0a63ce Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Fri, 17 Dec 2021 10:17:02 -0600 Subject: [PATCH 1/3] Move Python to LFS in Standards section --- prologue/standards.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prologue/standards.xml b/prologue/standards.xml index 9a9f03cf3..c2ebc9c91 100644 --- a/prologue/standards.xml +++ b/prologue/standards.xml @@ -62,7 +62,7 @@ LSB Core: Bash, Bc, Binutils, Coreutils, Diffutils, File, Findutils, Gawk, - Grep, Gzip, M4, Man-DB, Ncurses, Procps, Psmisc, Sed, + Grep, Gzip, M4, Man-DB, Ncurses, Procps, Psmisc, Python, Sed, Shadow, Tar, Util-linux, Zlib @@ -124,7 +124,7 @@ LSB Runtime Languages: - Python, Libxml2, Libxslt + Libxml2, Libxslt From 39bc7c48df5c95e5bfdef67d8f2d8dd3bd3a8ed9 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Fri, 17 Dec 2021 10:26:36 -0600 Subject: [PATCH 2/3] Move Python to LFS in Standards section (again) --- prologue/standards.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prologue/standards.xml b/prologue/standards.xml index c2ebc9c91..6000cb72b 100644 --- a/prologue/standards.xml +++ b/prologue/standards.xml @@ -62,7 +62,7 @@ LSB Core: Bash, Bc, Binutils, Coreutils, Diffutils, File, Findutils, Gawk, - Grep, Gzip, M4, Man-DB, Ncurses, Procps, Psmisc, Python, Sed, + Grep, Gzip, M4, Man-DB, Ncurses, Procps, Psmisc, Sed, Shadow, Tar, Util-linux, Zlib @@ -77,7 +77,7 @@ LSB Runtime Languages: - Perl + Perl, Python From e0f124e74140cd9142fe3186ba3217fca8af0863 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Sat, 18 Dec 2021 01:32:45 +0800 Subject: [PATCH 3/3] chapter 6 ncurses: disable stripping (invoking host strip) --- chapter06/ncurses.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/chapter06/ncurses.xml b/chapter06/ncurses.xml index 79b38e2b4..e9316ef98 100644 --- a/chapter06/ncurses.xml +++ b/chapter06/ncurses.xml @@ -68,6 +68,7 @@ popd --without-debug \ --without-ada \ --without-normal \ + --disable-stripping \ --enable-widec @@ -91,6 +92,15 @@ popd + + --disable-stripping + + This switch prevents the building system from stripping + the programs using strip program from the host. + Using host tools on cross-compiled program can cause failure. + + + --enable-widec