From owner-freebsd-questions@FreeBSD.ORG Sat Jun 20 21:22:47 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 37EB01065670 for ; Sat, 20 Jun 2009 21:22:47 +0000 (UTC) (envelope-from jrisom@gmail.com) Received: from mail-yx0-f200.google.com (mail-yx0-f200.google.com [209.85.210.200]) by mx1.freebsd.org (Postfix) with ESMTP id E6B1F8FC08 for ; Sat, 20 Jun 2009 21:22:46 +0000 (UTC) (envelope-from jrisom@gmail.com) Received: by yxe38 with SMTP id 38so881295yxe.3 for ; Sat, 20 Jun 2009 14:22:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:mime-version :content-transfer-encoding:message-id:content-type:to:from:subject :date:x-mailer; bh=P4c4hJk2pysjWmeanoAilh5bnyCrvpm22QT4uUeLrBQ=; b=IPiJoYmeNg3IejhqTBs/rPM02/tqNQLunZ4I89B8ZDs+x8rKS/gNl5GX4A5DoWDNUd HmY1m9/HOFxD4TKt+VkOZ2HtHBPBQ3zqgYTVsJxeV0oIaz1kmkVhtMOjeZmK7KqCMZCr G/68tokx3PpFuH3CpUmJRAVWIQA9hz6qsEsq8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:content-transfer-encoding:message-id:content-type:to :from:subject:date:x-mailer; b=wUhlrg8oQt3OaOxnqesQnRCAuMJwnyLRPYBYzBhz6NTCTuy5ZvyY5SbuqMu7yTy4fn 0ELLrz13vHvkJRAjVc6VRNg1Lpl29jXdsR85LGMHP4e7d2Vz34OjUDtSAFxR8a58Mb0R xmGJjHNaYVBbrdIytkRJgOxa2KBPP7PwZ8N+E= Received: by 10.90.118.8 with SMTP id q8mr3519727agc.38.1245531548472; Sat, 20 Jun 2009 13:59:08 -0700 (PDT) Received: from ?192.168.1.5? (c-98-212-199-182.hsd1.il.comcast.net [98.212.199.182]) by mx.google.com with ESMTPS id 7sm4810154aga.27.2009.06.20.13.59.07 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 20 Jun 2009 13:59:08 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v624) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; format=flowed To: FreeBSD Questions From: Joshua Isom Date: Sat, 20 Jun 2009 15:59:04 -0500 X-Mailer: Apple Mail (2.624) Subject: portell breakage X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Jun 2009 21:22:47 -0000 I recently upgraded my ports tree which included the python update. Everything went smoothly(except that openchrome on amd64 requires a hand patch), but now portell won't run. I can create a database, but all I get otherwise is: Traceback (most recent call last): File "/usr/local/bin/portell", line 93, in main() File "/usr/local/bin/portell", line 73, in main if d.has_key(portname): File "/usr/local/lib/python2.6/shelve.py", line 107, in has_key return key in self.dict TypeError: argument of type 'bsddb.bsddb' is not iterable I've tried reinstalling python26 and portell, as well as seeing if a missing dependency of databases/py-bsddb was the cause to no avail. I haven't found anyone else having this error, so I'm not sure how to fix it. Has anyone else had this happen and know how to fix it?