Changeset 35f1730


Ignore:
Timestamp:
03/10/2016 03:04:27 AM (8 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, 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, 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:
7c1ebc9
Parents:
583e0905
Message:

Update lsof URL.
Add a note that openssl does not support parallel tets.
Restore autoconf to libva-intel-driver.
Update PIN-Entry dependencies.
Update valgrind dependencies.

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/lsof.xml

    r583e0905 r35f1730  
    66
    77<!ENTITY lsof-download-http  " ">
    8 <!ENTITY lsof-download-ftp "ftp://sunsite.ualberta.ca/pub/Mirror/lsof/lsof_&lsof-version;.tar.bz2">
     8<!ENTITY lsof-download-ftp "ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_&lsof-version;.tar.bz2">
    99<!ENTITY lsof-md5sum        "1b9cd34f3fb86856a125abbf2be3a386">
    1010<!ENTITY lsof-size          "768 KB">
  • general/genutils/pinentry.xml

    r583e0905 r35f1730  
    6868    <bridgehead renderas="sect3">PIN-Entry Dependencies</bridgehead>
    6969
     70    <bridgehead renderas="sect4">Required</bridgehead>
     71    <para role="required">
     72      <xref linkend="libassuan"/> and
     73      <xref linkend="libgpg-error"/>
     74    </para>
     75
    7076    <bridgehead renderas="sect4">Optional</bridgehead>
    7177    <para role="optional">
  • general/prog/valgrind.xml

    r583e0905 r35f1730  
    8080      <xref linkend="boost"/>,
    8181      <xref linkend="llvm"/> (with Clang),
    82       <xref linkend="gdb"/> (for tests), and
     82      <xref linkend="gdb"/> (for tests),
     83      <xref linkend="which"/> (for tests),
     84      <xref linkend="bind"/> or <xref linkend="bind-utils"/> (for tests),
     85      and
    8386      <ulink url="http://www.openmp.org">OpenMP</ulink>
    8487    </para>
  • introduction/welcome/changelog.xml

    r583e0905 r35f1730  
    4545-->
    4646    <listitem>
     47      <para>March 9th, 2016</para>
     48      <itemizedlist>
     49       <listitem>
     50          <para>[bdubbs] - Update lsof URL.  Fixes
     51          <ulink url="&blfs-ticket-root;7558">#7558</ulink>.</para>
     52       </listitem>
     53       <listitem>
     54          <para>[bdubbs] - Add a note that openssl does not support
     55          parallel tets. Fixes
     56          <ulink url="&blfs-ticket-root;7486">#7486</ulink>.</para>
     57       </listitem>
     58       <listitem>
     59          <para>[bdubbs] - Restore autoconf to libva-intel-driver. Fixes
     60          <ulink url="&blfs-ticket-root;7486">#7486</ulink>.</para>
     61       </listitem>
     62       <listitem>
     63          <para>[bdubbs] - Update PIN-Entry dependencies. Fixes
     64          <ulink url="&blfs-ticket-root;7479">#7479</ulink>.</para>
     65       </listitem>
     66       <listitem>
     67          <para>[bdubbs] - Update valgrind dependencies. Fixes
     68          <ulink url="&blfs-ticket-root;7478">#7478</ulink>.</para>
     69       </listitem>
     70      </itemizedlist>
     71    </listitem>
     72
     73    <listitem>
    4774      <para>March 8th, 2016</para>
    4875      <itemizedlist>
  • postlfs/security/openssl.xml

    r583e0905 r35f1730  
    120120
    121121    <para>
    122       To test the results, issue: <command>make test</command>.
     122      To test the results, issue: <command>make -j1 test</command>.  The
     123      test suite does not support parallel jobs.
    123124    </para>
    124125
  • x/installing/libva.xml

    r583e0905 r35f1730  
    172172    </para>
    173173
    174 <screen><userinput>./configure $XORG_CONFIG &amp;&amp;
     174<screen><userinput>autoreconf -fi           &amp;&amp;
     175./configure $XORG_CONFIG &amp;&amp;
    175176make</userinput></screen>
    176177
     
    187188  </sect3>
    188189
    189 <!--
    190190  <sect3 role="commands">
    191191    <title>Command Explanations</title>
     
    198198
    199199  </sect3>
    200 -->
    201200
    202201  <sect3 role="content">
Note: See TracChangeset for help on using the changeset viewer.