diff options
Diffstat (limited to 'chapter05/fileutils-inst.xml')
-rw-r--r-- | chapter05/fileutils-inst.xml | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/chapter05/fileutils-inst.xml b/chapter05/fileutils-inst.xml index adfff9733..ee0cbfc5d 100644 --- a/chapter05/fileutils-inst.xml +++ b/chapter05/fileutils-inst.xml @@ -1,30 +1,31 @@ <sect2> <title>Installation of Fileutils</title> +<para>This package requires its patch to be applied before you can +install it. Make sure it's unpacked before running the installation +commands.</para> + <para>The programs from a statically linked Fileutils package may cause segmentation faults on certain systems, if your distribution has Glibc-2.2.3 or higher installed. It seems to happen mostly on machines powered by an AMD CPU, but there is a case or two where an Intel system -is affected as well. If your system falls in this category, try the -following fix.</para> +is affected as well. If your system falls in this category, apply the +patch.</para> -<para>Note that in some cases using these sed commands will result in -not being able to compile this package at all, even when your -system has an AMD CPU and has Glibc-2.2.3 (or higher) installed. If that's -the case, you'll need to remove the fileutils-&fileutils-version; directory -and unpack it again from the tarball before continuing. We believe this -may be the case when your distribution has altered Glibc-2.2.3 somehow, -but details are unavailable at the time.</para> +<para>Note that in some cases using this patch will result in not being +able to compile this package at all, even when your system has an AMD CPU +and has Glibc-2.2.3 (or higher) installed. If that's the case, you'll need +to remove the fileutils-&fileutils-version; directory and unpack it again +from the tarball before continuing. We believe this may be the case when +your distribution has altered Glibc-2.2.3 somehow, but details are +unavailable at the time.</para> <para>To fix this package to compile properly on AMD/Glibc-2.2.3 -machines, run the following commands. Do <emphasis>not</emphasis> +machines, run the following command. Do <emphasis>not</emphasis> attempt this fix if you don't have Glibc-2.2.3 installed. It will more than likely result in all kinds of compile time problems.</para> -<para><screen><userinput>cp lib/Makefile.in lib/Makefile.in.backup && -sed -e 's/\(.*\)\(fopen-safer\.c \)\\/\1\2atexit.c \\/' \ - -e 's/\(.*\)\(idcache\$U\.\$.*\)\\/\1\2atexit$U.$(OBJEXT) \\/' \ - lib/Makefile.in.backup > lib/Makefile.in</userinput></screen></para> +<para><screen><userinput>patch -Np1 -i ../fileutils-&fileutils-version;.patch</userinput></screen></para> <para>Install Fileutils by running the following commands:</para> |