source: BOOK/final-system/multilib/udev-n32.xml@ 73888e6

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 73888e6 was 023eb64, checked in by Jim Gifford <clfs@…>, 18 years ago

Update to Multilib udev Part 2

  • Property mode set to 100644
File size: 2.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-system-udev-n32" role="wrap">
9 <?dbhtml filename="udev-n32.html"?>
10
11 <title>Udev-&udev-version; N32</title>
12
13 <indexterm zone="ch-system-udev-n32">
14 <primary sortas="a-Udev">Udev</primary>
15 </indexterm>
16
17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
18 href="../common/udev.xml"
19 xpointer="xpointer(//*[@role='package'])"/>
20
21 <sect2 role="installation">
22 <title>Installation of Udev</title>
23
24
25 <para os="p1">This patch moves /lib/udev to /lib64/udev, to keep
26 system consistency:</para>
27
28<screen os="p2"><userinput>patch -Np1 -i ../&udev-lib64-patch;</userinput></screen>
29
30 <para os="s1">This sed will move the build directory from lib64 to lib32, so we
31 can build the library with the correct information:</para>
32
33<screen os="s2"><userinput>sed -i 's@lib64@lib32@g' extras/volume_id/lib/Makefile</userinput></screen>
34
35 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
36 href="../common/udev.xml"
37 xpointer="xpointer(//*[@os='a'])"/>
38
39<screen os="b"><userinput>make CC="gcc ${BUILDN32}" LD="gcc ${BUILDN32}" \
40 EXTRAS="extras/volume_id"</userinput></screen>
41
42 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
43 href="../common/udev.xml"
44 xpointer="xpointer(//*[@os='c'])"/>
45
46 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
47 href="../common/udev.xml"
48 xpointer="xpointer(//*[@os='g'])"/>
49
50 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
51 href="udev.xml"
52 xpointer="xpointer(//*[@os='m1'])"/>
53
54<screen os="m2"><userinput>cp -arv extras/volume_id/lib/libvolume_id.so* /usr/lib32</userinput></screen>
55
56 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
57 href="udev.xml"
58 xpointer="xpointer(//*[@os='m3'])"/>
59
60<screen os="m4"><userinput>install -dv /usr/lib32/pkgconfig
61cp -arv extras/volume_id/lib/libvolume_id.pc /usr/lib32/pkgconfig</userinput></screen>
62
63 </sect2>
64
65 <sect2 role="content">
66 <title/>
67
68 <para>Details on this package are located in <xref
69 linkend="contents-udev" role="."/></para>
70
71 </sect2>
72</sect1>
73
74
75
Note: See TracBrowser for help on using the repository browser.