freebsd-dev/gnu
Mark Murray fac189508a From the submitter:
$ PERL_DL_NONLAZY=1 perl -MPOSIX -e ''
Can't load '/usr/libdata/perl/5.6.0/mach/auto/POSIX/POSIX.so' for module
POSIX: /usr/libdata/perl/5.6.0/mach/auto/POSIX/POSIX.so: Undefined
symbol "sv_setptrobj" at /usr/libdata/perl/5.6.0/XSLoader.pm line 73.
 at /usr/libdata/perl/5.6.0/mach/POSIX.pm line 24
Compilation failed in require.
BEGIN failed--compilation aborted.

This problem only exists in -CURRENT.  Most often it is reproduced when
compiling some perl extension manually.  Make test uses PERL_DL_NONLAZY,
and if a tested module uses POSIX, boom!

Luckily, we don't see it very often, mostly because the vast majority of
p5 ports do not perform the `make test' step.

Submitted by:	Anton Berezin <tobez@tobez.org>
Needs to be a committer already:	Anton Berezin <tobez@tobez.org>
2001-05-26 17:40:09 +00:00
..
include $Id$ -> $FreeBSD$ 1999-08-27 23:37:10 +00:00
lib Pick manpages from their original locations 2001-04-21 22:05:33 +00:00
libexec beforeinstall -> SCRIPTS. 2001-04-07 11:21:35 +00:00
usr.bin From the submitter: 2001-05-26 17:40:09 +00:00
usr.sbin $Id$ -> $FreeBSD$ 1999-08-27 23:37:10 +00:00
COPYING Updated GNU utilities 1993-06-18 04:22:21 +00:00
COPYING.LIB Adding GPL docs, make structure. 1993-06-18 06:05:45 +00:00
Makefile $Id$ -> $FreeBSD$ 1999-08-27 23:37:10 +00:00