lang/python25 packaging fails after upgraded plist

Randy Pratt bsd-unix at embarqmail.com
Thu Feb 28 02:23:49 UTC 2008


On Mon, 25 Feb 2008 23:36:36 +0100
"barbara" <barbara.xxx1975 at 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


-- 


More information about the freebsd-python mailing list