Changeset 6f9ab64
- Timestamp:
- Oct 16, 2006, 1:30:26 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:
- e7b09c1
- Parents:
- 663b0fd
- Location:
- BOOK
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/bash.xml
r663b0fd r6f9ab64 29 29 30 30 <screen os="b"><userinput>tar -xvf ../bash-doc-&bash-doc-version;.tar.gz</userinput></screen> 31 32 <para os="p1">The following patch contains updates from the maintainer. The 33 maintainer of Bash only releases these patches to fix serious issues.:</para> 34 35 <screen os="p2"><userinput>patch -Np1 -i ../&bash-fixes-patch;</userinput></screen> 31 36 32 37 <para os="g">Prepare Bash for compilation:</para> -
BOOK/final-system/common/ncurses.xml
r663b0fd r6f9ab64 25 25 <sect2 role="installation"> 26 26 <title>Installation of Ncurses</title> 27 28 <para os="p1">This patch addresses build issues with Bash &bash-version;:</para>29 30 <screen os="p2"><userinput>patch -Np1 -i ../&ncurses-bash-patch;</userinput></screen>31 27 32 28 <para os="a">Prepare Ncurses for compilation:</para> -
BOOK/final-system/multilib/bash.xml
r663b0fd r6f9ab64 29 29 href="../common/bash.xml" 30 30 xpointer="xpointer(//*[@os='b'])"/> 31 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 33 href="../common/bash.xml" 34 xpointer="xpointer(//*[@os='p1'])"/> 35 36 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 37 href="../common/bash.xml" 38 xpointer="xpointer(//*[@os='p2'])"/> 31 39 32 40 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/multilib/ncurses-64bit.xml
r663b0fd r6f9ab64 21 21 <sect2 role="installation"> 22 22 <title>Installation of Ncurses</title> 23 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"25 href="ncurses.xml"26 xpointer="xpointer(//*[@os='p1'])"/>27 28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"29 href="ncurses.xml"30 xpointer="xpointer(//*[@os='p2'])"/>31 23 32 24 <screen os="b"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \ -
BOOK/final-system/multilib/ncurses-n32.xml
r663b0fd r6f9ab64 22 22 <sect2 role="installation"> 23 23 <title>Installation of Ncurses</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"26 href="ncurses.xml"27 xpointer="xpointer(//*[@os='p1'])"/>28 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"30 href="ncurses.xml"31 xpointer="xpointer(//*[@os='p2'])"/>32 24 33 25 <screen os="b"><userinput>CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \ -
BOOK/final-system/multilib/ncurses.xml
r663b0fd r6f9ab64 22 22 <sect2 role="installation"> 23 23 <title>Installation of Ncurses</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"26 href="../common/ncurses.xml"27 xpointer="xpointer(//*[@os='p1'])"/>28 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"30 href="../common/ncurses.xml"31 xpointer="xpointer(//*[@os='p2'])"/>32 24 33 25 <screen os="b"><userinput>CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \ -
BOOK/introduction/common/changelog.xml
r663b0fd r6f9ab64 38 38 39 39 <listitem> 40 <para>October 15, 2006</para> 41 <itemizedlist> 42 <listitem> 43 <para>[jim] - Updated Bash 3.2 with some unofficial upstream fixes. Thank you Chet Ramsey.</para> 44 </listitem> 45 </itemizedlist> 46 </listitem> 47 48 <listitem> 40 49 <para>October 12, 2006</para> 41 50 <itemizedlist> -
BOOK/materials/common/patches.xml
r663b0fd r6f9ab64 20 20 21 21 <varlistentry> 22 <term>Bash 3.2 Fixes - <token>&bash-fixes-patch-size;</token>:</term> 23 <listitem> 24 <para>Download: <ulink 25 url="&patches-root;&bash-fixes-patch;"/></para> 26 <para>MD5 sum: <literal>&bash-fixes-patch-md5;</literal></para> 27 </listitem> 28 </varlistentry> 29 30 <varlistentry> 22 31 <term>Binutils Posix Patch - <token>&binutils-posix-patch-size;</token>:</term> 23 32 <listitem> … … 196 205 url="&patches-root;&mktemp-tempfile-patch;"/></para> 197 206 <para>MD5 sum: <literal>&mktemp-tempfile-patch-md5;</literal></para> 198 </listitem>199 </varlistentry>200 201 <varlistentry>202 <term>Ncurses Bash 3.2 Fix - <token>&ncurses-bash-patch-size;</token>:</term>203 <listitem>204 <para>Download: <ulink205 url="&patches-root;&ncurses-bash-patch;"/></para>206 <para>MD5 sum: <literal>&ncurses-bash-patch-md5;</literal></para>207 207 </listitem> 208 208 </varlistentry> -
BOOK/patches.ent
r663b0fd r6f9ab64 5 5 <!-- Start of Common Patches --> 6 6 7 <!ENTITY bash-fixes-patch "bash-&bash-version;-fixes- 8.patch">8 <!ENTITY bash-fixes-patch-md5 " bc337045fa4c5839babf0306cc9df6d0">9 <!ENTITY bash-fixes-patch-size " 23KB">7 <!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-1.patch"> 8 <!ENTITY bash-fixes-patch-md5 "51dcdc97fa978199329f12d382056d91"> 9 <!ENTITY bash-fixes-patch-size "4 KB"> 10 10 11 11 <!ENTITY binutils-posix-patch "binutils-&binutils-version;-posix-1.patch"> … … 93 93 <!ENTITY mktemp-tempfile-patch-size "3.6 KB"> 94 94 95 <!ENTITY ncurses-bash-patch "ncurses-&ncurses-version;-bash32_update-1.patch">96 <!ENTITY ncurses-bash-patch-md5 "fca13124063dc74925bbdaec364f14dd">97 <!ENTITY ncurses-bash-patch-size "4 KB">98 99 95 <!ENTITY perl-libc-patch "perl-&perl-version;-libc-2.patch"> 100 96 <!ENTITY perl-libc-patch-md5 "3bf8aef1fb6eb6110405e699e4141f99"> -
BOOK/temp-system/64/ncurses.xml
r663b0fd r6f9ab64 22 22 <sect2 role="installation"> 23 23 <title>Installation of Ncurses</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"26 href="../common/ncurses.xml"27 xpointer="xpointer(//*[@os='p1'])"/>28 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"30 href="../common/ncurses.xml"31 xpointer="xpointer(//*[@os='p2'])"/>32 24 33 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/temp-system/common/bash.xml
r663b0fd r6f9ab64 22 22 <sect2 role="installation"> 23 23 <title>Installation of Bash</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 href="../../final-system/common/bash.xml" 27 xpointer="xpointer(//*[@os='p1'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 30 href="../../final-system/common/bash.xml" 31 xpointer="xpointer(//*[@os='p2'])"/> 24 32 25 33 <para os="c1">Remove a test that causes the build to fail:</para> -
BOOK/temp-system/common/ncurses.xml
r663b0fd r6f9ab64 22 22 <sect2 role="installation"> 23 23 <title>Installation of Ncurses</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"26 href="../../final-system/common/ncurses.xml"27 xpointer="xpointer(//*[@os='p1'])"/>28 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"30 href="../../final-system/common/ncurses.xml"31 xpointer="xpointer(//*[@os='p2'])"/>32 24 33 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/temp-system/multilib/bash.xml
r663b0fd r6f9ab64 22 22 <sect2 role="installation"> 23 23 <title>Installation of Bash</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 href="../common/bash.xml" 27 xpointer="xpointer(//*[@os='p1'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 30 href="../common/bash.xml" 31 xpointer="xpointer(//*[@os='p2'])"/> 24 32 25 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/temp-system/multilib/ncurses.xml
r663b0fd r6f9ab64 22 22 <sect2 role="installation"> 23 23 <title>Installation of Ncurses</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"26 href="../common/ncurses.xml"27 xpointer="xpointer(//*[@os='p1'])"/>28 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"30 href="../common/ncurses.xml"31 xpointer="xpointer(//*[@os='p2'])"/>32 24 33 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.