| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
This reverts commit de679165f9a63ce94202d356abbae2b9a3bff5c3.
|
|
|
|
|
| |
This is less generic than defconfig, and you can then tell
not to tweak options...
|
|
|
|
|
|
| |
tell people not to messing the options enabled by defconfig up.
Yes, I messed them up and shot my own foot.
|
|
|
|
|
|
|
|
|
|
|
| |
1. Declare UNIX98 PTY requirement in host system requirements and check
it in the script. All desktop or server distros should have it now,
but let's stop anyone from building on a embedded distro w/o UNIX98
PTY early...
2. Use Expect test suite as a guard against mishandled $LFS/dev/pts.
3. No need to test the basic function of Expect in Binutils anymore
because if ($LFS)/dev/pts is not good, the Expect test suite would
have failed.
|
|
|
|
|
|
|
|
| |
Let's not encourage users to try tricky things and shoot their own foot.
For systemd, if CONFIG_EXPERT is disable, CONFIG_FHANDLE will be enabled
automatically. So there is no need to enable CONFIG_EXPERT and then set
CONFIG_FHANDLE manually.
|
| |
|
| |
|
|
|
|
|
| |
It has been moved to /usr/bin for general use by upstream, so list it in
programs.
|
|
|
|
|
|
| |
It's fixed in 0.189.
(cherry picked from commit 4fd9716e1563b70f149b53f0bd22a4aced1115c9)
|
| |
|
|
|
|
|
|
|
|
| |
libelf.so links to libbz2.so.1.0, liblzma.so.5, and libz.so.1. libz is
really used, but to me liblzma and libbz2 are "unneeded dependencies":
the building system apparently thinks they are needed by zstd but
actually not. I don't want to "fix the upstream" so just list them here
anyway.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to systemd-253
- Update to bc-6.3.1
- Update to linux-6.2.2
- Update to procps-ng-4.0.3
- Update to iproute2-6.2.0
- Update to meson-1.0.1
- Update to make-4.4.1
- Update to elfutils-0.189
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove an extra whitespace breaking shebang (though our instruction
does not use the shebang).
- Adjust the regex to allow several letters after the version number,
and match grep version to the text.
- Raise Coreutils to 7.0 (for the host requirement script itself). It
was released in 2008 so I don't think it's a problem.
- Add a colon after the text "Compiler check" to match "Aliases:".
- Use grep -o instead of sed to make kernel version check simpler.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Document the m_assume_storage_prezeroed failure. The
u_direct_io failure is fixed by
https://github.com/tytso/e2fsprogs/commit/4cda25453f85.
|
| |
|
|
|
|
| |
We don't run the newly built udev daemon before rebooting to LFS kernel.
|
|\ |
|
| | |
|
|/ |
|
| |
|
| |
|
|
|
|
|
| |
This was half done. Furthermore, dbus had completely disappeared.
Also fix an url to sphinx, that is now in BLFS.
|
| |
|
|
|
|
|
|
|
| |
It was removed eleven years ago from the book. Pkg-config itself removed
it at version 0.27.
Prompted by "__mint" on #lfs-support.
|
| |
|
|
|
|
|
| |
See the discussion at
https://sourceware.org/pipermail/libc-alpha/2023-February/145672.html.
|
|
|
|
|
|
|
| |
The upstream has splitted [DHCP] into [DHCPv4] and [DHCPv6]. While we
are only enabling DHCPv4 in the example setting (in most scenario DHCPv6
is not strictly needed as SLAAC is sufficient), just use [DHCPv4]
instead of [DHCP].
|
|\ |
|
| | |
|
|/ |
|
| |
|
|
|
|
|
|
| |
This update changes the default number of cores used to build
packages to 4. A section is also added to host requirements
to recommend a minumum number of cores and memory size.
|
|
|
|
|
|
|
|
|
|
|
| |
Update to iana-etc-20230202.
Update to zstd-1.5.4.
Update to Python3-3.11.2.
Update to e2fsprogs-1.47.0.
Update to dbus-1.14.6.
Update to linux-6.1.11.
Update to libcap-2.67.
Update to bc-6.2.4.
|
| |
|
|
|
|
| |
"ssl.7ssl" is in man7, not man3.
|
|
|
|
|
| |
Update to OpenSSL-3.0.8 (Security Update)
Update to e2fsprogs-1.46.6 (Security Update)
|
|
|
|
| |
And add a comment about the difference from upstream commit.
|
| |
|
|
|
|
|
| |
Both ld.bfd and ld.gold can use Jansson to validate the value of
--package-metadata=.
|
| |
|
|
|
|
| |
It's not needed now since gjs-1.74 supports static trampoline.
|
|
|
|
|
| |
While the previously documented test failure is resolved by
binutils-2.40, a new test failure has shown up.
|
| |
|
|
|
|
|
|
|
| |
Normally we don't fix test, but see the comment added into the XML file
for the rationale.
Update the number of tests by the way.
|
| |
|