Changeset bdc55ac for general/genlib


Ignore:
Timestamp:
10/07/2018 01:55:50 AM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
perl-modules
Children:
20c1f43
Parents:
3fd462f2
Message:

perl modules branch: Merge trunk r20565:20597, update md5sum for IO::Socket::SSL, correct text in note re its tests.

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

Location:
general/genlib
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/apr.xml

    r3fd462f2 rbdc55ac  
    99  <!ENTITY apr-download-ftp
    1010    "ftp://ftp.mirrorservice.org/sites/ftp.apache.org/apr/apr-&apr-version;.tar.bz2">
    11   <!ENTITY apr-md5sum        "12f2a349483ad6f12db49ba01fbfdbfa">
     11  <!ENTITY apr-md5sum        "ad4add8efdfe87330b88e5e788241775">
    1212  <!ENTITY apr-size          "836 KB">
    13   <!ENTITY apr-buildsize     "11 MB (additional 3 MB for the tests)">
     13  <!ENTITY apr-buildsize     "13 MB (additional 3 MB for the tests)">
    1414  <!ENTITY apr-time          "0.2 SBU (add 1.5 SBU for tests)">
    1515]>
     
    9595
    9696    <para>
    97       To test the results, issue: <command>make test</command>. teststr is
    98       known to hang on some systems.
     97      To test the results, issue: <command>make test</command>. <!-- teststr is
     98      known to hang on some systems. - WORKS AS OF 1.6.5 (renodr) -->
    9999    </para>
    100100
  • general/genlib/glib2.xml

    r3fd462f2 rbdc55ac  
    77  <!ENTITY glib2-download-http "&gnome-download-http;/glib/2.58/glib-&glib2-version;.tar.xz">
    88  <!ENTITY glib2-download-ftp  "&gnome-download-ftp;/glib/2.58/glib-&glib2-version;.tar.xz">
    9   <!ENTITY glib2-md5sum        "9b5d21c802f55bf37171c4fbfe7d32d1">
     9  <!ENTITY glib2-md5sum        "4fd2ead128a408c89b9153dfdb99f9a5">
    1010  <!ENTITY glib2-size          "4.7 MB">
    11   <!ENTITY glib2-buildsize     "154 MB (add 4 MB for tests)">
    12   <!ENTITY glib2-time          "0.5 SBU (add 0.5 SBU for tests; both using paralleism=4)">
     11  <!ENTITY glib2-buildsize     "186 MB (add 4 MB for tests)">
     12  <!ENTITY glib2-time          "0.5 SBU (add 0.7 SBU for tests; both using paralleism=4)">
    1313]>
    1414
     
    159159        appropriate linker library flag (-l),
    160160        <command>-lg{io,lib,module,object,thread}</command>. 600+ files must be
    161         modified on a complete gnome desktop.i
     161        modified on a complete gnome desktop.
    162162     
    163163      </para>
     
    221221      To test the results, after having installed the package, issue:
    222222      <command>ninja test</command>. 
    223       One test, gdatetime, is known to fail.
     223      One test, gdatetime, is known to fail on sysvinit systems.
    224224      <!-- Needs /etc/localtime to be a symbolic link. In addition
    225225      the link must be to some place like /usr/share/zoneinfo/...
     
    228228      is removed or commented out.
    229229      g_assert_true (*g_time_zone_get_identifier (tz) != '/');
     230
     231      NOTE: systemd implements this as a hard requirement.
    230232      -->
    231233    </para>
     
    243245    <para>
    244246      <parameter>-Dselinux=false</parameter>: This switch disables
    245       support fo rselinux wich is not supported in BLFS.
     247      support for selinux which is not supported in BLFS.
    246248    </para>
    247249
     
    377379          <para>
    378380            is used to compile all the GSettings XML schema files
    379             in directory into a binary file with the name
     381            in a directory into a binary file with the name
    380382            <filename>gschemas.compiled</filename> that can be used by GSettings.
    381383          </para>
  • general/genlib/json-glib.xml

    r3fd462f2 rbdc55ac  
    77  <!ENTITY json-glib-download-http "&gnome-download-http;/json-glib/1.4/json-glib-&json-glib-version;.tar.xz">
    88  <!ENTITY json-glib-download-ftp  "&gnome-download-ftp;/json-glib/1.4/json-glib-&json-glib-version;.tar.xz">
    9   <!ENTITY json-glib-md5sum        "35107e23a7bbbc70f31c34f7b9adf1c3">
     9  <!ENTITY json-glib-md5sum        "4d4bb9837f6d31e32d0ce658ae135f68">
    1010  <!ENTITY json-glib-size          "164 KB">
    11   <!ENTITY json-glib-buildsize     "8.6 MB (with tests)">
     11  <!ENTITY json-glib-buildsize     "9.4 MB (with tests)">
    1212  <!ENTITY json-glib-time          "less than 0.1 SBU (with tests)">
    1313]>
     
    136136        </seg>
    137137        <seg>
    138           /usr/include/json-glib-1.0 and
     138          /usr/{include,share/installed-tests}/json-glib-1.0,
     139          /usr/libexec/installed-tests/json-glib-&json-glib-version;, and
    139140          /usr/share/gtk-doc/html/json-glib
    140141        </seg>
  • general/genlib/keyutils.xml

    r3fd462f2 rbdc55ac  
    5858      </listitem>
    5959    </itemizedlist>
     60
     61    <bridgehead renderas="sect3">keyutils Dependencies</bridgehead>
     62   
     63    <bridgehead renderas="sect4">Required</bridgehead>
     64    <para role="required">
     65      <xref linkend="mitkrb"/>
     66      <!-- Without krb5 installed, a FTBFS occurs while trying to compile dns.afsdb.c.
     67      It looks for profile.h, which is installed by krb5. -->
     68    </para>
    6069
    6170    <para condition="html" role="usernotes">User Notes:
  • general/genlib/libuv.xml

    r3fd462f2 rbdc55ac  
    77  <!ENTITY libuv-download-http "https://dist.libuv.org/dist/v&libuv-version;/libuv-v&libuv-version;.tar.gz">
    88  <!ENTITY libuv-download-ftp  " ">
    9   <!ENTITY libuv-md5sum        "fdd44f630d300035aa4aaa9a732b70b7">
     9  <!ENTITY libuv-md5sum        "7e710afbc675d05b6a27903aa4589b96">
    1010  <!ENTITY libuv-size          "1.1 MB">
    11   <!ENTITY libuv-buildsize     "12 MB (add 10 MB for tests)">
    12   <!ENTITY libuv-time          "0.1 SBU (add 1.3 SBU for tests)">
     11  <!ENTITY libuv-buildsize     "13 MB (add 10 MB for tests)">
     12  <!ENTITY libuv-time          "0.1 SBU (add 1.4 SBU for tests)">
    1313]>
    1414
     
    136136      <segtitle>Installed Programs</segtitle>
    137137      <segtitle>Installed Library</segtitle>
    138       <segtitle>Installed Directories</segtitle>
     138      <segtitle>Installed Directory</segtitle>
    139139
    140140      <seglistitem>
     
    146146        </seg>
    147147        <seg>
    148           None
     148          /usr/include/uv
    149149        </seg>
    150150      </seglistitem>
    151151    </segmentedlist>
    152 <!--
     152
    153153    <variablelist>
    154154      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     
    160160        <listitem>
    161161          <para>
    162             contains the API functions ...
     162            contains API functions for asynchronous I/O operations
    163163          </para>
    164164          <indexterm zone="libuv libuv.so">
     
    169169
    170170    </variablelist>
    171 -->
     171
    172172  </sect2>
    173173
  • general/genlib/pcre2.xml

    r3fd462f2 rbdc55ac  
    77  <!ENTITY pcre2-download-http "&sourceforge-dl;/pcre/pcre2-&pcre2-version;.tar.bz2">
    88  <!ENTITY pcre2-download-ftp  "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre2-&pcre2-version;.tar.bz2">
    9   <!ENTITY pcre2-md5sum        "e0b91c891a3c49050f7fd15de33d0ba4">
     9  <!ENTITY pcre2-md5sum        "8a096287153fb994970df3570e90fcb5">
    1010  <!ENTITY pcre2-size          "1.6 MB">
    11   <!ENTITY pcre2-buildsize     "19 MB (with tests)">
    12   <!ENTITY pcre2-time          "0.3 SBU (with tests)">
     11  <!ENTITY pcre2-buildsize     "22 MB (with tests)">
     12  <!ENTITY pcre2-time          "0.4 SBU (with tests)">
    1313]>
    1414
     
    7777    <bridgehead renderas="sect4">Optional</bridgehead>
    7878    <para role="optional">
    79       <xref linkend="valgrind"/>
     79      <xref linkend="valgrind"/> and
     80      <ulink url="https://www.cs.utah.edu/~bigler/code/libedit.html">libedit</ulink>
    8081    </para>
    8182
  • general/genlib/wayland-protocols.xml

    r3fd462f2 rbdc55ac  
    77  <!ENTITY wayland-protocols-download-http "https://wayland.freedesktop.org/releases/wayland-protocols-&wayland-protocols-version;.tar.xz">
    88  <!ENTITY wayland-protocols-download-ftp  " ">
    9   <!ENTITY wayland-protocols-md5sum        "d75ec11e8443946b4795e4be1cf22db8">
    10   <!ENTITY wayland-protocols-size          "100 KB">
    11   <!ENTITY wayland-protocols-buildsize     "1.1 MB (with tests)">
     9  <!ENTITY wayland-protocols-md5sum        "e0b523ff162e30bab46be1d65d527683">
     10  <!ENTITY wayland-protocols-size          "104 KB">
     11  <!ENTITY wayland-protocols-buildsize     "1.6 MB (with tests)">
    1212  <!ENTITY wayland-protocols-time          "less than 0.1 SBU (with tests)">
    1313]>
     
    9292    </para>
    9393
    94 <!-- Spaces are significant in <screen> sections -->
    9594<screen><userinput>./configure --prefix=/usr &amp;&amp;
    9695make</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.