Changeset 44aaa3d0
- Timestamp:
- Jul 24, 2006, 6:02:14 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:
- 5ad98f24
- Parents:
- 2a11a04
- Location:
- BOOK
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/mips64/glibc.xml
r2a11a04 r44aaa3d0 104 104 105 105 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 106 href="../multilib/glibc.xml" 107 xpointer="xpointer(//*[@os='l1'])"/> 108 109 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 110 href="../multilib/glibc.xml" 111 xpointer="xpointer(//*[@os='l2'])"/> 112 113 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 106 114 href="../common/glibc.xml" 107 115 xpointer="xpointer(//*[@os='m'])"/> -
BOOK/final-system/multilib/glibc.xml
r2a11a04 r44aaa3d0 88 88 xpointer="xpointer(//*[@os='l'])"/> 89 89 90 <para os="l1">In multilib, we tend to think that compiling for 91 <literal>${CLFS_TARGET32}</literal> is <emphasis>not</emphasis> 92 cross-compiling. Glibc takes the traditional view that if you are building 93 for a different host then you are cross-compiling, so you won"t be running 94 the tests and therefore you don"t need the locale files. When we run 95 the tests, many will fail if the locale files are missing. The following 96 sed allows these tests to succeed:</para> 97 98 <screen os="l2"><userinput>sed -i '/cross-compiling/s@ifeq@ifneq@g' ../glibc-2.4/localedata/Makefile</userinput></screen> 99 90 100 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 91 101 href="../common/glibc.xml" … … 103 113 href="../common/glibc.xml" 104 114 xpointer="xpointer(//*[@os='p'])"/> 115 116 <!-- now that we can see what is really failing, we can address arch-specific failures here --> 105 117 106 118 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/ppc64/glibc.xml
r2a11a04 r44aaa3d0 97 97 98 98 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 99 href="../multilib/glibc.xml" 100 xpointer="xpointer(//*[@os='l1'])"/> 101 102 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 103 href="../multilib/glibc.xml" 104 xpointer="xpointer(//*[@os='l2'])"/> 105 106 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 99 107 href="../common/glibc.xml" 100 108 xpointer="xpointer(//*[@os='m'])"/> -
BOOK/introduction/mips64/changelog.xml
r2a11a04 r44aaa3d0 35 35 36 36 <listitem> 37 <para>July 24, 2006</para> 38 <itemizedlist> 39 <listitem> 40 <para>[ken] - Fix the locale failures in 32-bit glibc tests, thanks 41 to Go Moko.</para> 42 </listitem> 43 </itemizedlist> 44 </listitem> 45 46 <listitem> 37 47 <para>July 22, 2006</para> 38 48 <itemizedlist> -
BOOK/introduction/ppc64/changelog.xml
r2a11a04 r44aaa3d0 35 35 36 36 <listitem> 37 <para>July 24, 2006</para> 38 <itemizedlist> 39 <listitem> 40 <para>[ken] - Fix the locale failures in 32-bit glibc tests, thanks 41 to Go Moko.</para> 42 </listitem> 43 </itemizedlist> 44 </listitem> 45 46 <listitem> 37 47 <para>July 23, 2006</para> 38 48 <itemizedlist> -
BOOK/introduction/sparc64/changelog.xml
r2a11a04 r44aaa3d0 35 35 36 36 <listitem> 37 <para>July 24, 2006</para> 38 <itemizedlist> 39 <listitem> 40 <para>[ken] - Fix the locale failures in 32-bit glibc tests, thanks 41 to Go Moko.</para> 42 </listitem> 43 </itemizedlist> 44 </listitem> 45 46 <listitem> 37 47 <para>June 25, 2006</para> 38 48 <itemizedlist> -
BOOK/introduction/x86_64/changelog.xml
r2a11a04 r44aaa3d0 40 40 <para>[ken] - Add an LDEMULATION when we run the 32-bit libtool 41 41 testsuite.</para> 42 </listitem> 43 <listitem> 44 <para>[ken] - Fix the locale failures in 32-bit glibc tests, thanks 45 to Go Moko.</para> 42 46 </listitem> 43 47 </itemizedlist>
Note:
See TracChangeset
for help on using the changeset viewer.