From nobody@FreeBSD.org  Mon May 29 08:16:05 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B00D616A749
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 29 May 2006 08:16:05 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7085A43D53
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 29 May 2006 08:16:05 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k4T8G5at030377
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 29 May 2006 08:16:05 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id k4T8G4CQ030376;
	Mon, 29 May 2006 08:16:04 GMT
	(envelope-from nobody)
Message-Id: <200605290816.k4T8G4CQ030376@www.freebsd.org>
Date: Mon, 29 May 2006 08:16:04 GMT
From: Alexander Bulgakov <bulgakov@newmail.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: php 5.1.4 build error
X-Send-Pr-Version: www-2.3

>Number:         98074
>Category:       i386
>Synopsis:       lang/php5: php 5.1.4 build error
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    ale
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 29 08:20:17 GMT 2006
>Closed-Date:    Sun Jun 04 20:50:30 GMT 2006
>Last-Modified:  Sun Jun 04 20:50:30 GMT 2006
>Originator:     Alexander Bulgakov
>Release:        6.1
>Organization:
Technopark LTA
>Environment:
FreeBSD web003.technopark.spb.ru 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Fri May 26 17:56:14 MSD 2006     alex@web003.technopark.spb.ru:/usr/src/sys/i386/compile/smp_netgraph  i386
>Description:
I try to build php 5.1.4 from ports.
Here the output of make:
__________________________________________________________
/usr/ports/lang/php5#=> make
===>  Vulnerability check disabled, database not found
===>  Found saved configuration for php5-5.1.4
===>  Extracting for php5-5.1.4
=> MD5 Checksum mismatch for php-5.1.4.tar.bz2.
=> SHA256 Checksum mismatch for php-5.1.4.tar.bz2.
===>  Refetch for 1 more times files: php-5.1.4.tar.bz2 php-5.1.4.tar.bz2
===>  Vulnerability check disabled, database not found
===>  Found saved configuration for php5-5.1.4
=> php-5.1.4.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch from http://br.php.net/distributions/.
fetch: php-5.1.4.tar.bz2: local modification time does not match remote
=> Attempting to fetch from http://cn.php.net/distributions/.
fetch: php-5.1.4.tar.bz2: local modification time does not match remote
=> Attempting to fetch from http://dk.php.net/distributions/.
fetch: php-5.1.4.tar.bz2: local modification time does not match remote
=> Attempting to fetch from http://de.php.net/distributions/.
fetch: php-5.1.4.tar.bz2: local modification time does not match remote
=> Attempting to fetch from http://es.php.net/distributions/.
fetch: php-5.1.4.tar.bz2: local modification time does not match remote
=> Attempting to fetch from http://fi.php.net/distributions/.
fetch: php-5.1.4.tar.bz2: local modification time does not match remote
=> Attempting to fetch from http://fr.php.net/distributions/.
fetch: php-5.1.4.tar.bz2: local modification time does not match remote
=> Attempting to fetch from http://gr.php.net/distributions/.
fetch: php-5.1.4.tar.bz2: local modification time does not match remote
=> Attempting to fetch from http://it.php.net/distributions/.
fetch: php-5.1.4.tar.bz2: local modification time does not match remote
=> Attempting to fetch from http://jp.php.net/distributions/.
fetch: php-5.1.4.tar.bz2: local modification time does not match remote
=> Attempting to fetch from http://nl.php.net/distributions/.
fetch: php-5.1.4.tar.bz2: local modification time does not match remote
=> Attempting to fetch from http://se.php.net/distributions/.
fetch: php-5.1.4.tar.bz2: local modification time does not match remote
=> Attempting to fetch from http://uk.php.net/distributions/.
fetch: php-5.1.4.tar.bz2: local modification time does not match remote
=> Attempting to fetch from http://us2.php.net/distributions/.
fetch: php-5.1.4.tar.bz2: local modification time does not match remote
=> Attempting to fetch from http://ring.sakura.ad.jp/archives/net/www/php/distributions/.
fetch: php-5.1.4.tar.bz2: local modification time does not match remote
=> Attempting to fetch from http://ring.riken.jp/archives/net/www/php/distributions/.
fetch: php-5.1.4.tar.bz2: local modification time does not match remote
=> Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/.
fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/php-5.1.4.tar.bz2: File unavailable (e.g., file not found, no access)
=> Couldn't fetch it - please try to retrieve this
=> port manually into /usr/ports/distfiles/ and try again.
*** Error code 1

Stop in /usr/ports/lang/php5.
*** Error code 1

Stop in /usr/ports/lang/php5.
____________________________________________________________________
I have php-5.1.4.tar.bz2 in  /usr/ports/distfiles. This file is not corrupted, it is identical to php-5.1.4.tar.bz2 on other computer with FreeBSD-6.0 release, where I successfully install php-5.1.4 two weeks ago.
The problem is not listed in ports/UPDATING.
>How-To-Repeat:
cd /usr/ports/lang/php5
make

>Fix:

>Release-Note:
>Audit-Trail:

From: =?ISO-8859-15?Q?Bj=F6rn_K=F6nig?= <bkoenig@cs.tu-berlin.de>
To: Alexander Bulgakov <bulgakov@newmail.ru>
Cc: freebsd-gnats-submit@freebsd.org
Subject: Re: i386/98074: php 5.1.4 build error
Date: Mon, 29 May 2006 15:37:19 +0200

 Hello Alexander
 
 Delete /usr/ports/distfiles/php-5.1.4.tar.bz2 and download it again. The 
 PHP project changed the archive.
 
 Bjrn
Responsible-Changed-From-To: freebsd-i386->freebsd-ports-bugs 
Responsible-Changed-By: remko 
Responsible-Changed-When: Sat Jun 3 21:32:38 UTC 2006 
Responsible-Changed-Why:  
This is a ports issue, reassign it to them. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98074 
Responsible-Changed-From-To: freebsd-ports-bugs->ale 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Sat Jun 3 22:27:24 UTC 2006 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98074 
State-Changed-From-To: open->closed 
State-Changed-By: ale 
State-Changed-When: Sun Jun 4 20:49:44 UTC 2006 
State-Changed-Why:  
Solved. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98074 
>Unformatted:
