source: general/genlib/libblockdev.xml@ 16dc2c74

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 16dc2c74 was 16dc2c74, checked in by Bruce Dubbs <bdubbs@…>, 6 years ago

Update to poppler-data-0.4.9.
Update to libblockdev-2.17.
Update to LibRaw-0.18.9.

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

  • Property mode set to 100644
File size: 5.4 KB
RevLine 
[6dcb9e77]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
[5bffcec7]8 "https://github.com/storaged-project/libblockdev/releases/download/&libblockdev-version;-1/libblockdev-&libblockdev-version;.tar.gz">
[6dcb9e77]9 <!ENTITY libblockdev-download-ftp " ">
[16dc2c74]10 <!ENTITY libblockdev-md5sum "d01296478678e8bd7281ba250175c675">
11 <!ENTITY libblockdev-size "752 KB">
12 <!ENTITY libblockdev-buildsize "13 MB">
13 <!ENTITY libblockdev-time "0.1 SBU">
[6dcb9e77]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
[89d6c9a]41 &lfs82_checked;
[6dcb9e77]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"/>,
[66d9ef8]82 <xref linkend="libbytesize"/>,
83 <xref linkend="parted"/>, and
[6dcb9e77]84 <xref linkend="volume_key"/>
85 </para>
86
87 <bridgehead renderas="sect4">Optional</bridgehead>
88 <para role="optional">
89 <xref linkend="btrfs-progs"/>,
90 <xref linkend="gtk-doc"/>,
91 <xref linkend="mdadm"/>,
92 <ulink url="http://dmraid.sourcearchive.com/">dmraid</ulink>, and
93 <ulink url="http://bcachefs.org/">bcachefs</ulink>
[16dc2c74]94 <ulink url="https://github.com/pmem/ndctl">ndctl</ulink>
[6dcb9e77]95 </para>
96
97 <para condition="html" role="usernotes">User Notes:
98 <ulink url="&blfs-wiki;/libblockdev"/>
99 </para>
100 </sect2>
101
102 <sect2 role="installation">
103 <title>Installation of libblockdev</title>
104
105 <para>
106 Install <application>libblockdev</application> by running
107 the following commands:
108 </para>
109
[60ddbaf]110<screen><userinput>./configure --prefix=/usr \
[ce794256]111 --sysconfdir=/etc \
[66d9ef8]112 --with-python3 \
113 --without-gtk-doc \
[16dc2c74]114 --without-nvdimm \
[ce794256]115 --without-dm &amp;&amp;
[6dcb9e77]116make</userinput></screen>
117
118 <para>
[453073a8]119 This package does not come with a working test suite.
[6dcb9e77]120 </para>
121
122 <para>
123 Now, as the <systemitem class="username">root</systemitem> user:
124 </para>
125
126<screen role="root"><userinput>make install</userinput></screen>
127
128 </sect2>
129<!--
130 <sect2 role="commands">
131 <title>Command Explanations</title>
132
133
134 </sect2>
135-->
136 <sect2 role="content">
137 <title>Contents</title>
138
139 <segmentedlist>
140 <segtitle>Installed Programs</segtitle>
141 <segtitle>Installed Libraries</segtitle>
142 <segtitle>Installed Directories</segtitle>
143
144 <seglistitem>
145 <seg>
146 None
147 </seg>
148 <seg>
149 libbd_btrfs.so,
150 libbd_crypto.so,
151 libbd_fs.so,
152 libbd_kbd.so,
153 libbd_loop.so,
154 libbd_lvm.so,
155 libbd_lvm-dbus.so,
156 libbd_mdraid.so,
157 libbd_mpath.so,
158 libbd_part.so,
159 libbd_part_err.so,
160 libbd_swap.so,
161 libbd_utils.so, and
162 libblockdev.so
163 </seg>
164 <seg>
[fa30d84]165 /etc/libblockdev,
166 /usr/include/blockdev, and
167 /usr/share/gtk-doc/html/libblockdev
[6dcb9e77]168 </seg>
169 </seglistitem>
170 </segmentedlist>
171<!--
172 <variablelist>
173 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
174 <?dbfo list-presentation="list"?>
175 <?dbhtml list-presentation="table"?>
176
177 <varlistentry id="libblockdev.so">
178 <term><filename class="libraryfile">libblockdev.so</filename></term>
179 <listitem>
180 <para>
181 provides ????? - see intro
182 </para>
183 <indexterm zone="libblockdev libblockdev.so">
184 <primary sortas="c-libblockdev.so">libblockdev.so</primary>
185 </indexterm>
186 </listitem>
187 </varlistentry>
188
189 </variablelist>
190-->
191 </sect2>
192
193</sect1>
Note: See TracBrowser for help on using the repository browser.