From owner-freebsd-ports@FreeBSD.ORG Fri Jun 19 21:14:18 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 335C61065697 for ; Fri, 19 Jun 2009 21:14:18 +0000 (UTC) (envelope-from cptsalek@gmail.com) Received: from mail-fx0-f216.google.com (mail-fx0-f216.google.com [209.85.220.216]) by mx1.freebsd.org (Postfix) with ESMTP id A91F48FC12 for ; Fri, 19 Jun 2009 21:14:17 +0000 (UTC) (envelope-from cptsalek@gmail.com) Received: by fxm12 with SMTP id 12so537186fxm.43 for ; Fri, 19 Jun 2009 14:14:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=rtD1Bi2xH0c4V7/KyDNUkPNWHU5JAA3IBw85BDng+8o=; b=e5X/xZO99sy8FdYP2ujFswDNe6KO2KNolarLEV4rWoxsqMX7Yda+8d9xL0tipkk/oJ h1I67cYdw8G+j58Nd0CvC12eGzynzoZcYvrcqXQPPN8a/gM5bM2M5W4NJea4pFqudB4m 5vLg2nj2UrZd5/dnN57wtHuBM4gImhnpgiwlg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=Lu4ZCcHIs4Ze2DFF7t6mEJcASrhZlfGMf44na+FT3Zk+2aGm/d24svoDTLhD2fwHXX K7JbUGGgJeQhRVQ6mlVez9CpsLHaG3oY7KP4HPtSozXV1eqEgkiUA2Zn6HkgkGA7tKzH Cf3VKux5yFmdBMDaYeJ8CcoKnsXsH1RzUjxbk= MIME-Version: 1.0 Received: by 10.204.52.72 with SMTP id h8mr2997982bkg.30.1245446056648; Fri, 19 Jun 2009 14:14:16 -0700 (PDT) Date: Fri, 19 Jun 2009 23:14:16 +0200 Message-ID: <14989d6e0906191414p700d29fcgefba5ca2c5451ed0@mail.gmail.com> From: Christian Walther To: ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: net/forg: Doesn't work 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: Fri, 19 Jun 2009 21:14:18 -0000 Hi, I installed net/forg, but the port doesn't work. It seems to start successfully, but throws a TclError. Hitting the "go" button results in another exception that appears to be Tcl related, too. Trying to restart it results in another exception, and it returns 1. The exceptions follow. Regards Christian Walther hasking% forg /usr/local/lib/python2.5/xmllib.py:9: DeprecationWarning: The xmllib module is obsolete. Use xml.sax instead. warnings.warn("The xmllib module is obsolete. Use xml.sax instead.", DeprecationWarning) Bummer dude! You don't have the PIL installed on your machine! That means that the "Use PIL" option is going to be irrelevant for you. Starting the FORG Starting program with "gopher://gopher.floodgap.com:70/" Previously had 14 keys **** Couldn't parse options at /home/cptsalek/.forg/forgrc: [Errno 2] No such file or directory: '/home/cptsalek/.forg/forgrc' ****Couldn't load bookmarks at /home/cptsalek/.forg/bookmarks: [Errno 2] No such file or directory: '/home/cptsalek/.forg/bookmarks' ****Cannot load associations from /home/cptsalek/.forg/forg-associations: ADDING DEFAULT ASSOCIATIONS Exception in thread Download Thread: Traceback (most recent call last): File "/usr/local/lib/python2.5/threading.py", line 486, in __bootstrap_inner self.run() File "/usr/local/lib/python2.5/threading.py", line 446, in run self.__target(*self.__args, **self.__kwargs) File "/usr/local/lib/python2.5/site-packages/forg.py", line 285, in downloadResource self.changeContent(self.child) File "/usr/local/lib/python2.5/site-packages/forg.py", line 361, in changeContent newwid.pack_content() File "/usr/local/lib/python2.5/site-packages/GUIDirectory.py", line 147, in pack_content col=self.BLURB_COLUMN, sticky=W) File "/usr/local/lib/python2.5/lib-tk/Tkinter.py", line 1869, in grid_configure + self._options(cnf, kw)) TclError: ambiguous option "-col": must be -column, -columnspan, -in, -ipadx, -ipady, -padx, -pady, -row, -rowspan, or -sticky hasking% forg /usr/local/lib/python2.5/xmllib.py:9: DeprecationWarning: The xmllib module is obsolete. Use xml.sax instead. warnings.warn("The xmllib module is obsolete. Use xml.sax instead.", DeprecationWarning) Bummer dude! You don't have the PIL installed on your machine! That means that the "Use PIL" option is going to be irrelevant for you. Starting the FORG Starting program with "gopher://gopher.floodgap.com:70/" Previously had 14 keys **** Couldn't parse options at /home/cptsalek/.forg/forgrc: [Errno 2] No such file or directory: '/home/cptsalek/.forg/forgrc' ****Couldn't load bookmarks at /home/cptsalek/.forg/bookmarks: [Errno 2] No such file or directory: '/home/cptsalek/.forg/bookmarks' ****Cannot load associations from /home/cptsalek/.forg/forg-associations: ADDING DEFAULT ASSOCIATIONS Exception in thread Download Thread: Traceback (most recent call last): File "/usr/local/lib/python2.5/threading.py", line 486, in __bootstrap_inner self.run() File "/usr/local/lib/python2.5/threading.py", line 446, in run self.__target(*self.__args, **self.__kwargs) File "/usr/local/lib/python2.5/site-packages/forg.py", line 285, in downloadResource self.changeContent(self.child) File "/usr/local/lib/python2.5/site-packages/forg.py", line 361, in changeContent newwid.pack_content() File "/usr/local/lib/python2.5/site-packages/GUIDirectory.py", line 147, in pack_content col=self.BLURB_COLUMN, sticky=W) File "/usr/local/lib/python2.5/lib-tk/Tkinter.py", line 1869, in grid_configure + self._options(cnf, kw)) TclError: ambiguous option "-col": must be -column, -columnspan, -in, -ipadx, -ipady, -padx, -pady, -row, -rowspan, or -sticky ===> Uncaching "/home/cptsalek/.forg/cache/gopher.floodgap.com/1/gopherdir.idx" Exception in Tkinter callback Traceback (most recent call last): File "/usr/local/lib/python2.5/lib-tk/Tkinter.py", line 1414, in __call__ return self.func(*args) File "/usr/local/lib/python2.5/site-packages/TkGui.py", line 456, in go self.goElsewhere(res) File "/usr/local/lib/python2.5/site-packages/TkGui.py", line 459, in goElsewhere self.CONTENT_BOX.goElsewhere(resource, usecache, args) File "/usr/local/lib/python2.5/site-packages/forg.py", line 350, in goElsewhere self.changeContent(self.child) File "/usr/local/lib/python2.5/site-packages/forg.py", line 361, in changeContent newwid.pack_content() File "/usr/local/lib/python2.5/site-packages/GUIDirectory.py", line 147, in pack_content col=self.BLURB_COLUMN, sticky=W) File "/usr/local/lib/python2.5/lib-tk/Tkinter.py", line 1869, in grid_configure + self._options(cnf, kw)) TclError: ambiguous option "-col": must be -column, -columnspan, -in, -ipadx, -ipady, -padx, -pady, -row, -rowspan, or -sticky