Changeset 8e266c6 for general


Ignore:
Timestamp:
09/09/2018 01:44:35 PM (6 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
perl-modules
Children:
6df794d
Parents:
2d6354a7
Message:

Merge r20475 to r20480 from trunk

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/perl-modules@20481 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
general
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/genlib.xml

    r2d6354a7 r8e266c6  
    7070<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="js38.xml"/> -->
    7171  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="js52.xml"/>
     72  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="js60.xml"/>
    7273  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="json-c.xml"/>
    7374  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="json-glib.xml"/>
  • general/genlib/keyutils.xml

    r2d6354a7 r8e266c6  
    7272<screen><userinput>make</userinput></screen>
    7373
    74     <para>This package does not come with a test suite.</para>
    75     <!-- Actually it does, but need to /usr\/bin/ s|/usr|| test/ tests/Makefile
    76 
    77     Also there are some needed kernel options.  I've not checked it out yet,
    78     but I think CONFIG_KEY_DH_OPERATIONS need to be set.  There may be some
    79     additional options needed. - Bruce -->
     74    <para>To test the results, issue, as the
     75    <systemitem class="username">root</systemitem> user: </para>
     76
     77<screen role="root"><userinput>sed -i '/find/s:/usr/bin/::' tests/Makefile &amp;&amp;
     78make -k test </userinput></screen>
     79
     80    <para>Note that several tests will fail if certain uncommon kernel options
     81    were not used when the kernel was built.  These include CONFIG_BIG_KEYS,
     82    CONFIG_KEY_DH_OPERATIONS, and CONFIG_CRYPTO_DH.</para>
    8083
    8184    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
  • general/prog/gdb.xml

    r2d6354a7 r8e266c6  
    77  <!ENTITY gdb-download-http "&gnu-http;/gdb/gdb-&gdb-version;.tar.xz">
    88  <!ENTITY gdb-download-ftp  "&gnu-ftp;/gdb/gdb-&gdb-version;.tar.xz">
    9   <!ENTITY gdb-md5sum        "372fa63a53adeee1bfbfd581d8da9e34">
     9  <!ENTITY gdb-md5sum        "b5a49dbff00d9a87fbe114d14b3101c0">
    1010  <!ENTITY gdb-size          "19 MB">
    11   <!ENTITY gdb-buildsize     "667 MB (add 753 MB for tests, add 757 MB for docs)">
    12   <!ENTITY gdb-time          "5.0 SBU (add 56 SBU for tests, add 0.8 for docs)">
     11  <!ENTITY gdb-buildsize     "600 MB (add 59 MB for tests, add 728 MB for docs)">
     12  <!ENTITY gdb-time          "1.8 SBU (Using parallelism=4; add 65 SBU for tests, add 0.6 SBU for docs)">
    1313]>
    1414
  • general/sysutils/unrar.xml

    r2d6354a7 r8e266c6  
    77  <!ENTITY unrar-download-http "http://www.rarlab.com/rar/unrarsrc-&unrar-version;.tar.gz">
    88  <!ENTITY unrar-download-ftp  " ">
    9   <!ENTITY unrar-md5sum        "ef013fc6a31cf8bb9943e2f88f3dc70d">
     9  <!ENTITY unrar-md5sum        "f54fdf142f0981ae1840a32fc9220e45">
    1010  <!ENTITY unrar-size          "224 KB">
    11   <!ENTITY unrar-buildsize     "2.4 MB">
     11  <!ENTITY unrar-buildsize     "2.1 MB">
    1212  <!ENTITY unrar-time          "less than 0.1 SBU">
    1313]>
Note: See TracChangeset for help on using the changeset viewer.