diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/coreutils.xml | 9 | ||||
-rw-r--r-- | chapter06/iproute2.xml | 11 | ||||
-rw-r--r-- | chapter06/perl.xml | 12 |
3 files changed, 16 insertions, 16 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index aa064a7c5..2103d4ec2 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -49,12 +49,15 @@ <para>POSIX requires that programs from Coreutils recognize character boundaries correctly even in multibyte locales. The following patch fixes this non-compliance and other internationalization-related bugs. - Afterwards make sure the timestamp for <filename>Makefile.in</filename> is + <!--Afterwards make sure the timestamp for <filename>Makefile.in</filename> is later than all other files to prevent a <command>make</command> - error:</para> + error:</para>--> + Afterwards disable a test that fails with the current version of perl.</para> <screen><userinput remap="pre">patch -Np1 -i ../&coreutils-i18n-patch; -touch Makefile.in</userinput></screen> +sed -i '/tests\/misc\/sort.pl/ d' Makefile.in</userinput></screen> + +<!--touch Makefile.in</userinput></screen>--> <note> <para>In the past, many bugs were found in this patch. When reporting new diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml index 2a6cbf637..db4ab098b 100644 --- a/chapter06/iproute2.xml +++ b/chapter06/iproute2.xml @@ -56,7 +56,14 @@ sed -i 's/arpd.8//' man/man8/Makefile</userinput></screen> <!-- Save as comments for now <para>Remove a compiler flag that causes the compilation to fail:</para> <screen><userinput remap="pre">sed -i 's/-Werror//' Makefile</userinput></screen> + --> + <para>Do not build the unneeded tipc program. Transparent Inter-process + Communication (TIPC) is a network communications protocol for Inter-process + communication (IPC) that was designed for intra-cluster + communication.</para> + +<screen><userinput remap="pre">sed -i 's/tipc //' Makefile</userinput></screen> <para>Compile the package:</para> @@ -88,8 +95,8 @@ sed -i 's/arpd.8//' man/man8/Makefile</userinput></screen> <seg>bridge, ctstat (link to lnstat), genl, ifcfg, ifstat, ip, lnstat, nstat, routef, routel, rtacct, rtmon, rtpr, rtstat (link to lnstat), ss, and tc</seg> - <seg>/etc/iproute2, /usr/lib/tc, /usr/share/doc/iproute2-&iproute2-version;, - and /usr/lib/tc</seg> + <seg>/etc/iproute2, /usr/lib/tc, and /usr/share/doc/iproute2-&iproute2-version;, + </seg> </seglistitem> </segmentedlist> diff --git a/chapter06/perl.xml b/chapter06/perl.xml index 9d023e09d..1085712b5 100644 --- a/chapter06/perl.xml +++ b/chapter06/perl.xml @@ -135,7 +135,7 @@ unset BUILD_ZLIB BUILD_BZIP2</userinput></screen> <segtitle>Installed directory</segtitle> <seglistitem> - <seg>a2p, c2ph, config_data, corelist, cpan, cpan2dist, cpanp, + <seg>a2p, c2ph, corelist, cpan, cpan2dist, cpanp, cpanp-run-perl, enc2xs, find2perl, h2ph, h2xs, instmodsh, json_pp, libnetcfg, perl, perl&perl-version; (link to perl), perlbug, perldoc, perlivp, perlthanks (link to perlbug), piconv, pl2pm, @@ -173,16 +173,6 @@ unset BUILD_ZLIB BUILD_BZIP2</userinput></screen> </listitem> </varlistentry> - <varlistentry id="config_data"> - <term><command>config_data</command></term> - <listitem> - <para>Queries or changes configuration of Perl modules</para> - <indexterm zone="ch-system-perl config_data"> - <primary sortas="b-config_data">config_data</primary> - </indexterm> - </listitem> - </varlistentry> - <varlistentry id="corelist"> <term><command>corelist</command></term> <listitem> |