/usr/ports/lang/python26

2013-01-29 Thread tom oakes

I recently did an upgrade from freebsd 8.2 to freebsd 8.3

I did a portsnap fetch ans portsnap update just before I got this error.


I tried doing a make in  the firefox port directory and got error of 
packages not upto date. I did a portupgrade -R of  those packages, which 
worked until I got an error suggesting I run pkgdb _F which I did twice, 
accepting the default options.


Again doing a make in .../www/firefox upgrade firefox and got the folloe 
error message:


===Verifying install for 
/usr/local/lib/python2.6/site-packages/_sqlite3.so in 
/usr/ports/databases/py-sqlite3

===  Found saved configuration for sqlite3-3.7.14.1
= Python-2.6.6.tar.xz is not in /usr/ports/lang/python26/distinfo.
= Either /usr/ports/lang/python26/distinfo is out of date, or
= Python-2.6.6.tar.xz is spelled incorrectly.
*** Error code 1

Stop in /usr/ports/databases/py-sqlite3.
*** Error code 1

Stop in /usr/ports/www/firefox.
*** Error code 1

Stop in /usr/ports/www/firefox.

I don't see what to try next!

Either  portsnap did not do its job, or something is wrong with the port.

Thanks
Tom Oakes   email eoakes@comcast,net

___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to freebsd-python-unsubscr...@freebsd.org


Re: /usr/ports/lang/python26

2013-01-29 Thread Ruslan Makhmatkhanov

tom oakes wrote on 30.01.2013 08:54:

I recently did an upgrade from freebsd 8.2 to freebsd 8.3

I did a portsnap fetch ans portsnap update just before I got this error.


I tried doing a make in  the firefox port directory and got error of
packages not upto date. I did a portupgrade -R of  those packages, which
worked until I got an error suggesting I run pkgdb _F which I did twice,
accepting the default options.

Again doing a make in .../www/firefox upgrade firefox and got the folloe
error message:

===Verifying install for
/usr/local/lib/python2.6/site-packages/_sqlite3.so in
/usr/ports/databases/py-sqlite3
===  Found saved configuration for sqlite3-3.7.14.1
= Python-2.6.6.tar.xz is not in /usr/ports/lang/python26/distinfo.
= Either /usr/ports/lang/python26/distinfo is out of date, or
= Python-2.6.6.tar.xz is spelled incorrectly.
*** Error code 1

Stop in /usr/ports/databases/py-sqlite3.
*** Error code 1

Stop in /usr/ports/www/firefox.
*** Error code 1

Stop in /usr/ports/www/firefox.

I don't see what to try next!

Either  portsnap did not do its job, or something is wrong with the port.

Thanks
Tom Oakes   email eoakes@comcast,net


Hi,

your ports tree is not in sync somehow. You have fresh Mk/bsd.python.mk, 
but quite old lang/python26:


root@smeshariki4:/usr/ports/lang/python26 # make distclean
===  Cleaning for python26-2.6.8_4
===  Deleting distfiles for python26-2.6.8_4
root@smeshariki4:/usr/ports/lang/python26 # make fetch
= Python-2.6.8.tar.xz doesn't seem to exist in /usr/ports/distfiles/python.
= Attempting to fetch 
http://www.python.org/ftp/python/2.6.8/Python-2.6.8.tar.xz
Python-2.6.8.tar.xz   100% of 9112 kB 1064 kBps 
00m09s


Try to do `portsnap extract` and see if it helps.

--
Regards,
Ruslan

Tinderboxing kills... the drives.
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to freebsd-python-unsubscr...@freebsd.org