Thomas Trepl (Moody)
1835fca016
Adopt PIE/SSP changes
2022-09-13 10:07:14 +02:00
Thomas Trepl (Moody)
c1a6423d0c
Automatic merge of trunk into multilib
2022-09-13 00:30:10 +02:00
Xi Ruoyao
9d3ba7b850
vim: no need to download spell files
...
They are already in the tarball, so just install them if needed.
2022-09-12 21:02:48 +08:00
Thomas Trepl (Moody)
c49c1fb77f
Automatic merge of trunk into multilib
2022-09-12 00:30:10 +02:00
Pierre Labastie
e5e442cd32
Typo in a comment
2022-09-11 19:02:41 +02:00
Pierre Labastie
7bd0378b41
Remove trailing spaces
2022-09-11 18:54:49 +02:00
Pierre Labastie
c37e846f4b
Replace tabs with spaces
2022-09-11 18:42:58 +02:00
Pierre Labastie
63c2e8bb66
Comment on binutils test failures with pie/ssp
2022-09-11 10:55:25 +02:00
Xi Ruoyao
c10a327376
gcc: fix link to PIE & SSP note
...
DocBook does not handle xref to note properly (#pie-ssp-info not
generated).
2022-09-11 13:57:47 +08:00
Xi Ruoyao
e502de1ab0
gcc: some reword of PIE/SSP/ASLR note
...
Expand tabs to 8 spaces like everywhere else in the book.
Explain that shared libraries are already covered by ASLR, PIE expands
the ASLR to cover the exetutables.
In 2022, stack smashing attackings are mostly constructing a sequence of
faked returning addresses to exectute a series of function already
existing in the programs or libraries itself (ret2lib). Returning into
the code injected by the attacker is almost impossible because on
i686 (with a PAE/NX enabled kernel) or x86_64, running injected code
needs W/X mappings and those are very rare these days.
2022-09-11 11:35:06 +08:00
Thomas Trepl (Moody)
530771a7bb
Automatic merge of trunk into multilib
2022-09-11 00:30:11 +02:00
Pierre Labastie
1bade3f439
Document the --enable-default-pie/ssp options
...
Also document test failures in gcc chapter 8
2022-09-10 13:41:38 +02:00
Thomas Trepl (Moody)
3c20ad9381
Automatic merge of trunk into multilib
2022-09-10 00:30:10 +02:00
Pierre Labastie
0611f706d5
Use default-pie and default-ssp flags in gcc
...
Committing only the commands for now, so that others can test the
build. TODO:
- add command explanations
- add changelog
- comment on failing tests in binutils and gcc
2022-09-09 16:15:06 +02:00
Thomas Trepl (Moody)
b2cbe93960
Automatic merge of trunk into multilib
2022-09-06 00:30:10 +02:00
Xi Ruoyao
fb66c4c583
some http -> https changes
2022-09-05 09:52:05 +08:00
Thomas Trepl (Moody)
f867843417
Automatic merge of trunk into multilib
2022-09-01 10:54:54 +02:00
Xi Ruoyao
7b3f5a4f8d
groff: remove -j1
2022-09-01 14:04:34 +08:00
Thomas Trepl (Moody)
b92cf89b16
Automatic merge of trunk into multilib
2022-08-27 00:30:11 +02:00
Xi Ruoyao
bf6f9e75ee
python: supress "failed to check new pip version" or "a new pip version is available" warnings
...
The non-text change during freeze is approved by bdubbs.
2022-08-26 23:52:18 +08:00
Xi Ruoyao
e9d65f2f4c
grub: update description for grub-glue-efi
...
Text only change.
Found out this utility also exists on ARM, so copied "grub-glue-efi
--help" here, which does not mention "ia32" or "amd64".
2022-08-26 19:47:50 +08:00
Thomas Trepl (Moody)
d8c9a43f29
Automatic merge of trunk into multilib
2022-08-26 00:30:10 +02:00
Xi Ruoyao
85cdcb0980
glibc: don't mention "/lib" as ld.so search path anymore
...
Text change only.
Since 11.0, /lib is a symlink to usr/lib. With libc_cv_slibdir=/usr/lib,
/lib won't be searched by default anymore (if someone mess up the system
by removing /lib symlink and create an real directory there, for example
the initramfs before r10.1-439).
2022-08-24 23:42:27 +08:00
Thomas Trepl (Moody)
f8a51225ff
Merge branch 'multilib' of git.linuxfromscratch.org:lfs into multilib
2022-08-23 21:40:37 +02:00
Thomas Trepl (Moody)
192dda3521
Automatic merge of trunk into multilib
2022-08-23 21:34:26 +02:00
Xi Ruoyao
20007e51c2
glibc: update test status
...
Text change only.
Add tst-arc4random-thread failure recently reported to upstream, remove
namespace related failures as they are UNSUPPORTED now in 2.36.
2022-08-23 18:43:10 +08:00
Thomas Trepl (Moody)
fd4792b275
Automatic merge of trunk into multilib
2022-08-21 23:27:38 +02:00
Bruce Dubbs
a7a9d696fc
Minor updates
2022-08-21 10:04:47 -05:00
Xi Ruoyao
942e81de78
stripping: also mention symbol table bisides debug symbols
2022-08-21 20:27:28 +08:00
Thomas Trepl (Moody)
9282602849
Adopt change instructions to m32/mx32
2022-08-21 10:05:41 +02:00
Thomas Trepl (Moody)
a171781c75
Automatic merge of trunk into multilib
2022-08-21 05:45:10 +02:00
Bruce Dubbs
f2af13d7a0
Intermediate update prior to lfs-11.2-rc1
2022-08-20 10:35:01 -05:00
Thomas Trepl (Moody)
a151e0979b
Automatic merge of trunk into multilib
2022-08-16 13:54:28 +02:00
Pierre Labastie
d94f2d01a5
Clean chapter 8 binutils xml and text
...
Remove old commented instructions
Remove a sed and a test failure explanation: both have been fixed
in binutils-2.39
2022-08-14 21:11:46 +02:00
Bruce Dubbs
960a230b4f
Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk
2022-08-09 21:44:54 -05:00
Bruce Dubbs
3094b8c742
Tweak pip3 instructions
2022-08-09 21:44:44 -05:00
Xi Ruoyao
8a687fac90
binutils: add desc for gprofng
2022-08-09 22:26:10 +08:00
Xi Ruoyao
e06065fc29
perl: remove outdated note regarding zlib version
...
Now perl-5.36 ships zlib-1.2.12, which is same as the book providing.
2022-08-07 18:28:24 +08:00
Thomas Trepl (Moody)
3ebe8768cc
Merge upstream
2022-08-07 11:00:44 +02:00
Bruce Dubbs
1b11115cd2
Package updates.
...
Update to binutils-2.38.
Update to util-linux-2.38.1.
Update to Python3-3.10.6.
Update to glibc-2.36.
2022-08-06 17:40:17 -05:00
Thomas Trepl (Moody)
f8018d2ce5
Automatic merge of trunk into multilib
2022-07-17 05:45:24 +02:00
Xi Ruoyao
d060b33545
another "obsoleted" -> "obsolete" fix
2022-07-16 14:01:21 +08:00
Bruce Dubbs
f1b9d9d531
Package updates.
...
Update to meson-0.63.0.
Update to kmod-30.
Update to inetutils-2.3.
Update to linux-5.18.9.
Update to OpenSSL-3.0.5.
2022-07-16 00:29:19 -05:00
Bruce Dubbs
94bf45a457
Spelling
2022-07-14 17:02:30 -05:00
Thomas Trepl (Moody)
58247ddf0f
Automatic merge of trunk into multilib
2022-07-02 05:45:11 +02:00
Xi Ruoyao
af3cf8ded1
python: mention that --force-reinstall needs --no-deps
2022-07-02 11:32:28 +08:00
Xi Ruoyao
b5a316b060
texinfo: remove unneeded sed
...
It works out of box with glibc-2.35. I think this issue is already
fixed at glibc side, by the commit:
commit 0b5ca7c3e551e5502f3be3b06453324fe8604e82
Author: Paul Eggert <eggert@cs.ucla.edu>
Date: Tue Sep 21 07:47:45 2021 -0700
regex: copy back from Gnulib
Copy regex-related files back from Gnulib, to fix a problem with
static checking of regex calls noted by Martin Sebor. This merges the
following changes:
* New macro __attribute_nonnull__ in misc/sys/cdefs.h, for use later
when copying other files back from Gnulib.
... ... (unrelated things trimmed)
2022-07-02 11:31:13 +08:00
Thomas Trepl (Moody)
8b83249bf7
Automatic merge of trunk into multilib
2022-07-01 05:45:11 +02:00
Bruce Dubbs
0d80e532d2
Package updates.
...
Update to vim-9.0.0006.
Update to iana-etc-20220610.
Update to OpenSSL-3.0.4.
Update to kbd-2.5.1.
Update to linux-5.18.8.
Update to bc-5.3.3.
+
2022-06-30 15:12:37 -05:00
Thomas Trepl (Moody)
f96a6d4272
Adopt changes in ncurses to m32,mx32 instructions
2022-06-29 22:29:02 +02:00
Thomas Trepl (Moody)
0160d68e19
Automatic merge of trunk into multilib
2022-06-29 22:20:16 +02:00
Pierre Labastie
f8b27abcda
Generate shared C++ bindings for ncurses
...
Presently we let the build system generate static C++ bindings, and
then we remove them. Note that we could also prevent generating
any C++ binding, since nothing in LFS/BLFS use them, but it seems to
me that generating the shared ones is closer to what is done for
other packages.
2022-06-29 14:08:29 +02:00
Thomas Trepl (Moody)
dcb4788f99
Automatic merge of trunk into multilib
2022-06-26 20:37:06 +02:00
Thomas Trepl (Moody)
e15b03bf53
Merge upstream
2022-06-26 20:36:09 +02:00
Xi Ruoyao
40488bd037
grep: mark egrep and fgrep obsolete
...
They are deprecated since 2007, and the next grep release (3.8 or 4.0)
will print a warning if they are used.
Url: https://git.savannah.gnu.org/cgit/grep.git/commit/?id=a951562
2022-06-23 18:11:46 +08:00
Xi Ruoyao
0b0fa07cd4
openssl: mark c_rehash obsolete
...
The c_rehash script, shipped by OpenSSL versions in current LFS trunk
and all previous LFS releases, is vulnerable to CVE-2022-2068. It's
fixed in 3.0.4, but OpenSSL 3.0.4 is completely broken on CPU models with
AVX-512 extension [1]. So we'd like to defer OpenSSL update and wait for
upstream consensus about "would 3.0.5 be released in urgency".
But, the upstream has announced that use of c_rehash is obsolete now [2].
So we can tell people not to use it.
[1]: https://github.com/openssl/openssl/issues/18625
[2]: https://www.openssl.org/news/secadv/20220621.txt
2022-06-23 12:23:06 +08:00
Xi Ruoyao
e909a1ebdf
bc: enable readline
...
Using readline can improve line editing feature of bc, but it's not
enabled by default.
As readline is already installed before bc, let's pick up this
improvement with no cost.
2022-06-22 15:16:03 +08:00
Xi Ruoyao
c500323f9b
document some newly reported test failures
2022-06-21 19:53:05 +08:00
Xi Ruoyao
0c0b88293b
minor reword for glibc test failures on slow systems
...
I've observed some failures building LFS on my old i3-3217U (at 1.8 GHz
with -j4), but forgot to update the book. Just got reminded by a
lfs-support post.
2022-06-21 17:12:06 +08:00
Thomas Trepl (Moody)
4a3af377ef
Automatic merge of trunk into multilib
2022-06-11 05:45:10 +02:00
Xi Ruoyao
51494bf947
dbus: remove --with-console-auth-dir
...
BLFS no longer contains ConsoleKit, and ConsoleKit can be considered
dead now (the ConsoleKit2 fork has no action in the recent year).
In BLFS systemd (with PAM) or elogind provide a similar functionality.
I can see no reason to mention ConsoleKit in the book now.
2022-06-10 15:50:27 +08:00
Thomas Trepl (Moody)
d3e7e98da4
Automatic merge of trunk into multilib
2022-05-30 05:45:10 +02:00
Xi Ruoyao
f99a7eb572
systemd: disable systemd-sysupdate
2022-05-29 14:12:11 +08:00
Xi Ruoyao
77e340bc4a
systemd: use a better way to disable /usr/lib/pam.d
2022-05-29 12:29:20 +08:00
Xi Ruoyao
f435668903
systemd: remove unnecessary options
...
-Dblkid is automatically detected, and other three options are meson
defaults.
2022-05-29 12:29:20 +08:00
Xi Ruoyao
b4008bb22c
update to systemd-251 ( #5064 )
2022-05-29 12:29:20 +08:00
Xi Ruoyao
0d7dbaf24c
openssl: reword upgrading note for versioning scheme change
2022-05-28 21:04:22 +08:00
Xi Ruoyao
0ab908d944
check: remove reference to libcheck.a
2022-05-28 20:37:42 +08:00
Thomas Trepl (Moody)
53efe27294
Automatic merge of trunk into multilib
2022-05-23 05:45:10 +02:00
Pierre Labastie
8731bd1cd0
stripping, chapter 8: prevent stripping ld-*.dbg
...
With the construct used in save_usrlib, if ld-linux-...dbg already
exists, it is stripped again and a file ld-linux-...dbg.dbg is
created. Prevent this by not listing files ending in "g".
2022-05-22 09:57:28 +02:00
Thomas Trepl (Moody)
642412110b
Automatic merge of trunk into multilib
2022-05-17 05:45:10 +02:00
Pierre Labastie
07b9641cac
Document the test failure in coreutils
...
Seems to be fixed upstream, but adding a patch for just a test
is overkill IMO.
2022-05-16 15:30:35 +02:00
Thomas Trepl (Moody)
3c2b81973f
Fix systemd instructions
2022-05-15 21:26:30 +02:00
Thomas Trepl (Moody)
588c7a0492
Merge upstream
2022-05-11 09:22:07 +02:00
Thomas Trepl (Moody)
3a72ffa858
Adopt upstream changes
2022-05-11 08:56:48 +02:00
Xi Ruoyao
3d722b94dc
procps: fix typo
...
How did I copied "FAIL:" along with the test name? :(
2022-05-09 22:28:48 +08:00
Pierre Labastie
80760d4ed1
Minor grammar fix
2022-05-08 09:07:14 +02:00
Xi Ruoyao
0341ecc6cc
util-linux: remove unnecessary test workaround
...
According to upstream, this issue is fixed:
https://github.com/util-linux/util-linux/issues/1635 .
Also tested by Pierre and me.
2022-05-07 12:43:46 +08:00
Xi Ruoyao
b0b37b6852
procps: update testsuite status
2022-05-07 12:25:47 +08:00
Xi Ruoyao
6edc3b46e0
gcc-12: update test status
...
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 .
2022-05-07 10:51:21 +08:00
Xi Ruoyao
bd08757bab
gcc-12: remove unnecessary workaround for PR91085
...
Reference: https://gcc.gnu.org/r12-1924
2022-05-07 05:20:53 +08:00
Thomas Trepl (Moody)
481b2e0584
Merge upstream
2022-05-02 14:52:30 +02:00
Bruce Dubbs
8cab730a5b
Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk
2022-04-30 09:40:46 -05:00
Bruce Dubbs
813ab55675
Package updates and nobody uid change.
...
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.
2022-04-30 09:38:48 -05:00
Thomas Trepl (Moody)
65ac2fdf48
Automatic merge of trunk into multilib
2022-04-22 05:45:10 +02:00
Xi Ruoyao
93db1e614e
python: fix a typo
2022-04-21 23:28:35 +08:00
Bruce Dubbs
dd9987c5ab
Minor rewording of pip3 recommendations
2022-04-21 08:43:49 -05:00
Xi Ruoyao
720c0bd9fb
python: add a <important> for pip3 usage
2022-04-21 14:23:07 +08:00
Xi Ruoyao
e286d8db14
decorate the references to root and lfs user
...
The references already correctly decorated are not changed because "if
it's not broken don't fix it".
2022-04-21 14:12:43 +08:00
Thomas Trepl (Moody)
cd77c31151
Automatic merge of trunk into multilib
2022-04-19 05:45:10 +02:00
Xi Ruoyao
4b51d83b3e
wheel: capitalize the first letter of the title, like all other packages
2022-04-18 20:44:35 +08:00
Thomas Trepl (Moody)
644d5e06d7
Fix m{,x}32 instructions
2022-04-18 12:58:19 +02:00
Xi Ruoyao
ee16e55d20
text fixes for wheel change
...
* Add description for "wheel" command
* Explain why pip3 warning does not matter for us
* Format and typo fixes
2022-04-18 12:59:52 +08:00
Bruce Dubbs
9749744481
Use pip3 to install Python modules and programs
...
meson, Markupsafe, and Jinja2
2022-04-17 23:08:16 -05:00
Thomas Trepl (Moody)
1937fe0c15
Automatic merge of trunk into multilib
2022-04-18 05:45:10 +02:00
Bruce Dubbs
5a2aca5626
Add wheel.xml
2022-04-17 19:04:53 -05:00
Bruce Dubbs
032d88fc75
Add wheel-0.37.1 (Python module).
2022-04-17 17:11:27 -05:00
Bruce Dubbs
7a0687cbbf
Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk
2022-04-17 14:19:34 -05:00
Bruce Dubbs
e9538133fa
Suppress a waring if running pip3 as root.
...
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.
2022-04-17 12:55:48 -05:00
Thomas Trepl (Moody)
03cd145c43
Automatic merge of trunk into multilib
2022-04-16 05:45:10 +02:00
Ken Moffat
1d694184b3
Patch xz for the xzgrep vulnerability.
2022-04-15 20:01:35 +01:00
Thomas Trepl (Moody)
540a8bc67e
Automatic merge of trunk into multilib
2022-04-15 05:45:10 +02:00
Xi Ruoyao
75bab32f83
procps: update library and include directory name
2022-04-15 10:32:55 +08:00
Bruce Dubbs
62b66860b3
Package updates.
...
Update to libcap-2.64.
Update to linux-5.17.3.
Update to gzip-1.12.
2022-04-14 11:17:20 -05:00
Thomas Trepl (Moody)
992a95ce05
Automatic merge of trunk into multilib
2022-04-13 05:45:10 +02:00
Bruce Dubbs
b861051f19
Typos
2022-04-12 14:31:26 -05:00
Thomas Trepl (Moody)
9399bf9a96
Automatic merge of trunk into multilib
2022-04-05 05:45:10 +02:00
Xi Ruoyao
d70fd55a87
procps-ng: remove an outdated note
...
It now just untars into procps-ng-4.0.0 directory, as we expect.
2022-04-05 01:30:19 +08:00
Thomas Trepl (Moody)
9ea5b3dc06
Fix instructions
2022-04-03 20:23:06 +02:00
Thomas Trepl (Moody)
11b1e35880
Adopt /usr/local fix for other archs
2022-04-03 19:45:15 +02:00
Thomas Trepl (Moody)
070e36cd7e
Automatic merge of trunk into multilib
2022-04-03 10:46:19 +02:00
Thomas Trepl (Moody)
a7e5537889
Automatic merge of trunk into multilib
2022-04-03 10:45:52 +02:00
Bruce Dubbs
f30c2e8029
Add in the patch needed for systemd with the 5.17 kernel
2022-03-31 12:39:23 -05:00
Bruce Dubbs
676f0fdcec
Package updates.
...
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.
2022-03-30 16:13:26 -05:00
Thomas Trepl (Moody)
1b85bf1bb6
Automatic merge of trunk into multilib
2022-03-28 05:45:09 +02:00
Bruce Dubbs
f23beb1acf
Remove refereces to Russia
2022-03-27 11:46:00 -05:00
Thomas Trepl (Moody)
355d7610df
Automatic merge of trunk into multilib
2022-03-27 05:45:10 +02:00
Xi Ruoyao
ab7af9e6f0
libffi: reword the note about "building for another system"
...
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.
2022-03-26 23:25:36 +08:00
Thomas Trepl (Moody)
051c1608d9
Automatic merge of trunk into multilib
2022-03-25 05:45:09 +01:00
Bruce Dubbs
bcb20b4701
Speling
2022-03-24 12:11:57 -05:00
Thomas Trepl (Moody)
60093fdb51
Automatic merge of trunk into multilib
2022-03-22 05:45:10 +01:00
Xi Ruoyao
d54813bc0c
zstd: add prefix=/usr for make
...
libzstd.pc is created during "make", so without prefix=/usr here
"-L/usr/local/lib" will show up in libzstd.pc.
Thanks Ryan Marsaw for the report.
2022-03-21 21:59:45 +08:00
Xi Ruoyao
0a993870cf
libffi: update the desc for --disable-exec-static-tramp
...
Now BLFS has gobject-introspection-1.72, which is already fixed. GJS
fix will be released in GNOME 43 (not 42).
2022-03-21 14:39:47 +08:00
Thomas Trepl (Moody)
02c702c62e
Automatic merge of trunk into multilib
2022-03-17 15:30:05 +01:00
Thomas Trepl (Moody)
d9bec1e96a
Automatic merge of trunk into multilib
2022-03-17 15:28:37 +01:00
Xi Ruoyao
43149b904b
markupsafe: mention the suffix "-linux-<arch>" in installed directories
2022-03-16 19:47:09 +08:00
Xi Ruoyao
ccb08fafc8
pkgmgmt: for systemd revision, add how to restart systemd without reboot
2022-03-16 15:49:35 +08:00
Xi Ruoyao
9c7e6ff853
systemd: remove --strip-compoents=1 from man page installation command
...
systemd-man-pages-250.tar.xz has no additional leading components.
An errata is required.
2022-03-16 00:13:35 +08:00
Xi Ruoyao
f7ac150c84
package update
...
* update to expat-2.4.7 (#5019 )
* update to bc-5.2.3 (#5020 )
* update to linux-5.16.14 (#5021 )
* update to perl-5.34.1 (#5022 )
* update to vim-8.2.4567 (#4500 )
2022-03-15 16:18:24 +08:00
Bruce Dubbs
51a5442f16
Fix pdf presentation issues and some misc issues
...
Change pdf generation to use 9 point fonts for monospace
sections of the book. Otherwise texy overflows, especially
in Chapter 8, Stripping.
Fix a minor spacing issue in the stripping issue.
MAke a minor grammar fix in creatingfiles.xml.
2022-03-14 13:08:40 -05:00
Xi Ruoyao
582da16ec4
glibc: fix the desc of nss/tst-nss-files-hosts-multi failure, and ...
...
mention nss/tst-nss-files-hosts-long failure
It seems I was confused by the two failures with similar name, when I
added the description.
2022-03-15 00:26:26 +08:00
Xi Ruoyao
408f4ae838
systemd: dbus: add --runstatedir=/run
...
This prevents a reference to /var/run in /usr/lib/tmpfiles.d/dbus.conf,
which would cause a warning from systemd-tmpfiles.
--with-system-pid-file=/run/dbus/pid is not needed with this, but
--with-console-auth-dir and --with-system-socket are still needed.
2022-03-13 16:12:55 +08:00
Xi Ruoyao
070bc9a4f7
add zstd upstream fixes patch
2022-03-05 16:30:28 +08:00
Xi Ruoyao
9c4380393e
gcc: use $(gcc -dumpmachine) instead of *linux-gnu
...
It's consistent with other commands in the same page, and also helpful
for porting to targets with different triplets (-musl or -gnuabi64).
2022-03-05 03:03:19 +08:00
Xi Ruoyao
3522efe046
package updates
...
* Update to meson-0.61.2.
* Update to linux-5.16.12.
* Update to MarkupSafe-2.1.0.
* Update to dbus-1.14.0.
* Update to vim-8.2.4489.
2022-03-03 02:20:37 +08:00
Xi Ruoyao
259b8e0aa3
Merge remote-tracking branch 'origin/trunk' into xry111/lfs-next
2022-03-02 21:02:54 +08:00
Thomas Trepl (Moody)
53beb36860
Automatic merge of trunk into multilib
2022-02-28 05:45:10 +01:00
Xi Ruoyao
477c9a1d58
tcl: remove outdated test failure description
2022-02-27 23:38:45 +08:00
Xi Ruoyao
859502b2f4
iproute2: add NETNS_RUN_DIR=/run/netns to avoid using deprecated /var/run
2022-02-27 23:36:55 +08:00
Xi Ruoyao
a4f63e494b
remove adjusting.xml
...
Now adjusting.xml only serves as a historical reference, and a "snip
library" for gcc.xml. Put all relevant content into gcc.xml directly
and remove adjusting.xml. If someone needs a historical reference, he
can always get adjusting.xml in Git history.
2022-02-27 23:36:55 +08:00
Xi Ruoyao
83c258fce0
tcl: remove --enable-64bit
...
It only adds -m64 on x86_64 GNU/Linux. In 64-bit LFS -m64 is the
default.
2022-02-27 23:36:55 +08:00
Thomas Trepl (Moody)
14d25ef29c
Automatic merge of trunk into multilib
2022-02-26 05:45:10 +01:00
Bruce Dubbs
7b270d9a69
Wording
2022-02-25 14:58:18 -06:00
Thomas Trepl (Moody)
f7cac90fce
Automatic merge of trunk into multilib
2022-02-24 05:45:10 +01:00
Xi Ruoyao
c19371f6f9
systemd: remove unneeded command
...
For systmed-250, systemd-time-wait-sync.service is disabled by
systemctl preset-all.
2022-02-23 15:25:28 +08:00
Xi Ruoyao
96fa6f2558
systemd: trivial indent fix :)
2022-02-23 15:10:03 +08:00
Thomas Trepl (Moody)
856169b6af
Automatic merge of trunk into multilib
2022-02-23 05:45:10 +01:00
Xi Ruoyao
186f52656e
glibc: document tst-nss-files-hosts-multi failure ...
...
on the systems without non-loopback IP address
We'd observed this long ago with "unknown reason". I just saw it again
and did some investigation, found it depends on getaddrinfo() with
AI_ADDRCONFIG, which requires a non-loopback address.
2022-02-22 16:44:04 +08:00
Thomas Trepl (Moody)
3b70f926ce
Automatic merge of trunk into multilib
2022-02-19 05:45:14 +01:00
Xi Ruoyao
9f0a6427ab
short description should not end with "."
2022-02-18 14:03:51 +08:00
Bruce Dubbs
988a68e3c8
Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk
2022-02-17 23:39:07 -06:00
Bruce Dubbs
01cf1502c2
Remove reference to test failures
2022-02-17 23:38:53 -06:00
Xi Ruoyao
52155b6c33
shadow: add --disable-static
...
Approved by bdubbs for 11.1.
To editors: no need to rebuild system and re-tag anything, AFAIK nothing
in BLFS uses libsubid now. You may delete /usr/lib/libsubid.a on your
system manually.
2022-02-18 12:51:41 +08:00
Thomas Trepl (Moody)
77ea132a9f
Automatic merge of trunk into multilib
2022-02-18 05:45:10 +01:00
Xi Ruoyao
b5e4ab72f1
shadow: add description for libsubid
2022-02-17 19:39:07 +08:00
Xi Ruoyao
662f6497ff
systemd: remove systemd-cryptenroll and bootctl
...
bootctl is not built because LFS doesn't have gnu-efi.
systemd-cryptenroll is disabled if cryptsetup is not installed (should
be added into BLFS).
2022-02-17 19:39:07 +08:00
Xi Ruoyao
e5b4b3fff6
gcc: update contents and descriptions
...
Add lto-dump and libitm, and reword description for liblto_plugin
because it's actually used by libbfd (from binutils).
2022-02-17 19:39:07 +08:00
Xi Ruoyao
24fe054b4e
dejagnu: add description for "dejagnu" command
2022-02-17 19:39:07 +08:00
Xi Ruoyao
85d9756bbe
expect: fix library name in description, and remove unused expect-lib-version
2022-02-17 19:39:07 +08:00
Xi Ruoyao
b7daa52a5c
glibc: update desc for content
...
Add libc_malloc_check.so (it's like libmcheck.a, but should be used with
LD_PRELOAD).
Add description for libmvec.
"libnss" -> "libnss_*", and reword the description.
2022-02-17 19:39:07 +08:00
Thomas Trepl (Moody)
bb19832d67
Automatic merge of trunk into multilib
2022-02-17 05:45:10 +01:00
Bruce Dubbs
d6f5aab381
Binutils fix to fix some package builds
...
This fix was found on an i368 system when building openjdk. The
fix does not help or hurt x86_64 systems.
2022-02-16 16:56:04 -06:00
Xi Ruoyao
c5755859a8
binutils: reword the desc for LTO patch
...
Prevent from misleading people to think "I don't build binutils with LTO,
so I can skip the patch".
2022-02-16 14:32:24 +08:00
Thomas Trepl (Moody)
738a4c13cd
Automatic merge of trunk into multilib
2022-02-16 05:45:10 +01:00
Bruce Dubbs
8dd179b044
Fix typos in glibc and for systemd-oom group syntax
2022-02-15 13:22:46 -06:00
Bruce Dubbs
9a612a967b
Document a failing test
2022-02-15 11:35:46 -06:00
Bruce Dubbs
6af4dabc16
Package updates and fixes.
...
Add binutils-2.38 LTO patch.
Update to util-linux-2.37.4.
Update to man-db-2.10.1.
Update to linux-5.16.9.
Update to vim-8.2.4383.
Update to iana-etc-20220207.
2022-02-15 09:55:45 -06:00
Thomas Trepl (Moody)
7158d799ac
Automatic merge of trunk into multilib
2022-02-13 05:45:10 +01:00
Xi Ruoyao
81d3242ba4
glibc: add ld.so to programs list
...
Quote from the NEWS file:
A symbolic link to the dynamic linker is now installed under
/usr/bin/ld.so (or more precisely, '${bindir}/ld.so').
2022-02-13 11:01:29 +08:00
Thomas Trepl (Moody)
bf8012e6d5
Automatic merge of trunk into multilib
2022-02-11 05:45:10 +01:00
Xi Ruoyao
db3c501657
glibc: update contents & descriptions for 2.35
2022-02-11 11:18:13 +08:00
Thomas Trepl (Moody)
64cae89ff8
Automatic merge of trunk into multilib
2022-02-10 05:45:10 +01:00
Bruce Dubbs
9c4ff70edf
Package updates.
...
Update to bc-5.2.2.
Update to linux-5.16.8.
Update to binutils-2.38. Requires adding zlib to Chapter 6.
2022-02-09 20:54:15 -06:00
Thomas Trepl (Moody)
61f1d15932
Revert "Add glibc patch fixing the LC_MONETARY issue"
...
This reverts commit 2195c1e800
.
2022-02-07 21:24:22 +01:00
Thomas Trepl (Moody)
2195c1e800
Add glibc patch fixing the LC_MONETARY issue
2022-02-06 21:22:26 +01:00
Thomas Trepl (Moody)
2590473cf0
Automatic merge of trunk into multilib
2022-02-06 05:45:15 +01:00
Xi Ruoyao
f09dd59a81
systemd: /etc/{passwd,group} was created in Chapter 7
2022-02-05 22:17:26 +08:00
Xi Ruoyao
b852cef995
chapter 8: rename revisedchroot to cleanup
...
There is no "revision for chroot" now.
2022-02-05 21:59:24 +08:00
Xi Ruoyao
490dc15317
remove "+h" in bash commands in chroot ( #4998 )
...
In the new cross-compilation approach, the $PATH in chroot does not
contain '/tools/bin'. So "+h" is useless in chroot as the newly
installed tools always replace the temporary counterpart at the same
location.
"+h" in chapter4/settingenviron.xml is kept deliberately. Currently
$LFS/tools/bin only contains programs prefixed with
"x86_64-lfs-linux-gnu-", and it's highly unlikely that any distro will
ever ship a program named with such prefix. So it may seems that we can
remove this "+h" as well. However, the situation may change in future
and we can take this oppertunity to teach the advantage and disvantage
of bash hash feature.
2022-02-05 20:48:27 +08:00
Xi Ruoyao
69c4524b6d
systemd: remove unneeded LANG=en_US.UTF-8 settings
...
They were added because ninja had printed warnings about "non UTF-8
locale". Current version of ninja no longer does this.
2022-02-05 20:37:44 +08:00
Xi Ruoyao
e954006b16
util-linux: add --bindir and --sbindir
...
The defaults are /bin and /sbin. We don't like them because of "DESTDIR
on merged-usr system" issue.
2022-02-05 20:37:44 +08:00
Xi Ruoyao
50c357d363
util-linux: revise contents and short descriptions
...
* tailf is removed completely
* fdformat is disabled by default, and we don't really have any reason
to enable it (and we'll need to workaround the missing man page issue
if we want to enable it)
* irqtop, lsirq, scriptreplay, and uclampset added
2022-02-05 20:37:44 +08:00
Xi Ruoyao
db2d98f7a9
man-db: update to man-db-2.10.0 ( #5002 )
2022-02-05 20:37:44 +08:00
Xi Ruoyao
f26f74cb24
kmod: update the status for test suite
2022-02-05 20:37:44 +08:00
Xi Ruoyao
f5923aa8b4
kmod: link to openssl
2022-02-05 20:37:43 +08:00
Xi Ruoyao
889f3811e5
Revert "gdbm: document gdbmtool tests fail, add -k"
...
This reverts commit ae3f78a382
.
No longer needed with gdbm-1.22 or later:
https://git.gnu.org.ua/gdbm.git/commit/?id=5b62babd
https://git.gnu.org.ua/gdbm.git/commit/?id=f586b159
2022-02-05 17:51:06 +08:00
Xi Ruoyao
51e4ab228f
gcc: add "or later" for "Glibc-2.34", as we have 2.35 now
2022-02-05 17:03:36 +08:00
Xi Ruoyao
bf6c6f8180
tcl: update to tcl-8.6.12 ( #5001 )
...
tdbc 1.1.2 -> 1.1.3
itcl 4.2.1 -> 4.2.2
2022-02-05 17:03:36 +08:00
Xi Ruoyao
21dd2f064f
glibc: Makefile is not generated
2022-02-05 17:03:33 +08:00
Thomas Trepl (Moody)
3e09569e0d
Automatic merge of trunk into multilib
2022-02-05 05:45:10 +01:00
Douglas R. Reno
0a75d62658
Minor tweaks to systemd
2022-02-04 19:54:13 -06:00
Xi Ruoyao
bca4876ac5
Revert "binutils: use -j1 for make install"
...
This reverts commit 03a41fd0cd
.
It's no longer needed after binutils-gdb commit "install dependencies for
ld -> bfd and libctf -> bfd" (755ba58e).
2022-02-04 17:55:05 +08:00
Thomas Trepl (Moody)
51d1584808
Automatic merge of trunk into multilib
2022-02-04 10:52:30 +01:00
Thomas Trepl (Moody)
651c74bef9
Remove unnecessary sed in glibc-2.35
2022-02-04 10:51:57 +01:00
Thomas Trepl (Moody)
15a5fc904a
Automatic merge of trunk into multilib
2022-02-04 10:36:58 +01:00
Bruce Dubbs
a5d31dd654
Package updates and a patch.
...
Add coreutils-9.0 chmod patch.
Update to glibc-2.35.
Update to linux-5.16.5.
Update to findutils-4.9.0.
Update to expat-2.4.4.
Update to iana-etc-20220128.
2022-02-03 13:02:19 -06:00
Thomas Trepl (Moody)
cc37d96360
Automatic merge of trunk into multilib
2022-01-29 05:45:09 +01:00
Pierre Labastie
60933b952f
iproute2: remove a now useless sed
...
Upstream do not try anymore to build the *m_ipt modules if
iptables is not found.
2022-01-28 14:04:57 +01:00
Thomas Trepl (Moody)
e130fa2cf3
Automatic merge of trunk into multilib
2022-01-25 05:45:10 +01:00
Xi Ruoyao
7b370c55d7
util-linux: remove the description of "raw" command
...
Since Linux-5.13, <linux/raw.h> has been removed from API headers. So
this command won't be built by util-linux.
2022-01-25 03:30:05 +08:00