From owner-freebsd-python@FreeBSD.ORG Wed Jan 30 05:31:46 2013 Return-Path: Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 13872BEA for ; Wed, 30 Jan 2013 05:31:46 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward2h.mail.yandex.net (forward2h.mail.yandex.net [IPv6:2a02:6b8:0:f05::2]) by mx1.freebsd.org (Postfix) with ESMTP id 928AFE48 for ; Wed, 30 Jan 2013 05:31:45 +0000 (UTC) Received: from smtp3h.mail.yandex.net (smtp3h.mail.yandex.net [84.201.186.20]) by forward2h.mail.yandex.net (Yandex) with ESMTP id 329F97019D4; Wed, 30 Jan 2013 09:31:44 +0400 (MSK) Received: from smtp3h.mail.yandex.net (localhost [127.0.0.1]) by smtp3h.mail.yandex.net (Yandex) with ESMTP id E25281B40536; Wed, 30 Jan 2013 09:31:43 +0400 (MSK) Received: from unknown (unknown [178.76.224.133]) by smtp3h.mail.yandex.net (nwsmtp/Yandex) with ESMTP id Vh7GpWwE-Vh7ehqqB; Wed, 30 Jan 2013 09:31:43 +0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1359523903; bh=deXVkxoS3JG91T1V+GQKz6Dl9nF8ByR7Dm6vrsTQHuM=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=KbXLch+KcRvM5AibtnP1xQJwsfSUexQ+/kLT9SN4xUU9snYS7eineiqL7brIG8h/q r2GZtagqS7/QObXH2T6iwPORZMe7BjGPh0KFFROClZMphIPdYtD5rhB5FV09tUhwzw 70fCf2t8JWzRuvoK4SoKzYYcwOneu/f0iTMW9kdQ= Message-ID: <5108B030.9040304@yandex.ru> Date: Wed, 30 Jan 2013 09:31:28 +0400 From: Ruslan Makhmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130114 Thunderbird/17.0.2 MIME-Version: 1.0 To: tom oakes Subject: Re: /usr/ports/lang/python26 References: <5108A799.6020402@comcast.net> In-Reply-To: <5108A799.6020402@comcast.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: python@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jan 2013 05:31:46 -0000 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.