Changeset c202a254


Ignore:
Timestamp:
04/21/2014 03:36:31 PM (10 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.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:
ffa5118
Parents:
0b57c61a
Message:

gnutls-3.3.1: build with guile is back and the test suite is working, with added patch.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r0b57c61a rc202a254  
    4949      <itemizedlist>
    5050        <listitem>
     51          <para>[fernando] - gnutls-3.3.1: fixes to build with guile and for
     52          the test suite.</para>
     53        </listitem>
     54        <listitem>
    5155          <para>[fernando] - gnutls-3.3.1. Fixes
    5256          <ulink url="&blfs-ticket-root;4979">#4979</ulink>.</para>
  • postlfs/security/gnutls.xml

    r0b57c61a rc202a254  
    99  <!ENTITY gnutls-md5sum        "6bf7faa9d4996197e0e404e8c25016f8">
    1010  <!ENTITY gnutls-size          "5.1 MB">
    11   <!ENTITY gnutls-buildsize     "103 MB (additional 9 MB for the tests)">
    12   <!ENTITY gnutls-time          "8.0 SBU (additional 1.8 SBU for the tests)">
     11  <!ENTITY gnutls-buildsize     "107 MB (additional 9 MB for the tests)">
     12  <!ENTITY gnutls-time          "0.8 SBU (additional 1.9 SBU for the tests)">
    1313]>
    1414
     
    9090    </itemizedlist>
    9191
     92    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     93    <itemizedlist spacing="compact">
     94      <listitem>
     95        <para>
     96          Required patch:
     97          <ulink url="&patch-root;/gnutls-&gnutls-version;-upstream_fixes-1.patch"/>
     98        </para>
     99      </listitem>
     100    </itemizedlist>
     101
    92102    <bridgehead renderas="sect3">GnuTLS Dependencies</bridgehead>
    93103
     
    107117      <ulink url="http://ftp.gnu.org/gnu/autogen/">autogen</ulink>,
    108118      <xref linkend="gtk-doc"/>,
    109 <!--      <xref linkend="guile"/>,-->
     119      <xref linkend="guile"/>,
    110120      <xref linkend="libidn"/>,
    111121      <xref linkend="p11-kit"/>,
     
    134144    </para>
    135145
    136 <screen><userinput>./configure --prefix=/usr \
    137             --disable-guile \
     146<screen><userinput>patch -Np1 -i ../gnutls-&gnutls-version;-upstream_fixes-1.patch               &amp;&amp;
     147./configure --prefix=/usr \
    138148            --with-default-trust-store-file=/etc/ssl/ca-bundle.crt &amp;&amp;
    139149make</userinput></screen>
    140150
    141151    <para>
    142       To test the results, issue: <command>make -k check</command>. Tests may
    143       fail for unknown reasons.
     152      To test the results, issue: <command>make check</command>.
    144153    </para>
    145154
     
    167176
    168177    <para>
    169       <parameter>--disable-guile</parameter>:
    170       Current version cannot be built with <xref linkend="guile"/>.
    171     </para>
    172 
    173     <para>
    174178      <parameter>--with-default-trust-store-file=/etc/ssl/ca-bundle.crt</parameter>:
    175179      This switch tells <command>configure</command> where to find the
     
    193197        <seg>
    194198          certtool, crywrap, danetool, gnutls-cli, gnutls-cli-debug,
    195           gnutls-serv, ocsptool, p11tool, psktool and srptool
     199          gnutls-serv, ocsptool, p11tool, psktool, and srptool
    196200        </seg>
    197201        <seg>
    198           libgnutls.so, libgnutls-dane.so, libgnutls-openssl.so,
    199           and libgnutlsxx.so
    200 <!--      and /usr/lib/guile/2.0/guile-gnutls-v-2.so-->
     202          libgnutls.so, libgnutls-dane.so,
     203          libgnutls-openssl.so, libgnutlsxx.so, and
     204          /usr/lib/guile/2.0/guile-gnutls-v-2.so
    201205        </seg>
    202206        <seg>
    203           /usr/include/gnutls and
    204           /usr/share/gtk-doc/html/gnutls
    205 <!--      and /usr/share/guile/site/gnutls-->
     207          /usr/include/gnutls,
     208          /usr/share/gtk-doc/html/gnutls, and
     209          /usr/share/guile/site/gnutl
    206210        </seg>
    207211      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.