Author: gdalziel
Date: 2009-07-31 07:14:58 -0600 (Fri, 31 Jul 2009)
New Revision: 7911
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/multimedia/cdwriteutils/cdrtools.xml
Log:
Added a patch to fix function conflicts between Glibc and Cdrtools.
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2009-07-30 16:22:26 UTC (rev 7910)
+++ trunk/BOOK/general.ent 2009-07-31 13:14:58 UTC (rev 7911)
@@ -3,13 +3,13 @@
$Date$
-->
-<!ENTITY day "30"> <!-- Always 2 digits -->
+<!ENTITY day "31"> <!-- Always 2 digits -->
<!ENTITY month "07"> <!-- Always 2 digits -->
<!ENTITY year "2009">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "svn-&year;&month;&day;">
-<!ENTITY releasedate "July &day;th, &year;">
+<!ENTITY releasedate "July &day;st, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!--
version|testing|unstable|development] -->
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2009-07-30 16:22:26 UTC
(rev 7910)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2009-07-31 13:14:58 UTC
(rev 7911)
@@ -41,6 +41,16 @@
-->
<listitem>
+ <para>July 31st, 2009</para>
+ <itemizedlist>
+ <listitem>
+ <para>[gdalziel] - Added a patch to Cdrtools-2.01 to fix function
+ conflicts with Glibc.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>July 30th, 2009</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/multimedia/cdwriteutils/cdrtools.xml
===================================================================
--- trunk/BOOK/multimedia/cdwriteutils/cdrtools.xml 2009-07-30 16:22:26 UTC
(rev 7910)
+++ trunk/BOOK/multimedia/cdwriteutils/cdrtools.xml 2009-07-31 13:14:58 UTC
(rev 7911)
@@ -33,6 +33,8 @@
CD recording utilities. These are useful for reading, creating or writing
(burning) Compact Discs.</para>
+ &lfs65_checked;
+
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
@@ -58,6 +60,11 @@
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing='compact'>
<listitem>
+ <para>Required patch for fixing function conflicts with newer versions
of Glibc:
+ <ulink
url="&patch-root;/cdrtools-&cdrtools-version;-glibc_conflicts-1.patch"/></para>
+ </listitem>
+
+ <listitem>
<para>Required patch for extending the number of locales to create
CDs with non-ASCII filenames:
<ulink
url="&patch-root;/cdrtools-&cdrtools-version;-mkisofs_iconv-1.patch"/></para>
@@ -107,6 +114,11 @@
<screen><userinput>patch -Np1 -i
../cdrtools-&cdrtools-version;-ascii-2.patch</userinput></screen>
+ <para>Cdrtools contains several functions that conflict with functions in
+ Glibc. Apply the following patch to correct this:</para>
+
+<screen><userinput>patch -Np1 -i
../cdrtools-&cdrtools-version;-glibc_conflicts-1.patch</userinput></screen>
+
<para>Install <application>Cdrtools</application> by running the following
commands:</para>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page