ports/79880: net/qtorrent does not start

Heiner h.eichmann at gmx.de
Wed Apr 13 20:20:30 UTC 2005


>Number:         79880
>Category:       ports
>Synopsis:       net/qtorrent does not start
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 13 20:20:29 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Heiner Eichmann <h.eichmann at gmx.de>
>Release:        FreeBSD 5.3-RELEASE i386
>Organization:
Sirius Cybernetics Corp.
>Environment:
FreeBSD 7of9.unimatrix-zero.borg 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Dec 
31 16:57:09 CET 2004     
he at 7of9.unimatrix-zero.borg:/usr/obj/usr/src/sys/MYKERNEL  i386

>Description:
After upgrading qt, py24-qt and py24-sip, qtorrent does not run anymore:

7of9# qtorrent
Traceback (most recent call last):
  File "/usr/local/bin/qtorrent", line 39, in ?
    w = TorrentWindow()
  File "/usr/local/lib/python2.4/site-packages/pyqtorrent/torrentmain.py", 
line 437, in __init__
    torrentwindow.TorrentWindow.__init__(self, parent)
  File "/usr/local/lib/python2.4/site-packages/pyqtorrent/torrentwindow.py", 
line 55, in __init__
    
self.setSizePolicy(QSizePolicy(3,3,0,0,self.sizePolicy().hasHeightForWidth()))
TypeError: argument 1 of QSizePolicy() has an invalid type

>How-To-Repeat:
>Fix:


--Boundary-00=_JoZXCUR6p87acFi
Content-Type: text/x-diff;
  charset="iso-8859-1";
  name="diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename="diff"

diff -urN ../../net/qtorrent/Makefile ./Makefile
--- ../../net/qtorrent/Makefile	Sun Jan 30 16:26:05 2005
+++ ./Makefile	Wed Apr 13 22:04:59 2005
@@ -27,4 +27,9 @@
 	@${ECHO_MSG} "===> python WITH_THREADS defined, it is default"
 	@${ECHO_MSG} "===>"
 
+post-patch:
+.for i in torrentsettings torrentwindow
+	@pyuic -o ${WRKSRC}/pyqtorrent/${i}.py ${WRKSRC}/pyqtorrent/${i}.ui
+.endfor
+
 .include <bsd.port.mk>

--Boundary-00=_JoZXCUR6p87acFi--
>Release-Note:
>Audit-Trail:
>Unformatted:
 --Boundary-00=_JoZXCUR6p87acFi
 Content-Type: text/plain;
   charset="iso-8859-1"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 X-send-pr-version: send-pr 3.113
 X-GNATS-Notify:
 
 



More information about the freebsd-ports-bugs mailing list