Changeset 2fcfa4a1
- Timestamp:
- 07/20/2019 03:54:29 AM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 9.0, 9.1, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 7a23e9d
- Parents:
- 6666fad
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/libgrss.xml
r6666fad r2fcfa4a1 21 21 </sect1info> 22 22 23 <title> Libgrss-&libgrss-version;</title>23 <title>libgrss-&libgrss-version;</title> 24 24 25 25 <indexterm zone="libgrss"> … … 28 28 29 29 <sect2 role="package"> 30 <title>Introduction to Libgrss</title>30 <title>Introduction to libgrss</title> 31 31 32 32 <para> … … 81 81 </itemizedlist> 82 82 83 <bridgehead renderas="sect3"> Libgrss Dependencies</bridgehead>83 <bridgehead renderas="sect3">libgrss Dependencies</bridgehead> 84 84 85 85 <bridgehead renderas="sect4">Required</bridgehead> … … 94 94 95 95 <sect2 role="installation"> 96 <title>Installation of Libgrss</title>96 <title>Installation of libgrss</title> 97 97 98 98 <para> 99 Install <application> Libgrss</application> by running the following99 Install <application>libgrss</application> by running the following 100 100 commands: 101 101 </para> -
general/prog/subversion.xml
r6666fad r2fcfa4a1 170 170 171 171 <para> 172 Next, apply some fixes to adapt subversion to <xref linkend="swig"/>: 173 </para> 174 175 <screen><userinput>sed -i '/define.*MEMORY/a#define SWIG_POINTER_NO_NULL 0x4' \ 176 subversion/bindings/swig/proxy/swigrun.swg && 177 sed -i 's/classic/nofastunpack/' build.conf</userinput></screen> 178 179 <para> 172 180 Install <application>Subversion</application> by running the following 173 181 commands: … … 234 242 </para> 235 243 236 <!-- <para> 237 The Ruby bindings test, <command>make check-swig-rb</command>, fails due 238 to errors in the test suite. 239 </para> 240 --> 244 <para> 245 The Python Bindings test suite (<command>make check-swig-py</command>) 246 is broken with SWIG-4.0.0, however the bindings themselves work as 247 expected. 248 </para> 249 241 250 <para> 242 251 Now, as the <systemitem class="username">root</systemitem> user: -
introduction/welcome/changelog.xml
r6666fad r2fcfa4a1 46 46 <para>July 19th, 2019</para> 47 47 <itemizedlist> 48 <listitem> 49 <para>[renodr] - Adapt Subversion to API changes in SWIG-4.0.0. Note 50 that the test suite for the Python bindings is broken (fails to 51 initialize with an import error), however the bindings themselves 52 work as intended. The SWIG bindings now build correctly. Fixes 53 <ulink url="&blfs-ticket-root;12186">#12186</ulink>.</para> 54 </listitem> 55 <listitem> 56 <para>[renodr] - Fix the build of MIT Kerberos V5 (krb5) with the 57 latest version of e2fsprogs by using the bundled versions of the 58 libcom_err library.</para> 59 </listitem> 48 60 <listitem> 49 61 <para>[bdubbs] - Update to curl-7.65.3. Fixes … … 3333 3345 3334 3346 <listitem> 3335 <para>March 2nd, 2019</para>3347 <para>March 3rd, 2019</para> 3336 3348 <itemizedlist> 3337 3349 <listitem> -
postlfs/security/mitkrb.xml
r6666fad r2fcfa4a1 139 139 --sysconfdir=/etc \ 140 140 --localstatedir=/var/lib \ 141 --with -system-et\142 --with -system-ss\141 --without-system-et \ 142 --without-system-ss \ 143 143 --with-system-verto=no \ 144 144 --enable-dns-for-realm && … … 201 201 <filename class="directory">/usr/var</filename>. 202 202 </para> 203 204 <para> 205 <parameter>--with-system-et</parameter>: This switch causes the build 203 <!-- This was broken with e2fsprogs-1.45.0. The API functions in the 204 libcom_err.so library were changed, and one of the functions that 205 KRB5 looks for was removed. As a result, we need to use the system 206 versions for the time being. Check this again at the end of the 9.0 207 release cycle, or at the next version of MIT Kerberos 5. --> 208 <!-- 209 <para> 210 <parameter>- -with-system-et</parameter>: This switch causes the build 206 211 to use the system-installed versions of the error-table support 207 212 software. … … 209 214 210 215 <para> 211 <parameter>- -with-system-ss</parameter>: This switch causes the build216 <parameter>- -with-system-ss</parameter>: This switch causes the build 212 217 to use the system-installed versions of the subsystem command-line 213 218 interface software. 219 </para> 220 --> 221 222 <para> 223 <parameter>--without-system-et</parameter>: This switch uses the internal 224 version of the error-table support library because the version that is 225 shipped with e2fsprogs is now incompatible. 226 </para> 227 228 <para> 229 <parameter>--without-system-ss</parameter>: This switch uses the internal 230 version of the subsystem command-line interface software because the version 231 that is shipped with e2fsprogs is now incompatible. 214 232 </para> 215 233
Note:
See TracChangeset
for help on using the changeset viewer.