Xi Ruoyao
6786b0cde8
arm64: gcc: Update the comment for xtreme-* test failure
2023-08-29 20:48:25 +08:00
Xi Ruoyao
5342a697b9
Merge remote-tracking branch 'origin/trunk' into xry111/arm64
2023-08-29 20:47:34 +08:00
Xi Ruoyao
b6ff6a8c95
arm64: Document new g++.dg/modules/xtreme-* failures
2023-08-28 23:57:25 +08:00
Xi Ruoyao
22c36bb8e4
tar: The problematic test can also be skipped if security labels disabled
...
For example, if CONFIG_EXT4_FS_SECURITY (Ext4 Security Labels) not set
and we are building on an ext4 file system, the test will be skipeed.
2023-08-28 17:01:02 +08:00
Xi Ruoyao
e5455293e3
tar: Mention TESTSUITEFLAGS for testing
2023-08-28 17:01:02 +08:00
Xi Ruoyao
d78b550655
gmp: On some CPUs more than 199 test can pass
2023-08-27 20:23:53 +08:00
Xi Ruoyao
64e8131dd8
Merge remote-tracking branch 'origin/trunk' into xry111/arm64
2023-08-27 11:06:02 +08:00
Pierre Labastie
b55a1a2614
libxcrypt: typo and misplaced "nodump"
2023-08-21 15:13:37 +02:00
Xi Ruoyao
cfcc2fe6cd
gcc: Fix a grammar error in text
2023-08-16 12:26:14 +08:00
Douglas R. Reno
355efd11a8
glibc: minor typo fix
2023-08-14 14:12:26 -05:00
Bruce Dubbs
bd93ae129e
Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk
2023-08-14 13:53:30 -05:00
Bruce Dubbs
f7d3b6ed21
Package updates.
...
Update to xz-5.4.4.
Update to less-643.
Update to meson-1.2.1.
Update to linux-6.4.10.
Update to iana-etc-20230810.
Update to pkgconf-2.0.1.
All build times and sizes were also checked and updated as needed.
2023-08-14 13:47:25 -05:00
Xi Ruoyao
f0b518a01e
binutils: Remove libgprofng.a, add libgprofng.so into contents section
2023-08-10 13:45:01 +08:00
Xi Ruoyao
30e0a7b28f
gawk: Move the creation of awk.1 after the explanation of the previous command
2023-08-09 22:39:53 +08:00
Xi Ruoyao
7c306241b6
coreutils: Use groupadd/groupdel for creating/removing dummy group
...
They look better than "echo >>" and "sed -i". And I think an example
showing how to use groupadd/groupdel is good anyway. The format of
/etc/group is already shown in chapter 7.
2023-08-09 22:30:52 +08:00
Xi Ruoyao
91f9a174b5
ncurses: Simplify documentation install command
2023-08-09 12:37:52 +08:00
Bruce Dubbs
539f0110b0
Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk
2023-08-08 16:07:30 -05:00
Bruce Dubbs
45f40e899b
Fix sed in pkgconf
2023-08-08 16:07:19 -05:00
Xi Ruoyao
f4835ed6ad
pkgconf: Reword the reason of sed
...
Specifying --modversion with multiple packages just does not make sense.
The real problem here is it's erroring out even if the multiple
arguments are for the same package.
2023-08-08 08:35:21 +08:00
Bruce Dubbs
fdf01d1943
Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk
2023-08-07 15:47:37 -05:00
Bruce Dubbs
9b7d651a54
Package updates.
...
Update to xz-5.4.4.
Update to wheel-0.41.1 (Python Module).
Update to man-pages-6.05.01.
Update to linux-6.4.8.
Update to iana-etc-20230804.
Update to pkgconf 2.0.0.
2023-08-07 15:46:36 -05:00
Xi Ruoyao
4374af9071
dbus: Fix a typo (misusing plural)
2023-08-07 23:00:42 +08:00
Xi Ruoyao
308ec7a37f
dbus: Add --enable-user-session like BLFS
...
This will install dbus.service and dbus.socket into
/usr/lib/systemd/user. In a base LFS installation the systemd per-user
daemon is not usable at all, so they may seem useless. But if we
install them, we can start to use them once systemd is rebuilt with PAM
in BLFS (without rebuilding dbus).
2023-08-03 15:07:06 +08:00
Xi Ruoyao
264a80d60f
udev: Use --no-same-owner for man pages, like systemd
...
By the way, fix a minor formatting issue in udev-hwdb.8.
2023-08-03 10:10:11 +08:00
Xi Ruoyao
e65bfc4f69
procps: The "free with commit" test failure is fixed now
...
Link: https://gitlab.com/procps-ng/procps/-/commit/414e33a8afb6
2023-08-02 18:54:42 +08:00
Xi Ruoyao
f40b2e7be5
gcc: Document new test failures with Glibc-2.38
...
Well, the analyzer failures are introduced by literally *my* Glibc
change [1] and I'll sort them out for GCC 14...
And the ASAN failures seem caused by the introduction of
__isoc23_strtol (the libsanitizer does not know to intercept it). I'll
test with LLVM once I reach it in BLFS (LLVM is the upstream of
libsanitizer) and make a bug report.
limits-exprparen.c also fails to me, it needs "ulimit -s 65536" instead
of "ulimit -s 32768" in my build but maybe it's caused by my custom
*FLAGS.
[1]:https://sourceware.org/git/?p=glibc.git;a=commit;h=71d9e0fe766a
2023-08-02 14:05:51 +08:00
Xi Ruoyao
7a8fcc3918
glibc: Remove sed and option unneeded with 2.38
...
--disable-crypt is now the default, and the security fix for 2.37 is
included.
2023-08-02 10:54:44 +08:00
Xi Ruoyao
8ada78d73e
binutils: gprofng man pages are OK now
2023-08-02 10:38:14 +08:00
Bruce Dubbs
be5b2e03fc
Package updates:
...
Update to vim-9.0.1677.
Update to openssl-3.1.2.
Update to man-pages-6.05.
Update to binutils-2.41.
Update to gmp-6.3.0.
Update to glibc-2.38.
2023-08-01 13:52:22 -05:00
Xi Ruoyao
c2ccad14a5
systemd: Add two new symlinks into contents
2023-07-29 10:19:04 +08:00
Xi Ruoyao
57f16783ed
systemd: Add --no-same-owner for man page extraction
...
Well, I forgot to create the man pages tarball as root, so if we don't
use --no-same-owner the man pages will be owned by UID 1000 :(.
Instead of regenerating the tarball again let's just fix this in the
book.
2023-07-29 09:56:55 +08:00
Xi Ruoyao
7dcd8c782b
systemd: Remove sed unneeded with 254
2023-07-29 09:51:28 +08:00
Bruce Dubbs
6de383a262
Package updates.
...
Update udev-lfs tarball to remove obsolete
cdrom rules and references to ISDN devices.
Update to wheel-0.41.0 (Python Module).
Update to tar-1.35.
Update to systemd-254.
Update to meson-1.2.0.
Update to linux-6.4.7.
Update to gcc-13.2.0.
Update to file-5.45.
2023-07-28 19:23:11 -05:00
Xi Ruoyao
d0de26cbe0
gmp: (Optionally) use --host=none-linux-gnu for generic library
...
This is suggested by GCC maintainer Andrew Pinski in
https://gcc.gnu.org/PR110789 . It's easier than what we've suggested
in the book.
2023-07-27 13:12:50 +08:00
Xi Ruoyao
e9619f650f
Partially revert "man-db: Update known test failures, again"
...
This partially reverts commit 1053282e5f
.
There is actually only one test suite in LFS build even with -k, but on
my complete system there are many test failures with "-k". I guess some
tests depend on non-LFS packages.
The text change is reverted, but the command change is preserved as
generally we should use -k for any make check command known to fail.
2023-07-21 21:10:47 +08:00
Xi Ruoyao
66fbe7b805
meson and ninja: Kill false tips
2023-07-20 01:09:30 +08:00
Xi Ruoyao
b5acea48a7
man-pages: Remove pages conflicting with libxcrypt
2023-07-18 17:47:26 +08:00
Xi Ruoyao
f24a041cd4
udev: Remove two udev rules requiring a full systemd installation
...
Or they'll produce some error messages saying "cannot execute
systemd-sysctl or systemd-vconsole-setup".
2023-07-17 10:14:18 +08:00
Xi Ruoyao
4ca4e8b1ba
udev: Fix a typo
2023-07-16 23:29:18 +08:00
Xi Ruoyao
f7c36d049f
udev: Create /usr/{lib,share}/pkgconfig
...
They are not created in chapter 7.5, so we should create them before
installing files into them.
2023-07-16 13:46:20 +08:00
Xi Ruoyao
cce6c92463
udev: Install man pages from systemd man pages tarball
2023-07-16 12:06:37 +08:00
Xi Ruoyao
13288b9165
SysV: Add MarkupSafe and Jinja2
...
Jinja2 is needed for building udev from systemd.
2023-07-16 11:12:36 +08:00
Xi Ruoyao
a289860668
Replace eudev with udev from systemd
2023-07-16 11:11:12 +08:00
Xi Ruoyao
1053282e5f
man-db: Update known test failures, again
...
I was too naive: actually a lot of tests fail with groff-1.23.0 and
they'll show up with "-k".
2023-07-16 00:52:41 +08:00
Xi Ruoyao
fcf943d52e
man-db: Document a test failure (started with groff-1.23.0)
2023-07-16 00:40:49 +08:00
Xi Ruoyao
9a5dab17c6
Merge remote-tracking branch 'origin/trunk' into xry111/arm64
2023-07-15 19:46:07 +08:00
Bruce Dubbs
f00e5f980d
Package updates.
...
Update to iana-etc-20230629.
Update to linux-6.4.3.
Update to libxcrypt-4.4.36.
Update to groff-1.23.0.
Update to perl-5.38.0.
2023-07-14 22:45:12 -05:00
Xi Ruoyao
c2325070af
shadow: Allow using bcrypt and yescrypt, and use yescrypt as the default
...
Yescrypt is the current default password hashing algorithm of Fedora
and Debian. See [1] for its advantage.
Now we have libxcrypt providing the implementation of bcrypt and
yescrypt, we can switch to yescrypt as well. We also don't need to
adjust the rounds for SHA512 anymore.
[1]:https://www.fedoraproject.org/wiki/Changes/yescrypt_as_default_hashing_method_for_shadow#Detailed_Description
2023-07-03 21:28:36 +08:00
Xi Ruoyao
5f555ba63d
Merge remote-tracking branch 'origin/trunk' into xry111/arm64
2023-07-03 19:53:28 +08:00
Xi Ruoyao
f4313a75c8
libxcrypt: Fix a typo
2023-07-03 19:36:58 +08:00
Xi Ruoyao
ac5f78c4bf
Merge branch 'trunk' into xry111/libxcrypt
2023-07-02 22:11:05 +08:00
Xi Ruoyao
d6e7cda825
kbd: Simplify the instruction for doc installation
2023-07-01 16:00:45 +08:00
Xi Ruoyao
c727d7e7f7
Add libxcrypt
2023-06-30 04:05:51 +08:00
Xi Ruoyao
bbfb090d2a
glibc: Disable obsolete libcrypt implementation
...
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.
2023-06-30 03:19:20 +08:00
Xi Ruoyao
0eb03e9da7
Merge remote-tracking branch 'origin/trunk' into xry111/arm64
2023-06-28 04:59:47 +08:00
Douglas R. Reno
ce9ec4f126
gettext: Use gettext-version instead of a hardcoded version (which is
...
now out of date) for /usr/share/gettext-0.21.1
2023-06-23 10:48:45 -05:00
Xi Ruoyao
0fe3bb04a7
Create man page symlinks for awk, cc, pkg-config, and lex
2023-06-21 14:35:58 +08:00
Rahul Chandra
36c4569b9f
Replace pkg-config with pkgconf
2023-06-17 15:14:12 +08:00
Xi Ruoyao
a3bd468940
glibc: Reword the reason to skip test-installation.pl
...
It won't work even on a "complete LFS system".
2023-06-11 21:20:02 +08:00
Xi Ruoyao
ed9b087f73
Merge remote-tracking branch 'origin/trunk' into xry111/arm64
2023-06-05 23:25:22 +08:00
Xi Ruoyao
0f18f2b121
housekeeping after min-kernel bump
...
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.
2023-06-05 23:20:48 +08:00
Xi Ruoyao
5e7593e6f0
pkgmgmt: Revert some of reword for "dependency hell" from Bruce
...
Use "library name" (instead of "library version") for SONAME (for now).
And "conflicting locations" may not be a problem if the symbol is at two
locations but they are exactly same (or ABI compatible).
For the details see lfs-dev discussion.
The current word is still not perfect (we've not defined "the name of a
shared library" at all), so I guess we'll need to make a major revision
for the entire "upgrading issue with shared libraries" thing in the
future.
2023-06-04 19:31:59 +08:00
Pierre Labastie
732ce30389
Remove a remap="configure" attribute in eudev
...
remap="configure" means it is for configuring the build before
running make (or ninja), not for configuring the system
after the package is installed. We don't have a special attribute
for that.
2023-06-01 17:41:32 +02:00
Bruce Dubbs
360371a30f
Minor rewording
2023-05-28 19:57:28 -05:00
Bruce Dubbs
d0da969c43
Reword library conflict paragraph.
2023-05-27 17:07:58 -05:00
Xi Ruoyao
55a29ccad2
pkgmgt: Mention the "dependency hell" issue
2023-05-27 19:05:06 +08:00
Ken Moffat
507bf71541
sysv book: Remove unneeded group sgx from eudev.
2023-05-25 21:27:33 +01:00
Xi Ruoyao
e131becf8f
Merge remote-tracking branch 'origin/trunk' into xry111/arm64
2023-05-19 14:34:49 +08:00
Bruce Dubbs
0a7df4c5db
Skip a problem test in util-linux.
2023-05-18 19:33:31 -05:00
Bruce Dubbs
fb5f62be63
Speling
2023-05-18 15:33:34 -05:00
Bruce Dubbs
1fde5b2617
Package updates.
...
Update to util-linux-2.39.
Update to linux-6.3.3.
Update to libcap-2.69.
Update to grep-3.11.
Update to flit_core-3.9.0.
Update to eudev-3.2.12.
2023-05-18 13:36:37 -05:00
Xi Ruoyao
8287b51963
glibc: Revive test failure note about old kernel or CPU
...
But consolidate them into one informative entry as we cannot really test
the instructions on many old systems.
2023-05-16 11:11:01 +08:00
Xi Ruoyao
bec0516979
Merge remote-tracking branch 'origin/trunk' into xry111/arm64
2023-05-16 01:12:21 +08:00
Xi Ruoyao
70927b9964
gawk: Run the test suite as tester
...
One test named pma fails if running it as root.
2023-05-15 22:56:49 +08:00
Xi Ruoyao
6feda35983
arm64: gcc: Update test info for 13.1.0
...
I've (personally) fixed those failures about SSP or PIE. It seems the
test result is much cleaner now (except hwasan issue).
2023-05-15 18:33:18 +08:00
Xi Ruoyao
45d1335cbe
Merge remote-tracking branch 'origin/trunk' into xry111/arm64
2023-05-14 19:38:32 +08:00
Bruce Dubbs
cd8339aa0b
Minor grammar fix
2023-05-13 10:46:29 -05:00
Xi Ruoyao
6d4ba5f08a
gcc: Note some additional test failures
2023-05-13 15:09:44 +08:00
Xi Ruoyao
740ee46aef
systemd: Fix runtime issues exploited by GCC 13 ( #5254 )
...
Switch to "meson setup" from the plain "meson" by the way.
2023-05-10 16:26:26 +08:00
Xi Ruoyao
8051256700
psmisc: Run the test suite
...
It seems the package has provided the test suite since some time point.
2023-05-03 11:21:54 +08:00
Xi Ruoyao
465ada75f3
gcc: Add libhwasan and libstdc++exp into contents and short desc
...
TODO: HWAsan needs Linux 6.4 (not released yet) and a recent Intel CPU.
So it the kernel and hardware support is available, we may see more
test failures. I'll try it out on my new system...
2023-05-03 11:15:43 +08:00
Xi Ruoyao
9781ec5bae
gcc: Document the meaning of --disable-fixincludes
2023-05-02 22:49:48 +08:00
Xi Ruoyao
050335d4bd
gcc: Update known test failures for GCC 13
2023-05-02 21:25:09 +08:00
Bruce Dubbs
5336349498
Typo
2023-05-01 22:37:19 -05:00
Bruce Dubbs
04be2abd11
Package updates.
...
Update to vim-9.0.1503.
Update to iana-etc-20230418.
Update to sysvinit-3.07.
Update to iproute2-6.3.0.
Update to linux-6.3.1.
2023-05-01 12:48:53 -05:00
Bruce Dubbs
a6c73fe5b2
Merge branch 'bdubbs/gcc13' into trunk
2023-05-01 10:50:18 -05:00
Thomas Trepl
a4e48bc4ec
Fix double dashes
2023-05-01 16:04:45 +02:00
Thomas Trepl
b0120361f3
Readd configure accidently commented completely.
2023-05-01 16:03:01 +02:00
Thomas Trepl
b371ee7b8c
Comment out TIME_T_32_BIT_OK
2023-05-01 11:29:12 +02:00
Bruce Dubbs
bd5b888ad3
Create new branch for gcc13
2023-04-27 10:01:17 -05:00
Xi Ruoyao
c2596a447c
Merge remote-tracking branch 'origin/trunk' into xry111/arm64
2023-04-23 21:31:12 +08:00
Xi Ruoyao
ed48f32609
openssl: Clarify the condition when 30-test_afalg.t fails
2023-04-16 20:21:50 +08:00
Xi Ruoyao
e310df86e5
util-linux: Clarify the condition of hardlink failure
2023-04-16 20:21:50 +08:00
Xi Ruoyao
d1cbe535c1
dbus: Enable tests
...
Though many tests are disabled w/o optional dependencies, we can at
least run a dozen of tests.
2023-04-16 20:21:50 +08:00
Bruce Dubbs
5a98711aa4
Be consistent with library contents.
2023-04-15 14:34:07 -05:00
Xi Ruoyao
fb58db34a7
Revert "libelf: Add libelf.so.1 symlink into contents"
...
This reverts commit 01a8a15a96
.
We don't list the versioned SONAME symlink for any shared libraries.
TODO: should we remove libelf-0.189.so from the list as well? It sounds
like "libz.so.1.2.13" which is not listed too.
2023-04-16 00:59:27 +08:00
Xi Ruoyao
01a8a15a96
libelf: Add libelf.so.1 symlink into contents
2023-04-15 17:17:52 +08:00
Xi Ruoyao
a4b0c6d60a
eudev: Set /dev/kvm mode to 0660 and tag it "uaccess"
...
See the parent commit for rationale.
2023-04-10 16:17:17 +08:00
Xi Ruoyao
dfde6640eb
systemd: Set /dev/kvm mode to 0660
...
The default /dev/kvm mode is 0666 and we consider it "not so safe".
Like Tim said: "I'm also authenticating to my system all the time and
don't do a chmod -R 777 / after every boot."
With this option, the /dev/kvm mode is set to 0660 and it's tagged
"uaccess" so systemd-logind will add an ACL entry for users logged-in
locally.
2023-04-10 16:17:04 +08:00
Xi Ruoyao
e9ab2b3af0
glibc: libanl is a dummy now
2023-04-08 22:16:06 +08:00
Xi Ruoyao
91d8e69d18
glibc: Clarify the reference to POSIX.1b and POSIX.1c
...
The thread functions are in POSIX.1c, not POSIX.1b.
Both POSIX.1b and POSIX.1c are named "extensions" (plural form). And
POSIX.1b is titled "Real-time" instead of "Realtime".
2023-04-08 21:47:29 +08:00
Ken Moffat
49f74ce701
Typo reported by rhubarbpieguy.
2023-04-07 22:39:03 +01:00
Xi Ruoyao
1b61cd171d
Merge remote-tracking branch 'origin/trunk' into xry111/arm64
2023-04-01 21:05:35 +08:00
Xi Ruoyao
fd531b84c9
flit-core: Kill revision='systemd'
...
I copied from jinja2 and edited the file, but forgot to remove this.
2023-04-01 05:47:17 +08:00
Xi Ruoyao
4e3fe1da0f
whatsnew: Add Flit-core
...
Also use the Normal Case for Flit-Core in a section title.
2023-04-01 03:42:52 +08:00
Xi Ruoyao
22f0edf6ba
coreutils: Fix a bug in checksum utilities for failure reporting
2023-03-31 22:46:00 +08:00
Xi Ruoyao
0e3eb0bee4
wheel: Remove magic PYTHONPATH=src (unneeded with flit-core) and ...
...
duplicated pip3 explanation (already in flit-core page).
2023-03-31 22:26:06 +08:00
Xi Ruoyao
af612e9a19
Package updates
...
Update to linux-6.2.8 (#5230 )
Update to xz-5.4.2 (#5233 )
Update to coreutils-9.2 (#5232 )
Update to libcap-2.68 (#5236 )
Update to bc-6.5.0 (#5228 )
Update to openssl-3.1.0 (#5227 )
Update to texinfo-7.0.3 (#5235 )
Update to grep-3.10 (#5234 )
Update to tzdata-2023c (#5237 )
Update to wheel-0.40.0 (#5229 )
Add flit-core-3.8.0
2023-03-31 22:25:35 +08:00
Pierre Labastie
04038ad828
Clarify a sentence in "stripping"
...
Also fix a typo
Report by Rainer Fiebig
2023-03-31 11:03:18 +02:00
Thomas Trepl
d765208190
Fix typo and copy&paste error
2023-03-30 22:52:50 +02:00
Xi Ruoyao
ad09ba40a1
openssl: Fix a typo, and add a link to OpenSSH issue
2023-03-15 15:00:34 +08:00
Xi Ruoyao
bbaf00d415
openssl: Add a warning about minor version bump and OpenSSH
...
Let's prevent bad thing from happening when we update to 3.1.0...
2023-03-15 14:17:56 +08:00
Xi Ruoyao
7160772680
Merge remote-tracking branch 'origin/trunk' into xry111/arm64
2023-03-08 20:03:55 +08:00
Xi Ruoyao
835e40ce16
Adjustments for /dev/pts
...
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.
2023-03-08 11:25:48 +08:00
Xi Ruoyao
363c143417
Merge remote-tracking branch 'origin/trunk' into xry111/arm64
2023-03-05 15:21:02 +08:00
Xi Ruoyao
2efe1e8190
systemd: Document systemd-ac-power
...
It has been moved to /usr/bin for general use by upstream, so list it in
programs.
2023-03-05 15:20:24 +08:00
Xi Ruoyao
82d6a570b4
libelf: Remove run-native-test failure
...
It's fixed in 0.189.
(cherry picked from commit 4fd9716e15
)
2023-03-05 13:39:23 +08:00
Xi Ruoyao
07b44dd348
make: Run test suite as unprivileged user
2023-03-05 10:57:09 +08:00
Xi Ruoyao
770e789527
Package updates
...
- 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
2023-03-05 10:57:09 +08:00
Xi Ruoyao
4ff69b2d95
Merge remote-tracking branch 'origin/trunk' into xry111/arm64
2023-03-02 11:10:34 +08:00
Xi Ruoyao
55a40437f1
e2fsprogs: Update test failure info
...
Document the m_assume_storage_prezeroed failure. The
u_direct_io failure is fixed by
https://github.com/tytso/e2fsprogs/commit/4cda25453f85 .
2023-03-02 11:08:37 +08:00
Xi Ruoyao
4fd9716e15
arm64: libelf: Remove run-native-test failure
...
It does not fail on ARM64. The failure seems depending on a complex
interaction with Glibc, Binutils, and libelf.
2023-03-01 11:55:23 +08:00
Xi Ruoyao
9d5a556fdb
Revert "arm64: libffi: document known test failures"
...
This reverts commit 8880478685
.
These tests no longer fail with libffi-3.4.4.
2023-03-01 11:51:15 +08:00
Xi Ruoyao
60f6d26fb6
arm64: gcc: Comment out 32-bit x86 sanity check results
2023-03-01 10:08:28 +08:00
Xi Ruoyao
19eb392776
arm64: gcc: Update known test failures
2023-03-01 10:06:39 +08:00
Xi Ruoyao
0d4f1b4676
arm64: grub: Apply an upstream change to support generic zboot
2023-02-28 12:51:54 +08:00
Xi Ruoyao
83ce6e3161
Merge branch 'trunk' into xry111/arm64
2023-02-28 11:48:28 +08:00
Xi Ruoyao
4049a4b6c8
e2fsprogs: Add configuration section about mke2fs.conf
2023-02-19 20:42:33 +08:00
Xi Ruoyao
3608d06aa8
grub: Add upstream fixes patch for unrecognized ext2/3/4 features ( #5219 )
2023-02-19 14:30:57 +08:00
Bruce Dubbs
7c92d6dd82
Update build times an sizes.
...
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.
2023-02-12 13:43:45 -06:00
Bruce Dubbs
c6550e11c8
Package updates.
...
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.
2023-02-11 16:11:35 -06:00
Bruce Dubbs
583156ac09
Combine tcl documentation instructions together.
2023-02-08 20:15:02 -06:00
Xi Ruoyao
ce536f9c9c
openssl: Fix a command to view man page
...
"ssl.7ssl" is in man7, not man3.
2023-02-08 10:29:24 +08:00
Xi Ruoyao
f405318419
glibc: Note the sed for printf is a security fix
...
And add a comment about the difference from upstream commit.
2023-02-06 23:59:26 +08:00
Xi Ruoyao
0f4ec3428c
libffi: Remove --disable-exec-static-tramp
...
It's not needed now since gjs-1.74 supports static trampoline.
2023-02-03 05:48:31 +08:00
Xi Ruoyao
f7b295dee8
libelf: Update test status
...
While the previously documented test failure is resolved by
binutils-2.40, a new test failure has shown up.
2023-02-03 05:44:28 +08:00
Xi Ruoyao
5f8b7fe1ab
bash: Add the explanation of test output, and document a known failure
2023-02-03 01:33:10 +08:00
Xi Ruoyao
19f4e4d6ea
mpfr: Fix a test case
...
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.
2023-02-02 21:04:40 +08:00
Xi Ruoyao
833f3efc01
glibc: Fix an issue identified upstream
2023-02-02 20:42:20 +08:00
Xi Ruoyao
2d215b5fc8
binutils: remove test failures resolved by upstream
2023-02-02 18:32:18 +08:00
Xi Ruoyao
8ac376e634
binutils: remove more empty man pages
2023-02-02 18:31:20 +08:00
Xi Ruoyao
59a0a3c1af
glibc: remove nss/tst-nss-files-hosts-long failure
...
It's UNSUPPORTED in chroot now, so we cannot see it in LFS build.
2023-02-02 17:29:38 +08:00
Xi Ruoyao
c6c1a068b9
glibc: Remove a sed useless for 2.37
2023-02-02 15:47:05 +08:00
Xi Ruoyao
b5955260a5
stripping: Add an <important> about updated packages
...
We've received enough reports for systems with zlib security update
broken by stripping :(.
2023-02-01 20:04:51 +08:00
Xi Ruoyao
59d90df78a
systemd: remove an extra word "both"
...
It seems introduced unintentionally. I'm wondering what has happened
with David's text editor :).
2023-01-27 01:45:12 +08:00
Douglas R. Reno
c349b4a2b3
Fix the build of systemd due to the last commit
2023-01-25 15:01:12 -06:00
David Bryant
69854d2a87
Edit systemd chapters for grammar and idiom.
2023-01-25 13:10:44 -06:00
Xi Ruoyao
ea0bc1e803
binutils: remove a trailing punctuation in libsframe desc
...
to match other descriptions.
2023-01-17 09:59:43 +08:00
Bruce Dubbs
f4ad927972
Really remove libsframe.a
2023-01-16 14:04:19 -06:00
Thomas Trepl
358ed3cd80
Add libsframe.so.0.0.0 to list of online-libs (used by strip itself)
2023-01-16 13:26:15 +01:00