aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/glibc.xml
Commit message (Collapse)AuthorAgeFilesLines
* glibc: Disable obsolete libcrypt implementationXi Ruoyao2023-06-301-0/+1
| | | | | | I've not bothered to write an explanation for --disable-crypt because it will likely be the default of Glibc-2.38, then we may drop it from the command lines.
* housekeeping after min-kernel bumpXi Ruoyao2023-06-051-1/+1
| | | | | | Update the rationale for min-kernel in hostreqs. Add a note in general.ent about the EOL of current min-kernel. Realign the backslashes in glibc instructions.
* Create new branch for gcc13Bruce Dubbs2023-04-271-2/+2
|
* glibc: Remove a sed useless for 2.37Xi Ruoyao2023-02-021-5/+0
|
* glibc: fix parallel build issue with make-4.4Xi Ruoyao2022-11-011-0/+5
| | | | | | | | | | | | | We only need a one-line change in upstream fix (because we don't use "make --shuffle"). Add it as a sed for both Chapter 5 and Chapter 8. Note that the "minimal" sed would be '/MAEKFLAGS :=/s/r/ -r/'. I included an additional ')' so it won't modify "-r" again to "- -r". Tested "make" and "make check" on a x86_64 with -j8 and an arm64 with -j24. Link: https://sourceware.org/git/?p=glibc.git;a=commit;h=2d7ed98add14
* Corrected spelling here and there. Regularized capitaization of packageDavid Bryant2022-10-301-19/+19
| | | | names, corrected idiom / punctuation, and removed extraneous verbiage.
* Fix sanity check in chapter 5Pierre Labastie2022-10-061-1/+1
| | | | | | When I changed the sanity check to remove the "dummy.c" file, I inadvertently used "gcc" instead of "$LFS_TGT-gcc". Which of course finds the host gcc...
* Don't use dummy.c for glibc sanity check in chap 5Pierre Labastie2022-08-251-5/+4
| | | | | | | | It seems glibc creates dummy.c for its own use. This leaves some dummy.xxx files in the directory, that may lead some users to think that the directory is not properly cleaned up after the test (I did :) So use a pipe so that only a.out is created
* SpelingBruce Dubbs2022-03-241-1/+1
|
* move the ln note back to chap 5 glibcXi Ruoyao2021-11-121-0/+9
| | | | | | It was moved to chapter 4 during merged-/usr update. However the ln commands in chapater 4 are "trivial", so move it back to chapter 5 glibc where we start to use a "different syntactic version" of it.
* Remove spaces at end o lines - chapter05Pierre Labastie2021-09-071-2/+2
|
* Package updates.Bruce Dubbs2021-08-021-15/+0
| | | | | | Update to glibc-2.34. Update to diffutils-3.8. Update to libcap-2.52.
* Ensure that glibc installs ldconfig and sln to /usr/sbin.DJ Lucas2021-07-211-0/+6
|
* glibc: remove description of libc_cv_rtlddir for nowXi Ruoyao2021-05-161-8/+0
|
* glibc: remove libc_cv_rtlddir override for nowXi Ruoyao2021-05-141-2/+1
| | | | Back to use the sed. Need to investigate later.
* Use /usr/lib for libc_cv_rtlddirThomas Trepl (Moody)2021-05-141-4/+4
|
* Use a configuration option to set the loader pathes in lddThomas Trepl (Moody)2021-05-131-3/+12
|
* glibc: fix ldd scriptXi Ruoyao2021-05-131-0/+5
|
* Merge Xi's changes into trunkDouglas R. Reno2021-05-111-15/+7
| | | | | | | | | | | | | Update to meson-0.58.0 Update to systemd-248 Update to gcc-11.1.0 Update to linux-5.12.1 Update to iproute2-5.12.0 Update to Python-3.9.5 Make /bin, /sbin, and /lib symlinks to their counterparts in /usr. Thanks again for a significant portion of this work goes to Xi, I only really merged it and made a couple of modifications for my updates. To LFS 11.x we go!
* restore a note about ln command from LFS 9.xXi Ruoyao2021-03-241-0/+9
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12168 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* document x86 ISA level related breakage and workaroundXi Ruoyao2021-02-131-0/+11
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12133 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* decorate usernames with <systemitem>Xi Ruoyao2020-12-261-4/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12071 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* temp glibc: /tools -> $LFS/toolsXi Ruoyao2020-06-191-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11964 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add forgotten "case" in glibc chapter 5Pierre Labastie2020-06-151-3/+9
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11942 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* - fix some gcc->GCCPierre Labastie2020-06-131-21/+4
| | | | | | - remove commented text in glibc (chap 5), and fix a directory location git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11934 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Mostly text updates in Chapter 8. Bruce Dubbs2020-06-121-1/+1
| | | | | | | | There are a couple of minor command changes. git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11924 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Rename package entities to be independent of chapter numberingThomas Trepl2020-06-111-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11921 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Text updates for cross2 Chapter 5Bruce Dubbs2020-06-091-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11914 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add a warning before installation of glibc-chapter5Pierre Labastie2020-06-081-0/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11907 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Initial commit of alternative cross LFSBruce Dubbs2020-06-071-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11897 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Make the new bookPierre Labastie2020-05-031-37/+72
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross-chap5@11831 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
* Fix references to both 32-bit and 64-bit systems to list 64-bit examples first.Bruce Dubbs2018-02-261-3/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11377 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
* Create branches/merge in svn repo fo rtesting of merged LFS booksBruce Dubbs2016-05-241-38/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/merge@11073 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated to file-5.26, gcc-6.1.0, grep-2.25, gzip-1.8, linux-4.5.2 and ↵Krejzi2016-04-281-0/+4
| | | | | | tzdata-2016d. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11049 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to mpfr-3.1.4. Bruce Dubbs2016-03-091-8/+6
| | | | | | | | | | | | | Update to linux-4.4.4. Update to pkg-config-0.29.1. Update to tcl-6.8.5. Remove --disable-profile from Glibc instructions. Create /var/log/faillog. Remove --enable-obsolete-rpc from Chapter 5 glibc git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11034 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* LFS-7.9-rc2 released.Bruce Dubbs2016-02-191-2/+2
| | | | | | | | Update to glibc-2.23. Update to linux-4.4.2. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11019 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix blank spaceBruce Dubbs2016-01-311-10/+10
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10997 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix the explanation alsoBruce Dubbs2016-01-311-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10996 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix a leftover reference to glibc-buildBruce Dubbs2016-01-311-1/+1
| | | | | | | Text updates. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10995 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Move external build directories into dedicated build directories inside theBruce Dubbs2016-01-271-5/+5
| | | | | | | | source tree for binutils, gcc, and glibc. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10991 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Spelling and other typos -- from Craig GarnerBruce Dubbs2015-11-031-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10969 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Clarify 64-bit interpreter name in the Chapter 5 glibc test.Bruce Dubbs2015-09-281-3/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10955 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix a warning when doing test compiles.Bruce Dubbs2015-09-231-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10953 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to libpipeline-1.4.1.Bruce Dubbs2015-08-231-0/+4
| | | | | | | | | | | Update to linux-4.1.6. Update to man-db-2.7.2. Add a patch to allow glibc to build properly on i386 systems. Remove obsolete r* programs from inetutils. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10941 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to procps-ng-3.3.11. Bruce Dubbs2015-08-111-31/+0
| | | | | | | | | | | Update to man-pages-4.02. Update to ncurses-6.0. Update to glibc-2.22. Update to linux-4.1.5. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10936 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added a fix for security issue in Glibc (CVE-2015-1781). Bruce Dubbs2015-04-241-1/+12
| | | | | | | | | | | | Thanks to Ken Moffat for identifying the proplem and the fix. Fixed Ncurses and Perl build with GCC 5. Thanks to Ken Moffat and Douglas R. Reno for providing the patches. Updated to GCC-5.1.0. Imported changes from systemd version. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10903 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add seds to grep and e3fsprogs to fix security issues found upstream.Bruce Dubbs2015-03-041-1/+1
| | | | | | | | Remove unrecognized option in eudev. Minor text corrections. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10863 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689