Bug 173985 - misc/pear-Services_Weather 1.4.7 does not install
Summary: misc/pear-Services_Weather 1.4.7 does not install
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-29 10:30 UTC by freebsd
Modified: 2013-02-01 03:20 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description freebsd 2012-11-29 10:30:00 UTC
	
root@cakebox /usr/ports/misc/pear-Services_Weather > make clean
===>  Cleaning for pear-Services_Weather-1.4.7
root@cakebox /usr/ports/misc/pear-Services_Weather > make install
===>  Found saved configuration for pear-Services_Weather-1.4.7
===>   pear-Services_Weather-1.4.7 depends on file: /usr/local/sbin/pkg - found
===>  Extracting for pear-Services_Weather-1.4.7
=> SHA256 Checksum OK for PEAR/Services_Weather-1.4.7.tgz.
===>  Patching for pear-Services_Weather-1.4.7
===>   pear-Services_Weather-1.4.7 depends on file: /usr/local/share/pear/PEAR.php - found
===>   pear-Services_Weather-1.4.7 depends on file: /usr/local/share/pear/Net/FTP.php - found
===>   pear-Services_Weather-1.4.7 depends on file: /usr/local/share/pear/Cache.php - found
===>   pear-Services_Weather-1.4.7 depends on file: /usr/local/share/pear/DB.php - found
===>   pear-Services_Weather-1.4.7 depends on file: /usr/local/share/pear/XML/Serializer.php - found
===>  Configuring for pear-Services_Weather-1.4.7
===>  Installing for pear-Services_Weather-1.4.7
===>   pear-Services_Weather-1.4.7 depends on file: /usr/local/share/pear/PEAR.php - found
===>   pear-Services_Weather-1.4.7 depends on file: /usr/local/share/pear/HTTP/Request.php - found
===>   pear-Services_Weather-1.4.7 depends on file: /usr/local/include/php/main/php.h - found
===>   pear-Services_Weather-1.4.7 depends on executable: pear - found
===>   pear-Services_Weather-1.4.7 depends on file: /usr/local/lib/php/20090626/ctype.so - found
===>   Generating packing list with pear
ln: /var/tmp/export/ports/misc/pear-Services_Weather/work/Services_Weather-1.4.7/package.xml: Datei oder Verzeichnis nicht gefunden
*** [do-autogenerate-plist] Error code 1

Stop in /usr/ports/misc/pear-Services_Weather.
*** [install] Error code 1

Stop in /usr/ports/misc/pear-Services_Weather.
root@cakebox /usr/ports/misc/pear-Services_Weather > ll /var/tmp/export/ports/misc/pear-Services_Weather/work/
total 12
drwxr-xr-x  2 root  wheel   512 Nov 29 11:17 ./
drwxr-xr-x  3 root  wheel   512 Nov 29 11:17 ../
-rw-r--r--  1 root  wheel     0 Nov 29 11:17 .build_done.Services_Weather._usr_local
-rw-r--r--  1 root  wheel     0 Nov 29 11:17 .configure_done.Services_Weather._usr_local
-rw-r--r--  1 root  wheel     0 Nov 29 11:17 .extract_done.Services_Weather._usr_local
-rw-r--r--  1 root  wheel     0 Nov 29 11:17 .patch_done.Services_Weather._usr_local
-rw-r--r--  1 root  wheel  6612 Oct 22 15:11 package.xml

Fix: 

Unknown, simply creating the
/var/tmp/export/ports/misc/pear-Services_Weather/work/Services_Weather-1.4.7
	directory and moving package.xml in there does not solve the issue:

root@cakebox /usr/ports/misc/pear-Services_Weather > mkdir /var/tmp/export/ports/misc/pear-Services_Weather/work/Services_Weather-1.4.7
root@cakebox /usr/ports/misc/pear-Services_Weather > mv /var/tmp/export/ports/misc/pear-Services_Weather/work/package.xml /var/tmp/export/ports/misc/pear-Services_Weather/work/Services_Weather-1.4.7/
root@cakebox /usr/ports/misc/pear-Services_Weather > make install
===>  Installing for pear-Services_Weather-1.4.7
===>   pear-Services_Weather-1.4.7 depends on file: /usr/local/share/pear/PEAR.php - found
===>   pear-Services_Weather-1.4.7 depends on file: /usr/local/share/pear/HTTP/Request.php - found
===>   pear-Services_Weather-1.4.7 depends on file: /usr/local/include/php/main/php.h - found
===>   pear-Services_Weather-1.4.7 depends on executable: pear - found
===>   pear-Services_Weather-1.4.7 depends on file: /usr/local/lib/php/20090626/ctype.so - found
===>   Generating packing list with pear
*** [do-autogenerate-plist] Error code 1

Stop in /export/ports/misc/pear-Services_Weather.
*** [install] Error code 1

Stop in /export/ports/misc/pear-Services_Weather.
root@cakebox /usr/ports/misc/pear-Services_Weather >
How-To-Repeat: 	Attempt to install the port.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-11-29 10:30:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-02-01 03:17:55 UTC
Author: miwi
Date: Fri Feb  1 03:17:46 2013
New Revision: 311349
URL: http://svnweb.freebsd.org/changeset/ports/311349

Log:
  - Downgrade to 1.4.6 (1.4.7 is broken)
  - Bump PORTEPOCH
  
  PR:		174010 173985

Modified:
  head/misc/pear-Services_Weather/Makefile
  head/misc/pear-Services_Weather/distinfo

Modified: head/misc/pear-Services_Weather/Makefile
==============================================================================
--- head/misc/pear-Services_Weather/Makefile	Fri Feb  1 02:30:59 2013	(r311348)
+++ head/misc/pear-Services_Weather/Makefile	Fri Feb  1 03:17:46 2013	(r311349)
@@ -2,7 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	Services_Weather
-PORTVERSION=	1.4.7
+PORTVERSION=	1.4.6
+PORTEPOCH=	1
 CATEGORIES=	misc www pear geography
 
 MAINTAINER=	miwi@FreeBSD.org

Modified: head/misc/pear-Services_Weather/distinfo
==============================================================================
--- head/misc/pear-Services_Weather/distinfo	Fri Feb  1 02:30:59 2013	(r311348)
+++ head/misc/pear-Services_Weather/distinfo	Fri Feb  1 03:17:46 2013	(r311349)
@@ -1,2 +1,2 @@
-SHA256 (PEAR/Services_Weather-1.4.7.tgz) = b2c465d6edeab22ea908783a6c06abb0d9cb89cb225f098e89c16c59170816e7
-SIZE (PEAR/Services_Weather-1.4.7.tgz) = 55519
+SHA256 (PEAR/Services_Weather-1.4.6.tgz) = aaaaca7034efd56be892c36b747bae80566a2cd23c11d4a1d92dd9619ec36da1
+SIZE (PEAR/Services_Weather-1.4.6.tgz) = 55639
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2013-02-01 03:18:55 UTC
State Changed
From-To: open->closed

i've downgrade this package. should be fixed now.