|
@@ -35,6 +35,15 @@
|
|
|
<sect2 role="installation">
|
|
|
<title>Installation of Coreutils</title>
|
|
|
|
|
|
+ <para>The version of the function <quote>futimens</quote> used
|
|
|
+ by Coreutils is incompatible with the version that current
|
|
|
+ Glibc provides, so we'll rename the function:</para>
|
|
|
+
|
|
|
+<screen><userinput>for file in src/{copy,touch}.c lib/utimens.{c,h} ; do \
|
|
|
+ cp -v $file{,.orig}
|
|
|
+ sed 's/futimens/gl_&/' $file.orig > $file
|
|
|
+done</userinput></screen>
|
|
|
+
|
|
|
<para>A known issue with the <command>uname</command> program from
|
|
|
this package is that the <parameter>-p</parameter> switch always
|
|
|
returns <computeroutput>unknown</computeroutput>. The following patch
|