Changeset a0e6e8dd


Ignore:
Timestamp:
08/05/2015 10:24:48 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
a479e3e
Parents:
a69b0b99
Message:
  • Update to mdadm-3.3.4.
  • Update to swig-3.0.7.
  • Update to libsecret-0.18.3.
  • Update to gparted-0.23.0.
  • Update to mpg123-1.22.3.
  • Update to graphite2-1.3.0.
  • Update to unrar-5.3.2.
  • Some gcc5 tags.

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

Files:
12 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    ra69b0b99 ra0e6e8dd  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "04">                   <!-- Always 2 digits -->
     3<!ENTITY day          "05">                   <!-- Always 2 digits -->
    44<!ENTITY month        "08">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2015">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "August 4th &year;">
     9<!ENTITY releasedate  "August 5th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genlib/pth.xml

    ra69b0b99 ra0e6e8dd  
    3939    program-counter, run-time stack, signal mask and errno variable. </para>
    4040
    41     &lfs77_checked;
     41    &lfs77_checked; &gcc5_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/graphlib/graphite2.xml

    ra69b0b99 ra0e6e8dd  
    1111           "&sourceforge-repo;/silgraphite/graphite2-&graphite2-version;.tgz">
    1212  <!ENTITY graphite2-download-ftp  " ">
    13   <!ENTITY graphite2-md5sum        "2ef839348fe28e3b923bf8cced440227">
    14   <!ENTITY graphite2-size          "6.7 MB">
    15   <!ENTITY graphite2-buildsize     "44 MB">
    16   <!ENTITY graphite2-time          "0.2 SBU">
     13  <!ENTITY graphite2-md5sum        "ca6da3ba3ff914e4974c167a7a63a3ae">
     14  <!ENTITY graphite2-size          "8.2 MB">
     15  <!ENTITY graphite2-buildsize     "63 MB (with tests)">
     16  <!ENTITY graphite2-time          "0.2 SBU (with tests)">
    1717]>
    1818
     
    131131cd    build &amp;&amp;
    132132
    133 cmake -DCMAKE_INSTALL_PREFIX=/usr .. &amp;&amp;
     133cmake -DCMAKE_INSTALL_PREFIX=/usr \
     134      -DCMAKE_BUILD_TYPE=Release  \
     135      -Wno-dev .. &amp;&amp;
     136
    134137make</userinput></screen>
    135138
    136139    <para>
    137       To test the results, issue: <command>make test</command>.
     140      To test the results, issue: <command>make -k test</command>.
     141      Some tests fail for unknown reasons.
    138142    </para>
    139143
  • general/prog/swig.xml

    ra69b0b99 ra0e6e8dd  
    77  <!ENTITY swig-download-http "&sourceforge-repo;/swig/swig-&swig-version;.tar.gz">
    88  <!ENTITY swig-download-ftp  " ">
    9   <!ENTITY swig-md5sum        "df43ae271642bcfa61c1e59f970f9963">
    10   <!ENTITY swig-size          "5.60 MB">
    11   <!ENTITY swig-buildsize     "87 MB (up to 956 MB for tests)">
    12   <!ENTITY swig-time          "0.4 SBU (16 SBU for tests of Perl, Python 2 and 3, Ruby, and Tcl)">
     9  <!ENTITY swig-md5sum        "7fff46c84b8c630ede5b0f0827e3d90a">
     10  <!ENTITY swig-size          "5.7 MB">
     11  <!ENTITY swig-buildsize     "88 MB (1.1 GB with tests)">
     12  <!ENTITY swig-time          "0.4 SBU (6.4 SBU with tests, using -j4)">
    1313]>
    1414
     
    5858    </para>
    5959
    60     &lfs77_checked;
     60    &lfs77_checked; &gcc5_checked;
    6161
    6262    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    114114  <sect2 role="installation">
    115115    <title>Installation of SWIG</title>
    116 
    117     <para>
    118       Fix an issue with gccgo-4.9.2:
    119     </para>
    120 
    121 <screen><userinput>sed -e 's/"\.")/"_")/' -i Source/Modules/go.cxx</userinput></screen>
    122116
    123117    <para>
     
    133127
    134128    <para>
    135       To test the results, issue: <command>make -k check</command>. If you
    136       have both <xref linkend="python2"/> and <xref linkend="python3"/>
    137       installed, only the Python-2 tests are run. You can run test for
    138       Python-3 by issuing <command>PY3=1 make check-python-examples</command>
    139       followed by <command>PY3=1 make check-python-test-suite</command>.
    140       According to <application>SWIG</application>'s documentation, the failure
    141       of some tests should not be considered harmful.
     129      To test the results, issue: <command>make -k check</command>. Tests for
     130      many languages are run, depending on what you have installed. Therefore,
     131      disk space and SBU values for the tests should be considered only
     132      indications of necessary space and time, but not even approximated
     133      values should they be considered. If you have both <xref
     134      linkend="python2"/> and <xref linkend="python3"/> installed, the Python-3
     135      tests are not run.  You can run tests for Python-3 by issuing
     136      <command>PY3=1 make check-python-examples</command> followed by
     137      <command>PY3=1 make check-python-test-suite</command>.  According to
     138      <application>SWIG</application>'s documentation, the failure of some
     139      tests should not be considered harmful.
    142140    </para>
    143141
  • general/sysutils/unrar.xml

    ra69b0b99 ra0e6e8dd  
    77  <!ENTITY unrar-download-http "http://www.rarlab.com/rar/unrarsrc-&unrar-version;.tar.gz">
    88  <!ENTITY unrar-download-ftp  " ">
    9   <!ENTITY unrar-md5sum        "c0471d0f5513fb3f8e3f019538a0fb7a">
     9  <!ENTITY unrar-md5sum        "9b6b0aeffa089a968dd62f77b99cfd37">
    1010  <!ENTITY unrar-size          "220 KB">
    1111  <!ENTITY unrar-buildsize     "2.4 MB">
  • gnome.ent

    ra69b0b99 ra0e6e8dd  
    77<!ENTITY yelp-xsl-version             "3.16.1">
    88<!ENTITY GConf-version                "3.2.6">
    9 <!ENTITY libsecret-version            "0.18.2">
     9<!ENTITY libsecret-version            "0.18.3">
    1010<!ENTITY gcr-version                  "3.16.0">
    1111<!ENTITY gnome-keyring-version        "3.16.0">
  • gnome/platform/libsecret.xml

    ra69b0b99 ra0e6e8dd  
    77  <!ENTITY libsecret-download-http "&gnome-download-http;/libsecret/0.18/libsecret-&libsecret-version;.tar.xz">
    88  <!ENTITY libsecret-download-ftp  "&gnome-download-ftp;/libsecret/0.18/libsecret-&libsecret-version;.tar.xz">
    9   <!ENTITY libsecret-md5sum        "23cdf8267d11a26f88f0dbec1e2022ad">
    10   <!ENTITY libsecret-size          "476 KB">
    11   <!ENTITY libsecret-buildsize     "17 MB (additional 3 MB for the tests)">
    12   <!ENTITY libsecret-time          "0.1 SBU (additional 0.2 SBU for the tests)">
     9  <!ENTITY libsecret-md5sum        "a21605644a64883ab685aec50d63253e">
     10  <!ENTITY libsecret-size          "472 KB">
     11  <!ENTITY libsecret-buildsize     "17 MB (21 MB with the tests)">
     12  <!ENTITY libsecret-time          "0.1 SBU (0.3 SBU with the tests)">
    1313]>
    1414
     
    3535    </para>
    3636
    37     &lfs77_checked;
     37    &lfs77_checked; &gcc5_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
  • introduction/welcome/changelog.xml

    ra69b0b99 ra0e6e8dd  
    4444
    4545-->
     46
     47      <listitem>
     48        <para>August 5th, 2015</para>
     49        <itemizedlist>
     50          <listitem>
     51            <para>[fernando] - Update to unrar-5.3.2.  Fixes
     52            <ulink url="&blfs-ticket-root;6788">#6788</ulink>.</para>
     53          </listitem>
     54          <listitem>
     55            <para>[fernando] - Update to graphite2-1.3.0.  Fixes
     56            <ulink url="&blfs-ticket-root;6787">#6787</ulink>.</para>
     57          </listitem>
     58          <listitem>
     59            <para>[fernando] - Update to mpg123-1.22.3.  Fixes
     60            <ulink url="&blfs-ticket-root;6785">#6785</ulink>.</para>
     61          </listitem>
     62          <listitem>
     63            <para>[fernando] - Update to gparted-0.23.0.  Fixes
     64            <ulink url="&blfs-ticket-root;6784">#6784</ulink>.</para>
     65          </listitem>
     66          <listitem>
     67            <para>[fernando] - Update to libsecret-0.18.3.  Fixes
     68            <ulink url="&blfs-ticket-root;6783">#6783</ulink>.</para>
     69          </listitem>
     70          <listitem>
     71            <para>[fernando] - Update to swig-3.0.7.  Fixes
     72            <ulink url="&blfs-ticket-root;6782">#6782</ulink>.</para>
     73          </listitem>
     74          <listitem>
     75            <para>[fernando] - Update to mdadm-3.3.4.  Fixes
     76            <ulink url="&blfs-ticket-root;6781">#6781</ulink>.</para>
     77          </listitem>
     78        </itemizedlist>
     79      </listitem>
    4680
    4781      <listitem>
  • multimedia/audioutils/mpg123.xml

    ra69b0b99 ra0e6e8dd  
    77  <!ENTITY mpg123-download-http "&sourceforge-repo;/mpg123/mpg123-&mpg123-version;.tar.bz2">
    88  <!ENTITY mpg123-download-ftp  " ">
    9   <!ENTITY mpg123-md5sum        "6f6d2178c354f39207bf97e062936110">
     9  <!ENTITY mpg123-md5sum        "fca857bc5ad0d2070cd38bd5f0f85f1c">
    1010  <!ENTITY mpg123-size          "852 KB">
    1111  <!ENTITY mpg123-buildsize     "14 MB">
  • packages.ent

    ra69b0b99 ra0e6e8dd  
    4444<!ENTITY jfsutils-version             "1.1.15">
    4545<!ENTITY lvm2-version                 "2.02.126">
    46 <!ENTITY mdadm-version                "3.3.3">
     46<!ENTITY mdadm-version                "3.3.4">
    4747<!ENTITY ntfs-3g-version              "2015.3.14">
    4848<!ENTITY gptfdisk-version             "1.0.0">
     
    160160<!ENTITY gegl-version                 "0.2.0">
    161161<!ENTITY giflib-version               "5.1.1">
    162 <!ENTITY graphite2-version            "1.2.4">
     162<!ENTITY graphite2-version            "1.3.0">
    163163<!ENTITY harfbuzz-version             "1.0.1">
    164164<!ENTITY ijs-version                  "0.35">
     
    238238<!ENTITY udisks-version               "1.0.5">    <!-- stable lt .90 micro version -->
    239239<!ENTITY udisks2-version              "2.1.6">    <!-- stable lt .90 micro version -->
    240 <!ENTITY unrar-version                "5.3.1">
     240<!ENTITY unrar-version                "5.3.2">
    241241<!ENTITY unzip-version                "6.0">
    242242<!ENTITY upower-version               "0.9.23">
     
    276276<!ENTITY slang-version                "2.2.4">
    277277<!ENTITY subversion-version           "1.8.13">
    278 <!ENTITY swig-version                 "3.0.6">
     278<!ENTITY swig-version                 "3.0.7">
    279279<!ENTITY tcl-version                  "8.6.4">
    280280<!ENTITY tk-version                   "8.6.4">
     
    640640<!--<!ENTITY fontforge-date               "2015-02-28">-->
    641641<!ENTITY fontforge-version            "20150612">
    642 <!ENTITY gparted-version              "0.22.0">
     642<!ENTITY gparted-version              "0.23.0">
    643643<!ENTITY gimp-version                 "2.8.14">
    644644<!ENTITY hexchat-version              "2.10.2">
     
    731731
    732732<!-- Chapter 47 -->
    733 <!ENTITY mpg123-version               "1.22.2">
     733<!ENTITY mpg123-version               "1.22.3">
    734734<!ENTITY vorbistools-version          "1.4.0">
    735735<!ENTITY lame-version                 "3.99.5">
  • postlfs/filesystems/mdadm.xml

    ra69b0b99 ra0e6e8dd  
    77  <!ENTITY mdadm-download-http "&kernel;linux/utils/raid/mdadm/mdadm-&mdadm-version;.tar.xz">
    88  <!ENTITY mdadm-download-ftp " ">
    9   <!ENTITY mdadm-md5sum        "dabd5ce70f3fff340cad7c18e4a062ab">
     9  <!ENTITY mdadm-md5sum        "7ca8b114710f98f53f20c5787b674a09">
    1010  <!ENTITY mdadm-size          "404 KB">
    11   <!ENTITY mdadm-buildsize     "8.6 MB (with tests)">
    12   <!ENTITY mdadm-time          "less than 0.1 SBU (with tests)">
     11  <!ENTITY mdadm-buildsize     "12 MB (with tests)">
     12  <!ENTITY mdadm-time          "less than 0.1 SBU (23 SBU, with tests)">
    1313]>
    1414
     
    9696    RAID and that a version of mdadm is not already running, and issue:
    9797    <command>make test</command> and then, as the
    98     <systemitem class="username">root</systemitem> user: ./test. Some tests may
    99     fail, depending on the enabled kernel options.</para>
     98    <systemitem class="username">root</systemitem> user:
     99    <command>./test --keep-going --logdir=tests-logs --save-logs</command>.
     100    Some tests fail for unknown reasons.</para>
    100101
    101102    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    108109    <title>Command Explanations</title>
    109110
    110     <para><option>make everything</option>: This target creates extra programs,
    111     particularly a statically-linked version of <command>mdadm</command> and
    112     also versions of <command>mdassemble</command>. These all need to be manually
    113     installed.
     111    <para>
     112      <command>make everything</command>: This optional target creates extra
     113      programs, particularly a statically-linked version of
     114      <command>mdadm</command> and also versions of
     115      <command>mdassemble</command>. These all need to be manually installed.
     116    </para>
     117
     118    <para>
     119      <parameter>--keep-going</parameter>: Run the tests to the end, even if one
     120      or more tests fail.
     121    </para>
     122
     123    <para>
     124      <parameter>--logdir=tests-logs</parameter>: Defines that the directory
     125      where tests logs are saved.
     126    </para>
     127
     128    <para>
     129      <parameter>--save-logs</parameter>:
     130      Instructs the test suite to save the logs.
     131    </para>
     132
     133    <para>
     134      <option>--tests=<replaceable>&lt;test1,test2,...&gt;</replaceable></option>:
     135      Optional comma separated list of tests to be executed
     136      (all tests, if this option is not passed).
    114137    </para>
    115138
  • xsoft/other/gparted.xml

    ra69b0b99 ra0e6e8dd  
    88           "&sourceforge-repo;/gparted/gparted-&gparted-version;.tar.bz2">
    99  <!ENTITY gparted-download-ftp  " ">
    10   <!ENTITY gparted-md5sum        "67c4bdf680461e1107b718aff6095ea6">
    11   <!ENTITY gparted-size          "2.1 MB">
    12   <!ENTITY gparted-buildsize     "94 MB (additional 4 MB, building the optional documentation)">
    13   <!ENTITY gparted-time          "0.9 SBU (additional 0.1 SBU, building the optional documentation)">
     10  <!ENTITY gparted-md5sum        "5901dca33ced32213cccb13a2713dea8">
     11  <!ENTITY gparted-size          "2.2 MB">
     12  <!ENTITY gparted-buildsize     "118 MB (with optional documentation)">
     13  <!ENTITY gparted-time          "0.9 SBU (with optional documentation)">
    1414]>
    1515
     
    3636    </para>
    3737
    38     &lfs77_checked;
     38    &lfs77_checked; &gcc5_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    138138      file system tools (you only need to install the tools for file systems you
    139139      actually use):
     140      <xref linkend="hdparm"/>
     141      (required for optionally display serial number device information),
    140142      e2fsprogs (installed as part of LFS),
    141143      <xref linkend="jfsutils"/>,
Note: See TracChangeset for help on using the changeset viewer.