Date: Wed, 27 Feb 2008 21:06:14 -0500 From: Randy Pratt <bsd-unix@embarqmail.com> To: "python" <python@freebsd.org> Cc: mich@FreeBSD.org Subject: Re: lang/python25 packaging fails after upgraded plist Message-ID: <20080227210614.c305b01d.bsd-unix@embarqmail.com> In-Reply-To: <JWTG50$F9CCBD6E94DA02BCD3019953019D2F7A@libero.it> References: <JWTG50$F9CCBD6E94DA02BCD3019953019D2F7A@libero.it>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 25 Feb 2008 23:36:36 +0100 "barbara" <barbara.xxx1975@libero.it> 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 <module> 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 --
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080227210614.c305b01d.bsd-unix>