%general-entities; %patches-entities; ]> Gettext-&gettext-version; Gettext <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../common/gettext.xml" xpointer="xpointer(//*[@role='package']/para[1])"/> <segmentedlist> <segtitle>&buildtime;</segtitle> <segtitle>&diskspace;</segtitle> <seglistitem> <seg>Not checked yet</seg> <seg>Not checked yet</seg> </seglistitem> </segmentedlist> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../common/gettext.xml" xpointer="xpointer(//*[@role='package']/segmentedlist[2])"/> </sect2> <sect2 role="installation"> <title>Installation of Gettext Gettext includes its own version of Libtool which is broken for x86_64 (it tries to link statically linked archives compiled without -fPIC against shared objects) see (). Use the following sed to skip certain tests so that the main language tests can be run. sed -i -e '2iexit 77' autoconf-lib-link/tests/rpath-3*[ef] Prepare Gettext for compilation: ./configure --prefix=/usr Compile the package: make To test the results, issue: make check. This takes a very long time, around 7 SBUs. Install the package: make install