Ignore:
Timestamp:
09/30/2014 01:20:18 AM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
1a60f8aa
Parents:
4edf8452
Message:

Update to bind-9.10.1.
Update to ghostscript-9.15.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@14423 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/major/bind.xml

    r4edf8452 ra3e2a06d  
    88  <!ENTITY bind-download-ftp
    99  "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz">
    10   <!ENTITY bind-md5sum        "85f5bbd655f7fbb946fe128c5adcc9ca">
     10  <!ENTITY bind-md5sum        "82a69faf01b569568d9233f2666e744d">
    1111  <!ENTITY bind-size          "8.0 MB">
    12   <!ENTITY bind-buildsize     "101 MB (additional 54 MB to run the test suite)">
    13   <!ENTITY bind-time          "1.6 SBU (additional 24 minutes, processor independent, to run the complete test suite)">
     12  <!ENTITY bind-buildsize     "107 MB (additional 50 MB to run the test suite)">
     13  <!ENTITY bind-time          "1.0 SBU (additional 21 minutes, processor independent, to run the complete test suite)">
    1414]>
    1515
     
    122122    -e 's/xfer //'       \
    123123    -i bin/tests/system/conf.sh.in &amp;&amp;
     124
    124125./configure --prefix=/usr           \
    125126            --sysconfdir=/etc       \
     
    136137    some test interfaces:</para>
    137138
     139    <note><para>If IPv6 is not enabled in the kernel, there will be several
     140    error messages: "RTNETLINK answers: Operation not permitted".  These
     141    messages do not afffect the tests.</para></note>
     142
    138143<screen role="root"><userinput>bin/tests/system/ifconfig.sh up</userinput></screen>
    139144
    140145    <para>Now run the test suite as an unprivileged user:</para>
    141146
    142 <screen><userinput>make check 2&gt;&amp;1 | tee check.log</userinput></screen>
     147<screen><userinput>make check</userinput></screen>
    143148
    144149    <para>Again as <systemitem class="username">root</systemitem>, clean up the
     
    146151
    147152<screen role="root"><userinput>bin/tests/system/ifconfig.sh down</userinput></screen>
    148 
    149     <para>Issue the following command to check tests that ran successfully:</para>
    150 
    151 <screen><userinput>grep "R:PASS" check.log | wc -l</userinput></screen>
    152 
    153     <para>and the following command check tests that failed:</para>
    154 
    155 <screen><userinput>grep -A1 "R:FAIL" check.log</userinput></screen>
    156153
    157154    <para>Finally, install the package as the <systemitem
Note: See TracChangeset for help on using the changeset viewer.