From owner-freebsd-questions@FreeBSD.ORG Sun Jan 22 23:01:32 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 34ED91065670 for ; Sun, 22 Jan 2012 23:01:32 +0000 (UTC) (envelope-from timothyk@wallnet.com) Received: from h98.wallnet.com (h98.wallnet.com [12.20.5.98]) by mx1.freebsd.org (Postfix) with ESMTP id D821A8FC12 for ; Sun, 22 Jan 2012 23:01:31 +0000 (UTC) Received: (qmail 33360 invoked from network); 22 Jan 2012 23:01:30 -0000 Received: from unknown (HELO TIM-KELLERSs-MacBook-Pro.local) (timothyk@96.57.143.21) by h98.wallnet.com with ESMTPA; 22 Jan 2012 23:01:30 -0000 Message-ID: <4F1C9549.4090108@wallnet.com> Date: Sun, 22 Jan 2012 18:01:29 -0500 From: Tim Kellers User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <777bdd81-ab41-491c-a885-fd14fe2f0a7c@li289-212> In-Reply-To: <777bdd81-ab41-491c-a885-fd14fe2f0a7c@li289-212> Content-Type: text/plain; charset=UTF-8; format=flowed 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: Sun, 22 Jan 2012 23:01:32 -0000 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: > > [root@LBSD2:/usr/ports/lang/php5] #make install > ===> Vulnerability check disabled, database not found > ===> License check disabled, port has not defined LICENSE > ===> Found saved configuration for php5-5.3.9 > ===> Extracting for php5-5.3.9 > => SHA256 Checksum mismatch for php-5.3.9.tar.bz2. > => SHA256 Checksum OK for suhosin-patch-5.3.9-0.9.10.patch.gz. > ===> Refetch for 1 more times files: php-5.3.9.tar.bz2 > ===> Vulnerability check disabled, database not found > ===> License check disabled, port has not defined LICENSE > ===> Found saved configuration for php5-5.3.9 > => php-5.3.9.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/. > => Attempting to fetch http://dk.php.net/distributions/php-5.3.9.tar.bz2 > fetch: http://dk.php.net/distributions/php-5.3.9.tar.bz2: Requested Range Not Satisfiable > => Attempting to fetch http://de.php.net/distributions/php-5.3.9.tar.bz2 > fetch: http://de.php.net/distributions/php-5.3.9.tar.bz2: Requested Range Not Satisfiable > => Attempting to fetch http://es.php.net/distributions/php-5.3.9.tar.bz2 > fetch: http://es.php.net/distributions/php-5.3.9.tar.bz2: Requested Range Not Satisfiable > => Attempting to fetch http://fi.php.net/distributions/php-5.3.9.tar.bz2 > fetch: http://fi.php.net/distributions/php-5.3.9.tar.bz2: Requested Range Not Satisfiable > => Attempting to fetch http://fr.php.net/distributions/php-5.3.9.tar.bz2 > ===> Vulnerability check disabled, database not found > ===> License check disabled, port has not defined LICENSE > ===> Found saved configuration for php5-5.3.9 > => SHA256 Checksum mismatch for php-5.3.9.tar.bz2. > => SHA256 Checksum OK for 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 > > Stop in /usr/ports/lang/php5. > *** Error code 1 > > Stop in /usr/ports/lang/php5. > *** Error code 1 > > Stop in /usr/ports/lang/php5. > > > I was just wondering if anyone might have a guess as to why this wasn't working? > > thanks > tim 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. 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 If that gets you past the checksum error, you should be able to build it successfully. Tim Kellers