Changeset efe8031e


Ignore:
Timestamp:
11/29/2014 08:58:30 PM (9 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, 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:
0adeae0d
Parents:
ca8f4a1
Message:

Comment out commands for regenerating valgrind documentation.
Add a note about gcc version to llvm.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/llvm.xml

    rca8f4a1 refe8031e  
    5555      <application>LLVM</application>.
    5656    </para>
     57
     58    <note>
     59      <para>
     60        This package hits a bug in gcc-4.9.0 or an unpatched gcc-4.9.1.
     61        To build this package, gcc needs to be updated if you have one of
     62        these versions. See <xref linkend="gcc"/>
     63        for <application>gcc</application> installation instructions.
     64      </para>
     65    </note>
    5766
    5867    &lfs76_checked;
  • general/prog/valgrind.xml

    rca8f4a1 refe8031e  
    111111      To test the results, issue: <command>make regtest</command>.
    112112    </para>
    113 
     113<!--  Note to maintainer: Recheck when next texlive (2015) is released.
    114114    <para>
    115115      If you wish to regenerate the documentation, run:
     
    119119make download-docs &amp;&amp;
    120120popd</userinput></screen>
    121 
     121-->
    122122    <para>
    123123      Now, as the <systemitem class="username">root</systemitem> user:
  • introduction/welcome/changelog.xml

    rca8f4a1 refe8031e  
    4949      <itemizedlist>
    5050        <listitem>
     51          <para>[bdubbs] -  Comment out commands for regenerating
     52          valgrind documentation.  Temporary workaround for
     53          <ulink url="&blfs-ticket-root;5882">#5882</ulink>.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[bdubbs] - Add a note about gcc version to llvm. Fixes
     57          <ulink url="&blfs-ticket-root;5886">#5886</ulink>.</para>
     58        </listitem>
     59        <listitem>
    5160          <para>[fernando] - Update to xterm-313. Fixes
    5261          <ulink url="&blfs-ticket-root;5884">#5884</ulink>.</para>
Note: See TracChangeset for help on using the changeset viewer.