Portupgrade error with multiple distinfo files

2007-06-06 Thread Warren Liddell
Quite a lrge portion of my packages are failing in portupgrade due to 
either the ports distinfo file apparently being out of date OR the 
pckage is spelt incorectly, when i had only just finished running a 
CVS to update it all... Below is a snippet of an error with 1 of the ports.


===


==  Vulnerability check disabled, database not found
= libXext-1.0.3.tar.gz is not in /usr/ports/x11/libXext/distinfo.
= Either /usr/ports/x11/libXext/distinfo is out of date, or
= libXext-1.0.3.tar.gz is spelled incorrectly.
*** Error code 1

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Portupgrade error with multiple distinfo files

2007-06-06 Thread Kris Kennaway
On Thu, Jun 07, 2007 at 09:51:18AM +1000, Warren Liddell wrote:
 Quite a lrge portion of my packages are failing in portupgrade due to 
 either the ports distinfo file apparently being out of date OR the 
 pckage is spelt incorectly, when i had only just finished running a 
 CVS to update it all... Below is a snippet of an error with 1 of the ports.
 
 ===
 
 
 ==  Vulnerability check disabled, database not found
 = libXext-1.0.3.tar.gz is not in /usr/ports/x11/libXext/distinfo.
 = Either /usr/ports/x11/libXext/distinfo is out of date, or
 = libXext-1.0.3.tar.gz is spelled incorrectly.
 *** Error code 1

You have an incomplete ports tree or some kind of local changes in
e.g. /etc/make.conf.

Kris
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Portupgrade error with multiple distinfo files

2007-06-06 Thread Warren Liddell



 ==  Vulnerability check disabled, database not found
 = libXext-1.0.3.tar.gz is not in /usr/ports/x11/libXext/distinfo.
 = Either /usr/ports/x11/libXext/distinfo is out of date, or
 = libXext-1.0.3.tar.gz is spelled incorrectly.
 *** Error code 1

You have an incomplete ports tree or some kind of local changes in
e.g. /etc/make.conf.

Kris



I havent changed anythng an i del my entire ports dir and re-cvsuped 
it ... re-run portupgrade to have the same error. 


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Portupgrade error with multiple distinfo files

2007-06-06 Thread Kris Kennaway
On Thu, Jun 07, 2007 at 12:55:20PM +1000, Warren Liddell wrote:
 
  ==  Vulnerability check disabled, database not found
  = libXext-1.0.3.tar.gz is not in /usr/ports/x11/libXext/distinfo.
  = Either /usr/ports/x11/libXext/distinfo is out of date, or
  = libXext-1.0.3.tar.gz is spelled incorrectly.
  *** Error code 1
 
 You have an incomplete ports tree or some kind of local changes in
 e.g. /etc/make.conf.
 
 Kris
 
 
 I havent changed anythng an i del my entire ports dir and re-cvsuped 
 it ... re-run portupgrade to have the same error. 

rot13# cvs -Rq update -PdA
rot13# make checksum
===  Vulnerability check disabled, database not found
= MD5 Checksum OK for xorg/lib/libXext-1.0.3.tar.bz2.
= SHA256 Checksum OK for xorg/lib/libXext-1.0.3.tar.bz2.
rot13# cat distinfo
MD5 (xorg/lib/libXext-1.0.3.tar.bz2) = 1bf6fa1c26f9957d7cc0bd90b038dfa6
SHA256 (xorg/lib/libXext-1.0.3.tar.bz2) = 
2d706baf206d1cb422c8e0ceb6c5a8546bc3f0587cf090eba51e75a295d9c3f0
SIZE (xorg/lib/libXext-1.0.3.tar.bz2) = 262116

I can only repeat my suggestion that you look closer to home for the
source of your problem.

Kris

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]