Update to Eudev 1.7, and add a

note about upgrading udev

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@13214 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Pierre Labastie 2014-06-09 13:53:36 +00:00
parent c2625d8fa4
commit 6dc6bf47da
3 changed files with 27 additions and 7 deletions

View File

@ -342,7 +342,7 @@ export -f as_root</userinput></screen>
<!ENTITY colord-version "1.2.1"> <!-- Even minors only -->
<!ENTITY cpio-version "2.11">
<!ENTITY dbus-version "1.8.2"> <!-- Even minors only -->
<!ENTITY eudev-version "1.6">
<!ENTITY eudev-version "1.7">
<!ENTITY fcron-version "3.1.3">
<!ENTITY gpm-version "1.20.7">
<!ENTITY hdparm-version "9.43">

View File

@ -6,10 +6,10 @@
<!ENTITY eudev-download-http "http://dev.gentoo.org/~blueness/eudev/eudev-&eudev-version;.tar.gz">
<!ENTITY eudev-download-ftp " ">
<!ENTITY eudev-md5sum "c2fbf420a50d07b80158a0185cbb08f7">
<!ENTITY eudev-md5sum "80649a0350ff9620fc2da9562d9f2a6a">
<!ENTITY eudev-size "1.7 MB">
<!ENTITY eudev-buildsize "97 MB">
<!ENTITY eudev-time "0.4 SBU">
<!ENTITY eudev-buildsize "23 MB">
<!ENTITY eudev-time "0.3 SBU">
]>
<sect1 id="udev-extras" xreflabel="udev-extras (from eudev)">
@ -36,6 +36,20 @@
<!-- &lfs75_checked; -->
<bridgehead renderas="sect3">Package Information</bridgehead>
<note>
<para>
If you are using the development version of BLFS, the Eudev version
on this page may be higher than the one you had for building LFS.
Newer version of Eudev may occasionally be incompatible with former
ones, either because they require some new options to be enabled
in the kernel, or because they change the way rules are parsed. You
may want to consult
<ulink url="http:wiki.gentoo.org/wiki/Udev/upgrade">the Gentoo
page</ulink> about upgrading Udev. Another alternative is
to run the instructions below with the Eudev version that you built
LFS with.
</para>
</note>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&eudev-download-http;"/></para>
@ -66,7 +80,9 @@
<bridgehead renderas="sect4">Optional Dependencies</bridgehead>
<para role="optional">
<xref linkend="gobject-introspection"/> (for gir-data, needed for Gnome), and
<xref linkend="gobject-introspection"/> (for gir-data, needed for Gnome),
<xref linkend="docbook-xsl"/> and <xref linkend="libxslt"/> (to build
man pages, which are not shipped with the package), and
<xref linkend="gtk-doc"/> (to rebuild the documentation)
</para>
@ -107,7 +123,7 @@ sed -r -i 's|/usr(/bin/test)|\1|' test/udev-test.pl &amp;&amp;
make</userinput></screen>
<para>To test the results, issue: <userinput>make check</userinput>.</para>
<para>To test the results, issue: <command>make check</command>.</para>
<para>Now re-install as the <systemitem class="username">root</systemitem>
user:</para>
@ -149,7 +165,7 @@ make</userinput></screen>
<seg>/usr/include/gudev-1.0/gudev,
/usr/lib/girepository-1.0,
/usr/share/gir-1.0, and
/usr/share/gtk-doc/html/gudev</seg>
/usr/share/gtk-doc/html/gudev (optional)</seg>
</seglistitem>
</segmentedlist>

View File

@ -46,6 +46,10 @@
<listitem>
<para>June 8th, 2014</para>
<itemizedlist>
<listitem>
<para>[pierre] - Eudev-1.7 (Udev-extras). Fixes
<ulink url="&blfs-ticket-root;5128">#5128</ulink>.</para>
</listitem>
<listitem>
<para>[fernando] - MariaDB-10.0.11: move switch
-DWITH_EMBEDDED_SERVER=ON to parameter.</para>