From owner-freebsd-python@FreeBSD.ORG Thu Feb 28 02:23:49 2008 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1CA6E106566C for ; Thu, 28 Feb 2008 02:23:49 +0000 (UTC) (envelope-from bsd-unix@embarqmail.com) Received: from mailrelay.embarq.synacor.com (mailrelay.embarq.synacor.com [208.47.184.3]) by mx1.freebsd.org (Postfix) with ESMTP id AEA828FC27 for ; Thu, 28 Feb 2008 02:23:48 +0000 (UTC) (envelope-from bsd-unix@embarqmail.com) X_CMAE_Category: 0,0 Undefined,Undefined X-CNFS-Analysis: v=1.0 c=1 a=UsFzjZPjqKcA:10 a=6I5d2MoRAAAA:8 a=e7gqvRokURWXp20tUVYA:9 a=MyY7i-tlEqEiaijUlugA:7 a=mgl1Uv1K6pwJk8Ez32pRN-DnWgsA:4 a=LY0hPdMaydYA:10 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine Authentication-Results: smtp08.embarq.synacor.com smtp.mail=bsd-unix@embarqmail.com; spf=neutral Authentication-Results: smtp08.embarq.synacor.com smtp.user=rpratt1950@embarqmail.com; auth=pass (LOGIN) Received-SPF: neutral (smtp08.embarq.synacor.com: 76.6.195.171 is neither permitted nor denied by domain of embarqmail.com) Received: from [76.6.195.171] ([76.6.195.171:62797] helo=kt.weeeble.com) by mailrelay.embarq.synacor.com (envelope-from ) (ecelerity 2.2.1.21 r(19176)) with ESMTPA id CC/C0-14397-71716C74; Wed, 27 Feb 2008 21:06:16 -0500 Date: Wed, 27 Feb 2008 21:06:14 -0500 From: Randy Pratt To: "python" Message-Id: <20080227210614.c305b01d.bsd-unix@embarqmail.com> In-Reply-To: References: X-Mailer: Sylpheed 2.4.8 (GTK+ 2.12.8; i386-portbld-freebsd6.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: mich@FreeBSD.org Subject: Re: lang/python25 packaging fails after upgraded plist X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2008 02:23:49 -0000 On Mon, 25 Feb 2008 23:36:36 +0100 "barbara" wrote: > Hello, > I'm getting an error after trying to build a package of lang/python25 after this commit : > http://www.freebsd.org/cgi/cvsweb.cgi/ports/lang/python25/pkg-plist.diff?r1=1.71;r2=1.72;f=h > I hope the URL is readable, if not it's the diff between v. 1.71 and v. 1.72 of pkg-plist. > > The error is: > ===> Building package for python25-2.5.2_1 > > Creating package /usr/ports/packages/All/python25-2.5.2_1.tbz > > Registering depends:. > > Creating bzip'd tar ball in '/usr/ports/packages/All/python25-2.5.2_1.tbz' > > tar: lib/python2.5/lib-dynload/bsddb185.so: Cannot stat: No such file or directory > > tar: Error exit delayed from previous errors. > > pkg_create: make_dist: tar command failed with code 256 This missing library also breaks ports-mgmt/portell : $ portell bash Traceback (most recent call last): File "/usr/local/bin/portell", line 93, in main() File "/usr/local/bin/portell", line 70, in main d = shelve.open(PORTELL_DB) File "/usr/local/lib/python2.5/shelve.py", line 225, in open return DbfilenameShelf(filename, flag, protocol, writeback) File "/usr/local/lib/python2.5/shelve.py", line 209, in __init__ Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback) File "/usr/local/lib/python2.5/anydbm.py", line 82, in open mod = __import__(result) ImportError: No module named bsddb185 Randy --