From owner-freebsd-questions@FreeBSD.ORG Mon Jan 23 00:07:27 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 198E8106564A for ; Mon, 23 Jan 2012 00:07:27 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by mx1.freebsd.org (Postfix) with ESMTP id 96E5B8FC0C for ; Mon, 23 Jan 2012 00:07:26 +0000 (UTC) Received: by wibhn14 with SMTP id hn14so2693777wib.13 for ; Sun, 22 Jan 2012 16:07:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; bh=/RBFR6z8nOrRbjWBnKm8UhY5LolFoW7jUHx/XAldhyk=; b=IvXDBABlWSCr1R4Qo4M4gPCFucls7k1eRQOC6L8LN18S/QJ/Xv15e6F4dLSr3j5Pq9 8N7y9Uh1gtq/B94T9CXEDNA3++4zhHLsplCOx17DMagWNHw0FW/qrLl2fPDvZ3TA5myz e8lbxpw+cWhVqVKB/pvOFGHEcY8A/pxOtKPzw= Received: by 10.180.104.4 with SMTP id ga4mr10717473wib.17.1327277245355; Sun, 22 Jan 2012 16:07:25 -0800 (PST) Received: from gumby.homeunix.com (87-194-105-247.bethere.co.uk. [87.194.105.247]) by mx.google.com with ESMTPS id n3sm35068962wiz.9.2012.01.22.16.07.23 (version=SSLv3 cipher=OTHER); Sun, 22 Jan 2012 16:07:24 -0800 (PST) Date: Mon, 23 Jan 2012 00:07:21 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20120123000721.0351bb6e@gumby.homeunix.com> In-Reply-To: <4F1C9549.4090108@wallnet.com> References: <777bdd81-ab41-491c-a885-fd14fe2f0a7c@li289-212> <4F1C9549.4090108@wallnet.com> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.6; amd64-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: php5 port seems broken X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jan 2012 00:07:27 -0000 On Sun, 22 Jan 2012 18:01:29 -0500 Tim Kellers wrote: > On 1/22/12 5:35 PM, Tim Dunphy wrote: > > Hello list, > > > > I'm attempting to install php5 from my ports tree. I've attempted > > the latest version ( 5.3.9 located in /usr/ports/lang/php5) and the > > 'latest stable' (5.2.17 located in /usr/ports/lang/php52). The > > result is pretty much the same: > > suhosin-patch-5.3.9-0.9.10.patch.gz. ===> Giving up on fetching > > files: php-5.3.9.tar.bz2 Make sure the Makefile and distinfo file > > (/usr/ports/lang/php5/distinfo) are up to date. If you are > > absolutely sure you want to override this check, type "make > > NO_CHECKSUM=yes [other args]". *** Error code 1 > > > I just portupgraded my php5 this morning and I was able to fetch the > distfile without trouble. It might just be a partially dled file and > a checksum mismatch. if you do a "make checksum" it will download the file or resume a partial download before checking the hash. > You can try (as root) > rm -rf /usr/ports/distfiles/php-5.3.9.tar.bz2 > > and cd /usr/ports/lang/php5 && make clean && make install clean or make distclean > If that gets you past the checksum error, you should be able to build > it successfully. Probably the ports tree needs to be updated to pick-up an updated hash value.