aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
Commit message (Collapse)AuthorAgeFilesLines
* Update to man-pages-5.01. Bruce Dubbs2019-05-191-15/+9
| | | | | | | | | | | | Update to linux-5.1.3. Update to iproute2-5.1.0. Update to gettext-0.20.1. Update to file-5.37. Update to e2fsprogs-1.45.1. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11607 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Cleanup after the --disable-libmpx instruction removal in GCC. This required ↵Douglas R. Reno2019-05-111-2/+2
| | | | | | changes to GCC Pass 1 (CH5) and the main GCC page (CH6) git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11600 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove useless option in GCC (pass 1 and final)Xi Ruoyao2019-05-081-1/+0
| | | | | | | | | In GCC 9.1 release libmpx has been removed. So --disable-libmpx is no longer needed. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11594 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Change <productname> tags so that they reflect the dbhtml processingPierre Labastie2019-04-106-6/+6
| | | | | | instruction git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11574 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add a note about which tarball to use for PythonPierre Labastie2019-04-101-0/+7
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11573 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add the word 'package' to the --without-ensurepip explanation, because it ↵Douglas R. Reno2019-04-021-2/+2
| | | | | | can be misleading for some users. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11567 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix a problem when building Python in Chapter 5 where some hosts may use hostBruce Dubbs2019-02-141-1/+23
| | | | | | | | dependent headers. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11519 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Simlify instructions for glibc in Chapter 5Bruce Dubbs2019-02-061-4/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11512 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add some minor text tweaksBruce Dubbs2019-02-031-0/+8
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11510 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to bison-3.3.1. Bruce Dubbs2019-02-012-0/+73
| | | | | | | | | | | | | Update to glibc-2.29. Update to libpipeline-1.5.1. Update to linux-4.20.6. Update to meson-0.49.1. Update to mpfr-4.0.2. Update to ninja-1.9.0. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11506 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to linux-4.20.1. Bruce Dubbs2019-01-101-1/+2
| | | | | | | | | | | | | | Update to diffutils-3.7. Update to tar-1.31. Update to man-db-2.8.5. Update to bash-5.0. Update to readline-8.0. Update to iproute2-4.20.0. Update to util-linux-2.33.1. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11499 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to gzip-1.10. Bruce Dubbs2018-12-311-5/+0
| | | | | | | | Update to tzdata-2018i. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11498 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Restore build of Util-Linux in chapter5 to avoid reciprocal dependency for ↵DJ Lucas2018-09-302-2/+2
| | | | | | | | 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-202-3/+2
| | | | | | | | | | | | | | | | 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/+27
| | | | | | | | | | | | | | | | | | | 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
* Update to glibc-2.28. Bruce Dubbs2018-08-023-0/+16
| | | | | | | | | | Update to gdbm-1.17. Update to linux-4.17.11. Update to man-db-2.8.4. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11443 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update description/rationale for Libstdc++ in Chapter 5Bruce Dubbs2018-06-202-4/+8
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11424 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove 'core' from tcl nameBruce Dubbs2018-03-301-5/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11393 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Clarify dynamic linker name in gcc-pass2Bruce Dubbs2018-03-301-3/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11392 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix references to both 32-bit and 64-bit systems to list 64-bit examples first.Bruce Dubbs2018-02-262-7/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11377 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Revert the change at revision 11375Pierre Labastie2018-02-201-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11376 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* TypoBruce Dubbs2018-02-201-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11375 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix terxst about Check being built after DejagnuPierre Labastie2018-02-201-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11373 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to expect-5.45.4. Bruce Dubbs2018-02-051-1/+1
| | | | | | | | | | Update to linux-4.15.1. Update to man-db-2.8.0. Reorder m4 in Chapter 6 to satisfy bison. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11362 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to glibc-2.27. Bruce Dubbs2018-02-031-0/+4
| | | | | | | | | | | | | Update to man-pages-4.15. Update to bash-4.4.18. Update to iproute2-4.15.0. Add an option to binutils to support 64-bit operations on a 32-bit system. Provide better initialization for vim. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11359 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to binutils-2.30.0. Bruce Dubbs2018-01-282-125/+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.12. Bruce Dubbs2018-01-061-0/+4
| | | | | | | | | Update to gdbm-1.14.1. Update to e2fsprogs-1.43.8. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11347 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add comments to the kernel section to change the unwinder option. Bruce Dubbs2017-12-313-3/+3
| | | | | | | | | | | 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
* Typos and wording changesBruce Dubbs2017-12-282-8/+10
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11343 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to perl-5.26.1Bruce Dubbs2017-09-231-6/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11304 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* The <productname> tag should contain the name of the package, not the name ↵Pierre Labastie2017-08-101-1/+1
| | | | | | of what is installed (it is planned to use this information in jhalfs) git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11277 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix an error in the mountfs bootscript.Bruce Dubbs2017-06-261-4/+0
| | | | | | | | Remove outdated seds for diffutils in both Chapters 5 and 6. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11263 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to linux-4.11.4.Bruce Dubbs2017-06-071-8/+11
| | | | | | | | Add ld.gold description to binutils. Update instructions for Chapter5 util-linux. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11257 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to util-linux-2.30. Bruce Dubbs2017-06-021-0/+6
| | | | | | | | | | | Update to perl-5.26.0. Update to file-5.31. Update to diffutils-3.6. Update to linux-4.11.3. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11255 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to flex-2.6.4Bruce Dubbs2017-05-081-3/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11245 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to gcc-7.1.0. Bruce Dubbs2017-05-041-0/+4
| | | | | | | | | | | Update to iproute2-4.11.0. Fix some faulty gnulib code in diffutils. Disable a failing test in vim. Document a failing test in binutils. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11242 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix description of commands in gcc pass1.DJ Lucas2017-03-111-4/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11206 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add gold linker to ch6 binutils build, restore chapter 5 bison.DJ Lucas2017-02-081-0/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11178 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to gcc-6.3.0. Bruce Dubbs2016-12-212-2/+2
| | | | | | | | | | | | | Update to gmp-6.1.2. Update to iproute2-4.9.0. Update to man-pages-4.09. Update to man-db-2.7.6.1. Update to linux-4.9. Update to eudev-3.2.1. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11157 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Merge nosym branch.DJ Lucas2016-12-172-5/+24
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11154 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to linux-4.8.14. Bruce Dubbs2016-12-111-0/+6
| | | | | | | | | Update to grep-2.27. Add a note about a false Error in texinfo configure phase in Chapter 5. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11152 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Minor text clarificationBruce Dubbs2016-08-261-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11115 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to diffutils-3.4.Bruce Dubbs2016-08-121-79/+0
| | | | | | | | | Update to iproute2-4.7.0. Update to util-linux 2.28.1. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11107 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to systemd-231Douglas R. Reno2016-08-121-1/+8
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11106 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to binutils-2.27Bruce Dubbs2016-08-061-3/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11101 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to grub-2.02~beta3.Bruce Dubbs2016-08-061-4/+0
| | | | | | | | Update to glibc-2.24. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11100 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to make-4.2.1Bruce Dubbs2016-06-111-3/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11090 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to e2fsprogs-1.43.1.Bruce Dubbs2016-06-111-0/+3
| | | | | | | | | | | Update to linux-4.6.2. Update to gettext-0.19.8. Update to eudev-3.2. Add make-4.2-upstream_fixes-1.patch. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11087 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Create branches/merge in svn repo fo rtesting of merged LFS booksBruce Dubbs2016-05-242-39/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/merge@11073 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated to tar-1.29. Bruce Dubbs2016-05-161-9/+2
| | | | | | | | | Updated to linux-4.6. Updated to perl-5.24.0. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11060 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689