From owner-freebsd-python@FreeBSD.ORG Wed Jan 30 04:54:51 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 D61DF835 for ; Wed, 30 Jan 2013 04:54:51 +0000 (UTC) (envelope-from eoakes@comcast.net) Received: from qmta13.emeryville.ca.mail.comcast.net (qmta13.emeryville.ca.mail.comcast.net [IPv6:2001:558:fe2d:44:76:96:27:243]) by mx1.freebsd.org (Postfix) with ESMTP id 90335D7B for ; Wed, 30 Jan 2013 04:54:51 +0000 (UTC) Received: from omta21.emeryville.ca.mail.comcast.net ([76.96.30.88]) by qmta13.emeryville.ca.mail.comcast.net with comcast id u4h81k0031u4NiLAD4uqqE; Wed, 30 Jan 2013 04:54:50 +0000 Received: from cedric2.workgroup ([68.35.177.174]) by omta21.emeryville.ca.mail.comcast.net with comcast id u4up1k00B3m8jU48h4upVy; Wed, 30 Jan 2013 04:54:50 +0000 Message-ID: <5108A799.6020402@comcast.net> Date: Tue, 29 Jan 2013 21:54:49 -0700 From: tom oakes User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.13) Gecko/20110202 Thunderbird/3.1.7 MIME-Version: 1.0 To: python@FreeBSD.org Subject: /usr/ports/lang/python26 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20121106; t=1359521690; bh=dAnbpDJ+pvF+Y73OVmeZBhKF8/ZxGLTp0oAbVUXv+/o=; h=Received:Received:Message-ID:Date:From:MIME-Version:To:Subject: Content-Type; b=lHFqCDm8eJm7l61XJ7LrDfRK95w5cqUeA1mIduZNfWm9GTP6s8l8TPp7S8CtIA42b lECiYqPEFA095Vfpbp417pjY8LYTcqPtE3G52devvV0JPI6PtuUXbG09XDN4je9bZL EcRSQA5Lg0e7xmJn4yd3TgJY9s0WJN5Trr9OYAOWnseq7kuXgiZGy+ZCfwd7bbJEW3 C5DQMZcgM82MBGKqNcZPtnnsC/ZDYsQiqQjtXzsTXfTGj5OvX+66PGNvS8mHfEXxuh FPIa/eK6oFlARTisIhRP8/e/vgPspilGGuejDjVDjPJyn4IiIOj2mGB9T2inSV8KwK Zs5kByxKlnZ7Q== Cc: eoakes@comcast.net 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 04:54:51 -0000 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