Changeset 81bd261 for general


Ignore:
Timestamp:
08/23/2014 05:08:59 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
26ca459b
Parents:
cf55ff2
Message:

More checks. Fix w3m image loading capabilities.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14011 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
general
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/boost.xml

    rcf55ff2 r81bd261  
    3737    </para>
    3838
    39     &lfs75_checked;
     39    &lfs76_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/genlib/json-glib.xml

    rcf55ff2 r81bd261  
    3636    </para>
    3737
    38     &lfs75_checked;
     38    &lfs76_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/genlib/libarchive.xml

    rcf55ff2 r81bd261  
    3535    </para>
    3636
    37     &lfs75_checked;
     37    &lfs76_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/genlib/libgusb-systemd.xml

    rcf55ff2 r81bd261  
    3737    </para>
    3838
    39     &lfs75_checked;
     39    &lfs76_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/genlib/lzo.xml

    rcf55ff2 r81bd261  
    3636    </para>
    3737
    38     &lfs75_checked;
     38    &lfs76_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/genutils/hicolor-icon-theme.xml

    rcf55ff2 r81bd261  
    3636    theme specification.</para>
    3737
    38     &lfs75_checked;
     38    &lfs76_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/graphlib/graphite2.xml

    rcf55ff2 r81bd261  
    4646    </para>
    4747
    48     &lfs75_checked;
     48    &lfs76_checked;
    4949
    5050    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    130130<screen><userinput>mkdir build &amp;&amp;
    131131cd build &amp;&amp;
    132 cmake -DCMAKE_INSTALL_PREFIX=/usr .. &amp;&amp;
     132cmake -DCMAKE_INSTALL_PREFIX=/usr -Wno-dev .. &amp;&amp;
    133133make</userinput></screen>
    134134
  • general/prog/cmake-systemd.xml

    rcf55ff2 r81bd261  
    3939    </para>
    4040
    41     &lfs75_checked;
     41    &lfs76_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9999    <title>Installation of CMake</title>
    100100
    101     <!-- <para>
    102        If <application>Qt4</application> and <application>Qt5</application> are
    103        installed in <filename class="directory">/opt</filename>, use
    104        <command>source setqt4</command> or <command>source setqt5</command> to
    105        choose which one will be used to build the Qt-based GUI.
    106     </para> -->
    107 
    108101    <para>
    109102      Install <application>CMake</application> by running the following
     
    114107            --system-libs       \
    115108            --mandir=/share/man \
    116             --docdir=/share/doc/cmake-&cmake-version;   &amp;&amp;
     109            --docdir=/share/doc/cmake-&cmake-version; &amp;&amp;
    117110make</userinput></screen>
    118111
    119112    <para>
    120       To test the results, issue: <command>bin/ctest</command>. If you want to
    121       investigate a problem with a given "problem1-test", use
    122       <command>bin/ctest -R "problem1-test"</command> and, to omit it, use
    123       <command>bin/ctest -E "problem1-test"</command>. These options can be
    124       used together:
    125       <command>bin/ctest -R "problem1-test" -E "problem2-test"</command>.
    126       Option -N can be used to display all available tests, and you can run
    127       <command>bin/ctest</command> for a sub-set of tests by using separated by
    128       spaces names or numbers as options. Option --help can be used to
    129       show all options.
     113      To test the results, issue: <command>bin/ctest</command>.
    130114    </para>
    131115
  • general/prog/valgrind.xml

    rcf55ff2 r81bd261  
    3838    </para>
    3939
    40     &lfs75_checked;
     40    &lfs76_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    100100    commands:</para>
    101101
    102 <screen><userinput>sed -i 's|2.18|2.19|'      configure        &amp;&amp;
     102<screen><userinput>sed -i 's|2.18|2.20|'      configure        &amp;&amp;
    103103sed -i 's|/doc/valgrind||' docs/Makefile.in &amp;&amp;
    104104
     
    131131
    132132    <para>
    133       <command>sed s|2.18|2.19| ... </command>: This sed allows the program to build
    134       with glibc-2.19.
     133      <command>sed s|2.18|2.20| ... </command>: This sed allows the program to build
     134      with glibc-2.20.
    135135    </para>
    136136
  • general/sysutils/colord-systemd.xml

    rcf55ff2 r81bd261  
    1010  <!ENTITY colord-md5sum        "a03f06f20a1c70cbf30fc8bd59b99678">
    1111  <!ENTITY colord-size          "1.2 MB">
    12   <!ENTITY colord-buildsize     "31 MB 31 MB (additional 4 MB to build and install the API documentation, and 4 MB for the tests)">
    13   <!ENTITY colord-time          "0.5 SBU (additional 0.1 SBU for the tests)">
     12  <!ENTITY colord-buildsize     "39 MB">
     13  <!ENTITY colord-time          "0.5 SBU">
    1414]>
    1515
     
    3838    </para>
    3939
    40     &lfs75_checked;
     40    &lfs76_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    146146
    147147    <para>
    148       To test the results, issue: <command>make -k check</command>. For unknown
    149       reasons, some tests may fail. Note that system-wide
     148      To test the results, make sure you have installed
     149      <xref linkend="valgrind"/> and issue: <command>make -k check</command>.
     150      Some tests may fail for unknown reasons. Note that system-wide
    150151      <application>D-Bus</application> daemon must be running or the tests
    151152      will fail.
Note: See TracChangeset for help on using the changeset viewer.