but it includes tex-prefix.xml, which has infodir...
So modify tex-prefix.xml so that it is more generic.
also modify the typography to have individual parameters, in order to
facilitate the automatic detection of wrong option vs parameter
tags.
Note that if you build something relying on $SHELL, it may still fail to
build in chroot.
In the chroot we first use "env -i" to clean the environment variables.
When bash starts with no $SHELL set, it *sets* SHELL=(the login shell
of current user specified in /etc/passwd), but it *does not export this
variable*.
For example:
$ cat > t.c << EOF
#include <stdio.h>
#include <stdlib.h>
int main() { puts (getenv ("SHELL") ?: "(nullptr)"); }
$ ./a.out
/bin/zsh/
$ cc t.c
$ env -i bash -c "echo $SHELL"
/bin/zsh
$ env -i bash -c "./a.out"
(nullptr)
We can remove this now only because Mozilla has added a workaround into
their building system at
https://hg.mozilla.org/mozilla-central/rev/5afe7b911f61 for some Mac
builder, inadvertently fixing our issue.
Link: https://lists.linuxfromscratch.org/sympa/arc/blfs-support/2014-11/msg00050.html
Link: https://lists.linuxfromscratch.org/sympa/arc/blfs-dev/2023-11/msg00136.html
In some cases --upgrade or --force-reinstall is needed when installing
a python module. Add some notes describing these options.
If one of the above options is used, --no-deps may be needed to avoid
reinstalling package dependencies. Note this option also.
Remove python2 remnants from six and make som minor text changes.
Remove legacy elements from lfs-xsl stylesheet.
Minor text change in pip3 xinclude file.
I know it is somewhat useless, but I don't like them for
two reasons: first they cannot be seen, and I do not like things I
cannot see. Second, git highlights them, and this is disturbing...
Add --wrap-mode=no-fallback to prevent gi-docgen getting downloaded
if you have the (python3) deps present. Comment gtk-doc in these
packages, explain that gi-docgen is used for the documentation.
In the process, some attributes in single quotes have been changed to double
quotes, and a few attribute lists have been written on one line instead of
several lines.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24236 af4574ff-66df-0310-9fd7-8a98e5e911e0
Fails to build with current poppler, and upstream has removed poppler for TL2021.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23505 af4574ff-66df-0310-9fd7-8a98e5e911e0
Update to epiphany-3.34.4
Update to gnome-disk-utility-3.34.4
Update to evolution-3.34.4
Minor URL and text tweaks
Tag the rest of GNOME Applications
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22766 af4574ff-66df-0310-9fd7-8a98e5e911e0
not mentioned in the dependency paragraphs, so that very often, they are not
installed. Furthermore, our policy respective to this is not clear to me:
a lot more packages install icons or .desktop files, and we do not run
updates for them. Actually, the updates should be run at the end of all
installations, not for individual pacakges...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22159 af4574ff-66df-0310-9fd7-8a98e5e911e0
mariadb: bring libaio dependency internal
xindy/tex-prefix: very minor tweaks such as extra period removals.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22075 af4574ff-66df-0310-9fd7-8a98e5e911e0