Changeset 0134954


Ignore:
Timestamp:
08/25/2016 01:13:01 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:
5eb2b92
Parents:
a1494226
Message:

Initial 7.10 tags; only 765 to go

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

Files:
14 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libffi.xml

    ra1494226 r0134954  
    3737    </para>
    3838
    39     &lfs79_checked;&gcc6_checked;
     39    &lfs7a_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/genlib/libtasn1.xml

    ra1494226 r0134954  
    3535    </para>
    3636
    37      &lfs79_checked;&gcc6_checked;
     37     &lfs7a_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/graphlib/opencv.xml

    ra1494226 r0134954  
    160160cd    build &amp;&amp;
    161161
    162 cmake -DCMAKE_INSTALL_PREFIX=/usr \
    163       -DWITH_XINE=ON              \
    164       -DBUILD_TESTS=OFF           \
    165       -Wno-dev  ..
     162cmake -DCMAKE_INSTALL_PREFIX=/usr      \
     163      -DWITH_XINE=ON                   \
     164      -DBUILD_TESTS=OFF                \
     165      -DENABLE_PRECOMPILED_HEADERS=OFF \
     166      -Wno-dev  ..                     &amp;&amp;
    166167make</userinput></screen>
    167168
     
    186187    <para><parameter>-DWITH_XINE=ON</parameter>: This option instructs the make
    187188    procedure to use <xref linkend="xine-lib"/>.</para>
     189
     190    <para><parameter>-DENABLE_PRECOMPILED_HEADERS=OFF</parameter>: This option
     191    is needed for compatibiiity with gcc-6.1 and later.</para>
    188192
    189193    <para><parameter>-DWITH_IPP=ON</parameter>: This option instructs the make
  • general/sysutils/which.xml

    ra1494226 r0134954  
    3939  <application>which</application> package.</para>
    4040
    41   &lfs79_checked;&gcc6_checked;
     41  &lfs7a_checked;
    4242
    4343  <sect2 role="package">
  • kde/kf5/kf5-frameworks.xml

    ra1494226 r0134954  
    117117  <para role="optional">
    118118    <xref linkend="mitkrb"/>
    119   </para>
    120 
    121   <bridgehead renderas="sect4">Optional dependencies for ModemManager-QT</bridgehead>
    122   <para role="optional">
    123     <ulink url="http://www.freedesktop.org/software/ModemManager/">ModemManager</ulink>
    124119  </para>
    125120
  • networking/netprogs/wget.xml

    ra1494226 r0134954  
    3737    </para>
    3838
    39     &lfs79_checked;&gcc6_checked;
     39    &lfs7a_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
  • postlfs/config/lsb-release.xml

    ra1494226 r0134954  
    3333    about the Linux Standards Base (LSB) status of the distribution.</para>
    3434
    35     &lfs79_checked;&gcc6_checked;
     35    &lfs7a_checked;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
  • postlfs/security/cacerts.xml

    ra1494226 r0134954  
    3131  <application>openssl</application>.</para>
    3232
    33   &lfs79_checked;&gcc6_checked;
     33  &lfs7a_checked;
    3434
    3535  <indexterm zone="cacerts">
  • postlfs/security/nettle.xml

    ra1494226 r0134954  
    3535    </para>
    3636
    37     &lfs79_checked;&gcc6_checked;
     37    &lfs7a_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
  • postlfs/security/openssh.xml

    ra1494226 r0134954  
    1515  <!ENTITY openssh-time          "0.4 SBU (running the tests takes 10+ minutes,
    1616                                  irrespective of processor speed)">
    17   <!-- fo is not running the tests-->
    1817]>
    1918
     
    4443    </para>
    4544
    46     &lfs79_checked;&gcc6_checked;
     45    &lfs7a_checked;
    4746
    4847    <bridgehead renderas="sect3">Package Information</bridgehead>
  • postlfs/security/openssl.xml

    ra1494226 r0134954  
    4040    </para>
    4141
    42     &lfs79_checked;&gcc6_checked;
     42    &lfs7a_checked;
    4343
    4444    <bridgehead renderas="sect3">Package Information</bridgehead>
  • postlfs/security/sudo.xml

    ra1494226 r0134954  
    3838    </para>
    3939
    40     &lfs79_checked;&gcc6_checked;
     40    &lfs7a_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
  • x/installing/libinput.xml

    ra1494226 r0134954  
    113113
    114114    <note><para>
    115       To run the tests for this package, valgrind requires a
    116       version of the /lib/ld-2.23.so library with debugging symbols
    117       present.  Normally in LFS these debugging symbols are
    118       stripped at the end of Chapter 6. To get this library,
    119       glibc must be rebuilt with the current glibc version using
    120       the same compiler that was used to build LFS.  The ld-2.23.so
    121       can then be renamed to ld-2.23.so.dbg and copied to /lib.
     115      To run the tests for this package, valgrind requires a version of the
     116      /lib/ld-2.23.so (or later) library with debugging symbols present.
     117      Normally in LFS these debugging symbols are stripped at the end of
     118      Chapter 6. To get this library, glibc must be rebuilt with the current
     119      glibc version using the same compiler that was used to build LFS.  The
     120      ld-2.23.so can then be renamed to ld-2.23.so.dbg and copied to /lib.
    122121      Then a symlink needs to be changed:</para>
    123122
  • xsoft/other/inkscape.xml

    ra1494226 r0134954  
    118118      developer: wiki.documentfoundation.org pages don't like trailing / -->
    119119
    120       <ulink url="https://wiki.documentfoundation.org/DLP/Libraries/libcdr">libcdr</ulink>,
    121       <ulink url="https://wiki.documentfoundation.org/DLP/Libraries/libvisio">libvisio</ulink>,
     120      <!--<ulink url="https://wiki.documentfoundation.org/DLP/Libraries/libcdr">libcdr</ulink>,
     121      <ulink url="https://wiki.documentfoundation.org/DLP/Libraries/libvisio">libvisio</ulink>,-->
    122122      <ulink url="https://github.com/LibreOffice/libcdr">libcdr</ulink>,
    123123      <ulink url="https://github.com/LibreOffice/libvisio">libvisio</ulink>,
Note: See TracChangeset for help on using the changeset viewer.