source: general/genlib/libblockdev.xml@ 3361e19

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 3361e19 was 60ddbaf, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Remove ninja, libffi, and python3 as dependencies
for many packages as they are now a part of LFS.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19328 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY libblockdev-download-http
8 "https://github.com/storaged-project/libblockdev/releases/download/2.13-1/libblockdev-&libblockdev-version;.tar.gz">
9 <!ENTITY libblockdev-download-ftp " ">
10 <!ENTITY libblockdev-md5sum "682af59af62afd8d44fb39ea492ede30">
11 <!ENTITY libblockdev-size "724 KB">
12 <!ENTITY libblockdev-buildsize "14 MB">
13 <!ENTITY libblockdev-time "0.3 SBU">
14]>
15
16<sect1 id="libblockdev" xreflabel="libblockdev-&libblockdev-version;">
17 <?dbhtml filename="libblockdev.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>libblockdev-&libblockdev-version;</title>
25
26 <indexterm zone="libblockdev">
27 <primary sortas="a-libblockdev">libblockdev</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to libblockdev</title>
32
33 <para>
34 libblockdev is a C library supporting GObject introspection for
35 manipulation of block devices. It has a plugin-based architecture where
36 each technology (like LVM, Btrfs, MD RAID, Swap,...) is implemented in a
37 separate plugin, possibly with multiple implementations (e.g. using LVM
38 CLI or the new LVM DBus API).
39 </para>
40
41 &lfs81_checked;
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Download (HTTP): <ulink url="&libblockdev-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&libblockdev-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &libblockdev-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &libblockdev-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &libblockdev-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &libblockdev-time;
73 </para>
74 </listitem>
75 </itemizedlist>
76
77 <bridgehead renderas="sect3">libblockdev Dependencies</bridgehead>
78
79 <bridgehead renderas="sect4">Required</bridgehead>
80 <para role="required">
81 <xref linkend="gobject-introspection"/>,
82 <xref linkend="libbytesize"/>,
83 <xref linkend="lvm2"/> (with device-mapper), and
84 <xref linkend="volume_key"/>
85 </para>
86
87 <bridgehead renderas="sect4">Recommended</bridgehead>
88 <para role="recommended">
89 <xref linkend="nss"/> and
90 <xref linkend="cryptsetup"/>
91 </para>
92
93 <bridgehead renderas="sect4">Optional</bridgehead>
94 <para role="optional">
95 <xref linkend="btrfs-progs"/>,
96 <xref linkend="gtk-doc"/>,
97 <xref linkend="mdadm"/>,
98 <xref linkend="parted"/>,
99 <xref linkend="python2"/>,
100 <ulink url="http://dmraid.sourcearchive.com/">dmraid</ulink>, and
101 <ulink url="http://bcachefs.org/">bcachefs</ulink>
102 </para>
103
104 <para condition="html" role="usernotes">User Notes:
105 <ulink url="&blfs-wiki;/libblockdev"/>
106 </para>
107 </sect2>
108
109 <sect2 role="installation">
110 <title>Installation of libblockdev</title>
111
112 <para>
113 Install <application>libblockdev</application> by running
114 the following commands:
115 </para>
116
117<screen><userinput>./configure --prefix=/usr \
118 --sysconfdir=/etc \
119 --without-dm &amp;&amp;
120make</userinput></screen>
121
122 <para>
123 This package does not come with a test suite.
124 </para>
125
126 <para>
127 Now, as the <systemitem class="username">root</systemitem> user:
128 </para>
129
130<screen role="root"><userinput>make install</userinput></screen>
131
132 </sect2>
133<!--
134 <sect2 role="commands">
135 <title>Command Explanations</title>
136
137
138 </sect2>
139-->
140 <sect2 role="content">
141 <title>Contents</title>
142
143 <segmentedlist>
144 <segtitle>Installed Programs</segtitle>
145 <segtitle>Installed Libraries</segtitle>
146 <segtitle>Installed Directories</segtitle>
147
148 <seglistitem>
149 <seg>
150 None
151 </seg>
152 <seg>
153 libbd_btrfs.so,
154 libbd_crypto.so,
155 libbd_fs.so,
156 libbd_kbd.so,
157 libbd_loop.so,
158 libbd_lvm.so,
159 libbd_lvm-dbus.so,
160 libbd_mdraid.so,
161 libbd_mpath.so,
162 libbd_part.so,
163 libbd_part_err.so,
164 libbd_swap.so,
165 libbd_utils.so, and
166 libblockdev.so
167 </seg>
168 <seg>
169 /etc/libblockdev,
170 /usr/include/blockdev, and
171 /usr/share/gtk-doc/html/libblockdev
172 </seg>
173 </seglistitem>
174 </segmentedlist>
175<!--
176 <variablelist>
177 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
178 <?dbfo list-presentation="list"?>
179 <?dbhtml list-presentation="table"?>
180
181 <varlistentry id="libblockdev.so">
182 <term><filename class="libraryfile">libblockdev.so</filename></term>
183 <listitem>
184 <para>
185 provides ????? - see intro
186 </para>
187 <indexterm zone="libblockdev libblockdev.so">
188 <primary sortas="c-libblockdev.so">libblockdev.so</primary>
189 </indexterm>
190 </listitem>
191 </varlistentry>
192
193 </variablelist>
194-->
195 </sect2>
196
197</sect1>
Note: See TracBrowser for help on using the repository browser.