aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fix a typo in changelog, againXi Ruoyao2022-05-091-1/+1
|
* kernel: disable CONFIG_WERRORXi Ruoyao2022-05-091-0/+15
| | | | | | | | | | | | | | | | The help of this options says: "However, if you have a new compiler with ..., you may need to disable this config option in order to successfully build the kernel." As we are having state-of-art GCC-12, and Linux-5.18 release candidate FTBFS with GCC-12 and CONFIG_WERROR=y [1], and <rant>the kernel developers are making stupid and meaningless discussion instead of fixing the building failure</rant> [2], I don't think enabling this option makes any sense building LFS. [1]:https://lkml.org/lkml/2022/4/14/1676 [2]:https://lkml.org/lkml/2022/4/21/254
* Minor grammar fixPierre Labastie2022-05-081-1/+1
|
* gcc-12: update gcc building statsXi Ruoyao2022-05-081-5/+5
| | | | | | | | The other stats have not changed significantly (usually only +/- 0.1 SBU). By the way, the changes for gcc-pass2 also include the change from merging libstdc++-pass2 into gcc-pass2.
* update to bc-5.2.5Xi Ruoyao2022-05-071-2/+2
|
* util-linux: remove unnecessary test workaroundXi Ruoyao2022-05-071-8/+0
| | | | | | | According to upstream, this issue is fixed: https://github.com/util-linux/util-linux/issues/1635. Also tested by Pierre and me.
* procps: update testsuite statusXi Ruoyao2022-05-071-2/+9
|
* gcc-12: update test statusXi Ruoyao2022-05-071-6/+3
| | | | | | | The analyzer tests fixed at https://gcc.gnu.org/r12-7119. The PR100400 status is discussed in the thread started with https://gcc.gnu.org/pipermail/gcc-patches/2022-May/593931.html.
* gcc-12: bump libstdc++.so versionXi Ruoyao2022-05-071-1/+1
| | | | | libstdc++.so.6.0.29 to 6.0.30. The versions of other GCC runtime libraries are not bumped.
* gcc-12: remove unnecessary workaround for PR91085Xi Ruoyao2022-05-071-4/+2
| | | | Reference: https://gcc.gnu.org/r12-1924
* gcc-12: remove unneeded sed for PR100017 in pass 2Xi Ruoyao2022-05-061-6/+0
| | | | Reference: https://gcc.gnu.org/r12-6406
* gcc-12: remove --enable-initfini-array in pass 1Xi Ruoyao2022-05-061-10/+0
| | | | Reference: https://gcc.gnu.org/r12-1328
* gcc-12: update tarball statXi Ruoyao2022-05-061-4/+4
|
* Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunkBruce Dubbs2022-05-041-7/+21
|\
| * GID 5 (for tty) is also specialXi Ruoyao2022-05-021-3/+8
| |
| * minor fix for 65534 explanation: it is also used for "unmapped" groupsXi Ruoyao2022-05-021-3/+3
| |
| * make /etc/group sorted by GIDXi Ruoyao2022-05-021-4/+4
| |
| * explain the usage of 65534Xi Ruoyao2022-05-021-0/+9
| |
| * fix a typo in changelogXi Ruoyao2022-05-021-1/+1
| |
* | Update to openssl-3.0.3.Bruce Dubbs2022-05-042-3/+13
|/
* Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunkBruce Dubbs2022-04-3016-38/+102
|\
| * python: fix a typoXi Ruoyao2022-04-211-1/+1
| |
| * Minor rewording of pip3 recommendationsBruce Dubbs2022-04-211-14/+14
| |
| * python: add a <important> for pip3 usageXi Ruoyao2022-04-211-0/+21
| |
| * decorate the references to root and lfs userXi Ruoyao2022-04-219-15/+14
| | | | | | | | | | The references already correctly decorated are not changed because "if it's not broken don't fix it".
| * add convenience entities for users root and lfsXi Ruoyao2022-04-211-0/+3
| |
| * generalize the note about removed and vulnerably releasesXi Ruoyao2022-04-201-9/+15
| |
| * mpfr: use ftp.gnu.org, at least for nowXi Ruoyao2022-04-201-1/+1
| | | | | | | | Currently www.mpfr.org has a certificate issue.
| * Fix currency for mpfrBruce Dubbs2022-04-191-0/+9
| | | | | | | | | | | | There is something wrong with the certificate for the mpfr web page https://mpfr.loria.fr/mpfr-current/. Ignore the certificate problem.
| * Update lfs currency for wheelBruce Dubbs2022-04-181-0/+1
| |
| * wheel: capitalize the first letter of the title, like all other packagesXi Ruoyao2022-04-181-1/+1
| |
| * text fixes for wheel changeXi Ruoyao2022-04-183-12/+37
| | | | | | | | | | | | * Add description for "wheel" command * Explain why pip3 warning does not matter for us * Format and typo fixes
* | Package updates and nobody uid change.Bruce Dubbs2022-04-308-89/+126
|/ | | | | | | | | | | | | | Change nobody/nogroup uid/git to 65534. Update to meson-0.62.1. Update to libpipeline-1.5.6. Update to elfutils-0.187. Update to Jinja2-3.1.2. Update to vim-8.2.4814. Update to sysvinit-3.03. Update to linux-5.17.5. Update to gcc-11.3.0. Update to coreutils-9.1. Update to bc-5.2.4.
* Use pip3 to install Python modules and programsBruce Dubbs2022-04-173-23/+29
| | | | meson, Markupsafe, and Jinja2
* Add wheel.xmlBruce Dubbs2022-04-171-0/+95
|
* Add wheel-0.37.1 (Python module).Bruce Dubbs2022-04-177-0/+77
|
* Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunkBruce Dubbs2022-04-175-0/+23
|\
| * Patch xz for the xzgrep vulnerability.Ken Moffat2022-04-155-0/+23
| |
* | Suppress a waring if running pip3 as root.Bruce Dubbs2022-04-171-0/+12
|/ | | | | | | | | | In serveral places we use the pip3 command to install Python 3 programs and modules for all users as root. This conflicts with the Python developers' recommendation to build packages in a virtual environment as a regular user. To this end, a multi-line warning is written when using pip3 as the root user. This change shows users how to avoid this warning.
* procps: update library and include directory nameXi Ruoyao2022-04-151-6/+6
|
* Package updates.Bruce Dubbs2022-04-144-15/+34
| | | | | | Update to libcap-2.64. Update to linux-5.17.3. Update to gzip-1.12.
* TyposBruce Dubbs2022-04-122-3/+3
|
* Note that linux-5.17.1 and zlib-1.2.12 are security updates.Ken Moffat2022-04-041-2/+2
|
* procps-ng: remove an outdated noteXi Ruoyao2022-04-051-8/+0
| | | | It now just untars into procps-ng-4.0.0 directory, as we expect.
* Add in the patch needed for systemd with the 5.17 kernelBruce Dubbs2022-03-313-0/+17
|
* Package updates.Bruce Dubbs2022-03-305-54/+94
| | | | | | | | | | | | | Update to sysvinit-3.02. Update to zlib-1.2.12. Update to expat-2.4.8. Update to Jinja2-3.1.1. Update to Python-3.10.4. Update to procps-ng-4.0.0. Update to iproute2-5.17.0. Update to meson-0.62.0. Update to linux-5.17.1. Update to util-linux-2.38.
* Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunkBruce Dubbs2022-03-272-5/+5
|\
| * Fix a stupid typo in bootscripts/MakefilePierre Labastie2022-03-272-5/+5
| | | | | | | | copy/paste error rc0.d -> rc6.d. Brown paperbag commit...
* | Remove refereces to RussiaBruce Dubbs2022-03-272-6/+8
|/
* libffi: reword the note about "building for another system"Xi Ruoyao2022-03-261-2/+4
| | | | | | | | | | | Telling the user to override CFLAGS and CXXFLAGS may cause two problems: 1. We've added --with-gcc-arch=native, so the configure script will add "-march=native" into CFLAGS. Then we've not really verified which -march= value is the last one in the GCC command line and being really used. 2. User may just export CFLAGS="-march=x86_64", without "-O2". This will produce unoptimized binaries.