Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 409569 - app-admin/bcfg2-1.2.0 should RDEPEND on dev-python/genshi and app-admin/gam-server
Summary: app-admin/bcfg2-1.2.0 should RDEPEND on dev-python/genshi and app-admin/gam-s...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Michael Weber (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-24 17:27 UTC by Alexandr Tiurin
Modified: 2012-04-14 10:21 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandr Tiurin 2012-03-24 17:27:50 UTC
Please add dev-python/genshi and app-admin/gam-server to RDEPEND 

Reproducible: Always

Steps to Reproduce:
1. install bcfg2-server

Actual Results:  
# bcfg2-server -v -C /etc/bcfg2.conf  -d

failed to find gam_server
Failed to connect to socket /tmp/fam-root-
Traceback (most recent call last):
  File "/usr/sbin/bcfg2-server-2.7", line 72, in <module>
    ca=setup['ca'],
  File "/usr/lib64/python2.7/site-packages/Bcfg2/Component.py", line 63, in run_component
    component = component_cls(cfile=cfile, **cls_kwargs)
  File "/usr/lib64/python2.7/site-packages/Bcfg2/Server/Core.py", line 62, in __init__
    self.fam = Bcfg2.Server.FileMonitor.available[filemonitor]()
  File "/usr/lib64/python2.7/site-packages/Bcfg2/Server/FileMonitor.py", line 264, in __init__
    self.mon = WatchMonitor()
  File "/usr/lib64/python2.7/site-packages/gamin.py", line 134, in __init__
    raise(GaminException("Failed to connect to gam_server"))
gamin.GaminException: 'Failed to connect to gam_server': connection error



# bcfg2-lint
Failed to load plugin Genshi: No module named Genshi
Comment 1 Michael Weber (RETIRED) gentoo-dev 2012-04-14 10:21:25 UTC
+*bcfg2-1.2.2 (14 Apr 2012)
+
+  14 Apr 2012; Michael Weber <xmw@gentoo.org> +bcfg2-1.2.2.ebuild:
+  Version bump, add IUSE doc (thanks solj, bug 411881), add depends
+  dev-python/genshi and app-admin/gam-server (thanks Alexandr Tiurin, bug
+  409569).
+