Changeset e93d40c5


Ignore:
Timestamp:
01/26/2006 11:26:00 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, 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, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
52c277f
Parents:
4fbe036
Message:

Added a note to the GStreamer instructions about Valgrind breaking the build

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r4fbe036 re93d40c5  
    1 <!ENTITY day          "26">
     1<!ENTITY day          "27">
    22<!ENTITY month        "01">
    33<!ENTITY year         "2006">
  • introduction/welcome/changelog.xml

    r4fbe036 re93d40c5  
    4343
    4444    <listitem>
     45      <para>January 27th, 2006</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Added a note to the GStreamer instructions about
     49          Valgrind breaking the build.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>January 25th, 2006</para>
    4656      <itemizedlist>
  • multimedia/libdriv/gstreamer.xml

    r4fbe036 re93d40c5  
    6767    <bridgehead renderas="sect4">Required</bridgehead>
    6868    <para role="required"><xref linkend="glib2"/>,
    69     <xref linkend="libxml2"/>,
     69    <xref linkend="libxml2"/>, and
    7070    <xref linkend="popt"/></para>
    7171
    7272    <bridgehead renderas="sect4">Optional</bridgehead>
    7373    <para role="optional"><xref linkend="libgnomeui"/>,
    74     <xref linkend="python"/> and
    75     <ulink url="http://valgrind.kde.org/">Valgrind</ulink></para>
     74    <xref linkend="python"/>, and
     75    <ulink url="http://valgrind.kde.org/">Valgrind</ulink> (see the note below
     76    about some versions)</para>
    7677
    7778    <bridgehead renderas="sect4">Optional (to Build Documentation)</bridgehead>
     
    8283    <xref linkend="espgs"/>,
    8384    <xref linkend="docbook-utils"/>,
    84     <ulink url="http://www.xfig.org/">Transfig</ulink> and
     85    <ulink url="http://www.xfig.org/">Transfig</ulink>, and
    8586    <ulink url="http://netpbm.sourceforge.net/">Netpbm</ulink></para>
    8687
     
    8990  <sect2 role="installation">
    9091    <title>Installation of GStreamer</title>
     92
     93    <para>Newer versions of <application>Valgrind</application> are known to
     94    cause the build to break. If you have <application>Valgrind</application>
     95    version &gt;= 3.1.0 installed, you should add
     96    <option>--disable-valgrind</option> to the <command>configure</command>
     97    command below so the build will complete.</para>
    9198
    9299    <para>Install <application>GStreamer</application> by running the following
     
    96103    --localstatedir=/var &amp;&amp;
    97104make</userinput></screen>
     105
     106    <para>To test the results, issue: <command>make check</command>.</para>
    98107
    99108    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
  • xsoft/graphweb/mozilla.xml

    r4fbe036 re93d40c5  
    118118      <listitem>
    119119        <para>Required patch: <ulink
    120           url="&patch-root;/mozilla-&mozilla-version;-gfx_fixes-1.patch"/></para> 
     120          url="&patch-root;/mozilla-&mozilla-version;-gfx_fixes-1.patch"/></para>
    121121      </listitem>
    122122      <listitem>
Note: See TracChangeset for help on using the changeset viewer.