Author: matthew
Date: 2012-12-30 01:30:29 -0700 (Sun, 30 Dec 2012)
New Revision: 10086
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter01/whatsnew.xml
trunk/BOOK/chapter03/patches.xml
trunk/BOOK/chapter06/kbd.xml
trunk/BOOK/packages.ent
trunk/BOOK/patches.ent
Log:
Upgrade to Kbd-1.15.5. Fixes #3239.
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2012-12-30 08:29:42 UTC (rev 10085)
+++ trunk/BOOK/chapter01/changelog.xml 2012-12-30 08:30:29 UTC (rev 10086)
@@ -40,6 +40,10 @@
<para>2012-12-30</para>
<itemizedlist>
<listitem>
+ <para>[matthew] - Upgrade to Kbd-1.15.5. Fixes
+ <ulink url="&lfs-ticket-root;3239">#3239</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[matthew] - All E2fsprogs tests pass now, so remove the
"-k" flag from its invocation.</para>
</listitem>
Modified: trunk/BOOK/chapter01/whatsnew.xml
===================================================================
--- trunk/BOOK/chapter01/whatsnew.xml 2012-12-30 08:29:42 UTC (rev 10085)
+++ trunk/BOOK/chapter01/whatsnew.xml 2012-12-30 08:30:29 UTC (rev 10086)
@@ -112,9 +112,9 @@
<listitem>
<para>IPRoute2 &iproute2-version;</para>
</listitem>
- <!--<listitem>
+ <listitem>
<para>Kbd &kbd-version;</para>
- </listitem>-->
+ </listitem>
<listitem>
<para>Kmod &kmod-version;</para>
</listitem>
@@ -233,6 +233,10 @@
</listitem>
<listitem>
+ <para>&kbd-backspace-patch;</para>
+ </listitem>
+
+ <listitem>
<para>&make-fixes-patch;</para>
</listitem>
@@ -262,6 +266,14 @@
</listitem>
<listitem>
+ <para>kbd-1.15.3-backspace-1.patch</para>
+ </listitem>
+
+ <listitem>
+ <para>kbd-1.15.3-upstream_fixes-1.patch</para>
+ </listitem>
+
+ <listitem>
<para>kmod-9-testsuite-1.patch</para>
</listitem>
Modified: trunk/BOOK/chapter03/patches.xml
===================================================================
--- trunk/BOOK/chapter03/patches.xml 2012-12-30 08:29:42 UTC (rev 10085)
+++ trunk/BOOK/chapter03/patches.xml 2012-12-30 08:30:29 UTC (rev 10086)
@@ -51,14 +51,6 @@
</varlistentry>
<varlistentry>
- <term>Kbd Loadkeys Fix Patch -
<token>&kbd-fixes-patch-size;</token>:</term>
- <listitem>
- <para>Download: <ulink url="&patches-root;&kbd-fixes-patch;"/></para>
- <para>MD5 sum: <literal>&kbd-fixes-patch-md5;</literal></para>
- </listitem>
- </varlistentry>
-
- <varlistentry>
<term>Kbd Backspace/Delete Fix Patch -
<token>&kbd-backspace-patch-size;</token>:</term>
<listitem>
<para>Download: <ulink
url="&patches-root;&kbd-backspace-patch;"/></para>
Modified: trunk/BOOK/chapter06/kbd.xml
===================================================================
--- trunk/BOOK/chapter06/kbd.xml 2012-12-30 08:29:42 UTC (rev 10085)
+++ trunk/BOOK/chapter06/kbd.xml 2012-12-30 08:30:29 UTC (rev 10086)
@@ -5,9 +5,6 @@
%general-entities;
]>
-<!-- FIXME: upstream git has been persuaded by SuSe to build resizecons on
x86_64,
-so the sed will need attention if that change is not removed before the next
release -->
-
<sect1 id="ch-system-kbd" role="wrap">
<?dbhtml filename="kbd.html"?>
@@ -44,11 +41,6 @@
<sect2 role="installation">
<title>Installation of Kbd</title>
- <para>The behaviour of <command>loadkeys</command> when run without a
- filename was broken in this release. The following patch fixes this:</para>
-
-<screen><userinput remap="pre">patch -Np1 -i
../&kbd-fixes-patch;</userinput></screen>
-
<para>The behaviour of the Backspace and Delete keys is not consistent
across the keymaps in the Kbd package. The following patch fixes this
issue for i386 keymaps:</para>
@@ -58,29 +50,14 @@
<para>After patching, the Backspace key generates the character with code
127,
and the Delete key generates a well-known escape sequence.</para>
- <para>Fix a bug in the Spanish message translations which prevents kbd from
- building with gettext-&gettext-version;:</para>
+ <para>Fix a bug that causes some keymaps not to be loaded correctly:</para>
-<screen><userinput remap="pre">sed -i '/guardado\ el/s/\(^.*en\
%\)\(.*\)/\14\$\2/' po/es.po</userinput></screen>
+<screen><userinput remap="pre">sed -i -e '326 s/if/while/'
src/loadkeys.analyze.l</userinput></screen>
- <para>Remove the redundant <command>resizecons</command> program (32-bit
x86
- only, needs the defunct svgalib, which predates linux-2.6 and is
incompatible
- with modern KMS, to provide the video mode files - for normal use
- <command>setfont</command> sizes the console appropriately) and its
manpage.</para>
-
- <para>The shipped version of <filename>configure.ac</filename> is newer
than
- <filename>aclocal.m4</filename>, so autotools will be run by
<command>make</command>
- which will overwrite the change to <filename>configure</filename>. Alter
the date
- and time of <filename>configure.ac</filename> - this uses the system
timezone, so we
- pick a time that is sufficiently old in all timezones.</para>
-
-<screen><userinput remap="pre">sed -i 's/\(RESIZECONS_PROGS=\)yes/\1no/'
configure &&
-sed -i 's/resizecons.8 //' man/man8/Makefile.in &&
-touch -d '2011-05-07 08:30' configure.ac</userinput></screen>
-
<para>Prepare Kbd for compilation:</para>
-<screen><userinput remap="configure">./configure --prefix=/usr
--datadir=/lib/kbd</userinput></screen>
+<screen><userinput remap="configure">./configure --prefix=/usr
--datadir=/lib/kbd \
+ --disable-vlock</userinput></screen>
<variablelist>
<title>The meaning of the configure options:</title>
@@ -94,6 +71,15 @@
</listitem>
</varlistentry>
+ <varlistentry>
+ <term><parameter>--disable-vlock</parameter></term>
+ <listitem>
+ <para>This option prevents the vlock utility from being built, as it
+ requires the PAM library, which isn't available in the chroot
+ environment.</para>
+ </listitem>
+ </varlistentry>
+
</variablelist>
<para>Compile the package:</para>
Modified: trunk/BOOK/packages.ent
===================================================================
--- trunk/BOOK/packages.ent 2012-12-30 08:29:42 UTC (rev 10085)
+++ trunk/BOOK/packages.ent 2012-12-30 08:30:29 UTC (rev 10086)
@@ -278,10 +278,10 @@
<!ENTITY iproute2-ch6-du "7.3 MB">
<!ENTITY iproute2-ch6-sbu "0.1 SBU">
-<!ENTITY kbd-version "1.15.3">
-<!ENTITY kbd-size "1,621 KB">
+<!ENTITY kbd-version "1.15.5">
+<!ENTITY kbd-size "1,690 KB">
<!ENTITY kbd-url
"http://ftp.altlinux.org/pub/people/legion/kbd/kbd-&kbd-version;.tar.gz">
-<!ENTITY kbd-md5 "8143e179a0f3c25646ce5085e8777200">
+<!ENTITY kbd-md5 "34c71feead8ab9c01ec638acea8cd877">
<!ENTITY kbd-home "http://ftp.altlinux.org/pub/people/legion/kbd">
<!ENTITY kbd-ch6-du "20 MB">
<!ENTITY kbd-ch6-sbu "0.1 SBU">
Modified: trunk/BOOK/patches.ent
===================================================================
--- trunk/BOOK/patches.ent 2012-12-30 08:29:42 UTC (rev 10085)
+++ trunk/BOOK/patches.ent 2012-12-30 08:30:29 UTC (rev 10086)
@@ -26,11 +26,6 @@
<!ENTITY kbd-backspace-patch-md5 "f75cca16a38da6caa7d52151f7136895">
<!ENTITY kbd-backspace-patch-size "12 KB">
-<!ENTITY kbd-fixes-patch "kbd-&kbd-version;-upstream_fixes-1.patch">
-<!ENTITY kbd-fixes-patch-md5 "58ae9bd7d546426cfaccf3eba16ad1a2">
-<!ENTITY kbd-fixes-patch-size "1.6 KB">
-
-
<!ENTITY make-fixes-patch "make-&make-version;-upstream_fixes-3.patch">
<!ENTITY make-fixes-patch-md5 "95027ab5b53d01699845d9b7e1dc878d">
<!ENTITY make-fixes-patch-size "10 KB">
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page