source: general/genutils/sharutils.xml@ 9a29c119

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 9a29c119 was 9a29c119, checked in by Douglas R. Reno <renodr@…>, 6 years ago

Fix sharutils to build with glibc-2.28

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20277 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 sharutils-download-http "&gnu-http;/sharutils/sharutils-&sharutils-version;.tar.xz">
8 <!ENTITY sharutils-download-ftp "&gnu-ftp;/sharutils/sharutils-&sharutils-version;.tar.xz">
9 <!ENTITY sharutils-md5sum "5975ce21da36491d7aa6dc2b0d9788e0">
10 <!ENTITY sharutils-size "1.1 MB">
11 <!ENTITY sharutils-buildsize "22 MB (with the test suite)">
12 <!ENTITY sharutils-time "0.4 SBU (with the test suite)">
13]>
14
15<sect1 id="sharutils" xreflabel="Sharutils-&sharutils-version;">
16 <?dbhtml filename="sharutils.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Sharutils-&sharutils-version;</title>
24
25 <indexterm zone="sharutils">
26 <primary sortas="a-Sharutils">Sharutils</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Sharutils</title>
31
32 <para>
33 The <application>Sharutils</application> package contains
34 utilities that can create 'shell' archives.
35 </para>
36
37 &lfs82_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&sharutils-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&sharutils-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &sharutils-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &sharutils-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &sharutils-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &sharutils-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <para condition="html" role="usernotes">User Notes:
74 <ulink url="&blfs-wiki;/sharutils"/>
75 </para>
76 </sect2>
77
78 <sect2 role="installation">
79 <title>Installation of Sharutils</title>
80
81 <para>
82 Install <application>Sharutils</application> by running
83 the following commands:
84 </para>
85
86<screen><userinput>sed -i 's/IO_ftrylockfile/IO_EOF_SEEN/' lib/*.c &amp;&amp;
87echo "#define _IO_IN_BACKUP 0x100" >> lib/stdio-impl.h &amp;&amp;
88./configure --prefix=/usr &amp;&amp;
89make</userinput></screen>
90
91 <para>
92 To test the results, issue <command>make check</command>.
93 </para>
94
95 <para>
96 Now, as the <systemitem class="username">root</systemitem> user:
97 </para>
98
99<screen role="root"><userinput>make install</userinput></screen>
100
101 </sect2>
102
103 <sect2 role="content">
104 <title>Contents</title>
105
106 <segmentedlist>
107 <segtitle>Installed Programs</segtitle>
108 <segtitle>Installed Libraries</segtitle>
109 <segtitle>Installed Directories</segtitle>
110
111 <seglistitem>
112 <seg>
113 shar, unshar, uudecode and uuencode
114 </seg>
115 <seg>
116 None
117 </seg>
118 <seg>
119 None
120 </seg>
121 </seglistitem>
122 </segmentedlist>
123
124 <variablelist>
125 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
126 <?dbfo list-presentation="list"?>
127 <?dbhtml list-presentation="table"?>
128
129 <varlistentry id="shar">
130 <term><command>shar</command></term>
131 <listitem>
132 <para>
133 creates "shell archives" (or shar files) which are in
134 text format and can be mailed.
135 </para>
136 <indexterm zone="sharutils shar">
137 <primary sortas="b-shar">shar</primary>
138 </indexterm>
139 </listitem>
140 </varlistentry>
141
142 <varlistentry id="unshar">
143 <term><command>unshar</command></term>
144 <listitem>
145 <para>
146 unpacks a shar file.
147 </para>
148 <indexterm zone="sharutils unshar">
149 <primary sortas="b-unshar">unshar</primary>
150 </indexterm>
151 </listitem>
152 </varlistentry>
153
154 <varlistentry id="uudecode">
155 <term><command>uudecode</command></term>
156 <listitem>
157 <para>
158 reads a file (or by default the standard input) and writes an
159 encoded version to the standard output. The encoding uses only
160 printing ASCII characters.
161 </para>
162 <indexterm zone="sharutils uudecode">
163 <primary sortas="b-uudecode">uudecode</primary>
164 </indexterm>
165 </listitem>
166 </varlistentry>
167
168 <varlistentry id="uuencode">
169 <term><command>uuencode</command></term>
170 <listitem>
171 <para>
172 reads a file (or by default the standard input) and decodes
173 the uuencoded version to the standard output.
174 </para>
175 <indexterm zone="sharutils uuencode">
176 <primary sortas="b-uuencode">uuencode</primary>
177 </indexterm>
178 </listitem>
179 </varlistentry>
180
181 </variablelist>
182
183 </sect2>
184
185</sect1>
186
Note: See TracBrowser for help on using the repository browser.