pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/46280: Perl dumps core during p5-Digest-SHA build
The following reply was made to PR pkg/46280; it has been noted by GNATS.
From: Hauke Fath <hf%spg.tu-darmstadt.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/46280: Perl dumps core during p5-Digest-SHA build
Date: Fri, 8 Mar 2013 21:19:53 +0100
The problem came and went with perl5 updates during the last year. Just
now, it has reared its ugly head on a machine just upgraded to
netbsd-6. What appears to fix the core dumps for me is this hacks.mk
entry:
### [ Fri Mar 08 20:00:00 UTC 2013 : hauke ]
###
### On some i386 machines, Perl on NetBSD 6 will segfault while building
### Perl packages. Disabling thread support makes the problem go away.
###
### See PR pkg/46280
.if ${OPSYS} == "NetBSD" && ${MACHINE_ARCH} == "i386" &&
!empty(OS_VERSION:M6.*)
PKG_HACKS+= broken-i386-threads
PERL5_BUILD_THREADS_SUPPORT= no
.endif
Home |
Main Index |
Thread Index |
Old Index