From owner-freebsd-ports@FreeBSD.ORG Wed Feb 7 01:27:04 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C355916A400 for ; Wed, 7 Feb 2007 01:27:00 +0000 (UTC) (envelope-from alfredoj69@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169]) by mx1.freebsd.org (Postfix) with ESMTP id 346FA13C428 for ; Wed, 7 Feb 2007 01:26:59 +0000 (UTC) (envelope-from alfredoj69@gmail.com) Received: by ug-out-1314.google.com with SMTP id u40so49004ugc for ; Tue, 06 Feb 2007 17:26:59 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=Sv8tbD25Jr9HZAK6anjUG2PcAg3OP6mocDJAR7/wlG0FzN3nLegsidmR56m3fxWd9zmVkF9lNVM8xbPlROoVPerQYVnjl4G1v94oA1oWCc+3uGwvrPKP3WKVlfrq84OXSWr87oYf64PAdhc3fYYIZjhjAA6zW1v799K2qKUYWfA= Received: by 10.78.205.7 with SMTP id c7mr2036833hug.1170810044515; Tue, 06 Feb 2007 17:00:44 -0800 (PST) Received: by 10.78.155.5 with HTTP; Tue, 6 Feb 2007 17:00:44 -0800 (PST) Message-ID: Date: Tue, 6 Feb 2007 20:00:44 -0500 From: "Alfredo Perez" To: freebsd-ports@freebsd.org. MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Question about this port Imgseek X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Feb 2007 01:27:04 -0000 Hi I am planning to become the maintainer of this port Imgseek. I just installed it and got the following error: Starting imgSeek, please wait ... Version 0.8.4 --------- Traceback ------------------ Traceback (most recent call last): File "/usr/local/bin/imgSeek", line 26, in ? from imgSeekLib import imgSeekApp File "/usr/local/lib/python2.4/site-packages/imgSeekLib/imgSeekApp.py", line 2793, in ? w = DlgMain(a) # create main window File "/usr/local/lib/python2.4/site-packages/imgSeekLib/imgSeekApp.py", line 53, in __init__ MainForm.__init__(self, parent, name, fl) File "/usr/local/lib/python2.4/site-packages/imgSeekLib/MainForm.py", line 2785, in __init__ self.gohomebtn.setSizePolicy(QSizePolicy(0,0,0,0, self.gohomebtn.sizePolicy().hasHeightForWidth())) TypeError: argument 1 of QSizePolicy() has an invalid type -------------------------------------- You have found a bug, please help us by submitting the text above and a precise description of how you caused it to " http://imgseek.sourceforge.net/bugs" What do I do in this case? Do I open a bug report? or Once I become the maintainer, could I fix that bug by only updating the port? Thanks