source: general/genlib/libgpg-error.xml@ 21b20f19

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.4 9.0 9.1 bdubbs/svn kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 21b20f19 was 21b20f19, checked in by Bruce Dubbs <bdubbs@…>, 5 years ago

Update to mesa-18.3.2.
Update to links-2.18.
Update to libgpg-error-1.34.

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

  • Property mode set to 100644
File size: 6.2 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 "&gnupg-http;/libgpg-error/libgpg-error-&libgpg-error-version;.tar.bz2">
8 <!-- Something is wrong with ftp server and it confuses curl when currency runs it -->
9 <!-- <!ENTITY libgpg-error-download-ftp "&gnupg-ftp;/libgpg-error/libgpg-error-&libgpg-error-version;.tar.bz2"> -->
10 <!ENTITY libgpg-error-download-ftp " ">
11 <!ENTITY libgpg-error-md5sum "309eeb45a6e806c5bd0075a7a70431b7">
12 <!ENTITY libgpg-error-size "900 KB">
13 <!ENTITY libgpg-error-buildsize "9.8 MB (with tests)">
14 <!ENTITY libgpg-error-time "0.1 SBU (with tests)">
15]>
16
17<sect1 id="libgpg-error" xreflabel="libgpg-error-&libgpg-error-version;">
18 <?dbhtml filename="libgpg-error.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>libgpg-error-&libgpg-error-version;</title>
26
27 <indexterm zone="libgpg-error">
28 <primary sortas="a-libgpg-error">libgpg-error</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to libgpg-error</title>
33
34 <para>
35 The <application>libgpg-error</application> package contains a
36 library that defines common error values for all
37 <application>GnuPG</application> components.
38 </para>
39
40 &lfs83_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&libgpg-error-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&libgpg-error-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &libgpg-error-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &libgpg-error-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &libgpg-error-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &libgpg-error-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <para condition="html" role="usernotes">User Notes:
77 <ulink url="&blfs-wiki;/libgpg-error"/>
78 </para>
79 </sect2>
80
81 <sect2 role="installation">
82 <title>Installation of libgpg-error</title>
83
84 <para>
85 Install <application>libgpg-error</application> by running the
86 following commands:
87 </para>
88
89<screen><userinput>./configure --prefix=/usr &amp;&amp;
90make</userinput></screen>
91
92 <para>
93 To test the results, issue: <command>make check</command>.
94 </para>
95
96 <para>
97 Now, as the <systemitem class="username">root</systemitem> user:
98 </para>
99
100<screen role="root"><userinput>make install &amp;&amp;
101install -v -m644 -D README /usr/share/doc/libgpg-error-&libgpg-error-version;/README</userinput></screen>
102
103 </sect2>
104
105 <sect2 role="content">
106 <title>Contents</title>
107
108 <segmentedlist>
109 <segtitle>Installed Programs</segtitle>
110 <segtitle>Installed Library</segtitle>
111 <segtitle>Installed Directories</segtitle>
112
113 <seglistitem>
114 <seg>
115 gpg-error, gpg-error-config, gpgrt-config, and yat2m
116 </seg>
117 <seg>
118 libgpg-error.so
119 </seg>
120 <seg>
121 /usr/share/common-lisp/source/gpg-error,
122 /usr/share/libgpg-error, and
123 /usr/share/doc/libgpg-error-&libgpg-error-version;
124 </seg>
125 </seglistitem>
126 </segmentedlist>
127
128 <variablelist>
129 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
130 <?dbfo list-presentation="list"?>
131 <?dbhtml list-presentation="table"?>
132
133 <varlistentry id="gpg-error">
134 <term><command>gpg-error</command></term>
135 <listitem>
136 <para>
137 is used to determine <application>libgpg-error</application>
138 error codes.
139 </para>
140 <indexterm zone="libgpg-error gpg-error">
141 <primary sortas="b-gpg-error">gpg-error</primary>
142 </indexterm>
143 </listitem>
144 </varlistentry>
145
146 <varlistentry id="gpg-error-config">
147 <term><command>gpg-error-config</command></term>
148 <listitem>
149 <para>
150 is a utility used to configure and build applications based on
151 the <application>libgpg-error</application> library. It can be used
152 to query the C compiler and linker flags which are required to
153 correctly compile and link the application against the
154 <application>libgpg-error</application> library.
155 </para>
156 <indexterm zone="libgpg-error gpg-error-config">
157 <primary sortas="b-gpg-error-config">gpg-error-config</primary>
158 </indexterm>
159 </listitem>
160 </varlistentry>
161
162 <varlistentry id="gpgrt-config">
163 <term><command>gpgrt-config</command></term>
164 <listitem>
165 <para>
166 is the same script as <command>gpg-error-config</command>.
167 </para>
168 <indexterm zone="libgpg-error gpgrt-config">
169 <primary sortas="b-gpgrt-config">gpgrt-config</primary>
170 </indexterm>
171 </listitem>
172 </varlistentry>
173
174 <varlistentry id="yat2m">
175 <term><command>yat2m</command></term>
176 <listitem>
177 <para>
178 extracts man pages from a Texinfo source.
179 </para>
180 <indexterm zone="libgpg-error yat2m">
181 <primary sortas="b-yat2m">yat2m</primary>
182 </indexterm>
183 </listitem>
184 </varlistentry>
185
186 <varlistentry id="libgpg-error-lib">
187 <term><filename class="libraryfile">libgpg-error.so</filename></term>
188 <listitem>
189 <para>
190 contains the <application>libgpg-error</application> API
191 functions.
192 </para>
193 <indexterm zone="libgpg-error libgpg-error-lib">
194 <primary sortas="c-libgpg-error">libgpg-error.so</primary>
195 </indexterm>
196 </listitem>
197 </varlistentry>
198
199 </variablelist>
200
201 </sect2>
202
203</sect1>
Note: See TracBrowser for help on using the repository browser.