diff --git a/chapter07/texinfo.xml b/chapter07/texinfo.xml index 8f769c064..34a386416 100644 --- a/chapter07/texinfo.xml +++ b/chapter07/texinfo.xml @@ -43,11 +43,6 @@ Installation of Texinfo - First, fix an issue building the package with Glibc-2.34 or later: - -sed -e 's/__attribute_nonnull__/__nonnull/' \ - -i gnulib/lib/malloc/dynarray-skeleton.c - Prepare Texinfo for compilation: ./configure --prefix=/usr diff --git a/chapter08/python.xml b/chapter08/python.xml index b7f2da6b9..2fb847042 100644 --- a/chapter08/python.xml +++ b/chapter08/python.xml @@ -126,8 +126,9 @@ command to upgrade a module (for example, from meson-0.61.3 to meson-0.62.0), insert the option --upgrade into the command line. If it's really necessary to downgrade a module or - reinstall the same version for some reason, insert - --force-reinstall into the command line. + reinstall the same version for some reason, insert + --force-reinstall --no-deps into the command + line. diff --git a/chapter08/texinfo.xml b/chapter08/texinfo.xml index 42e81feae..5eebeb0e3 100644 --- a/chapter08/texinfo.xml +++ b/chapter08/texinfo.xml @@ -62,11 +62,6 @@ --> - Again, fix an issue building the package with Glibc-2.34 or later: - -sed -e 's/__attribute_nonnull__/__nonnull/' \ - -i gnulib/lib/malloc/dynarray-skeleton.c - Compile the package: make