Changeset 141ee0a5
- Timestamp:
- 10/28/2021 10:59:23 AM (3 years ago)
- Branches:
- 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 2dffe71
- Parents:
- 45befbb
- Files:
-
- 1 added
- 1 deleted
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/glibmm.xml
r45befbb r141ee0a5 7 7 <!ENTITY glibmm-download-http "&gnome-download-http;/glibmm/2.66/glibmm-&glibmm-version;.tar.xz"> 8 8 <!ENTITY glibmm-download-ftp "&gnome-download-ftp;/glibmm/2.66/glibmm-&glibmm-version;.tar.xz"> 9 <!ENTITY glibmm-md5sum " ee8c00fd7f08ae59f6af38dfa599194a">10 <!ENTITY glibmm-size "7. 2MB">11 <!ENTITY glibmm-buildsize "8 8MB (with tests)">12 <!ENTITY glibmm-time "0. 5SBU (Using parallelism=4; with tests)">9 <!ENTITY glibmm-md5sum "89c0ba07736d258b84bc201bd213fd69"> 10 <!ENTITY glibmm-size "7.3 MB"> 11 <!ENTITY glibmm-buildsize "89 MB (with tests)"> 12 <!ENTITY glibmm-time "0.7 SBU (Using parallelism=4; with tests)"> 13 13 ]> 14 14 -
general/genlib/jansson.xml
r45befbb r141ee0a5 5 5 %general-entities; 6 6 7 <!ENTITY jansson-download-http "https:// digip.org/jansson/releases/jansson-&jansson-version;.tar.gz">7 <!ENTITY jansson-download-http "https://github.com/akheron/jansson/releases/download/v&jansson-version;/jansson-&jansson-version;.tar.bz2"> 8 8 <!ENTITY jansson-download-ftp " "> 9 <!ENTITY jansson-md5sum " 570af45b8203e95876d71fecd56cee20">10 <!ENTITY jansson-size " 520KB">11 <!ENTITY jansson-buildsize " 7.8 MB">12 <!ENTITY jansson-time "0.1 SBU ">9 <!ENTITY jansson-md5sum "3f90473d7d54ebd1cb6a2757396641df"> 10 <!ENTITY jansson-size "424 KB"> 11 <!ENTITY jansson-buildsize "5.6 MB (add 1.9 MB for tests"> 12 <!ENTITY jansson-time "0.1 SBU [with tests)"> 13 13 ]> 14 14 … … 80 80 81 81 <para> 82 First fix one of the tests: 83 </para> 84 85 <screen><userinput>sed -e "/DT/s;| sort;| sed 's/@@libjansson.*//' &;" \ 86 -i test/suites/api/check-exports</userinput></screen> 87 88 <para> 82 89 Install <application>jansson</application> by running the following 83 90 commands: -
general/genutils/genutils.xml
r45befbb r141ee0a5 19 19 </para> 20 20 21 <!-- 21 22 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="asciidoc.xml"/> 22 23 --> 23 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="asciidoctor.xml"/> 24 25 -
general/genutils/graphviz.xml
r45befbb r141ee0a5 5 5 %general-entities; 6 6 7 <!ENTITY graphviz-download-http "https://gitlab.com/graphviz/graphviz/-/archive/&graphviz-version;/graphviz-&graphviz-version;.tar. gz">7 <!ENTITY graphviz-download-http "https://gitlab.com/graphviz/graphviz/-/archive/&graphviz-version;/graphviz-&graphviz-version;.tar.bz2"> 8 8 <!ENTITY graphviz-download-ftp " "> 9 <!ENTITY graphviz-md5sum " a5ef25639826bd4d9c040c96b61d6e52">10 <!ENTITY graphviz-size "2 9MB">11 <!ENTITY graphviz-buildsize "2 06MB">9 <!ENTITY graphviz-md5sum "d28da63d258a901cc0ea35b879c07db9"> 10 <!ENTITY graphviz-size "26 MB"> 11 <!ENTITY graphviz-buildsize "248 MB"> 12 12 <!ENTITY graphviz-time "0.7 SBU (using parallelism=4)"> 13 13 ]> … … 73 73 </listitem> 74 74 </itemizedlist> 75 <!-- 76 <note> 77 <para> 78 The <application>graphviz</application> source tarball shown above 79 downloads to a non-versioned file name: graphviz.tar.gz. It does 80 expand to a versioned directory, graphviz-&graphviz-version;/. 81 If you prefer to use a versioned tarball name, you can simply 82 rename it or download the package with: 83 84 <screen><userinput>wget -c &graphviz-download-http; \ 85 -O graphviz-&graphviz-version;.tar.gz</userinput></screen>. 86 </para> 87 </note> 88 89 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 90 <itemizedlist spacing="compact"> 91 <listitem> 92 <para> 93 Optional patch to use <xref linkend="qt5"/>: 94 <ulink url="&patch-root;/graphviz-&graphviz-version;-qt5-1.patch"/> 95 </para> 96 </listitem> 97 </itemizedlist> 98 --> 75 99 76 <bridgehead renderas="sect3">Graphviz Dependencies</bridgehead> 100 77 … … 215 192 <title>Installation of Graphviz</title> 216 193 217 <!-- For every major version of Ruby, this has to be tweaked. See #11606218 219 <para>220 If <xref linkend="ruby"/> is installed, and you want to build Ruby221 bindings, fix ruby's detection:222 </para>223 224 Not sure about the above for version 2.42.1. Seems to detect it OK. I225 didn't see any reference to the specific ruby version.226 -->227 <!--<screen><userinput>sed -e '/ruby/s/1\.9/2.6/' -i configure.ac</userinput></screen>-->228 229 <!-- No patch required230 <para>231 If <xref linkend="qt5"/> is installed, and you want to build the232 <command>gvedit</command> graph editor, issue:233 </para>234 235 <screen><userinput>patch -p1 -i ../graphviz-&graphviz-version;-qt5-1.patch</userinput></screen>236 -->237 194 <para> 238 195 Install <application>Graphviz</application> by running the following … … 243 200 244 201 ./autogen.sh && 245 ./configure --prefix=/usr \ 246 --disable-php && 202 ./configure --prefix=/usr && 247 203 make</userinput></screen> 248 204 … … 354 310 dot, dot2gxl, dot_builtins, dotty, edgepaint, fdp, gc, gml2gv, 355 311 graphml2gv, gv2gml, gv2gxl, gvcolor, gvedit, gvgen, gvmap, gvmap.sh, 356 gvpack, gvpr, gxl2dot, gxl2gv, l efty, lneato, mm2gv, neato, nop,312 gvpack, gvpr, gxl2dot, gxl2gv, lneato, mm2gv, neato, nop, 357 313 osage, patchwork, prune, sccmap, sfdp, tred, twopi, 358 314 unflatten, and vimdot … … 362 318 libpathplan.so, libxdot.so, and several plugins in /usr/lib/graphviz. 363 319 There are also several in subdirectories of 364 /usr/lib/{lua,perl5, php,<!--python&python2-majorver;-->,python&python3-majorver;,tcl8.6}.320 /usr/lib/{lua,perl5, <!--php, -->python&python3-majorver;,tcl8.6}. 365 321 Unfortunately, some libraries are duplicated. 366 322 </seg> -
general/genutils/lsof.xml
r45befbb r141ee0a5 5 5 %general-entities; 6 6 7 <!-- <!ENTITY lsof-download-http "https://www.mirrorservice.org/sites/lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_&lsof-version;.tar.bz2">8 <!ENTITY lsof-download-ftp " "> -->9 7 10 <!-- URL is for a mirror. Change back to below if/when main site comes back. --> 11 12 <!ENTITY lsof-download-http "https://www.mirrorservice.org/sites/lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_&lsof-version;.tar.gz"> 8 <!ENTITY lsof-download-http "https://github.com/lsof-org/lsof/releases/download/&lsof-version;/lsof_&lsof-version;.linux.tar.bz2"> 13 9 <!ENTITY lsof-download-ftp " "> 14 <!ENTITY lsof-md5sum " 10e1353aa4bf2fd5bbed65db9ef6fd47">15 <!ENTITY lsof-size " 1.1 MB">16 <!ENTITY lsof-buildsize " 9.6 MB">17 <!ENTITY lsof-time "less than 0.1 SBU ">10 <!ENTITY lsof-md5sum "2a007f86fb0207fbce3e9d7542e1041c"> 11 <!ENTITY lsof-size "493 KB"> 12 <!ENTITY lsof-buildsize "3.7 MB (add 600 KB for tests)"> 13 <!ENTITY lsof-time "less than 0.1 SBU (add 0.4 SBU for tests)"> 18 14 ]> 19 15 … … 82 78 </para> 83 79 80 <bridgehead renderas="sect4">Optional</bridgehead> 81 <para role="optional"> 82 <xref linkend="nmap"/> (with a symbolic link <command>nc</command> 83 pointing to <command>ncat</command> in <filename class="directory"> 84 /usr/bin</filename>; used in tests) 85 </para> 86 84 87 <para condition="html" role="usernotes">User Notes: 85 88 <ulink url="&blfs-wiki;/lsof"/></para> 89 90 </sect2> 91 92 <sect2 role="kernel" id="lsof-kernel"> 93 <title>Kernel Configuration</title> 94 95 <para> 96 To run the tests, the following option should be enabled in the kernel 97 configuration: 98 </para> 99 100 <screen><literal>General setup ---> 101 [*] POSIX Message Queues [CONFIG_POSIX_MQUEUE]</literal></screen> 86 102 87 103 </sect2> … … 91 107 92 108 <para> 93 The contents of the <application>lsof</application> tarball 94 include another tarball with the source code, which needs, in turn, 95 to be unpacked. Install <application>lsof</application> by running the 109 Install <application>lsof</application> by running the 96 110 following commands: 97 111 </para> 98 112 99 <screen><userinput>tar -xf lsof_&lsof-version;_src.tar && 100 cd lsof_&lsof-version;_src && 101 ./Configure -n linux && 102 make CFGL="-L./lib -ltirpc"</userinput></screen> 113 <screen><userinput>./Configure -n linux && 114 make</userinput></screen> 103 115 104 116 <para> 105 This package does not come with a working test suite. 117 The tests should be run as the <systemitem 118 class="username">root</systemitem> user. They require that the 119 POSIX message queues are enabled in the kernel, and that <xref 120 linkend="nmap"/> be installed with a symbolic link 121 <filename>/usr/bin/nc</filename> pointing to <command>ncat</command>. 122 </para> 123 124 <screen role="root" 125 remap="test"><userinput>make check</userinput></screen> 126 127 <para> 128 Two tests fail if the tests are run from a script instead of an 129 interactive session. 106 130 </para> 107 131 … … 110 134 </para> 111 135 112 <screen role="root"><userinput>install -v -m 0755 -o root -g root lsof /usr/bin &&136 <screen role="root"><userinput>install -v -m4755 -o root -g root lsof /usr/bin && 113 137 install -v lsof.8 /usr/share/man/man8</userinput></screen> 114 138 … … 124 148 125 149 <para> 126 <command>make CFGL="-L./lib -ltirpc"</command>: Add the libtirpc 127 libraries location to the <command>make</command> command. 150 <command>install -m4755 ...</command>: <command>lsof</command> should 151 be suid root to allwo users to list all files. This may be a security 152 threat on some systems. In that case change to <option>-m755</option> 153 and use <command>sudo</command> to run the program. 128 154 </para> 129 155 -
general/prog/py3c.xml
r45befbb r141ee0a5 7 7 <!ENTITY py3c-download-http 8 8 "https://github.com/encukou/py3c/archive/v&py3c-version;/py3c-&py3c-version;.tar.gz"> 9 <!ENTITY py3c-md5sum "5 7f6518f3a7bcd501425bb23f2de15a7">10 <!ENTITY py3c-size "4 8KB">11 <!ENTITY py3c-buildsize " 1.4 MB">9 <!ENTITY py3c-md5sum "53029afde7e0cf8672a2d69d378a0cfc"> 10 <!ENTITY py3c-size "47 KB"> 11 <!ENTITY py3c-buildsize "608 KB"> 12 12 <!ENTITY py3c-time "less than 0.1 SBU"> 13 13 ]> … … 90 90 91 91 <para> 92 To test the package, issue: <command>make test-python3</command>.92 To test the package, issue: 93 93 </para> 94 95 <screen remap="test"><userinput>make test-python3 && 96 make test-python3-cpp</userinput></screen> 94 97 95 98 <para> … … 100 103 101 104 <!-- Note: 102 When doing a DESTDIR install, use "make prefix=$DESTDIR/usr install" 103 but the installed py3c.pc file will contain an invalid path for the 104 includedir. 105 So either do a "sed -e "s:@includedir@:/usr/include:" -i py3c.pc.in 106 before exec the make-install or fix that path in the installed 107 file $DESTDIR/usr/share/pkgconfig/py3c.pc afterwards. 105 Now, doing a DESTDIR install is just 106 "make prefix=/usr DESTDIR=<dest> install" 108 107 --> 109 108 <screen role="root"><userinput>make prefix=/usr install</userinput></screen> -
general/prog/python-modules.xml
r45befbb r141ee0a5 31 31 <listitem> 32 32 <para> 33 <xref linkend="asciidoc"/> 34 </para> 35 </listitem> 36 <listitem> 37 <para> 33 38 <xref linkend="dbus-python"/> 34 39 </para> … … 162 167 163 168 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 169 href="asciidoc.xml"/> 170 171 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 164 172 href="dbus-python.xml"/> 165 173 -
general/prog/valgrind.xml
r45befbb r141ee0a5 5 5 %general-entities; 6 6 7 <!ENTITY valgrind-download-http "https://sourceware.org/ ftp/valgrind/valgrind-&valgrind-version;.tar.bz2">7 <!ENTITY valgrind-download-http "https://sourceware.org/pub/valgrind/valgrind-&valgrind-version;.tar.bz2"> 8 8 <!ENTITY valgrind-download-ftp "ftp://sourceware.org/pub/valgrind/valgrind-&valgrind-version;.tar.bz2"> 9 <!ENTITY valgrind-md5sum " afe11b5572c3121a781433b7c0ab741b">10 <!ENTITY valgrind-size "1 6MB">11 <!ENTITY valgrind-buildsize " 629 MB (add 103MB for tests)">12 <!ENTITY valgrind-time "0.5 SBU (Using parallelism=4; add 7. 9SBU for tests)">9 <!ENTITY valgrind-md5sum "de56a5532b0c81781db677ca712c585a"> 10 <!ENTITY valgrind-size "15 MB"> 11 <!ENTITY valgrind-buildsize "550 MB (add 62 MB for tests)"> 12 <!ENTITY valgrind-time "0.5 SBU (Using parallelism=4; add 7.5 SBU for tests)"> 13 13 ]> 14 14 … … 72 72 </listitem> 73 73 </itemizedlist> 74 74 <!-- 75 75 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 76 76 <itemizedlist spacing="compact"> … … 82 82 </listitem> 83 83 </itemizedlist> 84 84 --> 85 85 <bridgehead renderas="sect3">Valgrind Dependencies</bridgehead> 86 86 87 87 <bridgehead renderas="sect4">Optional</bridgehead> 88 88 <para role="optional"> 89 <!-- The below programs are no longer used or looked for. -->90 <!--<xref linkend="bind"/> or <xref linkend="bind-utils"/> (for tests),91 <xref linkend="boost"/>, -->92 89 <xref linkend="gdb"/> (for tests), 93 90 <xref linkend="llvm"/> (with Clang), and … … 110 107 <title>Installation of Valgrind</title> 111 108 109 <!-- Not needed anymore with 3.18.1 112 110 <para> 113 111 First, make several changes that are required for Valgrind to function on … … 116 114 117 115 <screen><userinput remap="pre">patch -Np1 -i ../valgrind-&valgrind-version;-upstream_fixes-1.patch</userinput></screen> 118 119 <!-- Not needed with 3.17.0120 <para>121 First, adapt the tests to glibc-2.33:122 </para>123 124 <screen><userinput remap="pre">sed -i 's/arm64/amd64/' gdbserver_tests/nlcontrolc.vgtest</userinput></screen>125 116 --> 126 117 … … 130 121 </para> 131 122 132 <screen><userinput>autoreconf -fiv && 133 sed -i 's|/doc/valgrind||' docs/Makefile.in && 123 <screen><userinput>sed -i 's|/doc/valgrind||' docs/Makefile.in && 134 124 135 125 ./configure --prefix=/usr \ … … 140 130 To test the results, issue: <command>make regtest</command>. The tests 141 131 may hang forever if <xref linkend="gdb"/> is not installed. Some tests 142 are known to hang also, depending on the version of glibc. Some tests143 in the "drd" test suite are known to fail as well. Problematic132 are known to hang also, depending on the version of glibc. A few test 133 can fail in various suites. Problematic 144 134 tests can be disabled by changing the <userinput>prereq:</userinput> line 145 135 in the corresponding <filename>.vgtest</filename> file to … … 147 137 </para> 148 138 149 <screen ><userinput>sed -e 's@prereq:.*@prereq: false@' \139 <screen role="nodump"><userinput>sed -e 's@prereq:.*@prereq: false@' \ 150 140 -i {helgrind,drd}/tests/pth_cond_destroy_busy.vgtest</userinput></screen> 151 141 … … 212 202 </seg> 213 203 <seg> 214 <!-- Moved to /usr/lib/valgrind in 3.17.0215 libcoregrind-<Arch>-linux.a,216 libgcc-sup-<Arch>-linux.a,217 libreplacemalloc_toolpreload-<Arch>-linux.a,218 libvex-<Arch>-linux.a,219 libvexmultiarch-amd64-linux.a,220 vgpreload_core-<Arch>-linux.so,221 vgpreload_drd-<Arch>-linux.so,222 vgpreload_exp-dhat-<Arch>-linux.so,223 vgpreload_helgrind-<Arch>-linux.so,224 vgpreload_massif-<Arch>-linux.so, and225 vgpreload_memcheck-<Arch>-linux.so, where226 <Arch> is x86 or amd64227 -->228 204 None 229 205 </seg> -
introduction/welcome/changelog.xml
r45befbb r141ee0a5 43 43 --> 44 44 <listitem> 45 <para>October 28th, 2021</para> 46 <itemizedlist> 47 <listitem> 48 <para>[pierre] - Update to asciidoc-10.0.0 (move to python modules). 49 Fixes <ulink url="&blfs-ticket-root;15682">#15682</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[pierre] - Update to graphviz-2.49.3. Fixes 53 <ulink url="&blfs-ticket-root;15680">#15680</ulink>.</para> 54 </listitem> 55 <listitem> 56 <para>[pierre] - Update to valgrind-3.18.1. Fixes 57 <ulink url="&blfs-ticket-root;15677">#15677</ulink>.</para> 58 </listitem> 59 <listitem> 60 <para>[pierre] - Update to py3c-1.4 (python module). Fixes 61 <ulink url="&blfs-ticket-root;15676">#15676</ulink>.</para> 62 </listitem> 63 <listitem> 64 <para>[pierre] - Update to pidgin-2.14.8. Fixes 65 <ulink url="&blfs-ticket-root;15674">#15674</ulink>.</para> 66 </listitem> 67 <listitem> 68 <para>[pierre] - Update to glibmm-2.66.2. Fixes 69 <ulink url="&blfs-ticket-root;15667">#15667</ulink>.</para> 70 </listitem> 71 <listitem> 72 <para>[pierre] - Update to jansson-2.14. Fixes 73 <ulink url="&blfs-ticket-root;15664">#15664</ulink>.</para> 74 </listitem> 75 <listitem> 76 <para>[pierre] - Update to lsof-4.94.0. Fixes 77 <ulink url="&blfs-ticket-root;15663">#15663</ulink>.</para> 78 </listitem> 79 </itemizedlist> 80 </listitem> 81 82 <listitem> 45 83 <para>October 27th, 2021</para> 46 84 <itemizedlist> -
packages.ent
r45befbb r141ee0a5 99 99 <!ENTITY glib2-minor "2.70"> 100 100 <!ENTITY glib2-version "&glib2-minor;.0"> 101 <!ENTITY glibmm-version "2.66. 1">101 <!ENTITY glibmm-version "2.66.2"> 102 102 <!ENTITY gmime-version "2.6.23"> 103 103 <!ENTITY gmime3-version "3.2.7"> … … 115 115 <!ENTITY inih-version "53"> 116 116 <!ENTITY iso-codes-version "4.7.0"> 117 <!ENTITY jansson-version "2.1 3.1">117 <!ENTITY jansson-version "2.14"> 118 118 <!--<!ENTITY JS52-version "52.2.1gnome1">--> 119 119 <!--<!ENTITY JS60-version "60.8.0">--> … … 245 245 246 246 <!-- Chapter 11 --> 247 <!ENTITY asciidoc-version "9.1.1">248 247 <!ENTITY asciidoctor-version "2.0.16"> 249 248 <!ENTITY bogofilter-version "1.2.5"> … … 252 251 <!ENTITY desktop-file-utils-version "0.26"> 253 252 <!ENTITY gperf-version "3.0.4"> 254 <!ENTITY graphviz-version "2.49. 1">253 <!ENTITY graphviz-version "2.49.3"> 255 254 <!ENTITY gtk-doc-major "1.33"> 256 255 <!ENTITY gtk-doc-version "1.33.2"> … … 262 261 <!ENTITY imagemagick-version "7.1.0"> 263 262 <!ENTITY intltool-version "0.50.2"> 264 <!ENTITY lsof-version "4.9 1">263 <!ENTITY lsof-version "4.94.0"> 265 264 <!ENTITY pinentry-version "1.2.0"> 266 265 <!ENTITY rarian-version "0.8.1"> … … 385 384 <!ENTITY vala-major-version "0.54"> <!-- even minors only --> 386 385 <!ENTITY vala-version "&vala-major-version;.1"> 387 <!ENTITY valgrind-version "3.1 7.0">386 <!ENTITY valgrind-version "3.18.1"> 388 387 <!ENTITY yasm-version "1.3.0"> 389 388 … … 559 558 <!-- Python module versions used in the Python Modules instructions --> 560 559 <!-- <!ENTITY Beaker-version "1.10.0"> --> 560 <!ENTITY asciidoc-version "10.0.0"> 561 561 <!ENTITY docutils-version "0.17.1"> 562 562 <!ENTITY dbus-python-version "1.2.18"> … … 569 569 <!ENTITY mako-version "1.1.5"> 570 570 <!ENTITY MarkupSafe-version "2.0.1"> 571 <!ENTITY py3c-version "1. 3.1">571 <!ENTITY py3c-version "1.4"> 572 572 <!ENTITY pyatspi2-version "2.38.1"> 573 573 <!--<!ENTITY py2cairo-version "1.10.0"> --> … … 954 954 <!ENTITY pan-version "0.133"> 955 955 <!ENTITY pavucontrol-version "5.0"> 956 <!ENTITY pidgin-version "2.14. 7">956 <!ENTITY pidgin-version "2.14.8"> 957 957 <!ENTITY rox-filer-version "2.11"> 958 958 <!ENTITY rxvt-unicode-version "9.26"> -
xsoft/other/pidgin.xml
r45befbb r141ee0a5 7 7 <!ENTITY pidgin-download-http "&sourceforge-dl;/pidgin/pidgin-&pidgin-version;.tar.bz2"> 8 8 <!ENTITY pidgin-download-ftp " "> 9 <!ENTITY pidgin-md5sum " 476d808a268c693adcc8fc5c952dadd4">9 <!ENTITY pidgin-md5sum "243ed3a590e38f156fee2e22180f8676"> 10 10 <!ENTITY pidgin-size "8.3 MB"> 11 11 <!ENTITY pidgin-buildsize "302 MB (with tests and docs)"> … … 70 70 </listitem> 71 71 </itemizedlist> 72 73 <bridgehead renderas="sect3">Additional Downloads</bridgehead>74 <itemizedlist spacing="compact">75 <listitem>76 <para>77 Required patch:78 <ulink url="&patch-root;/pidgin-&pidgin-version;-fix_time_conv-1.patch"/>79 </para>80 </listitem>81 </itemizedlist>82 83 72 84 73 <bridgehead renderas="sect3">Pidgin Dependencies</bridgehead> … … 152 141 153 142 <para> 154 First, apply a patch that fixes time to string conversions:155 </para> 156 157 <screen><userinput> patch -Np1 -i ../pidgin-&pidgin-version;-fix_time_conv-1.patch</userinput></screen>143 First, fix a test that fails: 144 </para> 145 146 <screen><userinput>sed '/09-13/s@^@//@' -i libpurple/tests/test_util.c</userinput></screen> 158 147 159 148 <para>
Note:
See TracChangeset
for help on using the changeset viewer.