This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
INSTALL - document how to build a perl without taint support
[perl5.git] / README.hurd
CommitLineData
ffe25ee3
B
1# vim: syntax=pod
2
a83b6f46
JH
3If you read this file _as_is_, just ignore the funny characters you see.
4It is written in the POD format (see pod/perlpod.pod) which is specially
5designed to be readable as is.
6
7=head1 NAME
8
de2902a6 9perlhurd - Perl version 5 on Hurd
a83b6f46
JH
10
11=head1 DESCRIPTION
7b73750b 12
c2da85ba 13If you want to use Perl on the Hurd, I recommend using the Debian
71c89d21 14GNU/Hurd distribution ( see L<https://www.debian.org/> ), even if an
b432a672 15official, stable release has not yet been made. The old "gnu-0.2"
c2da85ba 16binary distribution will most certainly have additional problems.
7b73750b 17
a83b6f46 18=head2 Known Problems with Perl on Hurd
7b73750b 19
0a74eaba 20The Perl test suite may still report some errors on the Hurd. The
b432a672 21"lib/anydbm" and "pragma/warnings" tests will almost certainly fail.
0a74eaba
JH
22Both failures are not really specific to the Hurd, as indicated by the
23test suite output.
7b73750b
GS
24
25The socket tests may fail if the network is not configured. You have
b432a672
AL
26to make "/hurd/pfinet" the translator for "/servers/socket/2", giving
27it the right arguments. Try "/hurd/pfinet --help" for more
c2da85ba 28information.
7b73750b 29
0a74eaba 30Here are the statistics for Perl 5.005_62 on my system:
7b73750b 31
a83b6f46 32 Failed Test Status Wstat Total Fail Failed List of failed
e46aa1dd 33 -----------------------------------------------------------------------
a83b6f46
JH
34 lib/anydbm.t 12 1 8.33% 12
35 pragma/warnings 333 1 0.30% 215
36
37 8 tests and 24 subtests skipped.
e46aa1dd
KW
38 Failed 2/229 test scripts, 99.13% okay. 2/10850 subtests failed,
39 99.98% okay.
c2da85ba
GS
40
41There are quite a few systems out there that do worse!
42
43However, since I am running a very recent Hurd snapshot, in which a lot of
0a74eaba 44bugs that were exposed by the Perl test suite have been fixed, you may
b432a672
AL
45encounter more failures. Likely candidates are: "op/stat", "lib/io_pipe",
46"lib/io_sock", "lib/io_udp" and "lib/time".
7b73750b 47
0a74eaba
JH
48In any way, if you're seeing failures beyond those mentioned in this
49document, please consider upgrading to the latest Hurd before reporting
50the failure as a bug.
a83b6f46
JH
51
52=head1 AUTHOR
53
54Mark Kettenis <kettenis@gnu.org>
55
56Last Updated: Fri, 29 Oct 1999 22:50:30 +0200
57