Bug 199294 - ports-mgmt/portell: does not work
Summary: ports-mgmt/portell: does not work
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Michael Landin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-08 14:37 UTC by Walter von Entferndt
Modified: 2015-04-08 17:20 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (mich)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Walter von Entferndt 2015-04-08 14:37:38 UTC
On invocation, it replies:
Traceback (most recent call last):
  File "/usr/local/bin/portell", line 93, in <module>
    main()
  File "/usr/local/bin/portell", line 73, in main
    if d.has_key(portname): 
  File "/usr/local/lib/python2.7/shelve.py", line 107, in has_key
    return key in self.dict
TypeError: argument of type 'bsddb.bsddb' is not iterable

bug: portell does not work at all.  On invocation, it replies:
Traceback (most recent call last):
  File "/usr/local/bin/portell", line 93, in <module>
    main()
  File "/usr/local/bin/portell", line 73, in main
    if d.has_key(portname): 
  File "/usr/local/lib/python2.7/shelve.py", line 107, in has_key
    return key in self.dict
TypeError: argument of type 'bsddb.bsddb' is not iterable
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-04-08 17:20:00 UTC
A commit references this bug:

Author: mich
Date: Wed Apr  8 17:19:22 UTC 2015
New revision: 383584
URL: https://svnweb.freebsd.org/changeset/ports/383584

Log:
  - change dbm to bsddb
  - RUN_DEPENDS

  PR:	199294

Changes:
  head/ports-mgmt/portell/Makefile
  head/ports-mgmt/portell/files/patch-portell.py