1PERLHURD(1) Perl Programmers Reference Guide PERLHURD(1)
2
3
4
6 README.hurd - Perl version 5 on Hurd
7
9 If you want to use Perl on the Hurd, I recommend using the Debian
10 GNU/Hurd distribution ( see http://www.debian.org/ ), even if an offi‐
11 cial, stable release has not yet been made. The old "gnu-0.2" binary
12 distribution will most certainly have additional problems.
13
14 Known Problems with Perl on Hurd
15
16 The Perl test suite may still report some errors on the Hurd. The
17 "lib/anydbm" and "pragma/warnings" tests will almost certainly fail.
18 Both failures are not really specific to the Hurd, as indicated by the
19 test suite output.
20
21 The socket tests may fail if the network is not configured. You have
22 to make "/hurd/pfinet" the translator for "/servers/socket/2", giving
23 it the right arguments. Try "/hurd/pfinet --help" for more informa‐
24 tion.
25
26 Here are the statistics for Perl 5.005_62 on my system:
27
28 Failed Test Status Wstat Total Fail Failed List of failed
29 -------------------------------------------------------------------------
30 lib/anydbm.t 12 1 8.33% 12
31 pragma/warnings 333 1 0.30% 215
32
33 8 tests and 24 subtests skipped.
34 Failed 2/229 test scripts, 99.13% okay. 2/10850 subtests failed, 99.98% okay.
35
36 There are quite a few systems out there that do worse!
37
38 However, since I am running a very recent Hurd snapshot, in which a lot
39 of bugs that were exposed by the Perl test suite have been fixed, you
40 may encounter more failures. Likely candidates are: "op/stat",
41 "lib/io_pipe", "lib/io_sock", "lib/io_udp" and "lib/time".
42
43 In any way, if you're seeing failures beyond those mentioned in this
44 document, please consider upgrading to the latest Hurd before reporting
45 the failure as a bug.
46
48 Mark Kettenis <kettenis@gnu.org>
49
50 Last Updated: Fri, 29 Oct 1999 22:50:30 +0200
51
52
53
54perl v5.8.8 2006-01-07 PERLHURD(1)