From owner-freebsd-ports@FreeBSD.ORG Sat Dec 2 17:46:58 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B1F3316A407 for ; Sat, 2 Dec 2006 17:46:58 +0000 (UTC) (envelope-from heli@mikestammer.com) Received: from smtp111.sbc.mail.re2.yahoo.com (smtp111.sbc.mail.re2.yahoo.com [68.142.229.94]) by mx1.FreeBSD.org (Postfix) with SMTP id 4404343CA2 for ; Sat, 2 Dec 2006 17:46:36 +0000 (GMT) (envelope-from heli@mikestammer.com) Received: (qmail 15508 invoked from network); 2 Dec 2006 17:46:57 -0000 Received: from unknown (HELO mail.mikestammer.com) (mikestammer@sbcglobal.net@68.249.189.132 with login) by smtp111.sbc.mail.re2.yahoo.com with SMTP; 2 Dec 2006 17:46:57 -0000 X-YMail-OSG: mT2EtKwVM1n4q8tjCUjh3t9okkilwVmCbJuqVySKTqUJQtffPgiVci9VdPmLmHSkVMF3rGotkxrAdu1zcFJ9cVEKhkRbxDOn.GdJgoqmpYLYh868n_P_nw-- Received: from localhost (localhost [127.0.0.1]) by mail.mikestammer.com (Postfix) with ESMTP id AF7381146B; Sat, 2 Dec 2006 11:46:56 -0600 (CST) X-Virus-Scanned: amavisd-new at mikestammer.com Received: from mail.mikestammer.com ([127.0.0.1]) by localhost (gondolin.middleearth.mikestammer.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id G0JLE9-7D39A; Sat, 2 Dec 2006 11:46:55 -0600 (CST) Received: from [192.168.0.21] (unknown [192.168.0.21]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: eric) by mail.mikestammer.com (Postfix) with ESMTP id A8CC411469; Sat, 2 Dec 2006 11:46:55 -0600 (CST) Message-ID: <4571BC0F.6040902@mikestammer.com> Date: Sat, 02 Dec 2006 11:46:55 -0600 From: Eric User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4571BAF8.8070406@mikestammer.com> In-Reply-To: <4571BAF8.8070406@mikestammer.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: mod_perl update issue 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: Sat, 02 Dec 2006 17:46:58 -0000 Eric wrote: > i am trying to upgrade my mod_perl to mod_perl2-2.0.2_1,3 and am > getting the error below. I thought it might be related to ccache so i > disabled it via NOCCACHE=yes but it still blew up at thr same spot. > > has anyone else seen this with this update or in the past that can > offer a suggestion? > > Eric update: I commented out the statement below in make.conf and it worked. is this a known issue? CPUTYPE?=athlon64 either way, its installed now. i have never seen that happen before. thanks! Eric