Re: FBSD 5, reichlich Bugs in Ports

From: Klaus Engelbertz <klaus.engelbertz(at)marbella-compudata.net>
Date: Mon, 26 May 2003 17:31:48 +0200

Achtung, sehr viel Mail :-)

Normal installiert heisst:

cd rein, standard installation, kernel developer ausgewaehlt.

bash-2.05b# df -h
Filesystem Size Used Avail Capacity Mounted on
/dev/ad0s1a 504M 76M 388M 16% /
devfs 1.0K 1.0K 0B 100% /dev
/dev/ad0s1d 18G 12G 4.5G 73% /usr

bash-2.05b# uname -a
FreeBSD gateway.w1.marbella-compudata.net 5.0-RELEASE-p7 FreeBSD
5.0-RELEASE-p7 #1: Mon Apr 14 17:43:49 CEST 2003
engelber(at)gateway.w1.marbella-compudata.net:/usr/src/sys/i386/compile/gateway
i386

Und hier das gewuenschte script(1)
(ich habs dann so schnell als moeglich mit CTRL-C abgebrochen, weil das make
rennt ohne ende los bei der fehlermeldung)

Script started on Mon May 26 17:16:07 2003
You have mail.
gateway#
gateway# cd /cvsup/
bash-2.05b# cat mk_cvsupdate_ports
#!/bin/sh
/usr/local/bin/cvsup -g -L 2 /cvsup/cvs_ports.conf

bash-2.05b# cat cvs_ports.conf

*default host=cvsup.FreeBSD.org
*default base=/usr
*default prefix=/usr
# The following line is for 4-stable. If you want 3.x-stable, change
# "RELENG_4" to "RELENG_3".
*default release=cvs tag=RELENG_5_0
*default delete use-rel-suffix

# If your network link is a T1 or faster, comment out the following line.
# *default compress

## Main Source Tree.
#
# The easiest way to get the main source tree is to use the "src-all"
# mega-collection. It includes all of the individual "src-*" collections,
# except the export-restricted collections.
ports-www tag=.
ports-audio tag=.
ports-archivers tag=.
ports-astro tag=.
ports-base tag=.
ports-benchmarks tag=.
ports-biology tag=.
ports-cad tag=.
ports-converters tag=.
ports-comms tag=.
ports-databases tag=.
ports-deskutils tag=.
ports-devel tag=.
ports-emulators tag=.
ports-editors tag=.
ports-ftp tag=.
ports-graphics tag=.
ports-games tag=.
ports-german tag=.
ports-irc tag=.
ports-java tag=.
ports-lang tag=.
ports-mail tag=.
ports-math tag=.
ports-mbone tag=.
ports-misc tag=.
ports-net tag=.
ports-news tag=.
ports-palm tag=.
ports-print tag=.
ports-security tag=.
ports-shells tag=.
ports-sysutils tag=.
ports-textproc tag=.
ports-x11 tag=.
ports-x11-clocks tag=.
ports-x11-wm tag=.
ports-x11-fm tag=.
ports-x11-fonts tag=.
ports-x11-servers tag=.
ports-x11-toolkits tag=.

gateway# cd /usr/ports/distfiles
gateway# rm *
gateway# ls
gateway# cd ..
gateway# pwd
/usr/ports
gateway# cd mail
gateway# cd elm
gateway# make
===> elm-2.5.6 depends on executable: ispell - not found
===> Verifying install for ispell in /usr/ports/textproc/ispell
===> Returning to build of elm-2.5.6
===> elm-2.5.6 depends on shared library: intl.4 - found
===> Configuring for elm-2.5.6
===> Note: This configure script is interactive, but the
      supplied defaults will work for FreeBSD. Just press
      Enter to accept each default.
(I see you are using the Korn shell. Some ksh's blow up on Configure,
especially on exotic machines. If yours does, try the Bourne shell
instead.)

Beginning of configuration questions for elm2.5 kit.

First let's make sure your kit is complete. Checking...
Looks good...
Found bin directory

Checking your sh to see if it knows about # comments...
Your sh handles # comments correctly.

Okay, let's see if #! works on this system...
It does.

Checking out how to guarantee sh startup...
Let's see if '#!/bin/sh' works...
Yup, it does.
Checking echo to see how to suppress newlines...
...using -n.
Type carriage return to continue. Your cursor should be here-->
This installation shell script will examine your system and ask you
questions
to determine how the elm2.5 package should be installed. If you get stuck
on a question, you may use a ! shell escape to start a subshell or execute
a command. Many of the questions will have default answers in square
brackets--typing carriage return will give you the default.

On some of the questions which ask for file or directory names you are
allowed to use the ~name construct to specify the login directory belonging
to "name", even if you don't have a shell which knows about that. Questions
where this is allowed will be marked "(~name ok)".

[Type carriage return to continue]
Much effort has been expended to ensure that this shell script will run
on any Unix system. If despite that it blows up on you, your best bet is
to edit Configure and run it again. Also, let the Elm Development Group
(elm(at)dsi.com) know how they blew it. If you can't run Configure for
some reason, you'll have to generate a config.sh file by hand.

This installation script affects things in two ways: 1) it may do direct
variable substitutions on some of the files included in this kit, and
2) it builds a config.h file for inclusion in C programs. You may edit
any of these files as the need arises after running this script.

If you make a mistake on a question, there is no easy way to back up to it
currently. The easiest thing to do is to edit config.sh and rerun all the
SH files. Configure will offer to let you do this before it runs the SH
files.

[Type carriage return to continue]
I see a config.sh file. Did Configure make it on THIS system? [y] Fetching
default answers from your old config.sh file...

Locating common programs...
cat is in /bin/cat.
chgrp is in /usr/bin/chgrp.
chmod is in /bin/chmod.
cp is in /bin/cp.
echo is in /bin/echo.
expr is in /bin/expr.
grep is in /usr/bin/grep.
ln is in /bin/ln.
ls is in /bin/ls.
mv is in /bin/mv.
rm is in /bin/rm.
sed is in /usr/bin/sed.
sleep is in /bin/sleep.
touch is in /usr/bin/touch.
tr is in /usr/bin/tr.

Don't worry if any of the following aren't found...
I don't see Mcc out there, offhand.
compress is in /usr/bin/compress.
cpp is in /usr/bin/cpp.
date is in /bin/date.
I don't see emacs out there, either.
I don't see execmail out there, either.
I don't see ispell out there, either.
I don't see line out there, either.
lint is in /usr/bin/lint.
lp is in /usr/bin/lp.
lpr is in /usr/bin/lpr.
I don't see mips out there, either.
more is in /usr/bin/more.
nroff is in /usr/bin/nroff.
I don't see pack out there, either.
I don't see pg out there, either.
pr is in /usr/bin/pr.
rmail is in /bin/rmail.
sendmail is in /usr/sbin/sendmail.
shar is in /usr/bin/shar.
I don't see smail out there, either.
I don't see submit out there, either.
tar is in /usr/bin/tar.
tbl is in /usr/bin/tbl.
test is in /bin/test.
troff is in /usr/bin/troff.
uname is in /usr/bin/uname.
I don't see uuname out there, either.
vi is in /usr/bin/vi.
Using the test built into your sh.

Checking compatibility between /bin/echo and builtin echo (if any)...
They are compatible. In fact, they may be identical.

There is a neat feature that enables scanning of the message body for
entries to add to the users ".calendar" (or whatever) file. These
entries are then processed by the system program calendar. To use
this feature it needs to be enabled. The name of the per user calendar
file used by your system's calendar program is also required.
Enable calendar feature [y]
Default calendar file: [calendar]

Not all environments are restricted to the ASCII 7-bit character set.
For example, the ISO 8859/1 (Latin alphabet no. 1) character set,
consisting of 8 bits and 191 printable characters, is becoming
more and more common, especially in non-English speaking countries.

Unfortunately, not all isprint() functions or macros, which ELM
uses to determine whether a character is printable or not, will
handle non-ASCII (8-bit) characters properly. It is suggested that you
start with this value configured to handle 8-bit characters correctly
and if there are problems with Elm aborting while displaying messages
that use extended character sets to reconfigure Elm to only display
7-bit characters.

Should Elm assume that isprint() won't break on non-ASCII characters? [y]
Hmm... Looks kind of like a BSD system, but we'll see...

Congratulations. You aren't running Eunice.

It's not Xenix...

Nor is it Venix...

Does your /etc/passwd file keep full names in Berkeley/V7 format (name first
thing after ':' in GCOS field)? [y]
The Elm documentation (Reference Guide, Configuration Guide, etc.) is set up
for troff. If you only have nroff, it can be used, but the documentation
will
not be as readable. If you use an alternate processor for troff/nroff
documents it can be specified here. Elm expects the text processor to write
to standard out. You will be given a chance to provide command line options
to this command in the next question.

Give the name of the program used to format the Elm documentation on
your system: [/usr/bin/troff]
If this text processor requires any options for proper formatting, specify
them here. To specify no options, enter the word "none". Some versions
of troff require the -t option to write to standard out. This is the
proper place to specify that option.

What options should Elm use with /usr/bin/troff: []
elm2 has manual pages that can be installed in unformatted or formatted
form.
Either or both (or neither) of these may be installed.

Please give the location in which to store each type of man page.
To specify that a particular type is not to be installed, answer "none"
to the question.

Where do the unformatted manual pages go? [/usr/local/man/man1]
The installed unformatted manual pages can have various extensions to suit
the
conventions of the host operating system, for example "page.1".

Note that the period '.' must be included as part of the extension.

To specify no extension, enter the word "none".

What extension should be used on installed unformatted man pages: [.1]
Where do the formatted manual pages go? [/usr/local/man/cat1]
Online manual pages are generally formatted with nroff. If you use an
alternate text processor for on-line manual pages it can be specified here.
Elm expects the text processor to write to standard out.

Note: This does not effect the formatter previously chosen for the Elm
      Elm documentation (Reference Guide, Configuration Guide, etc.).

Give the name of the program used to format on-line manual pages
on your system: [/usr/bin/nroff]
If this text processor requires any options for proper formatting, specify
then here. To specify no options, enter the word "none".

What options should Elm use with /usr/bin/nroff: []
The installed formatted manual pages can have various extensions to suit the
conventions of the host operating system, for example "page.1".

Note that the period '.' must be included as part of the extension.

To specify no extension, enter the word "none".

What extension should be used on installed formatted man pages: [.1] Should
the formatted manual pages be compressed? [n]
Some systems have different model sizes. On most systems they are called
small, medium, large, and huge. On the PDP11 they are called unsplit and
split. If your system doesn't support different memory models, say "none".
If you wish to force everything to one memory model, say "none" here and
put the appropriate flags later when it asks you for other cc and ld flags.
Xenix and Venix systems may wish to put "none" and let the compiler figure
things out.
(In the following question multiple model names should be space separated.)

Which models are supported? [none]

On some systems the default C compiler will not resolve multiple global
references that happen to have the same name. On some such systems the
"Mcc" command may be used to force these to be resolved. On other systems
a "cc -M" command is required. (Note that the -M flag on other systems
indicates a memory model to use!) If you have the Gnu C compiler, you
might wish to use that instead.
What command will force resolution on this system? [cc]
Some C compilers have problems with their optimizers, by default, elm2
compiles with the -O flag to use the optimizer. Alternately, you might
want to use the symbolic debugger, which uses the -g flag (on traditional
UNIX systems). Either flag can be specified here. To use neither flag,
specify the word "none".

What optimizer/debugger flag should be used? [-O -pipe -mcpu=pentiumpro]
Your C compiler may want other flags. For this question you should
include -I/whatever and -DWHATEVER flags and any other flags used by
the C compiler, but you should NOT include libraries or ld flags like
-lwhatever. If you want elm to honor its debug flag, add -DDEBUG.

To use no flags, specify the word "none".

Any additional cc flags? [none]
Your linker/loader may want other flags. For example, you might
want to enable support for the symbolic debugger (-g on traditional
UNIX systems). For this question you should specify those flags.
Do NOT specify libraries (-lwhatever) here. Most systems will not
need any special flags, in which case specify "none".

Any additional ld flags (NOT including libraries)? [-s -L${PREFIX}/lib]
Checking for optional libraries...
No -lsun.
Found -lintl.
No -lnls.
No -lc_s.

Some versions of UNIX support shared libraries, which make
executables smaller but make load time slightly longer.

On some systems, mostly newer UNIX System V's, the shared library
is included by putting the option "-lc_s" as the last thing on the
cc command line when linking. Other systems use shared libraries
by default. There may be other libraries needed to compile elm2
on your machine as well. If your system needs the "-lc_s" option,
include it here. Include any other special libraries here as well.
Say "none" for none.

Any additional libraries? [-lintl]
Your shared C library is in /usr/lib/libc.a.

Extracting names from /usr/lib/libc.a /usr/local/lib/libintl.a for later
perusal...done

Now, how can we feed standard input to your C preprocessor...
Maybe "cc -E" will work...
Nope, maybe "/usr/bin/cpp" will work...
Yup, it does.

Your C preprocessor defines the following symbols:
unix
__STDC__

Using standard system "ctype" conversions.

Testing your "fflush" routine...
Looks good.

Does your system allow chown(-1, group) and chown(user, -1) to
not change the user or group respectively. This is usually documented
in the chown manual page (man 2 chown). (Most POSIX and BSD systems can,
Xenix cannot)

Does this system allow -1 as chown argument? [y]
Some modern Mail Transport Agents (mailers) support the Content-Length:
header.
In doing so, they do not wish to have messages escaped to protect 'From '
lines
in the body of the message, among other strings. Does the Mail Transport
Agent
in use on this system honor the Content-Length: header?

Honors Content-Length: header? [n]
crypt() found.

cuserid() not found

Elm can either display the hostname on the index page, or just
the folder name. If the hostname is displayed, the folder name
will read hostname:folder. If not it will just read folder.

Should Elm display the hostname as part of the folder name? [n]
flock() found.
flock locking available.
F_SETLK found, fcntl locking available
Mail Transport Agents (sendmail, etc.) and Mail User Agents (Elm) can
use a variety of file locking protocols. Based on your system type,
usage of a network, and MTA/MUAs in use, you may want to configure more
than one of the following Mail Locking Protocols. It is recommended
that you use as many as are possible on your system to avoid problems.
All systems can support the dot locking method (.lock files).

Available locking protocols:
dot locking (.lock)
flock style locking
fcntl style locking
On some systems, flock style locking and fcntl style locking use the
same underlying calls so both are not only not necessary, but may
interfere with each other. On other systems they are distinct and both
should be used. You will have to consult the documentation for your
operating system to determine in which class your system resides.

Would you like to use dot lock style mail spool locking? [n] Would you like
to use flock style mail spool locking? [y] Would you like to use fcntl style
mail spool locking? [n]
Non-mailbox locks will use the /var/spool/lock directory

Figuring out host name...
Maybe "hostname" will work...
Your host name appears to be "gateway.w1.marbella-compudata.net".
Is this correct? [y]
(Trimming domain name from host name--host name is now gateway)
What is your domain name? [.w1.marbella-compudata.net]

gethostname() found.

Every now and then someone has a gethostname() that lies about the hostname
but can't be fixed for political or economic reasons. Would you like to
pretend gethostname() isn't there and maybe compile in the hostname? [n]

Elm would like to use the systems definitions of the error messages for
system
errors. These are usually contained in the global variables sys_errlist[]
and
sys_nerr. If these do not exist, there is a standard list built into Elm.

Does the system support the sys_errlist[] global variable? [y]
fsync() not found

ftruncate() found

getopt() found

Using string.h instead of strings.h

strchr() found.

Some systems run MMDF as their Mail Transport Agent. MMDF uses a
different way of delimiting messages in the mailbox files. Other
systems don't run MMDF but use the MMDF separator in their mailbox
files. The MMDF separator is usually a series of four Control A's.
elm2 needs to know if this system uses the MMDF style message
separator in its mailbox files.

Does this system use MMDF style message separator? [n]
Give the full path name of the program used to deliver mail on your
system: [/usr/sbin/sendmail]
Some newer mailers can deliver mail to addresses of the INTERNET
persuasion, such as user(at)host.domain. Other older mailers require the
complete uucp ! path to the destination to be specified in the address.
Does your mailer understand INTERNET addresses? [y]
Elm has the ability to place a call to the GNU ispell spelling checker
on its post-message-entry/pre-message-send menu.
Configure has found ispell as /usr/local/bin/ispell
Should Elm add the ispell option to the pre-send menu? [y]
Give the name of the ispell program on your
system: [/usr/local/bin/ispell] spelling program /usr/local/bin/ispell
doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system: [] spelling program doesn't exist.
Use that name anyway? [n]
Give the name of the ispell program on your
system:

To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Mon 26 May 2003 - 17:31:53 CEST

search this site