From f7ca699b41537d9250167d4c90d8c4cc4a98ec39 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Sat, 9 May 2020 10:49:56 +0000 Subject: merge trunk and add patch to gcc pass2 git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross-chap5@11842 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- packages.ent | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) (limited to 'packages.ent') diff --git a/packages.ent b/packages.ent index b94e7cebb..71dcb861d 100644 --- a/packages.ent +++ b/packages.ent @@ -50,10 +50,10 @@ - - + + - + @@ -70,10 +70,10 @@ - - + + - + @@ -224,23 +224,23 @@ - - + + - + - - - - - - + + + + + + - - + + @@ -391,10 +391,10 @@ - + - + @@ -425,12 +425,12 @@ - + - + - + -- cgit v1.2.3-54-g00ecf From e14f0cbf8831bb81c237a5ee38bd82482183ef73 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Sun, 17 May 2020 14:18:04 +0000 Subject: Update to upstream r11850 git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross-chap5@11851 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 22 ++++++++++++++++++++++ general.ent | 6 +++--- packages.ent | 28 ++++++++++++++-------------- 3 files changed, 39 insertions(+), 17 deletions(-) (limited to 'packages.ent') diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index b6dd76745..80a6f0fb7 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -42,6 +42,28 @@ or as appropriate for the entry or if needed the entire day's listitem. --> + + 2020-05-16 + + + [bdubbs] - Update to meson-0.54.2. Fixes + #4656. + + + [bdubbs] - Update to Python-3.8.3. Fixes + #4655. + + + [bdubbs] - Update to bison-3.6.1. Fixes + #4654. + + + [bdubbs] - Update to linux-5.6.13. Fixes + #4653. + + + + 2020-05-09 diff --git a/general.ent b/general.ent index 0193899ed..37dfee90c 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ - + - + - + diff --git a/packages.ent b/packages.ent index 71dcb861d..b7bb7f9ff 100644 --- a/packages.ent +++ b/packages.ent @@ -70,10 +70,10 @@ - - + + - + @@ -425,12 +425,12 @@ - + - + - + - + - + - + - - + + -- cgit v1.2.3-54-g00ecf From ae7f075dd6185f9ec93d5aedbb46e98511f25235 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Sat, 30 May 2020 18:22:47 +0000 Subject: Update to trunk r11877 git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross-chap5@11878 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- appendices/dependencies.xml | 8 ++--- chapter01/changelog.xml | 78 +++++++++++++++++++++++++++++++++++++++++++++ chapter01/whatsnew.xml | 8 ++--- chapter03/patches.xml | 10 +++--- chapter05/chapter05.xml | 1 - chapter05/createfiles.xml | 8 +++++ chapter05/kernfs.xml | 2 +- chapter06/automake.xml | 4 +++ chapter06/bash.xml | 15 ++++++--- chapter06/binutils.xml | 8 +++-- chapter06/chapter06.xml | 4 +-- chapter06/coreutils.xml | 17 +++++----- chapter06/findutils.xml | 6 ++-- chapter06/gcc.xml | 6 ++-- chapter06/make.xml | 2 +- chapter06/revisedchroot.xml | 6 ++++ chapter06/sed.xml | 7 ++-- chapter06/util-linux.xml | 15 +++------ chapter06/vim.xml | 8 ++--- chapter08/kernel.xml | 10 ------ general.ent | 6 ++-- packages.ent | 28 ++++++++-------- patches.ent | 4 +++ 23 files changed, 174 insertions(+), 87 deletions(-) (limited to 'packages.ent') diff --git a/appendices/dependencies.xml b/appendices/dependencies.xml index 55bcd3800..ddda9377c 100644 --- a/appendices/dependencies.xml +++ b/appendices/dependencies.xml @@ -780,7 +780,7 @@ &before; - None + Binutils, IProute2, Kbd, Kmod, and Man-DB @@ -837,7 +837,7 @@ Bash, Binutils, Coreutils, Diffutils, Findutils, Gawk, GCC, Gettext, Glibc, GMP, Grep, M4, Make, MPC, MPFR, Patch, Perl, Sed, Tar, - and Texinfo + Texinfo, and Zstd @@ -911,7 +911,7 @@ Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep, Make, - Sed, and Texinfo + Ncurses, Sed, and Texinfo @@ -2786,7 +2786,7 @@ &before; - None + GCC diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 649067ea9..f0f45fc81 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -42,6 +42,84 @@ or as appropriate for the entry or if needed the entire day's listitem. --> + + 2020-05-29 + + + [bdubbs] - Run sed and findutils tests as an + unprivileged user. Fixes + #4661. + + + + + + 2020-05-28 + + + [bdubbs] - Add an unprivileged user, tester, at the + beginning of Chapter 6 for running some tests. This + user is then removed at the end of the chapter. + + + [bdubbs] - Update to zstd-1.4.5. Fixes + #4660. + + + [bdubbs] - Update to util-linux-2.35.2. Fixes + #4659. + + + [bdubbs] - Update to bison-3.6.2. Fixes + #4657. + + + [pierre] - Update to linux-5.6.15. Fixes + #4658. + + + + + + 2020-05-27 + + + [pierre] - Bash: document test results. + + + + + + 2020-05-26 + + + [pierre] - Bash: do not use "su -c command" to change user + to nobody: it removes the controlling terminal and makes some + tests fail. Use "su << EOF" instead. + + + [pierre] - Mount /dev/pts with "--bind", so that "tty" + knows there is a terminal. Fixes a test in coreutils. + + + [pierre] - Add a patch to fix a failure in gold test suite, + which really needs -fcommon in some tests. + + + [pierre] - Fix a failure in automake test suite. + + + [pierre] - Update to vim-8.2.0814. + + + [pierre] - Add a symlink from /tools/lib/locale + to /usr/lib/locale/locale-archive, to allow some programs + to find the installed locales. Fixes test failures in bison + and man-db. + + + + 2020-05-21 diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 1076ba6a1..7b009d1e3 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -242,9 +242,9 @@ Tzdata-&tzdata-version; - + Vim-&vim-version; @@ -257,9 +257,9 @@ - + + Bzip2 Documentation Patch - &bzip2-docs-patch-size;: diff --git a/chapter05/chapter05.xml b/chapter05/chapter05.xml index e12bba837..5d8ada259 100644 --- a/chapter05/chapter05.xml +++ b/chapter05/chapter05.xml @@ -22,7 +22,6 @@ - diff --git a/chapter05/createfiles.xml b/chapter05/createfiles.xml index c762c50b9..ce1f67ba7 100644 --- a/chapter05/createfiles.xml +++ b/chapter05/createfiles.xml @@ -156,6 +156,14 @@ EOF administrator since well-written programs do not depend on GID numbers, but rather use the group's name. + Some tests in need a regular + user. We add this user here and delete this account at the end of that + chapter. + +echo "tester:x:101:101::/home/tester:/bin/bash" >> /etc/passwd +echo "tester:x:101:" >> /etc/group +install -o tester -d /home/tester + To remove the I have no name! prompt, start a new shell. Since the /etc/passwd and /etc/group diff --git a/chapter05/kernfs.xml b/chapter05/kernfs.xml index b82ac4e7b..dd6b8991c 100644 --- a/chapter05/kernfs.xml +++ b/chapter05/kernfs.xml @@ -68,7 +68,7 @@ mknod -m 666 $LFS/dev/null c 1 3 Now mount the remaining virtual kernel filesystems: -mount -vt devpts devpts $LFS/dev/pts -o gid=5,mode=620 +mount -v --bind /dev/pts $LFS/dev/pts mount -vt proc proc $LFS/proc mount -vt sysfs sysfs $LFS/sys mount -vt tmpfs tmpfs $LFS/run diff --git a/chapter06/automake.xml b/chapter06/automake.xml index 411f096c4..11dccfad3 100644 --- a/chapter06/automake.xml +++ b/chapter06/automake.xml @@ -41,6 +41,10 @@ Installation of Automake + Fix a failing test: + +sed -i "s/''/etags/" t/tags-lisp-space.sh + Prepare Automake for compilation: ./configure --prefix=/usr --docdir=/usr/share/doc/automake-&automake-version; diff --git a/chapter06/bash.xml b/chapter06/bash.xml index adeec10a4..ae42cf4cb 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -73,14 +73,21 @@ Skip down to Install the package if not running the test suite. - To prepare the tests, ensure that the nobody user can write to the sources tree: + To prepare the tests, ensure that the tester user can write to the sources tree: -chown -Rv nobody . +chown -Rv tester . Now, run the tests as the nobody user: + class="username">tester user: -su nobody -s /bin/bash -c "PATH=$PATH HOME=/home make tests" +su tester -c "PATH=$PATH make tests" + + The tester + user does not have enough permissions for all the tests to pass. This shows + up in some diff output in four test results. Portions of the + run-execscript, run-lastpipe, run-read, and run-test programs + are known to fail in the LFS chroot environment, but pass if the tests + are run in a full system. Install the package and move the main executable to /bin: diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml index d2d9c055d..04dbd199c 100644 --- a/chapter06/binutils.xml +++ b/chapter06/binutils.xml @@ -58,9 +58,11 @@ Ask your system administrator to create more. Now remove one test that prevents the tests from running - to completion: + to completion, and fix other tests in the gold test suite, which + need to be adjusted for GCC 10: -sed -i '/@\tincremental_copy/d' gold/testsuite/Makefile.in +sed -i '/@\tincremental_copy/d' gold/testsuite/Makefile.in +patch -Np1 -i ../binutils-&binutils-version;-gcc10_gold_test_fix-1.patch The Binutils documentation recommends building Binutils in a dedicated build directory: @@ -157,7 +159,7 @@ cd build make -k check - The ver_test_pr16504.sh test is known to fail. + Install the package: diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml index 9a5ca1fc5..7fc83b374 100644 --- a/chapter06/chapter06.xml +++ b/chapter06/chapter06.xml @@ -20,10 +20,12 @@ + + @@ -40,7 +42,6 @@ - @@ -69,7 +70,6 @@ - diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index f383623a2..6a12d4e80 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -108,35 +108,34 @@ FORCE_UNSAFE_CONFIGURE=1 ./configure \ Now the test suite is ready to be run. First, run the tests that are meant to be run as user root: -make NON_ROOT_USERNAME=nobody check-root +make NON_ROOT_USERNAME=tester check-root We're going to run the remainder of the tests as the - nobody user. Certain tests, + tester user. Certain tests, however, require that the user be a member of more than one group. So that these tests are not skipped we'll add a temporary group and make the - user nobody a part of it: + user tester a part of it: -echo "dummy:x:1000:nobody" >> /etc/group +echo "dummy:x:1000:tester" >> /etc/group Fix some of the permissions so that the non-root user can compile and run the tests: -chown -Rv nobody . +chown -Rv tester . Now run the tests: -su nobody -s /bin/bash \ - -c "PATH=$PATH make RUN_EXPENSIVE_TESTS=yes check" - +su tester -c "PATH=$PATH make RUN_EXPENSIVE_TESTS=yes check" + Remove the temporary group: sed -i '/dummy/d' /etc/group - Install the package: make install diff --git a/chapter06/findutils.xml b/chapter06/findutils.xml index 15b6d70fb..37393f0de 100644 --- a/chapter06/findutils.xml +++ b/chapter06/findutils.xml @@ -67,10 +67,8 @@ To test the results, issue: -make check - - Two tests are known to fail in the chroot environment: - sv-bug-54171.old-O3 and sv-bug-54171.new-O3. +chown -Rv tester . +su tester -c "PATH=$PATH make check" Install the package: diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index c6d47d970..9e4c53ec5 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -98,8 +98,8 @@ cd build Test the results as a non-privileged user, but do not stop at errors: -chown -Rv nobody . -su nobody -s /bin/bash -c "PATH=$PATH make -k check" +chown -Rv tester . +su tester -c "PATH=$PATH make -k check" To receive a summary of the test suite results, run: @@ -139,7 +139,7 @@ su nobody -s /bin/bash -c "PATH=$PATH make -k check" rm -rf /usr/lib/gcc/$(gcc -dumpmachine)/&gcc-version;/include-fixed/bits/ The GCC build directory is owned by - nobody now and the ownership of the installed header + tester now and the ownership of the installed header directory (and its content) will be incorrect. Change the ownership to root user and group: diff --git a/chapter06/make.xml b/chapter06/make.xml index 585f8eea3..9c649cdc5 100644 --- a/chapter06/make.xml +++ b/chapter06/make.xml @@ -56,7 +56,7 @@ We use an environment variable to accomplish this. To test the results, issue: -make PERL5LIB=$PWD/tests/ check +make check Install the package: diff --git a/chapter06/revisedchroot.xml b/chapter06/revisedchroot.xml index 882fbd3d5..0e836d661 100644 --- a/chapter06/revisedchroot.xml +++ b/chapter06/revisedchroot.xml @@ -42,6 +42,7 @@ chroot "$LFS" /usr/bin/env -i \ remove them now: rm -f /usr/lib/lib{bfd,opcodes}.a +rm -f /usr/lib/libctf{,-nobfd}.a rm -f /usr/lib/libbz2.a rm -f /usr/lib/lib{com_err,e2p,ext2fs,ss}.a rm -f /usr/lib/libltdl.a @@ -61,4 +62,9 @@ rm -f /usr/lib/libz.a url="&blfs-book;/introduction/la-files.html">BLFS section "About Libtool Archive (.la) files". + Finally, remove the temporary 'tester' usr account created at the + beginning of this chapter. + +sed -i '/tester/d' /etc/passwd /etc/group +rm -rf /home/tester diff --git a/chapter06/sed.xml b/chapter06/sed.xml index bebd49d14..030e77a0b 100644 --- a/chapter06/sed.xml +++ b/chapter06/sed.xml @@ -40,10 +40,6 @@ Installation of Sed - First fix an issue in the LFS environment and remove a failing test: - -sed -i 's/testsuite.panic-tests.sh//' Makefile.in - Prepare Sed for compilation: ./configure --prefix=/usr --bindir=/bin @@ -55,7 +51,8 @@ make html To test the results, issue: -make check +chown -Rv tester . +su tester -c "PATH=$PATH make check" Install the package and its documentation: diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml index bc328e8bb..519c3b171 100644 --- a/chapter06/util-linux.xml +++ b/chapter06/util-linux.xml @@ -40,21 +40,16 @@ - FHS compliance notes + Installation of Util-linux The FHS recommends using the /var/lib/hwclock directory instead of the usual /etc directory as the - location for the adjtime file. First create a directory - to enable storage for the hwclock program: + location for the adjtime file. Create this directory + with: mkdir -pv /var/lib/hwclock - - - - Installation of Util-linux - Prepare Util-linux for compilation: ./configure ADJTIME_PATH=/var/lib/hwclock/adjtime \ @@ -103,8 +98,8 @@ bash tests/run.sh --srcdir=$PWD --builddir=$PWD -chown -Rv nobody . -su nobody -s /bin/bash -c "PATH=$PATH make -k check" +chown -Rv tester . +su tester -c "make -k check" Install the package: diff --git a/chapter06/vim.xml b/chapter06/vim.xml index 2f91d5c33..263122bd7 100644 --- a/chapter06/vim.xml +++ b/chapter06/vim.xml @@ -67,15 +67,15 @@ make To prepare the tests, ensure that the - nobody user can write + tester user can write to the sources tree: -chown -Rv nobody . +chown -Rv tester . Now run the tests as the nobody user: + class="username">tester user: -su nobody -s /bin/bash -c "LANG=en_US.UTF-8 make -j1 test" &> vim-test.log +su tester -c "LANG=en_US.UTF-8 make -j1 test" &> vim-test.log diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index 5bacd11a1..0033028cf 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -54,16 +54,6 @@ kernel compilation. Do not rely on the source tree being clean after un-tarring. - - When using CONFIG_STACKPROTECTOR_STRONG=y, and - compiling with GCC 10 and later, the default optimization is too - aggressive, and generates a kernel panic when booting. This can be - fixed with: - -sed -e '/cpu_startup/a asm("");' \ - -i arch/x86/{kernel/smpboot.c,xen/smp_pv.c} - Configure the kernel via a menu-driven interface. For general diff --git a/general.ent b/general.ent index 604b3139b..d6ec5a6b5 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ - + - + - + diff --git a/packages.ent b/packages.ent index b7bb7f9ff..1bdc09625 100644 --- a/packages.ent +++ b/packages.ent @@ -70,10 +70,10 @@ - - + + - + @@ -425,12 +425,12 @@ - + - + - + - + + - + - + - + @@ -737,10 +737,10 @@ - - + + - + diff --git a/patches.ent b/patches.ent index 44e551485..5f3cf0743 100644 --- a/patches.ent +++ b/patches.ent @@ -6,6 +6,10 @@ + + + + -- cgit v1.2.3-54-g00ecf From d53fefab5a6772fef606392a61608fc290e6a7ae Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Thu, 4 Jun 2020 06:51:00 +0000 Subject: Update to upstream r11895 git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross-chap5@11896 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- appendices/dependencies.xml | 10 +++++----- chapter01/changelog.xml | 31 +++++++++++++++++++++++++++++++ chapter03/patches.xml | 9 +++++++++ chapter06/libelf.xml | 2 +- chapter06/systemd.xml | 12 ++++++------ general.ent | 6 +++--- packages.ent | 28 ++++++++++++++-------------- patches.ent | 4 ++++ 8 files changed, 73 insertions(+), 29 deletions(-) (limited to 'packages.ent') diff --git a/appendices/dependencies.xml b/appendices/dependencies.xml index ddda9377c..6db31fe4e 100644 --- a/appendices/dependencies.xml +++ b/appendices/dependencies.xml @@ -1303,8 +1303,8 @@ &dependencies; - Bash, Bison, Coreutils, Flex, GCC, Glibc, Make, - and Linux API Headers + Bash, Bison, Coreutils, Flex, GCC, Glibc, Make, Libcap, + Libelf, and Linux API Headers @@ -1328,7 +1328,7 @@ &external; - None + Berkeley DB and Iptables @@ -1464,7 +1464,7 @@ &before; - Shadow + IProute2 and Shadow @@ -1499,7 +1499,7 @@ &before; - Linux Kernel + IProute2 and Linux Kernel diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 13bced719..b69298da6 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -42,6 +42,37 @@ or as appropriate for the entry or if needed the entire day's listitem. --> + + + 2020-06-03 + + + [renodr] - Fix systemd's build with GCC-10 with a patch instead + of CFLAGS. + + + [renodr] - Update to perl-5.30.3 (security update). Fixes + #4664. + + + [renodr] - Update to dbus-1.12.18 (security update). Fixes + #4665. + + + [renodr] - Update to man-db-2.9.2. Fixes + #4663. + + + [renodr] - Update to libcap-2.36. Fixes + #4666. + + + [renodr] - Update to bison-3.6.3. Fixes + #4667. + + + + 2020-05-31 diff --git a/chapter03/patches.xml b/chapter03/patches.xml index bc2418bba..15222e030 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -133,6 +133,15 @@ --> + + + Systemd GCC-10 Patch - &systemd-gcc10-patch-size;: + + Download: + MD5 sum: &systemd-gcc10-patch-md5; + + + Total size of these patches: about diff --git a/chapter06/libelf.xml b/chapter06/libelf.xml index 4af178726..b559e6aa2 100644 --- a/chapter06/libelf.xml +++ b/chapter06/libelf.xml @@ -56,7 +56,7 @@ make check - One test, run-elfclassify.sh, is known to fail. + Install only Libelf: diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml index cbba14a69..2cf2d1d1b 100644 --- a/chapter06/systemd.xml +++ b/chapter06/systemd.xml @@ -39,12 +39,11 @@ Installation of systemd - + First, apply a patch to fix the build with GCC-10: + +patch -Np1 -i ../systemd-&systemd-version;-gcc_10-fixes-1.patch + Create a symlink to work around missing xsltproc: @@ -73,7 +72,6 @@ LANG=en_US.UTF-8 \ meson --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ - -Dc_args=-Wno-format-overflow \ -Dblkid=true \ -Dbuildtype=release \ -Ddefault-dnssec=no \ @@ -98,6 +96,7 @@ meson --prefix=/usr \ The meaning of the meson options: + -D*-path=* diff --git a/general.ent b/general.ent index 2e518c356..0ce471efc 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ - + - + - + diff --git a/packages.ent b/packages.ent index 1bdc09625..8948195ab 100644 --- a/packages.ent +++ b/packages.ent @@ -70,10 +70,10 @@ - - + + - + @@ -118,10 +118,10 @@ - + - + @@ -391,10 +391,10 @@ - - + + - + @@ -463,10 +463,10 @@ - - + + - + @@ -539,10 +539,10 @@ - - + + - + diff --git a/patches.ent b/patches.ent index 5f3cf0743..ec1261278 100644 --- a/patches.ent +++ b/patches.ent @@ -56,3 +56,7 @@ --> + + + + -- cgit v1.2.3-54-g00ecf From fb386e05f17d44dc6322a1b3db172cc297ed5ce5 Mon Sep 17 00:00:00 2001 From: Thomas Trepl Date: Thu, 11 Jun 2020 12:55:28 +0000 Subject: Rename package entities to be independent of chapter numbering git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11921 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/binutils-pass1.xml | 4 +- chapter05/gcc-pass1.xml | 4 +- chapter05/glibc.xml | 4 +- chapter05/libstdc++.xml | 4 +- chapter05/linux-headers.xml | 4 +- chapter06/bash.xml | 4 +- chapter06/binutils-pass2.xml | 4 +- chapter06/coreutils.xml | 4 +- chapter06/diffutils.xml | 4 +- chapter06/file.xml | 4 +- chapter06/findutils.xml | 4 +- chapter06/gawk.xml | 4 +- chapter06/gcc-pass2.xml | 4 +- chapter06/grep.xml | 4 +- chapter06/gzip.xml | 4 +- chapter06/m4.xml | 4 +- chapter06/make.xml | 4 +- chapter06/ncurses.xml | 4 +- chapter06/patch.xml | 4 +- chapter06/sed.xml | 4 +- chapter06/tar.xml | 4 +- chapter06/xz.xml | 4 +- chapter07/bison.xml | 4 +- chapter07/dejagnu.xml | 4 +- chapter07/expect.xml | 4 +- chapter07/gettext.xml | 4 +- chapter07/libstdc++-pass2.xml | 4 +- chapter07/perl.xml | 4 +- chapter07/python.xml | 4 +- chapter07/stripping.xml | 2 +- chapter07/tcl.xml | 4 +- chapter07/texinfo.xml | 4 +- chapter07/util-linux.xml | 4 +- chapter08/acl.xml | 4 +- chapter08/attr.xml | 4 +- chapter08/autoconf.xml | 6 +- chapter08/automake.xml | 4 +- chapter08/bash.xml | 4 +- chapter08/bc.xml | 4 +- chapter08/binutils.xml | 4 +- chapter08/bison.xml | 4 +- chapter08/bzip2.xml | 4 +- chapter08/check.xml | 4 +- chapter08/coreutils.xml | 4 +- chapter08/dbus.xml | 4 +- chapter08/diffutils.xml | 4 +- chapter08/e2fsprogs.xml | 4 +- chapter08/eudev.xml | 4 +- chapter08/expat.xml | 4 +- chapter08/file.xml | 4 +- chapter08/findutils.xml | 4 +- chapter08/flex.xml | 4 +- chapter08/gawk.xml | 4 +- chapter08/gcc.xml | 4 +- chapter08/gdbm.xml | 4 +- chapter08/gettext.xml | 4 +- chapter08/glibc.xml | 4 +- chapter08/gmp.xml | 4 +- chapter08/gperf.xml | 4 +- chapter08/grep.xml | 4 +- chapter08/groff.xml | 4 +- chapter08/grub.xml | 4 +- chapter08/gzip.xml | 4 +- chapter08/iana-etc.xml | 4 +- chapter08/inetutils.xml | 4 +- chapter08/intltool.xml | 4 +- chapter08/iproute2.xml | 4 +- chapter08/kbd.xml | 4 +- chapter08/kmod.xml | 4 +- chapter08/less.xml | 4 +- chapter08/libcap.xml | 4 +- chapter08/libelf.xml | 4 +- chapter08/libffi.xml | 4 +- chapter08/libpipeline.xml | 4 +- chapter08/libtool.xml | 4 +- chapter08/m4.xml | 4 +- chapter08/make.xml | 4 +- chapter08/man-db.xml | 4 +- chapter08/man-pages.xml | 4 +- chapter08/meson.xml | 4 +- chapter08/mpc.xml | 4 +- chapter08/mpfr.xml | 4 +- chapter08/ncurses.xml | 4 +- chapter08/ninja.xml | 4 +- chapter08/openssl.xml | 4 +- chapter08/patch.xml | 4 +- chapter08/perl.xml | 4 +- chapter08/pkgconfig.xml | 4 +- chapter08/procps.xml | 4 +- chapter08/psmisc.xml | 4 +- chapter08/python.xml | 4 +- chapter08/readline.xml | 4 +- chapter08/sed.xml | 4 +- chapter08/shadow.xml | 4 +- chapter08/sysklogd.xml | 4 +- chapter08/systemd.xml | 4 +- chapter08/sysvinit.xml | 4 +- chapter08/tar.xml | 4 +- chapter08/texinfo.xml | 4 +- chapter08/util-linux.xml | 4 +- chapter08/vim.xml | 4 +- chapter08/xml-parser.xml | 4 +- chapter08/xz.xml | 4 +- chapter08/zlib.xml | 4 +- chapter08/zstd.xml | 4 +- chapter09/bootscripts.xml | 4 +- chapter10/kernel.xml | 4 +- packages.ent | 443 +++++++++++++++++++++--------------------- 108 files changed, 439 insertions(+), 432 deletions(-) (limited to 'packages.ent') diff --git a/chapter05/binutils-pass1.xml b/chapter05/binutils-pass1.xml index 00816c94a..914e119b8 100644 --- a/chapter05/binutils-pass1.xml +++ b/chapter05/binutils-pass1.xml @@ -33,8 +33,8 @@ &diskspace; - &binutils-ch5p1-sbu; - &binutils-ch5p1-du; + &binutils-tmpp1-sbu; + &binutils-tmpp1-du; diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml index 2f8145713..e2a13a003 100644 --- a/chapter05/gcc-pass1.xml +++ b/chapter05/gcc-pass1.xml @@ -33,8 +33,8 @@ &diskspace; - &gcc-ch5p1-sbu; - &gcc-ch5p1-du; + &gcc-tmpp1-sbu; + &gcc-tmpp1-du; diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index 361dd0e58..80d1638f5 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -33,8 +33,8 @@ &diskspace; - &glibc-ch5-sbu; - &glibc-ch5-du; + &glibc-tmp-sbu; + &glibc-tmp-du; diff --git a/chapter05/libstdc++.xml b/chapter05/libstdc++.xml index 5058be9a5..0153766c4 100644 --- a/chapter05/libstdc++.xml +++ b/chapter05/libstdc++.xml @@ -37,8 +37,8 @@ &diskspace; - &libstdcpp-ch5-sbu; - &libstdcpp-ch5-du; + &libstdcpp-tmp-sbu; + &libstdcpp-tmp-du; diff --git a/chapter05/linux-headers.xml b/chapter05/linux-headers.xml index 6c1af3173..213fe7dc3 100644 --- a/chapter05/linux-headers.xml +++ b/chapter05/linux-headers.xml @@ -32,8 +32,8 @@ &diskspace; - &linux-headers-ch5-sbu; - &linux-headers-ch5-du; + &linux-headers-tmp-sbu; + &linux-headers-tmp-du; diff --git a/chapter06/bash.xml b/chapter06/bash.xml index bc0b211af..6cb1dc728 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -33,8 +33,8 @@ &diskspace; - &bash-ch5-sbu; - &bash-ch5-du; + &bash-tmp-sbu; + &bash-tmp-du; diff --git a/chapter06/binutils-pass2.xml b/chapter06/binutils-pass2.xml index d88bb84e2..5ccff98d8 100644 --- a/chapter06/binutils-pass2.xml +++ b/chapter06/binutils-pass2.xml @@ -33,8 +33,8 @@ &diskspace; - &binutils-ch5p2-sbu; - &binutils-ch5p2-du; + &binutils-tmpp2-sbu; + &binutils-tmpp2-du; diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 3ae765e85..fe036755e 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -33,8 +33,8 @@ &diskspace; - &coreutils-ch5-sbu; - &coreutils-ch5-du; + &coreutils-tmp-sbu; + &coreutils-tmp-du; diff --git a/chapter06/diffutils.xml b/chapter06/diffutils.xml index 6594058be..af4d95429 100644 --- a/chapter06/diffutils.xml +++ b/chapter06/diffutils.xml @@ -33,8 +33,8 @@ &diskspace; - &diffutils-ch5-sbu; - &diffutils-ch5-du; + &diffutils-tmp-sbu; + &diffutils-tmp-du; diff --git a/chapter06/file.xml b/chapter06/file.xml index a13553b19..2506f4432 100644 --- a/chapter06/file.xml +++ b/chapter06/file.xml @@ -33,8 +33,8 @@ &diskspace; - &file-ch5-sbu; - &file-ch5-du; + &file-tmp-sbu; + &file-tmp-du; diff --git a/chapter06/findutils.xml b/chapter06/findutils.xml index bf9f9c62a..e6a19202b 100644 --- a/chapter06/findutils.xml +++ b/chapter06/findutils.xml @@ -33,8 +33,8 @@ &diskspace; - &findutils-ch5-sbu; - &findutils-ch5-du; + &findutils-tmp-sbu; + &findutils-tmp-du; diff --git a/chapter06/gawk.xml b/chapter06/gawk.xml index 105abdb8e..efe7b4380 100644 --- a/chapter06/gawk.xml +++ b/chapter06/gawk.xml @@ -33,8 +33,8 @@ &diskspace; - &gawk-ch5-sbu; - &gawk-ch5-du; + &gawk-tmp-sbu; + &gawk-tmp-du; diff --git a/chapter06/gcc-pass2.xml b/chapter06/gcc-pass2.xml index a5b7f1a26..532a8e8b4 100644 --- a/chapter06/gcc-pass2.xml +++ b/chapter06/gcc-pass2.xml @@ -33,8 +33,8 @@ &diskspace; - &gcc-ch5p2-sbu; - &gcc-ch5p2-du; + &gcc-tmpp2-sbu; + &gcc-tmpp2-du; diff --git a/chapter06/grep.xml b/chapter06/grep.xml index 6a8ada4b8..494b8616d 100644 --- a/chapter06/grep.xml +++ b/chapter06/grep.xml @@ -33,8 +33,8 @@ &diskspace; - &grep-ch5-sbu; - &grep-ch5-du; + &grep-tmp-sbu; + &grep-tmp-du; diff --git a/chapter06/gzip.xml b/chapter06/gzip.xml index e5b5d0a37..90d554b0d 100644 --- a/chapter06/gzip.xml +++ b/chapter06/gzip.xml @@ -33,8 +33,8 @@ &diskspace; - &gzip-ch5-sbu; - &gzip-ch5-du; + &gzip-tmp-sbu; + &gzip-tmp-du; diff --git a/chapter06/m4.xml b/chapter06/m4.xml index 79559f6da..7a28a08cc 100644 --- a/chapter06/m4.xml +++ b/chapter06/m4.xml @@ -33,8 +33,8 @@ &diskspace; - &m4-ch5-sbu; - &m4-ch5-du; + &m4-tmp-sbu; + &m4-tmp-du; diff --git a/chapter06/make.xml b/chapter06/make.xml index fef5555aa..cf0dbce18 100644 --- a/chapter06/make.xml +++ b/chapter06/make.xml @@ -32,8 +32,8 @@ &diskspace; - &make-ch5-sbu; - &make-ch5-du; + &make-tmp-sbu; + &make-tmp-du; diff --git a/chapter06/ncurses.xml b/chapter06/ncurses.xml index d96d7d0f3..83499f2eb 100644 --- a/chapter06/ncurses.xml +++ b/chapter06/ncurses.xml @@ -33,8 +33,8 @@ &diskspace; - &ncurses-ch5-sbu; - &ncurses-ch5-du; + &ncurses-tmp-sbu; + &ncurses-tmp-du; diff --git a/chapter06/patch.xml b/chapter06/patch.xml index ecd5b2c47..7032d6eea 100644 --- a/chapter06/patch.xml +++ b/chapter06/patch.xml @@ -33,8 +33,8 @@ &diskspace; - &patch-ch5-sbu; - &patch-ch5-du; + &patch-tmp-sbu; + &patch-tmp-du; diff --git a/chapter06/sed.xml b/chapter06/sed.xml index f146b5102..d079f836d 100644 --- a/chapter06/sed.xml +++ b/chapter06/sed.xml @@ -33,8 +33,8 @@ &diskspace; - &sed-ch5-sbu; - &sed-ch5-du; + &sed-tmp-sbu; + &sed-tmp-du; diff --git a/chapter06/tar.xml b/chapter06/tar.xml index e64379fc5..8a82cff5c 100644 --- a/chapter06/tar.xml +++ b/chapter06/tar.xml @@ -33,8 +33,8 @@ &diskspace; - &tar-ch5-sbu; - &tar-ch5-du; + &tar-tmp-sbu; + &tar-tmp-du; diff --git a/chapter06/xz.xml b/chapter06/xz.xml index 428053ed1..f8d397d1b 100644 --- a/chapter06/xz.xml +++ b/chapter06/xz.xml @@ -33,8 +33,8 @@ &diskspace; - &xz-ch5-sbu; - &xz-ch5-du; + &xz-tmp-sbu; + &xz-tmp-du; diff --git a/chapter07/bison.xml b/chapter07/bison.xml index 4e794eb44..a3718bf19 100644 --- a/chapter07/bison.xml +++ b/chapter07/bison.xml @@ -33,8 +33,8 @@ &diskspace; - &bison-ch5-sbu; - &bison-ch5-du; + &bison-tmp-sbu; + &bison-tmp-du; diff --git a/chapter07/dejagnu.xml b/chapter07/dejagnu.xml index 727173d0e..da6a44aa9 100644 --- a/chapter07/dejagnu.xml +++ b/chapter07/dejagnu.xml @@ -32,8 +32,8 @@ &diskspace; - &dejagnu-ch5-sbu; - &dejagnu-ch5-du; + &dejagnu-tmp-sbu; + &dejagnu-tmp-du; diff --git a/chapter07/expect.xml b/chapter07/expect.xml index 7e59bda8b..e73676857 100644 --- a/chapter07/expect.xml +++ b/chapter07/expect.xml @@ -38,8 +38,8 @@ &diskspace; - &expect-ch5-sbu; - &expect-ch5-du; + &expect-tmp-sbu; + &expect-tmp-du; diff --git a/chapter07/gettext.xml b/chapter07/gettext.xml index a8f5be287..12a8b5cfd 100644 --- a/chapter07/gettext.xml +++ b/chapter07/gettext.xml @@ -33,8 +33,8 @@ &diskspace; - &gettext-ch5-sbu; - &gettext-ch5-du; + &gettext-tmp-sbu; + &gettext-tmp-du; diff --git a/chapter07/libstdc++-pass2.xml b/chapter07/libstdc++-pass2.xml index a10309f4b..a98bfb282 100644 --- a/chapter07/libstdc++-pass2.xml +++ b/chapter07/libstdc++-pass2.xml @@ -35,8 +35,8 @@ &diskspace; - &libstdcpp-ch5-sbu; - &libstdcpp-ch5-du; + &libstdcpp-tmp-sbu; + &libstdcpp-tmp-du; diff --git a/chapter07/perl.xml b/chapter07/perl.xml index 62b7f4e12..d282fb4ba 100644 --- a/chapter07/perl.xml +++ b/chapter07/perl.xml @@ -33,8 +33,8 @@ &diskspace; - &perl-ch5-sbu; - &perl-ch5-du; + &perl-tmp-sbu; + &perl-tmp-du; diff --git a/chapter07/python.xml b/chapter07/python.xml index 17af90999..9354bb99e 100644 --- a/chapter07/python.xml +++ b/chapter07/python.xml @@ -33,8 +33,8 @@ &diskspace; - &python-ch5-sbu; - &python-ch5-du; + &python-tmp-sbu; + &python-tmp-du; diff --git a/chapter07/stripping.xml b/chapter07/stripping.xml index 88b44b883..2f62fd5f2 100644 --- a/chapter07/stripping.xml +++ b/chapter07/stripping.xml @@ -140,7 +140,7 @@ tar -cJpf $HOME/temp-tools.tar.xz . In case some mistakes have been made and you need to start over, you can - use this backup to restore the temporary tools and save some irecovery time. + use this backup to restore the temporary tools and save some recovery time. Since the sources are located under $LFS, they are included in the backup archive as well, so you need not to download them again. After diff --git a/chapter07/tcl.xml b/chapter07/tcl.xml index d64852d43..39219b06b 100644 --- a/chapter07/tcl.xml +++ b/chapter07/tcl.xml @@ -34,8 +34,8 @@ &diskspace; - &tcl-ch5-sbu; - &tcl-ch5-du; + &tcl-tmp-sbu; + &tcl-tmp-du; diff --git a/chapter07/texinfo.xml b/chapter07/texinfo.xml index b58c701e6..3ce3d08b9 100644 --- a/chapter07/texinfo.xml +++ b/chapter07/texinfo.xml @@ -33,8 +33,8 @@ &diskspace; - &texinfo-ch5-sbu; - &texinfo-ch5-du; + &texinfo-tmp-sbu; + &texinfo-tmp-du; diff --git a/chapter07/util-linux.xml b/chapter07/util-linux.xml index f9401c03a..05698ae66 100644 --- a/chapter07/util-linux.xml +++ b/chapter07/util-linux.xml @@ -31,8 +31,8 @@ &diskspace; - &util-linux-ch5-sbu; - &util-linux-ch5-du; + &util-linux-tmp-sbu; + &util-linux-tmp-du; diff --git a/chapter08/acl.xml b/chapter08/acl.xml index f9f2eddbe..03f057cb3 100644 --- a/chapter08/acl.xml +++ b/chapter08/acl.xml @@ -32,8 +32,8 @@ &diskspace; - &acl-ch6-sbu; - &acl-ch6-du; + &acl-fin-sbu; + &acl-fin-du; diff --git a/chapter08/attr.xml b/chapter08/attr.xml index 10c6eec53..0033ae58f 100644 --- a/chapter08/attr.xml +++ b/chapter08/attr.xml @@ -31,8 +31,8 @@ &diskspace; - &attr-ch6-sbu; - &attr-ch6-du; + &attr-fin-sbu; + &attr-fin-du; diff --git a/chapter08/autoconf.xml b/chapter08/autoconf.xml index 6652747fd..c490a3994 100644 --- a/chapter08/autoconf.xml +++ b/chapter08/autoconf.xml @@ -31,8 +31,8 @@ &diskspace; - &autoconf-ch6-sbu; - &autoconf-ch6-du; + &autoconf-fin-sbu; + &autoconf-fin-du; @@ -59,7 +59,7 @@ make check + Allowed deviation in disk usage : 2% + + Suffixes: + *-tmp-* Package info for Temporary Tools + *-fin-* Package info for Final System + *-cfg-* Package info for System Configuration + *-knl-* Package info for Kernel stuff +--> - - + + - - + + - - - + + + @@ -37,58 +44,58 @@ - - + + - - - - + + + + - - + + - - - - - - + + + + + + - - - - + + + + - - - - + + + + @@ -105,75 +112,75 @@ - - + + - - - - + + + + - - + + - - + + - - - - + + + + - - + + - - + + - - + + - - + + @@ -181,60 +188,60 @@ - - + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - - - + + + + + + @@ -243,36 +250,36 @@ - - + + - - + + - - - - + + + + - - - - + + + + @@ -280,148 +287,148 @@ - - + + - - + + - - - - + + + + - - + + - - + + - - - - + + + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + @@ -435,143 +442,143 @@ - - + + - - - - + + + + - - - - + + + + - - - - + + + + - - + + - - + + - - + + - - + + - - + + - - - - + + + + - - + + - - + + - - - - + + + + - - - - + + + + - - + + - - + + - - + + @@ -582,10 +589,10 @@ - - - - + + + + @@ -595,34 +602,34 @@ - - + + - - - - + + + + - - + + - - + + @@ -637,26 +644,26 @@ - - + + - - + + - - - - + + + + @@ -664,18 +671,18 @@ - - + + - - - - + + + + @@ -695,10 +702,10 @@ - - - - + + + + @@ -708,40 +715,40 @@ - - + + - - + + - - - - + + + + - - + + - - + + -- cgit v1.2.3-54-g00ecf From 26fec2772deaa52f3fbb8ba3f114faa0a6c0b75d Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Fri, 12 Jun 2020 08:40:02 +0000 Subject: Update sbu-du for cross2 branch git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11925 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/libstdc++.xml | 4 +- chapter07/libstdc++-pass2.xml | 4 +- general.ent | 8 +- packages.ent | 225 ++++++++++++++++++++++-------------------- 4 files changed, 124 insertions(+), 117 deletions(-) (limited to 'packages.ent') diff --git a/chapter05/libstdc++.xml b/chapter05/libstdc++.xml index 0153766c4..6dacb059e 100644 --- a/chapter05/libstdc++.xml +++ b/chapter05/libstdc++.xml @@ -37,8 +37,8 @@ &diskspace; - &libstdcpp-tmp-sbu; - &libstdcpp-tmp-du; + &libstdcpp-tmpp1-sbu; + &libstdcpp-tmpp1-du; diff --git a/chapter07/libstdc++-pass2.xml b/chapter07/libstdc++-pass2.xml index 903400bda..015d8d8ea 100644 --- a/chapter07/libstdc++-pass2.xml +++ b/chapter07/libstdc++-pass2.xml @@ -35,8 +35,8 @@ &diskspace; - &libstdcpp-tmp-sbu; - &libstdcpp-tmp-du; + &libstdcpp-tmpp2-sbu; + &libstdcpp-tmpp2-du; diff --git a/general.ent b/general.ent index 397b14095..92a0e9705 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ - + - + - + - + diff --git a/packages.ent b/packages.ent index dd8a9b401..102a58c7b 100644 --- a/packages.ent +++ b/packages.ent @@ -18,7 +18,7 @@ - + @@ -35,7 +35,7 @@ - + @@ -45,24 +45,24 @@ - + - + - - + + - + @@ -70,32 +70,35 @@ - + - - - - + + + + - + - - + + + + + - - + + - - - - + + + + @@ -138,7 +141,7 @@ - + @@ -148,7 +151,7 @@ - + @@ -156,22 +159,22 @@ - - + + - - + + - + @@ -179,7 +182,7 @@ - + @@ -188,7 +191,7 @@ - + @@ -198,7 +201,7 @@ - + @@ -206,9 +209,9 @@ - - - + + + @@ -216,8 +219,9 @@ + @@ -228,7 +232,7 @@ - + @@ -236,11 +240,11 @@ - - - - - + + + + + @@ -250,8 +254,10 @@ - - + + + + @@ -266,19 +272,19 @@ - - - - + + + + - - - + + + @@ -295,7 +301,7 @@ - + @@ -303,9 +309,9 @@ - + - + @@ -313,7 +319,7 @@ - + @@ -321,7 +327,7 @@ - + @@ -331,7 +337,7 @@ - + @@ -403,7 +409,7 @@ - + @@ -419,8 +425,8 @@ - - + + @@ -428,7 +434,7 @@ - + @@ -447,17 +453,18 @@ + - - - + + + @@ -467,7 +474,7 @@ - + @@ -491,7 +498,7 @@ - + @@ -499,7 +506,7 @@ - + @@ -507,7 +514,7 @@ - + @@ -515,9 +522,9 @@ - - - + + + @@ -525,7 +532,7 @@ - + @@ -533,8 +540,8 @@ - - + + @@ -542,8 +549,8 @@ - - + + @@ -551,10 +558,10 @@ - + - - + + @@ -562,14 +569,14 @@ - + - + @@ -577,7 +584,7 @@ - + - + -- cgit v1.2.3-54-g00ecf From ad15abd0c0eee1ed646e1de45a525c61d3508358 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Sat, 13 Jun 2020 08:37:05 +0000 Subject: - Fix SBUs in libpipeline - Update the disk usage gain in "Stripping Again" - mention SSD gain in e2fsprogs tests git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11933 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter08/e2fsprogs.xml | 6 ++++-- chapter08/strippingagain.xml | 2 +- packages.ent | 4 ++-- 3 files changed, 7 insertions(+), 5 deletions(-) (limited to 'packages.ent') diff --git a/chapter08/e2fsprogs.xml b/chapter08/e2fsprogs.xml index 308c97709..65d8604cd 100644 --- a/chapter08/e2fsprogs.xml +++ b/chapter08/e2fsprogs.xml @@ -108,14 +108,16 @@ cd build To run the tests, issue: make check - + + On a spinning disk, the tests take a little more than 4 SBUs. They + can be much shorter on an SSD (down to about 1.5 SBUs). Install the package: make install diff --git a/chapter08/strippingagain.xml b/chapter08/strippingagain.xml index fb2a1b55f..d436fcbda 100644 --- a/chapter08/strippingagain.xml +++ b/chapter08/strippingagain.xml @@ -13,7 +13,7 @@ This section is optional. If the intended user is not a programmer and does not plan to do any debugging on the system software, the system size can be decreased - by about 90 MB by removing the debugging symbols from binaries and + by about 2 GB by removing the debugging symbols from binaries and libraries. This causes no inconvenience other than not being able to debug the software fully anymore. diff --git a/packages.ent b/packages.ent index efb27879f..62cbd0f4c 100644 --- a/packages.ent +++ b/packages.ent @@ -160,7 +160,7 @@ - + @@ -426,7 +426,7 @@ - + -- cgit v1.2.3-54-g00ecf