From owner-freebsd-ports@FreeBSD.ORG Thu Aug 25 17:59:28 2005 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 365A716A41F for ; Thu, 25 Aug 2005 17:59:28 +0000 (GMT) (envelope-from vivek@khera.org) Received: from yertle.kcilink.com (yertle.kcilink.com [65.205.34.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id DED2843D48 for ; Thu, 25 Aug 2005 17:59:25 +0000 (GMT) (envelope-from vivek@khera.org) Received: from [192.168.7.103] (host-103.int.kcilink.com [192.168.7.103]) by yertle.kcilink.com (Postfix) with ESMTP id C9764B810 for ; Thu, 25 Aug 2005 13:59:24 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v734) In-Reply-To: <43031CB6.7040701@gneto.com> References: <43031CB6.7040701@gneto.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <1C40B1DF-1BAB-4C20-960B-A6EE4116A304@khera.org> Content-Transfer-Encoding: 7bit From: Vivek Khera Date: Thu, 25 Aug 2005 13:59:23 -0400 To: ports@freebsd.org X-Mailer: Apple Mail (2.734) Cc: Subject: Re: Perl 5.8.7 and Template-Toolkit dumps core on FreeBSD 4.11 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Aug 2005 17:59:28 -0000 On Aug 17, 2005, at 7:17 AM, Martin Nilsson wrote: > Just a note if somebody else have this problem. > > Everything is compiled from todays ports, no special options or > make.conf variables. > > perl dumps core when TT parses/executes _some_ pages! > I have tried recompiling everything but I can't find what's wrong. > This is with commandline perl, no mod_perl > > Solution/workaround: Upgrade to FreeBSD 5.4 everything works there > or down grade to perl 5.8.6 I've observed some strange "taint" mode complaints with perl 5.8.7 and TT with cached pages. Some pages fail with taint errors when writing the cache file while others don't. No rhyme nor reason as to why. That's on MacOS 10.4. I haven't had any problems with perl 5.8.7 on FreeBSD 4.11. See http://www.filterpoint.com/ and click around. Pages ending in .ttml are dynamically run thru TT while the .html pages are statically run thru TT.