| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
|
|
|
|
| |
-Dblkid is automatically detected, and other three options are meson
defaults.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
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".
|
|
|
|
|
| |
Seems to be fixed upstream, but adding a patch for just a test
is overkill IMO.
|
|
|
|
| |
How did I copied "FAIL:" along with the test name? :(
|
| |
|
|
|
|
|
|
|
| |
According to upstream, this issue is fixed:
https://github.com/util-linux/util-linux/issues/1635.
Also tested by Pierre and me.
|
| |
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Reference: https://gcc.gnu.org/r12-1924
|
|\ |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
The references already correctly decorated are not changed because "if
it's not broken don't fix it".
|
| | |
|
| |
| |
| |
| |
| |
| | |
* Add description for "wheel" command
* Explain why pip3 warning does not matter for us
* Format and typo fixes
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
meson, Markupsafe, and Jinja2
|
| |
|
| |
|
|\ |
|
| | |
|
|/
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
Update to libcap-2.64.
Update to linux-5.17.3.
Update to gzip-1.12.
|
| |
|
|
|
|
| |
It now just untars into procps-ng-4.0.0 directory, as we expect.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Now BLFS has gobject-introspection-1.72, which is already fixed. GJS
fix will be released in GNOME 43 (not 42).
|
| |
|
| |
|
|
|
|
|
|
| |
systemd-man-pages-250.tar.xz has no additional leading components.
An errata is required.
|
|
|
|
|
|
|
|
| |
* 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)
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
It's consistent with other commands in the same page, and also helpful
for porting to targets with different triplets (-musl or -gnuabi64).
|
|
|
|
|
|
|
|
| |
* 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.
|
|\ |
|