Bug 132320 - net-p2p/deluge does not include py25-gobject depend
Summary: net-p2p/deluge does not include py25-gobject depend
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jeremy Messenger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-05 09:10 UTC by Oleg Gawriloff
Modified: 2009-03-07 17:50 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg Gawriloff 2009-03-05 09:10:01 UTC
Without gobject deluge during start show following:
media@stork:~$deluged -d
Traceback (most recent call last):
  File "/usr/local/bin/deluged", line 8, in 
<module>-p5-amd64/egg/pkg_resources.py", line 1913, in load
    load_entry_point('deluge==1.1.1', 'console_scripts', 
'deluged')()ain.py", lin
  File "build/bdist.freebsd-7.0-RELEASE-p5-amd64/egg/pkg_resources.py", line 
277, in load_entry_point
  File "build/bdist.freebsd-7.0-RELEASE-p5-amd64/egg/pkg_resources.py", line 
2180, in load_entry_point
  File "build/bdist.freebsd-7.0-RELEASE-p5-amd64/egg/pkg_resources.py", line 
1913, in load
  File "/usr/local/lib/python2.5/site-packages/deluge/main.py", line 38, in 
<module>
    import deluge.configmanager
  File "/usr/local/lib/python2.5/site-packages/deluge/configmanager.py", 
line 26, in <module>
    import gobject
ImportError: No module named gobject

Fix: 

Install py25-gobject
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2009-03-05 09:41:42 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mezz

Fix synopsis and assign.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-03-07 17:45:13 UTC
mezz        2009-03-07 17:45:03 UTC

  FreeBSD ports repository

  Modified files:
    net-p2p/deluge       Makefile 
  Log:
  Add a missing dependency (py-gobject) when WITHOUT_PYGTK is defined. Bump the
  PORTREVISION.
  
  PR:             ports/132320
  Reported by:    Oleg Gawriloff <barzog@telecom.by>
  
  Revision  Changes    Path
  1.49      +3 -1      ports/net-p2p/deluge/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Jeremy Messenger freebsd_committer freebsd_triage 2009-03-07 17:45:26 UTC
State Changed
From-To: open->closed

Committed a fix, thanks for report.