Changeset f29824e for chapter08


Ignore:
Timestamp:
09/15/2022 10:30:11 PM (2 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib, xry111/multilib
Children:
c093e6b
Parents:
a28ea0a (diff), 9644bf9 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Automatic merge of trunk into multilib

Location:
chapter08
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter08/bash.xml

    ra28ea0a rf29824e  
    8888EOF</userinput></screen>
    8989
    90     <para>Several tests invoke the obsolete <command>egrep</command>
    91     command and trigger a warning.  These warnings
    92     should be ignored.</para>
    93 
    9490    <para>Install the package:</para>
    9591
  • chapter08/binutils.xml

    ra28ea0a rf29824e  
    193193<screen><userinput remap="install">make tooldir=/usr install</userinput></screen>
    194194
    195     <para>Remove useless static libraries:</para>
    196 
    197 <screen><userinput remap="install">rm -fv /usr/lib/lib{bfd,ctf,ctf-nobfd,opcodes}.a</userinput></screen>
     195    <para>Remove useless static libraries and an empty man page:</para>
     196
     197<screen><userinput remap="install">rm -fv /usr/lib/lib{bfd,ctf,ctf-nobfd,opcodes}.a
     198rm -fv /usr/share/man/man1/gprofng.1</userinput></screen>
    198199
    199200  </sect2>
  • chapter08/eudev.xml

    ra28ea0a rf29824e  
    4040  <sect2 role="installation">
    4141    <title>Installation of Eudev</title>
    42 <!--
    43     <para>First, fix a test script:</para>
    44 
    45 <screen><userinput remap="pre">sed -r -i 's|/usr(/bin/test)|\1|' test/udev-test.pl</userinput></screen>
    46 -->
    47 <!--
    48     <para>Next, remove an unneeded line that causes a build failure:</para>
    49 
    50 <screen><userinput remap="pre">sed -i '/keyboard_lookup_key/d' src/udev/udev-builtin-keyboard.c</userinput></screen>
    51 -->
     42
     43   
     44
     45    <para>First fix the location of udev rules in the .pc file:</para>
     46
     47<screen><userinput remap="pre">sed -i '/udevdir/a udev_dir=${udevdir}' src/udev/udev.pc.in</userinput></screen>
    5248
    5349    <para>Prepare Eudev for compilation:</para>
  • chapter08/gawk.xml

    ra28ea0a rf29824e  
    4444
    4545<screen><userinput remap="pre">sed -i 's/extras//' Makefile.in</userinput></screen>
     46
     47    <para>Now fix a programming error identified upstream:</para>
     48
     49<screen><userinput remap="pre">sed -i -i '241i UPREF(m);' interpret.h</userinput></screen>
    4650
    4751    <para>Prepare Gawk for compilation:</para>
  • chapter08/grep.xml

    ra28ea0a rf29824e  
    4040  <sect2 role="installation">
    4141    <title>Installation of Grep</title>
     42
     43    <para>
     44       First, remove a warning about using egrep and fgrep that makes
     45       tests on some packages fail:
     46    </para>
     47
     48<screen><userinput remap="pre">sed -i "s/echo/#echo/" src/egrep.sh</userinput></screen>
    4249
    4350    <para>Prepare Grep for compilation:</para>
Note: See TracChangeset for help on using the changeset viewer.