source: general/genlib/libgpg-error.xml@ 5323a4b

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 5323a4b was 5323a4b, checked in by Randy McMurchy <randy@…>, 15 years ago

Updated to libgpg-error-1.7

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

  • Property mode set to 100644
File size: 5.0 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 "403 KB">
11 <!ENTITY libgpg-error-buildsize "4.5 MB">
12 <!ENTITY libgpg-error-time "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 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&libgpg-error-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&libgpg-error-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &libgpg-error-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &libgpg-error-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &libgpg-error-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &libgpg-error-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 <para condition="html" role="usernotes">User Notes:
61 <ulink url="&blfs-wiki;/libgpg-error"/></para>
62
63 </sect2>
64
65 <sect2 role="installation">
66 <title>Installation of Libgpg-error</title>
67
68 <para>Install <application>Libgpg-error</application> by running the
69 following commands:</para>
70
71<screen><userinput>./configure --prefix=/usr &amp;&amp;
72make</userinput></screen>
73
74 <para>To test the results, issue: <command>make check</command>.</para>
75
76 <para>Now, as the <systemitem class="username">root</systemitem>
77 user:</para>
78
79<screen role="root"><userinput>make install &amp;&amp;
80install -v -m644 -D README \
81 /usr/share/doc/libgpg-error-&libgpg-error-version;/README</userinput></screen>
82
83 </sect2>
84
85 <sect2 role="content">
86 <title>Contents</title>
87
88 <segmentedlist>
89 <segtitle>Installed Programs</segtitle>
90 <segtitle>Installed Library</segtitle>
91 <segtitle>Installed Directory</segtitle>
92
93 <seglistitem>
94 <seg>gpg-error and gpg-error-config</seg>
95 <seg>libgpg-error.{so,a}</seg>
96 <seg>/usr/share/common-lisp and
97 /usr/share/doc/libgpg-error-&libgpg-error-version;</seg>
98 </seglistitem>
99 </segmentedlist>
100
101 <variablelist>
102 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
103 <?dbfo list-presentation="list"?>
104 <?dbhtml list-presentation="table"?>
105
106 <varlistentry id="gpg-error">
107 <term><command>gpg-error</command></term>
108 <listitem>
109 <para>is used to determine <application>Libgpg-error</application>
110 error codes.</para>
111 <indexterm zone="libgpg-error gpg-error">
112 <primary sortas="b-gpg-error">gpg-error</primary>
113 </indexterm>
114 </listitem>
115 </varlistentry>
116
117 <varlistentry id="gpg-error-config">
118 <term><command>gpg-error-config</command></term>
119 <listitem>
120 <para>is a utility used to configure and build applications based on
121 the Libgpg-error library. It can be used to query the C compiler and
122 linker flags which are required to correctly compile and link the
123 application against the Libgpg-error library.</para>
124 <indexterm zone="libgpg-error gpg-error-config">
125 <primary sortas="b-gpg-error-config">gpg-error-config</primary>
126 </indexterm>
127 </listitem>
128 </varlistentry>
129
130 <varlistentry id="liblibgpg-error">
131 <term><filename class='libraryfile'>liblibgpg-error.{so,a}</filename></term>
132 <listitem>
133 <para>contains the <application>Libgpg-error</application> API
134 functions.</para>
135 <indexterm zone="libgpg-error liblibgpg-error">
136 <primary sortas="c-liblibgpg-error">liblibgpg-error.{so,a}</primary>
137 </indexterm>
138 </listitem>
139 </varlistentry>
140
141 </variablelist>
142
143 </sect2>
144
145</sect1>
Note: See TracBrowser for help on using the repository browser.