Changeset 81aee91


Ignore:
Timestamp:
04/15/2006 04:14:40 PM (18 years ago)
Author:
Archaic <archaic@…>
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, 12.1, 12.1-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/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
ff38e70
Parents:
34777763
Message:

Added patch to glibc to fix build errors in packages that include linux/types.h after sys/kd.h. Thanks to DJ for supplying the patch.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7521 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r34777763 r81aee91  
    3636    </listitem>
    3737-->
     38
     39    <listitem>
     40      <para>April 15, 2006</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[archaic] - Added patch to glibc to fix build errors in packages
     44          that include linux/types.h after sys/kd.h.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
    3848
    3949    <listitem>
  • chapter01/whatsnew.xml

    r34777763 r81aee91  
    218218    </listitem>
    219219    <listitem>
     220      <para>&glibc-linux_types-patch;</para>
     221    </listitem>
     222    <listitem>
    220223      <para>&groff-debian-patch;</para>
    221224    </listitem>
  • chapter03/patches.xml

    r34777763 r81aee91  
    9090
    9191    <varlistentry>
     92      <term>Glibc Linux Types Patch - 1.1 KB:</term>
     93      <listitem>
     94        <para><ulink url="&patches-root;&glibc-linux_types-patch;"/></para>
     95      </listitem>
     96    </varlistentry>
     97
     98    <varlistentry>
    9299      <term>Grep RedHat Fixes Patch - 56 KB:</term>
    93100      <listitem>
  • chapter06/glibc.xml

    r34777763 r81aee91  
    7272
    7373<screen><userinput>tar -xf ../glibc-libidn-&glibc-version;.tar.bz2</userinput></screen>
     74
     75    <para>Apply the following patch to fix build errors in packages that include
     76    linux/types.h after sys/kd.h:</para>
     77
     78<screen><userinput>patch -Np1 -i ../&glibc-linux_types-patch;</userinput></screen>
    7479
    7580    <para>In the vi_VN.TCVN locale, <command>bash</command> enters an infinite loop
  • general.ent

    r34777763 r81aee91  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "SVN-20060414">
    3 <!ENTITY releasedate "April 14, 2006">
     2<!ENTITY version "SVN-20060415">
     3<!ENTITY releasedate "April 15, 2006">
    44<!ENTITY milestone "6.2">
    55<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
  • patches.ent

    r34777763 r81aee91  
    1818
    1919<!ENTITY gcc-specs-patch "gcc-&gcc-version;-specs-1.patch">
     20
     21<!ENTITY glibc-linux_types-patch "glibc-&glibc-version;-linux_types-1.patch">
    2022
    2123<!ENTITY grep-fixes-patch "grep-&grep-version;-redhat_fixes-2.patch">
Note: See TracChangeset for help on using the changeset viewer.