| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| |
| | |
It's used by AppStream in BLFS for calculating the ID of the operating
system.
|
| | |
|
| |
| |
| |
| |
| | |
The old values were measured with -j1, it's out of sync with our
conventions now.
|
| |
| |
| |
| |
| |
| | |
- Update to linux-6.5.3 (#5343)
- Update to iana-etc-20230912 (#5006)
- Update to iproute2-6.5.0 (#5342)
|
| |
| |
| |
| |
| |
| |
| | |
Pass 1 GCC FTBFS with system GCC 5.1.
Link: https://gcc.gnu.org/PR65801
Link: https://lists.linuxfromscratch.org/sympa/arc/lfs-support/2023-09/msg00005.html
|
| | |
|
|\| |
|
| |
| |
| |
| |
| | |
It allows a simplification to /etc/hosts. Also correct some info about
FQDN in both sysv and systemd.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
For creating a tarball without .git directory easier. The tarball will
include version.ent and LFS-RELEASE files so the book rendered from it
won't show "unknown" for all dates.
|
| |
| |
| |
| | |
There is some bash-ism in the script.
|
| |
| |
| |
| |
| | |
Almost all commands in lfs are verbose. Don't know why these ones
were not.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
consistently lowercase
|
| |
| |
| |
| | |
Explain switches once they show up first time.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Well, I was blaming libtool too much. If the entire Binutils tree uses
libtool this won't happen. The problem is Binutils building system is
using libtool-style idiom on non-libtool components.
And this issue is not related to cross compiling, at all. A native
build can exploit the issue as well (see the updated comment).
Maybe I'll submit a patch to GCC (yes, not a typo, GCC is the upstream
of Binutils building system) to fix the issue when I have the mood...
|
| |
| |
| |
| | |
It's not needed anymore with 9.4.
|
| |
| |
| |
| |
| |
| |
| | |
It makes the package names more consistent, and it reduces the number of
different msgid's for translators.
By the way, move Udev to keep alphabetic order.
|
| | |
|
| | |
|
| |
| |
| |
| | |
Link: https://github.com/pkgconf/pkgconf/issues/317
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
- Update to linux-6.5.1 (#5332)
- Update to pkgconf-2.0.3 (#5339)
- Update to dbus-1.14.10 (#5337)
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
It allows binutils to link to zstd, so binutils will have
zstd-compressed debug section support (the compression is not enabled
by default but can be enabled via LDFLAGS etc. if wanted).
We also need to add libzstd.so.&zstd-version; into online_usrlib to
prevent a crash in stripping.
|
| |
| |
| |
| |
| | |
Move caution regarding building by mixing
different versions of LFS to General Compilation Instructions.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The configure script says:
configure: WARNING: filterdiff not installed; build will not be
reproducible.
The filterdiff program is a part of patchutils.
|
| | |
|
| |
| |
| |
| | |
It just does not make sense to keep a completely useless script here...
|
| |
| |
| |
| |
| |
| |
| | |
See added comment for rationale.
I've "diff -Naur"ed extracted zlib-1.3.tar.xz and zlib-1.3.tar.gz and
there is no difference.
|
| |
| |
| |
| |
| | |
We may want to use either archive or github. But right now, use
directly zlib.net...
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Update to vim-1837.$
Update to zlib-1.3.$
Update to wheel-0.41.2 (Python Module).$
Update to util-linux-2.39.2.$
Update to sysvinit-3.08.$
Update to shadow-4.14.0.$
Update to Python-3.11.5.$
Update to procps-ng-4.0.4.$
Update to pkgconf-2.0.2.$
Update to mpfr-4.2.1.$
Update to kbd-2.6.2.$
Update to gzip-1.13.$
Update to coreutils-9.4.$
Specify the 'nobody-group' for systemd.$
Remove unused usb group.$
|
| |
| |
| |
| |
| |
| |
| | |
This reverts commit ad09ba40a1d521857bf440b093167d91e5172f04.
This reverts commit bbaf00d41541380665f0b146d60d12afb44cc62b.
No longer needed with OpenSSH-9.4 or later.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
They are very long <screen> or <note>. By default they are attributed
"keep-together.within-column = always", override it to allow line break.
Fixes #5336.
Link: http://www.sagehill.net/docbookxsl/PageBreaking.html
|
| |
| |
| |
| | |
:(
|
| |\ |
|
| | | |
|
| |/ |
|
| | |
|
| |
| |
| |
| |
| | |
The autoreconf command is from Autoconf, and "autoconf -fi" invokes
automake.
|