- Timestamp:
- Aug 3, 2006, 2:09:45 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- a309e85
- Parents:
- ec626ab
- Location:
- BOOK
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/x86_64-64/gettext.xml
rec626ab r318ac4f 22 22 <title>Installation of Gettext</title> 23 23 24 <para os="x1">Gettext includes its own version of Libtool which is broken25 for x86_64 (it tries to link statically linked archives compiled without26 -fPIC against shared objects) see (<ulink27 url="http://lists.gnu.org/archive/html/bug-libtool/2005-03/msg00070.html"/>).28 Use the following <command>sed</command> to skip certain tests so that29 the main language tests can be run.</para>24 <para os="x1">Gettext fails to pass <literal>-fPIC</literal> to the testsuite 25 for its internal libtool. On x86_64 it is not possible to link statically 26 linked archives compiled without -fPIC against shared objects and the suite 27 stops without running the main body of the tests. Use the following 28 <command>sed</command> to add this into the <literal>TESTS_ENVIRONMENT</literal> 29 parameters:</para> 30 30 31 <screen os="x2"><userinput>sed -i -e '2iexit 77' autoconf-lib-link/tests/rpath-3*[ef]</userinput></screen> 32 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 31 <screen os="x2"><userinput>sed -i \ 32 "s/CC='@CC@' CFLAGS='@CFLAGS@'/CC='@CC@' CFLAGS='@CFLAGS@ -fPIC'/" \ 33 autoconf-lib-link/tests/Makefile.in</userinput></screen> 34 35 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 34 36 href="../common/gettext.xml" 35 37 xpointer="xpointer(//*[@os='a'])"/> -
BOOK/introduction/x86_64-64/changelog.xml
rec626ab r318ac4f 33 33 34 34 --> 35 <listitem> 36 <para>August 3, 2006</para> 37 <itemizedlist> 38 <listitem> 39 <para>[ken] - Fix the testsuite sed for gettext. This fixes 40 ticket #80, thanks to Jonathan Davis for the initial report and Go Moko 41 for the initial analysis.</para> 42 </listitem> 43 </itemizedlist> 44 </listitem> 45 35 46 <listitem> 36 47 <para>March 12, 2006</para> -
BOOK/introduction/x86_64/changelog.xml
rec626ab r318ac4f 33 33 34 34 --> 35 36 <listitem> 37 <para>August 3, 2006</para> 38 <itemizedlist> 39 <listitem> 40 <para>[ken] - Fix the testsuite sed for 64-bit gettext. This fixes 41 ticket #80, thanks to Jonathan Davis for the initial report and Go Moko 42 for the initial analysis.</para> 43 </listitem> 44 </itemizedlist> 45 </listitem> 35 46 36 47 <listitem>
Note:
See TracChangeset
for help on using the changeset viewer.