aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/chapter06.xml
Commit message (Collapse)AuthorAgeFilesLines
* binutils-pass2: workaround "binaries link to host libraries" issueXi Ruoyao2022-02-101-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | A very old libtool copy (2009-11-29) is shipped in binutils tarball. It does not support sysroot, so the cross-built binutils binaries may link to libraries from the host distro, if certain libraries are available. The ideal solution should be updating libtool, as libtool-2.4.6 (in LFS) has sysroot support. However, updating libtool for binutils is not trivial: it would require to rerun autoconf and binutils building system sticks to autoconf-2.69. Another issue is the sysroot support for libtool has introduced a configure option "--with-sysroot", which conflicts with an already existing option with the same name in GCC and binutils building system (we are using the GCC/binutils version of --with-sysroot in chapter 5). GCC building system has --with-build-sysroot (we are using this for GCC pass 2) for this issue. Binutils copied GCC building system, but it does not respect --with-build-sysroot. So for now we just edit libtool code to prevent "-L/usr/lib" in $LFS_TGT_gcc command line. It should fix the issue about host libiberty (reported in #lfs-support) as well, but it still need to be confirmed by someone having such a host. Tested with a jhalfs run on LFS.
* Package updates.Bruce Dubbs2022-02-091-0/+1
| | | | | | Update to bc-5.2.2. Update to linux-5.16.8. Update to binutils-2.38. Requires adding zlib to Chapter 6.
* remove ch6 zlib, and workaround binutils issueXi Ruoyao2021-02-021-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12108 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to vim-8.2.2433. Bruce Dubbs2021-01-311-0/+1
| | | | | | | | | | | | | | | | | Update to iana-etc-20210115. Update to bc-3.2.5. Update to e2fsprogs-1.46.0. Update to autoconf-2.71. Update to tzdata-2021a. Update to perl-5.32.1. Update to libcap-2.47. Update to bison-3.7.5. Update to binutils-2.36. Requires building zlig in Chapter 6. Update to linux-5.10.12. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12105 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Move stripping to chap-7Thomas Trepl2020-06-101-1/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11916 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add an introduction to chapter 6 and 7Pierre Labastie2020-06-091-0/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11910 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Move changingowner from Chapter 6 to Chapter 7Bruce Dubbs2020-06-081-1/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11905 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Initial commit of alternative cross LFSBruce Dubbs2020-06-071-82/+11
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11897 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to trunk r11877Pierre Labastie2020-05-301-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross-chap5@11878 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Make the new bookPierre Labastie2020-05-031-6/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross-chap5@11831 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix circular deps between util-linux and eudev/systemd:Pierre Labastie2020-04-191-3/+3
| | | | | | | | | | | - build util-linux in chapter 5 for both books - move eudev before util-linux in chapter 6 - make utils-linux libs and headers accessible to /usr in "Creating essential ..." - not related, but forgotten at previous commit: make also libfl flex library accessible to /usr git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11817 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Allow bison to use libtextstyle from gettext by moving gettext before bisonPierre Labastie2020-04-191-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11813 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Move libcap before shadow so that new{u,g}idmap can use setcap. ticket #4633Pierre Labastie2020-04-191-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11812 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Move eudev to before e2fsprogsBruce Dubbs2020-04-031-2/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11804 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add zstd compression package to Chapter 6Bruce Dubbs2020-01-121-0/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11725 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* File-5.38Pierre Labastie2019-12-221-2/+2
| | | | | | | | | Vim-8.2.0024 Linux-5.4.6 Python-3.8.1 Some updates in SBU and disk usage git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11711 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Move attr and acl to be before shadow.Bruce Dubbs2019-10-181-2/+2
| | | | | | | | | | | | Update to linux-5.3.6. Update to man-pages-5.03. Update to meson-0.52.0. Update to Python-3.8.0. Update to binutils-2.33.1. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11685 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Restore build of Util-Linux in chapter5 to avoid reciprocal dependency for ↵DJ Lucas2018-09-301-3/+4
| | | | | | | | Systemd. Moved installation of Util-Linux and E2fsprogs after Procps to satisfy build order in the Systemd book. This has no effect on the SysV book. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11473 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Clean up of unneeded symbolic links.Bruce Dubbs2018-09-201-12/+9
| | | | | | | | | | | | | | | | Reordered packages so version specific packages are built as late as possible in Chapter 6. Now building util-linux in Chapter 5 is unneeded and has been removed. Update to eudev-3.2.6. Update to elfutils-0.174 (libelf). Update to psmisc-23.2. Update to openssl-1.1.1. Update to linux-4.18.9. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11472 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add LANG to vim test instructions.Bruce Dubbs2018-08-121-1/+2
| | | | | | | | | | | | | | | | | | | Ensure grep tests run to completion. Run gcc tests in Chapter 6 as a non-privileged user. Move shadow to before gcc so the gcc tests can use su to run as a non-privileged user. Add perl Configure options in Chapter 5 to ensure no host system libraries are used. Update minimum make version to 4.0 required by glibc-2.28. Update bzip2 url to a new location. Update to linux-4.17.14. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11446 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Move OpenSSL-1.1.0g from BLFS to LFSBruce Dubbs2018-02-091-0/+1
| | | | | | | | | | | | | | to support wireless operations in the linux kernel. Update to e2fsprogs-1.43.9. Update to dbus-1.12.4. Update to mpfr-4.0.1. Update to linux-4.15.2. Update to patch-2.7.6. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11363 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to binutils-2.30.0. Bruce Dubbs2018-01-281-0/+1
| | | | | | | | | | | Update to gcc-7.3.0. Update to tzdata-2018c. Update to linux-4.14.15. Move check from Chpater 5 to Chapter 6. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11354 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to Linux-4.14.13.DJ Lucas2018-01-121-1/+1
| | | | | | Add Libelf-0.107. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11350 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add comments to the kernel section to change the unwinder option. Bruce Dubbs2017-12-311-1/+1
| | | | | | | | | | | Update to linux-4.14.10. Update to coreutils-8.29. Remove old footer from non-chunks book. Make spacing between "Chapter" and digit non breaking. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11344 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Reorder packages in Chapter 6 so Python can use gdbm.Bruce Dubbs2017-09-241-8/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11308 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add Meson-0.42.1.Bruce Dubbs2017-09-231-1/+8
| | | | | | | | | | | Add Ninja-1.8.2. Add Python-3.6.2. Add libffi-3.2.1. Update to eudev-3.2.4. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11303 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Move realline to be before bc in Cahpater 6.Bruce Dubbs2017-03-291-1/+1
| | | | | | | | | | | Update to linux-4.10.6. Update to pkg-config-0.29.2. Update to tzdata-2017b. Add option -Dusethreads to perl in Chapter 6. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11212 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to binutils-2.28. Moved m4 and Bruce Dubbs2017-03-031-2/+2
| | | | | | | | | + bc to before binutils to accomodate the gold linker + regression tests. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11201 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to dbus-1.10.8. Bruce Dubbs2016-05-271-15/+11
| | | | | | | | | | | | | | | Update to e2fsprogs-1.43. Update to gdbm-1.12. Update to iproute2-4.6.0. Update to make-4.2. Update to systemd-230. Add additional explanatory text for sytemctl and journalctl commands. [chapter07/systemd-custom.xml] git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/merge@11078 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updates after a successful jhalfs buildBruce Dubbs2016-05-271-8/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/merge@11077 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Optimize building merged booksBruce Dubbs2016-05-251-6/+11
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/merge@11076 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to coreutils-8.25. FixesBruce Dubbs2016-01-251-1/+1
| | | | | | | | Simplify bash installation procedures. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10988 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix order of bison and flex needed by new flex versionBruce Dubbs2015-11-181-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10973 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Cosmetic: Move sed after libcap to keep acl, attr and libcap separated.Krejzi2014-08-031-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10674 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Move sed to be after acl. Bruce Dubbs2014-08-031-1/+1
| | | | | | | | | Remove reference to obsolete /proc/ksyms in modules boot script. Change internal references to svn to an entitiy. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10671 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to tar-1.28Bruce Dubbs2014-07-271-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10659 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Instruct perl to use the system bzip2 libraryBruce Dubbs2014-07-271-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10658 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Restore XML::Parser.Bruce Dubbs2014-05-141-1/+1
| | | | | | | | Update to tzdata-2014c. Update to linux-3.14.4. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10564 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove XML::Parser.Bruce Dubbs2014-05-121-1/+1
| | | | | | | Enable keymap in eudev. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10563 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove systemd and dbus. Add eudev.Bruce Dubbs2014-05-111-3/+3
| | | | | | | | | | Update gnu urls to use an entity. Update kbd URL. Update procps-ng URL. Update to shadow-4.2.1. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10557 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added systemd and dbus to the book. Bruce Dubbs2014-04-031-5/+5
| | | | | | | | Set up systemd and System V side-by-side with the ability to reboot to either system. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10520 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added libcap-2.24Bruce Dubbs2014-03-281-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10517 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added expat-2.1.0.Bruce Dubbs2014-03-271-0/+15
| | | | | | | | | | Added gperf-3.0.4. Added intltool-0.50.2. Added XML::Parser-2.42_01. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10516 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add acl and attr packagesBruce Dubbs2014-03-211-0/+2
| | | | | | | | | Minor grammar fixes Update standards compliance statments Put e2fsprogs executables in /bin git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10512 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove udev from systemd and replace with eudevBruce Dubbs2014-03-061-1/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10504 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to man-pages-3.5.9.Bruce Dubbs2014-02-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | Incorporate beta FHS. Add /usr/share/ppd, /usr/libexec, /usr/share/color, /usr/local/share/color, /var/lib/color, and /usr/share/dict. Remove overrides for /usr/libexec: coreutils, findutils, gawk, gcc, glibc, inetutils, man-db, and tar. Move grub sbin executables from /usr/sbin to /sbin. Document two new glibc errors in the regression tests. Move man-db after util-linux to satisfy a test dependency in /tools and to speed the test up. Restore building the flex static library. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10469 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Moved util-linux final build to be after udev. Bruce Dubbs2014-01-211-1/+1
| | | | | | | | | | | Fixed up e2fsprogs and udev to use the Chapter 5 build of util-linux. Changed umount instructions in Chapter 9 to be compatible with changes in mounting /run as a tmpfs. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10448 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update several pages to fix regression test failures.Bruce Dubbs2013-08-151-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10316 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to gcc-4.8.1Bruce Dubbs2013-06-031-1/+1
| | | | | | | | | | Update to util-linux-2.23.1 Added test suites to util-linux, but needed to move shadow before util-linux to have su available. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10290 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add bc to Chapter 6 to support Linux-3.9Bruce Dubbs2013-04-301-0/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10258 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689