Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#20780 - [python-jinja] missing required extra/setuptools ?

Attached to Project: Community Packages
Opened by Vincent Torri (vtorri) - Wednesday, 08 September 2010, 16:25 GMT
Last edited by Evangelos Foutras (foutrelis) - Thursday, 09 September 2010, 06:03 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Evangelos Foutras (foutrelis)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

froma friend, while installing buildbot:

buildbot process 2217 is dead
now restarting buildbot process..
Following twistd.log until startup finished..
2010-09-06 19:24:55+0000 [-] Log opened.
2010-09-06 19:24:55+0000 [-] twistd 10.0.0 (/usr/bin/python 2.6.5) starting up.
2010-09-06 19:24:55+0000 [-] reactor class: twisted.internet.selectreactor.SelectReactor.
2010-09-06 19:24:55+0000 [-] Creating BuildMaster -- buildbot.version: 0.8.1
2010-09-06 19:24:55+0000 [-] loading configuration from /home/mook/buildbot/master/master.cfg
2010-09-06 19:24:55+0000 [-] /usr/lib/python2.6/site-packages/twisted/mail/smtp.py:10: exceptions.DeprecationWarning: the MimeWriter module is deprecated; use the email package instead
2010-09-06 19:24:55+0000 [-] unable to import dnotify, so Maildir will use polling instead
2010-09-06 19:24:55+0000 [-] error while parsing config file
2010-09-06 19:24:55+0000 [-] error during loadConfig
2010-09-06 19:24:55+0000 [-] Unhandled Error
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/twisted/scripts/_twistd_unix.py", line 317, in startApplication
app.startApplication(application, not self.config['no_save'])
File "/usr/lib/python2.6/site-packages/twisted/application/app.py", line 713, in startApplication
service.IService(application).startService()
File "/usr/lib/python2.6/site-packages/twisted/application/service.py", line 278, in startService
service.startService()
File "/usr/lib/python2.6/site-packages/buildbot/master.py", line 515, in startService
self.loadTheConfigFile()
--- <exception caught here> ---
File "/usr/lib/python2.6/site-packages/buildbot/master.py", line 548, in loadTheConfigFile
d = self.loadConfig(f)
File "/usr/lib/python2.6/site-packages/buildbot/master.py", line 572, in loadConfig
exec f in localDict
File "/home/mook/buildbot/master/master.cfg", line 228, in <module>
web_status = html.WebStatus(http_port=8010, allowForce=True)
File "/usr/lib/python2.6/site-packages/buildbot/status/web/baseweb.py", line 292, in __init__
repositories, projects)
File "/usr/lib/python2.6/site-packages/buildbot/status/web/base.py", line 404, in createJinjaEnv
default_loader = jinja2.PackageLoader('buildbot.status.web', 'templates')
File "/usr/lib/python2.6/site-packages/jinja2/loaders.py", line 214, in __init__
from pkg_resources import DefaultProvider, ResourceManager, \
exceptions.ImportError: No module named pkg_resources

2010-09-06 19:24:55+0000 [-] The new config file is unusable, so I'll ignore it.
2010-09-06 19:24:55+0000 [-] I will keep using the previous config file instead.

The buildmaster appears to have encountered an error in the master.cfg config
file during startup. It is probably running with an empty configuration right
now. Please inspect and fix master.cfg, then restart the buildmaster.


This task depends upon

Closed by  Evangelos Foutras (foutrelis)
Thursday, 09 September 2010, 06:03 GMT
Reason for closing:  Fixed
Additional comments about closing:  python-jinja 2.5.2-2

Loading...