1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461
|
'\" t
.\"
.\" libexplain - Explain errno values returned by libc functions
.\" Copyright (C) 2008-2011 Peter Miller
.\" Written by Peter Miller <pmiller@opensource.org.au>
.\"
.\" This program is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
.\" the Free Software Foundation; either version 3 of the License, or
.\" (at your option) any later version.
.\"
.\" This program is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
.\" General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with this program. If not, see <http://www.gnu.org/licenses/>.
.\"
.\"
.cp 0
.TH Build libexplain libexplain "Reference Manual"
.so etc/version.so
.if n .hy 0
.if n .ad l
.if n .nr IN 8n
.SH NAME
How to build libexplain
.XX "" "How to build libexplain"
.SH SPACE REQUIREMENTS
You will need about 6MB to unpack and build the
\f[I]libexplain\fP package. Your milage may vary.
.br
.ne 1i
.SH BEFORE YOU START
There are a few pieces of software you may want to
fetch and install before you proceed with your installation of libexplain
.TP 8n
libcap
Linux needs libcap, for access to capabilities.
.br
ftp://ftp.kernel.org/pub/linux/libs/security/linux\-privs/kernel\-2.2/
.TP 8n
lsof
.RS
For systems with inadequate or non\[hy]existent /proc facilities, and that
includes *BSD and MacOS X, the \f[I]lsof\fP(1) program is needed to
obtain supplementary information about open file descriptors. However,
if \f[I]lsof\fP(1) is not supported on your operating system, libexplain
will still work, but some useful information (such as translating file
descriptors into the name of the open file) will be absent from error
explanations.
.PP
ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/
.br
http://people.freebsd.org/~abe/
.PP
You \f[B]must\fP have \f[I]lsof\fP(1) installed on *BSD and Solaris,
otherwise the test suite will generate staggering numbers of false
negatives. It will produce less informative error messages, too.
.PP
Supported systems include:
Free BSD,
HP/UX,
Linux,
Mac OS X,
NetBSD,
Open BSD,
Solaris,
and several others.
.RE
.TP 8n
GNU libtool
The libtool program is used to build shared libraries. It understands
the neccesary, weird and wonderful compiler and linker tricks on many weird
and wonderful systems.
.br
http://www.gnu.org/software/libtool/
.TP 8n
bison
The bison program is a general\[hy]purpose parser generator that converts a
grammar description for an LALR(1) context\[hy]free grammar into a C program
to parse that grammar.
.br
http://www.gnu.org/software/bison/
.TP 8n
GNU Groff
The documentation for the \f[I]libexplain\fP package was prepared using
the GNU Groff package (version 1.14 or later). This distribution
includes full documentation, which may be processed into PostScript or
DVI files at install time \- if GNU Groff has been installed.
.TP 8n
GCC
You may also want to consider fetching and installing the GNU C Compiler
if you have not done so already. This is not essential.
libexplain was developed using the GNU C compiler, and the GNU C libraries.
.PP
The GNU FTP archives may be found at \f[CW]ftp.gnu.org\fP,
and are mirrored around the world.
.br
.ne 1i
.SH SITE CONFIGURATION
The \f[B]libexplain\fP package is configured using the \f[I]configure\fP
program included in this distribution.
.PP
The \f[I]configure\fP shell script attempts to guess correct values for
various system\[hy]dependent variables used during compilation, and
creates the \f[I]Makefile\fP and \f[I]libexplain/config.h\fP files.
It also creates a shell script \f[I]config.status\fP that you can run in
the future to recreate the current configuration.
.PP
Normally, you just \f[I]cd\fP to the directory containing
\f[I]libexplain\fP's source code and then type
.RS
.ft CW
.nf
\f[B]$ \fP./configure \-\-prefix=/usr
\f[I]\&...lots of output...\fP
\f[B]$\fP
.fi
.ft R
.RE
If you're using \f[I]csh\fP on an old version of System V, you might
need to type
.RS
.ft CW
.nf
\f[B]% \f[P]sh configure \-\-prefix=/usr
\f[I]\&...lots of output...\fP
\f[B]%\fP
.fi
.ft R
.RE
instead, to prevent \f[I]csh\fP from trying to execute \f[I]configure\fP
itself.
.PP
Running \f[I]configure\fP takes a minute or two. While it is running,
it prints some messages that tell what it is doing.
If you don't want to see the messages, run \f[I]configure\fP using the
quiet option; for example,
.RS
.FT CW
.nf
\f[B]$ \fP./configure \-\-prefix=/usr \-\-quiet
\bB$\fP
.fi
.ft R
.RE
.PP
To compile the \f[B]libexplain\fP package in a different directory
from the one containing the source code, you must use a version of
\f[I]make\fP that supports the VPATH variable,such as \f[I]GNU make\fP,
\f[I]cd\fP to the directory where you want the object files and
executables to go and run the \f[I]configure\fP script.
The \f[I]configure\fP script automatically checks for the source code in
the directory that \f[I]configure\fP is in and in .IR \&.. (the parent
directory).
If for some reason \f[I]configure\fP is not in the source code directory
that you are configuring, then it will report that it can't find the
source code.
In that case, run \f[I]configure\fP with the option
\f[CW]\-\-srcdir=\fP\f[I]DIR\fP, where \f[I]DIR\fP is the directory that
contains the source code.
.PP
By default, \f[I]configure\fP will arrange for the \f[I]make install\fP
command to install the \f[B]libexplain\fP package's files in
\f[I]/usr/local/bin\fP,
\f[I]/usr/local/lib\fP,
\f[I]/usr/local/include\fP,
and
\f[I]/usr/local/man\fP.
There are options which allow you to control the placement
of these files.
.TP 8n
\f[CW]\-\-prefix=\fP\f[I]PATH\fP
This specifies the path prefix to be used in the installation.
Defaults to \f[I]/usr/local\fP unless otherwise specified.
.TP 8n
\f[CW]\-\-exec\-prefix=\fP\f[I]PATH\fP
You can specify separate installation prefixes for
architecture\[hy]specific files files.
Defaults to \f[I]${prefix}\fP unless otherwise specified.
.TP 8n
\f[CW]\-\-bindir=\fP\f[I]PATH\fP
This directory contains executable programs. On a network, this
directory may be shared between machines with identical hardware and
operating systems; it may be mounted read\[hy]only. Defaults to
\f[I]${exec_prefix}/bin\fP unless otherwise specified.
.TP 8n
\f[CW]\-\-mandir=\fP\f[I]PATH\fP
This directory contains the on\[hy]line manual entries. On a network, this
directory may be shared between all machines; it may be mounted
read\[hy]only. Defaults to \f[I]${prefix}/man\fP unless otherwise specified.
.PP
\f[I]configure\fP
ignores most other arguments that you give it;
use the \f[CW]\-\-help\fP option for a complete list.
.br
.ne 2i
.PP
On systems that require unusual options for compilation or linking that
the \f[I]libexplain\fP package's \f[I]configure\fP script does not know
about, you can give \f[I]configure\fP initial values for variables by
setting them in the environment.
In Bourne\[hy]compatible shells,
you can do that on the command line like this:
.RS
.ft CW
.nf
\f[B]$ \f[P]CC='gcc \-ansi' LIBS=\-lposix ./configure
\f[I]\&...lots of output...\fP
\f[B]$\fP
.fi
.ft R
.RE
Here are the \f[I]make\fP variables that you might want to override with
environment variables when running \f[I]configure\fP.
.TP 8n
Variable: CC
C compiler program.
The default is \f[I]gcc\fP.
.TP 8n
Variable: CPPFLAGS
Preprocessor flags, commonly defines and include search paths.
Defaults to empty.
It is common to use \f[CW]CPPFLAGS=\-I/usr/local/include\fP to access other
installed packages.
.TP 8n
Variable: INSTALL
Program to use to install files.
The default is \f[I]install\fP(1) if you have it, \f[I]cp\fP(1) otherwise.
.TP 8n
Variable: LIBS
Libraries to link with,
in the form \f[CW]\-l\fP\f[I]foo\fP \f[CW]\-l\fP\f[I]bar\fP.
The \f[I]configure\fP script will append to this, rather than replace it.
It is common to use \f[CW]LIBS=\-L/usr/local/lib\fP to access other
installed packages.
.PP
If you need to do unusual things to compile the package, the author
encourages you to figure out how \f[I]configure\fP could check whether
to do them, and mail diffs or instructions to the author so that they
can be included in the next release.
.br
.ne 1i
.SH BUILDING LIBEXPLAIN
All you should need to do is use the
.RS
.ft CW
.nf
\f[B]$ \f[P]make
\f[I]\&...lots of output...\fP
\f[B]$\fP
.fi
.ft R
.RE
command and wait.
This can take a long time, as there are a few thousand files to be compiled.
.PP
You can remove the program binaries and object files from the
source directory by using the
.RS
.ft CW
.nf
\f[B]$ \f[P]make clean
\f[I]\&...lots of output...\fP
\f[B]$\fP
.fi
.ft R
.RE
command.
To remove all of the above files, and also remove the \f[I]Makefile\fP
and \f[I]libexplain/config.h\fP and \f[I]config.status\fP files, use the
.RS
.ft CW
.nf
\f[B]$ \f[P]make distclean
\f[I]\&...lots of output...\fP
\f[B]$\fP
.fi
.ft R
.RE
command.
.PP
The file \f[I]etc/configure.ac\fP is used to create \f[I]configure\fP
by a GNU program called \f[I]autoconf\fP. You only need to know this
if you want to regenerate \f[I]configure\fP using a newer version of
\f[I]autoconf\fP.
.br
.ne 1i
.SH TESTING LIBEXPLAIN
The \f[I]libexplain\fP package comes with a test suite.
To run this test suite, use the command
.RS
.ft CW
.nf
\f[B]$ \f[P]make sure
\f[I]\&...lots of output...\fP
.if n \f[B]Passed All Tests\fP
.if t \f[CB]Passed All Tests\fP
\f[B]$\fP
.fi
.ft R
.RE
.PP
The tests take a fraction of a second each,
with most very fast,
and a couple very slow,
but it varies greatly depending on your CPU.
.PP
If all went well, the message
.RS
.ft CW
Passed All Tests
.ft R
.RE
should appear at the end of the make.
.SS Sources of False Negatives
There are a number of factors that can cause tests to fail unnecessarily.
.TP 8n
Root
You will get false negatives if you run the tests as root.
.TP
Architecture
Some errors move around depending on architecture (sparc \f[I]vs\fP x86
\f[I]vs\fP s390, \f[I]etc\fP). Some even move around due to different
memory layout for 32\[hy]bit \f[I]vs\fP 64\[hy]bit, for the same
processor family. For example, when testing EFAULT explanations.
.TP
strerror
Different systems have different \f[I]strerror\fP(3) implementations
(the numbers vary, the texts vary, the existence varies, \f[I]etc\fP).
This can even be incompatible across Linux architectures when ABI
compatibility was the goal, \f[I]e.g.\fP sparc \f[I]vs\fP i386.
.TP
ioctl
There are (at least) three inconsistent implementations of ioctl request
macros, all incompatible, depending on Unix vendor. They also vary on
Linux, depending on architecture, for ABI compatibility reasons.
.TP
Environment
Some tests are difficult because the build\[hy]and\[hy]test environment
can vary widely. Sometimes it's a chroot, sometimes it's a VM,
sometimes it's fakeroot, sometimes it really is running as root. All
these affect the ability of the library to probe the system looking for
the proximal cause of the error, \f[I]e.g.\fP ENOSPC or EROFS.
This often results in 2 or 4 or 8 explanations of an error, depending
on what the library finds, \f[I]e.g.\fP existence of useful information in the
mount table, or not.
.TP
Mount Table
If you run the tests in a chroot jail build environment, maybe with
bind mounts for the file systems, it is necessary to make sure
\f[I]/etc/mtab\fP (or equivalent) has sensable contents, otherwise some
of the path resolution tests will return false negatives.
.TP
/proc
If your system has a completely inadequate \f[CW]/proc\fP implementation
(including, but not limited to: *BSD, Mac OS X, and Solaris)
or no \f[CW]/proc\fP at all,
\f[B]and\fP you have not installed the \f[I]lsof\fP(1) tool,
then large numbers of tests will return false negatives.
.PP
As these problem have occured, many of the tests have been enhanced to cope,
but not all false negative situations have yet been discovered.
.br
.ne 1i
.SH INSTALLING LIBEXPLAIN
As explained in the \f[I]SITE CONFIGURATION\fP section, above, the
\f[I]libexplain\fP package is installed under the \f[I]/usr/local\fP
tree by default. Use the \f[CW]\-\-prefix=\fP\f[I]PATH\fP option
to \f[I]configure\fP if you want some other path. More specific
installation locations are assignable, use the \f[CW]\-\-help\fP option
to \f[I]configure\fP for details.
.PP
All that is required to install the \f[I]libexplain\fP package is to use
the
.RS
.ft CW
.nf
\f[B]# \f[P]make install
\f[I]\&...lots of output...\fP
\f[B]#\fP
.fi
.ft R
.RE
command.
Control of the directories used may be found in the first few
lines of the \f[I]Makefile\fP file and the other files written by
the \f[I]configure\fP script; it is best to reconfigure using the
\f[I]configure\fP script, rather than attempting to do this by hand.
.PP
\f[B]Note:\fP
if you are doing a manual install (as opposed to a package build)
you will also need to run the
.RS
.ft CW
.nf
\f[B]# \f[P]ldconfig
\f[B]#\fP
.fi
.ft R
.RE
command. This updates where the system thinks all the shared libraries are.
And since we just installed one, this is a good idea.
.br
.ne 1i
.SH GETTING HELP
If you need assistance with the \f[I]libexplain\fP package, please do
not hesitate to contact the author at
.RS
.ft CW
Peter Miller <pmiller@opensource.org.au>
.ft R
.RE
Any and all feedback is welcome.
.PP
When reporting problems,
please include the version number
given by the
.RS
.ft CW
.nf
\f[B]$ \f[P]explain \-version
.if n \f[B]explain version\fP \f[I]\*(V)\fP
.if t \f[CB]explain version\fP \f[I]\*(V)\fP
\f[I]\&...warranty disclaimer...\fP
\f[B]$\fP
.fi
.ft R
.RE
command.
Please do not send this example;
run the program for the exact version number.
.br
.ne 2i
.SH COPYRIGHT
\f[I]libexplain\fP
version \*(v)
.br
Copyright
.if n (C)
.if t \(co
\*(Y) Peter Miller
.PP
The \f[I]libexplain\fP package is distributed in the hope that it will
be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details.
.PP
It should be in the \f[I]LICENSE\fP file included with this
distribution.
.br
.ne 1i
.SH AUTHOR
.TS
tab(;);
l r l.
Peter Miller;E\[hy]Mail:;pmiller@opensource.org.au
\f[CW]/\e/\e*\fP;WWW:;http://www.canb.auug.org.au/~millerp/
.TE
|