Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Mar 2011 23:33:16 GMT
From:      Spil <spil.oss@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/155387: [news/sabnzbdplus] fails to start after py-cherrypy upgrade to 3.2
Message-ID:  <201103082333.p28NXGsk056519@red.freebsd.org>
Resent-Message-ID: <201103082340.p28Ne9hr024109@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         155387
>Category:       ports
>Synopsis:       [news/sabnzbdplus] fails to start after py-cherrypy upgrade to 3.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 08 23:40:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Spil
>Release:        FreeBSD 8.2-RELEASE
>Organization:
>Environment:
>Description:
After upgrading www/py-cherrypy from 3.1.2 to 3.2.0 sabnzbd fails to start
>How-To-Repeat:
Install sabnzbd with cherrypy 3.2
>Fix:
remove the cherrypy version fiddling from files/patch-SABnzbd.py

@@ -42,8 +42,8 @@
     sys.exit(1)
 
 import cherrypy
-if not cherrypy.__version__.startswith("3.2"):
-    print "Sorry, requires Python module Cherrypy 3.2 (use the included version)"
+if not cherrypy.__version__.startswith("3.1"):
+    print "Sorry, requires Python module Cherrypy 3.1 (use the included version)"
     sys.exit(1)
 
 from cherrypy import _cpserver


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103082333.p28NXGsk056519>