ports/129626: lang/p5-Tcl segfaults on i386 and amd64 on FreeBSD 7

Cezary Morga cm at therek.net
Mon Jul 13 21:20:03 UTC 2009


The following reply was made to PR ports/129626; it has been noted by GNATS.

From: Cezary Morga <cm at therek.net>
To: bug-followup at FreeBSD.ORG, bruce at freebsd.zuhause.org
Cc:  
Subject: Re: ports/129626: lang/p5-Tcl segfaults on i386 and amd64 on FreeBSD
 7
Date: Mon, 13 Jul 2009 23:16:00 +0200

 This is a multi-part message in MIME format.
 --------------090003060605040908030804
 Content-Type: text/plain; charset=ISO-8859-2; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Although this is a bit late I think it's better late than never :)
 
 It seems the problem is known to p5-Tcl developers for quite a time now 
 (http://rt.cpan.org/Public/Bug/Display.html?id=21181) but was left 
 unaddressed. So, I guess, the only solution to keep the port in fairly 
 usable state is to disable stubs. Patch in attachment.
 
 -- 
 Cezary Morga
 
 --------------090003060605040908030804
 Content-Type: text/plain;
  name="patch-p5-Tcl.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="patch-p5-Tcl.diff"
 
 diff -ruN lang/p5-Tcl.orig/Makefile lang/p5-Tcl/Makefile
 --- lang/p5-Tcl.orig/Makefile	2009-03-05 12:36:12.000000000 +0100
 +++ lang/p5-Tcl/Makefile	2009-07-13 23:05:08.000000000 +0200
 @@ -22,6 +22,6 @@
  
  .include <bsd.port.pre.mk>
  
 -CONFIGURE_ARGS= --tclsh ${TCLSH}
 +CONFIGURE_ARGS= --tclsh ${TCLSH} --nousestubs
  
  .include <bsd.port.post.mk>
 
 --------------090003060605040908030804--


More information about the freebsd-perl mailing list