lfs/chapter08
Xi Ruoyao 8f5b4a7910
gettext: Remove useless sed
The second expression

    's/xmlError *err/const &/'

does nothing, because " *" actually matches zero, one, or several white
spaces, not a white space and an asterisk.

And the first expression

    '/libxml\/xmlerror.h/i #include <libxml/xmlversion.h>'

includes a header, but we are not using anything in the header.

The intention of the sed command is fix a compatibility issue with
system libxml, but LFS does not have a system libxml so the fix is not
needed for LFS.  And, if we just fix up the second expression to

    's/xmlError \*err/const &/'

making it actually work, it'll cause a FTBFS with shipped libxml (used
in LFS because system does not have libxml), so we cannot easily fix it
either.

For now just remove the sed.  If gettext-0.23.1 isn't released before
LFS 12.3 freeze, we can either apply the upstream patch to make it work
for both shipped libxml and system libxml, or add the corrected sed with
"nodump" and some alarming texts.
2024-12-17 21:26:26 +08:00
..
aboutdebug.xml Change all xml files to utf-8 encoding 2024-01-18 20:53:23 +01:00
acl.xml Change all xml files to utf-8 encoding 2024-01-18 20:53:23 +01:00
attr.xml Change all xml files to utf-8 encoding 2024-01-18 20:53:23 +01:00
autoconf.xml Change all xml files to utf-8 encoding 2024-01-18 20:53:23 +01:00
automake.xml automake: Remove outdated test failure notice 2024-08-01 00:17:10 +08:00
bash.xml bash: Remove bash_cv_strtold_broken=no workaround 2024-11-08 21:04:37 +08:00
bc.xml Change all xml files to utf-8 encoding 2024-01-18 20:53:23 +01:00
binutils.xml Package updates. 2024-11-08 13:24:58 -06:00
bison.xml Change all xml files to utf-8 encoding 2024-01-18 20:53:23 +01:00
bzip2.xml Change all xml files to utf-8 encoding 2024-01-18 20:53:23 +01:00
chapter08.xml Package updates and a new addition: 2024-03-19 17:56:41 -05:00
check.xml Change all xml files to utf-8 encoding 2024-01-18 20:53:23 +01:00
cleanup.xml cleanup: Remove hidden files in /tmp 2024-07-18 11:13:24 +08:00
coreutils.xml Package updates. 2024-08-14 10:36:40 -05:00
dbus.xml Change all xml files to utf-8 encoding 2024-01-18 20:53:23 +01:00
dejagnu.xml Change all xml files to utf-8 encoding 2024-01-18 20:53:23 +01:00
diffutils.xml Change all xml files to utf-8 encoding 2024-01-18 20:53:23 +01:00
e2fsprogs.xml English grammar fixes 2024-12-06 17:05:02 +08:00
expat.xml Change all xml files to utf-8 encoding 2024-01-18 20:53:23 +01:00
expect.xml Revert back to tcl8.6.15. 2024-10-03 12:25:29 -05:00
file.xml Change all xml files to utf-8 encoding 2024-01-18 20:53:23 +01:00
findutils.xml Remove -v from "chown -R tester" commands 2024-02-02 15:19:41 +08:00
flex.xml Change all xml files to utf-8 encoding 2024-01-18 20:53:23 +01:00
flit-core.xml Change all xml files to utf-8 encoding 2024-01-18 20:53:23 +01:00
gawk.xml Use "install ... -t $dir" instead of "mkdir $dir; cp ... $dir" if possible 2024-12-09 18:21:26 +08:00
gcc.xml Minor wording change. 2024-08-27 10:44:59 -05:00
gdbm.xml Change all xml files to utf-8 encoding 2024-01-18 20:53:23 +01:00
gettext.xml gettext: Remove useless sed 2024-12-17 21:26:26 +08:00
glibc.xml Package updates 2024-07-31 10:37:57 -05:00
gmp.xml Fix punctuation in quotes, and quote signs 2024-01-26 18:28:53 +01:00
gperf.xml Change all xml files to utf-8 encoding 2024-01-18 20:53:23 +01:00
grep.xml Change all xml files to utf-8 encoding 2024-01-18 20:53:23 +01:00
groff.xml Change all xml files to utf-8 encoding 2024-01-18 20:53:23 +01:00
grub.xml grub: Use "file system" instead of "filesystem" 2024-10-14 22:06:46 +08:00
gzip.xml Change all xml files to utf-8 encoding 2024-01-18 20:53:23 +01:00
iana-etc.xml Change all xml files to utf-8 encoding 2024-01-18 20:53:23 +01:00
inetutils.xml Package updates. 2024-05-11 15:17:56 -05:00
intltool.xml Change all xml files to utf-8 encoding 2024-01-18 20:53:23 +01:00
introduction.xml Change all xml files to utf-8 encoding 2024-01-18 20:53:23 +01:00
iproute2.xml Use "install ... -t $dir" instead of "mkdir $dir; cp ... $dir" if possible 2024-12-09 18:21:26 +08:00
jinja2.xml Change all xml files to utf-8 encoding 2024-01-18 20:53:23 +01:00
kbd.xml Change all xml files to utf-8 encoding 2024-01-18 20:53:23 +01:00
kmod.xml Minor grammar change. 2024-08-18 20:02:08 -05:00
less.xml Change all xml files to utf-8 encoding 2024-01-18 20:53:23 +01:00
libcap.xml Change all xml files to utf-8 encoding 2024-01-18 20:53:23 +01:00
libelf.xml Change all xml files to utf-8 encoding 2024-01-18 20:53:23 +01:00
libffi.xml Change all xml files to utf-8 encoding 2024-01-18 20:53:23 +01:00
libpipeline.xml Change all xml files to utf-8 encoding 2024-01-18 20:53:23 +01:00
libtool.xml libtool: Add "or newer" after "grep-3.8" 2024-01-25 05:13:47 +08:00
libxcrypt.xml glibc: Don't "overwrite" libcrypt.so.1* when updating 2024-02-24 13:26:06 +08:00
lz4.xml Fix a minor issue with liblz4.pc. 2024-08-04 16:28:24 -05:00
m4.xml Change all xml files to utf-8 encoding 2024-01-18 20:53:23 +01:00
make.xml Remove -v from "chown -R tester" commands 2024-02-02 15:19:41 +08:00
man-db.xml Change all xml files to utf-8 encoding 2024-01-18 20:53:23 +01:00
man-pages.xml Change all xml files to utf-8 encoding 2024-01-18 20:53:23 +01:00
markupsafe.xml Change all xml files to utf-8 encoding 2024-01-18 20:53:23 +01:00
meson.xml Change all xml files to utf-8 encoding 2024-01-18 20:53:23 +01:00
mpc.xml Change all xml files to utf-8 encoding 2024-01-18 20:53:23 +01:00
mpfr.xml Change all xml files to utf-8 encoding 2024-01-18 20:53:23 +01:00
ncurses.xml PAckage updates and a security fix. 2024-04-30 12:42:03 -05:00
ninja.xml Typo 2024-04-18 10:19:03 -05:00
openssl.xml treewide: Use <ulink> instead of <filename> for man pages 2024-01-26 01:59:06 +08:00
patch.xml Change all xml files to utf-8 encoding 2024-01-18 20:53:23 +01:00
perl.xml Package and format updates. 2024-06-30 10:40:41 -05:00
pkgconf.xml Package updates. 2024-02-12 11:05:36 -06:00
pkgmgt.xml Add info about how to upgrade Glibc on a running system 2024-02-02 09:03:51 +08:00
procps.xml procps: Run chown -R tester . before running the test as tester 2024-03-02 15:50:21 +08:00
psmisc.xml Change all xml files to utf-8 encoding 2024-01-18 20:53:23 +01:00
python.xml Package updates. 2024-10-24 21:15:30 -05:00
readline.xml readline: Remove SHLIB_LIBS from make install 2024-11-17 11:45:03 +08:00
sed.xml Remove -v from "chown -R tester" commands 2024-02-02 15:19:41 +08:00
setuptools.xml Change all xml files to utf-8 encoding 2024-01-18 20:53:23 +01:00
shadow.xml shadow: Having /bin or /sbin in $PATH is not a good idea 2024-11-20 10:01:25 +08:00
stripping.xml More <quote> clean up 2024-01-28 20:53:47 +08:00
sysklogd.xml Package updates. 2024-11-01 11:39:57 -05:00
systemd.xml systemd: Update known failures 2024-07-18 11:13:24 +08:00
sysvinit.xml Make capitalization os SysVinit consistent. 2024-07-31 16:59:30 -05:00
tar.xml Change all xml files to utf-8 encoding 2024-01-18 20:53:23 +01:00
tcl.xml tcl: Remove trailing space in command 2024-10-06 03:13:36 +08:00
texinfo.xml Change all xml files to utf-8 encoding 2024-01-18 20:53:23 +01:00
udev.xml Add missing backslash 2024-12-16 16:50:42 +01:00
util-linux.xml util-linux: Create a dummy /etc/fstab to satisfy two tests 2024-04-08 16:10:03 +08:00
vim.xml vim: typo fix from rhubarbpieguy 2024-03-02 15:02:00 -06:00
wheel.xml Change all xml files to utf-8 encoding 2024-01-18 20:53:23 +01:00
xml-parser.xml Change all xml files to utf-8 encoding 2024-01-18 20:53:23 +01:00
xz.xml Change all xml files to utf-8 encoding 2024-01-18 20:53:23 +01:00
zlib.xml Change all xml files to utf-8 encoding 2024-01-18 20:53:23 +01:00
zstd.xml Change all xml files to utf-8 encoding 2024-01-18 20:53:23 +01:00