source: general/genlib/libgpg-error.xml@ a41f643

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since a41f643 was a41f643, checked in by Randy McMurchy <randy@…>, 14 years ago

Globally removed all extraneous spaces

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

  • Property mode set to 100644
File size: 5.1 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 libgpg-error-download-http "&sources-anduin-http;/l/libgpg-error-&libgpg-error-version;.tar.bz2">
8 <!ENTITY libgpg-error-download-ftp "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-&libgpg-error-version;.tar.bz2">
9 <!ENTITY libgpg-error-md5sum "62c0d09d1e76c5b6da8fff92314c4665">
10 <!ENTITY libgpg-error-size "395 KB">
11 <!ENTITY libgpg-error-buildsize "4 MB">
12 <!ENTITY libgpg-error-time "less than 0.1 SBU">
13]>
14
15<sect1 id="libgpg-error" xreflabel="Libgpg-error-&libgpg-error-version;">
16 <?dbhtml filename="libgpg-error.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Libgpg-error-&libgpg-error-version;</title>
24
25 <indexterm zone="libgpg-error">
26 <primary sortas="a-Libgpg-error">Libgpg-error</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Libgpg-error</title>
31
32 <para>The <application>Libgpg-error</application> package contains a
33 library that defines common error values for all
34 <application>GnuPG</application> components. Among these are GPG, GPGSM,
35 GPGME, GPG-Agent, libgcrypt, Libksba, DirMngr, Pinentry, SmartCard Daemon
36 and more.</para>
37
38 &lfs65_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>Download (HTTP): <ulink url="&libgpg-error-download-http;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download (FTP): <ulink url="&libgpg-error-download-ftp;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download MD5 sum: &libgpg-error-md5sum;</para>
50 </listitem>
51 <listitem>
52 <para>Download size: &libgpg-error-size;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated disk space required: &libgpg-error-buildsize;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated build time: &libgpg-error-time;</para>
59 </listitem>
60 </itemizedlist>
61
62 <para condition="html" role="usernotes">User Notes:
63 <ulink url="&blfs-wiki;/libgpg-error"/></para>
64
65 </sect2>
66
67 <sect2 role="installation">
68 <title>Installation of Libgpg-error</title>
69
70 <para>Install <application>Libgpg-error</application> by running the
71 following commands:</para>
72
73<screen><userinput>./configure --prefix=/usr &amp;&amp;
74make</userinput></screen>
75
76 <para>To test the results, issue: <command>make check</command>.</para>
77
78 <para>Now, as the <systemitem class="username">root</systemitem>
79 user:</para>
80
81<screen role="root"><userinput>make install &amp;&amp;
82install -v -m644 -D README \
83 /usr/share/doc/libgpg-error-&libgpg-error-version;/README</userinput></screen>
84
85 </sect2>
86
87 <sect2 role="content">
88 <title>Contents</title>
89
90 <segmentedlist>
91 <segtitle>Installed Programs</segtitle>
92 <segtitle>Installed Library</segtitle>
93 <segtitle>Installed Directories</segtitle>
94
95 <seglistitem>
96 <seg>gpg-error and gpg-error-config</seg>
97 <seg>libgpg-error.{so,a}</seg>
98 <seg>/usr/share/common-lisp and
99 /usr/share/doc/libgpg-error-&libgpg-error-version;</seg>
100 </seglistitem>
101 </segmentedlist>
102
103 <variablelist>
104 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
105 <?dbfo list-presentation="list"?>
106 <?dbhtml list-presentation="table"?>
107
108 <varlistentry id="gpg-error">
109 <term><command>gpg-error</command></term>
110 <listitem>
111 <para>is used to determine <application>Libgpg-error</application>
112 error codes.</para>
113 <indexterm zone="libgpg-error gpg-error">
114 <primary sortas="b-gpg-error">gpg-error</primary>
115 </indexterm>
116 </listitem>
117 </varlistentry>
118
119 <varlistentry id="gpg-error-config">
120 <term><command>gpg-error-config</command></term>
121 <listitem>
122 <para>is a utility used to configure and build applications based on
123 the <application>Libgpg-error</application> library. It can be used
124 to query the C compiler and linker flags which are required to correctly
125 compile and link the application against the
126 <application>Libgpg-error</application> library.</para>
127 <indexterm zone="libgpg-error gpg-error-config">
128 <primary sortas="b-gpg-error-config">gpg-error-config</primary>
129 </indexterm>
130 </listitem>
131 </varlistentry>
132
133 <varlistentry id="liblibgpg-error">
134 <term><filename class='libraryfile'>liblibgpg-error.{so,a}</filename></term>
135 <listitem>
136 <para>contains the <application>Libgpg-error</application> API
137 functions.</para>
138 <indexterm zone="libgpg-error liblibgpg-error">
139 <primary sortas="c-liblibgpg-error">liblibgpg-error.{so,a}</primary>
140 </indexterm>
141 </listitem>
142 </varlistentry>
143
144 </variablelist>
145
146 </sect2>
147
148</sect1>
Note: See TracBrowser for help on using the repository browser.