Date: Wed, 30 Jan 2013 09:31:28 +0400 From: Ruslan Makhmatkhanov <cvs-src@yandex.ru> To: tom oakes <eoakes@comcast.net> Cc: python@FreeBSD.org Subject: Re: /usr/ports/lang/python26 Message-ID: <5108B030.9040304@yandex.ru> In-Reply-To: <5108A799.6020402@comcast.net> References: <5108A799.6020402@comcast.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5108B030.9040304>