Changeset 60bc014
- Timestamp:
- 09/18/2006 05:40:51 AM (17 years ago)
- Branches:
- 10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/parallelism, xry111/pip3, xry111/rust-wip-20221008
- Children:
- 5e8385c
- Parents:
- 5e66a56
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
r5e66a56 r60bc014 37 37 --> 38 38 <listitem> 39 <para>2006-09-17</para> 40 <itemizedlist> 41 <listitem> 42 <para>[dnicholson] - Updated to Glibc-2.4. Added the iconv fix 43 patch and removed the decprecated linux types and inotify 44 syscall patches. Thanks to Matthew Burgess and Bryan Kadzban 45 for textual suggestions.</para> 46 </listitem> 47 </listitem> 48 49 <listitem> 39 50 <para>2006-09-09</para> 40 51 <itemizedlist> -
chapter03/patches.xml
r5e66a56 r60bc014 108 108 109 109 <varlistentry> 110 <term>Glibc Linux Types Patch - <token>&glibc-linux_types-patch-size;</token>:</term> 111 <listitem> 112 <para>Download: <ulink url="&patches-root;&glibc-linux_types-patch;"/></para> 113 <para>MD5 sum: <literal>&glibc-linux_types-patch-md5;</literal></para> 114 </listitem> 115 </varlistentry> 116 117 <varlistentry> 118 <term>Glibc Inotify Syscall Functions Patch - <token>&glibc-inotify-patch-size;</token>:</term> 119 <listitem> 120 <para>Download: <ulink url="&patches-root;&glibc-inotify-patch;"/></para> 121 <para>MD5 sum: <literal>&glibc-inotify-patch-md5;</literal></para> 110 <term>Glibc Iconv Fix Patch - <token>&glibc-iconv_fix-patch-size;</token>:</term> 111 <listitem> 112 <para>Download: <ulink url="&patches-root;&glibc-iconv_fix-patch;"/></para> 113 <para>MD5 sum: <literal>&glibc-iconv_fix-patch-md5;</literal></para> 122 114 </listitem> 123 115 </varlistentry> -
chapter06/glibc.xml
r5e66a56 r60bc014 62 62 Unpack the tarball from within the Glibc source directory:</para> 63 63 64 <screen><userinput>tar -xf ../glibc-libidn-&glibc-version;.tar.bz2</userinput></screen> 65 66 <para>Apply the following patch to fix build errors in packages that include 67 <filename class="headerfile">linux/types.h</filename> after <filename 68 class="headerfile">sys/kd.h</filename>:</para> 69 70 <screen><userinput>patch -Np1 -i ../&glibc-linux_types-patch;</userinput></screen> 71 72 <para>Add a header to define syscall functions for the inotify feature 73 available in newer Linux kernels:</para> 74 75 <screen><userinput>patch -Np1 -i ../&glibc-inotify-patch;</userinput></screen> 64 <screen><userinput>tar -xf ../glibc-libidn-&glibc-version;.tar.bz2 65 mv glibc-libidn-&glibc-version; libidn</userinput></screen> 66 67 <para>Apply the following patch to fix an assertion failure when 68 opening two conversion descriptors with the same tocode and fromcode 69 parameters (see the iconv_open man page):</para> 70 71 <screen><userinput>patch -Np1 -i ../&glibc-iconv_fix-patch;</userinput></screen> 76 72 77 73 <para>In the vi_VN.TCVN locale, <command>bash</command> enters an infinite loop … … 173 169 <screen><userinput>make install</userinput></screen> 174 170 175 <para>Install the inotify header to the system header location:</para>176 177 <screen><userinput>cp -v ../glibc-&glibc-version;/sysdeps/unix/sysv/linux/inotify.h \178 /usr/include/sys</userinput></screen>179 180 171 <para>The locales that can make the system respond in a different language 181 172 were not installed by the above command. None of the locales are required, … … 349 340 <seglistitem> 350 341 <seg>catchsegv, gencat, getconf, getent, iconv, iconvconfig, ldconfig, 351 ldd, lddlibc4, locale, localedef, mtrace, nscd, nscd_nischeck,352 p cprofiledump, pt_chown, rpcgen, rpcinfo, sln, sprof, tzselect, xtrace,342 ldd, lddlibc4, locale, localedef, mtrace, nscd, pcprofiledump, 343 pt_chown, rpcgen, rpcinfo, sln, sprof, tzselect, xtrace, 353 344 zdump, and zic</seg> 354 345 <seg>ld.so, libBrokenLocale.{a,so}, libSegFault.so, libanl.{a,so}, … … 503 494 </varlistentry> 504 495 505 <varlistentry id="nscd_nischeck">506 <term><command>nscd_nischeck</command></term>507 <listitem>508 <para>Checks whether or not secure mode is necessary for NIS+509 lookup</para>510 <indexterm zone="ch-system-glibc nscd_nischeck">511 <primary sortas="b-nscd_nischeck">nscd_nischeck</primary>512 </indexterm>513 </listitem>514 </varlistentry>515 516 496 <varlistentry id="pcprofiledump"> 517 497 <term><command>pcprofiledump</command></term> -
general.ent
r5e66a56 r60bc014 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 <!ENTITY version "SVN-200609 09">3 <!ENTITY releasedate "September 9, 2006">2 <!ENTITY version "SVN-20060917"> 3 <!ENTITY releasedate "September 17, 2006"> 4 4 <!ENTITY milestone "6.3"> 5 5 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> -
packages.ent
r5e66a56 r60bc014 191 191 <!ENTITY gettext-ch6-sbu "1 SBU"> 192 192 193 <!ENTITY glibc-version "2. 3.6">194 <!ENTITY glibc-size "1 3,687 KB">193 <!ENTITY glibc-version "2.4"> 194 <!ENTITY glibc-size "14,847 KB"> 195 195 <!ENTITY glibc-url "&gnu;glibc/glibc-&glibc-version;.tar.bz2"> 196 <!ENTITY glibc-md5 " bfdce99f82d6dbcb64b7f11c05d6bc96">196 <!ENTITY glibc-md5 "7e9a88dcd41fbc53801dbe5bdacaf245"> 197 197 <!ENTITY glibc-home "&gnu-software;libc/"> 198 198 <!ENTITY glibc-ch5-du "325 MB"> … … 201 201 <!ENTITY glibc-ch6-sbu "13.5 SBU testsuite included"> 202 202 <!ENTITY glibc-libidn-version "&glibc-version;"> 203 <!ENTITY glibc-libidn-size " 99KB">203 <!ENTITY glibc-libidn-size "100 KB"> 204 204 <!ENTITY glibc-libidn-url "&gnu;glibc/glibc-libidn-&glibc-libidn-version;.tar.bz2"> 205 <!ENTITY glibc-libidn-md5 " 49dbe06ce830fc73874d6b38bdc5b4db">205 <!ENTITY glibc-libidn-md5 "e2d892b40d654c523ab26a26b7dd86a1"> 206 206 <!ENTITY glibc-libidn-home " "> 207 207 -
patches.ent
r5e66a56 r60bc014 54 54 55 55 56 <!ENTITY glibc-linux_types-patch "glibc-&glibc-version;-linux_types-1.patch"> 57 <!ENTITY glibc-linux_types-patch-md5 "30ea59ae747478aa9315455543b5bb43"> 58 <!ENTITY glibc-linux_types-patch-size "1.1 KB"> 59 60 <!ENTITY glibc-inotify-patch "glibc-&glibc-version;-inotify-1.patch"> 61 <!ENTITY glibc-inotify-patch-md5 "94f6d26ae50a0fe6285530fdbae90bbf"> 62 <!ENTITY glibc-inotify-patch-size "1.4 KB"> 56 <!ENTITY glibc-iconv_fix-patch "glibc-&glibc-version;-iconv_fix-1.patch"> 57 <!ENTITY glibc-iconv_fix-patch-md5 "9c8e681226ccf7a1f25c6467674f915e"> 58 <!ENTITY glibc-iconv_fix-patch-size "2.6 KB"> 63 59 64 60
Note:
See TracChangeset
for help on using the changeset viewer.