Your message dated Sun, 1 Nov 2009 10:07:19 +1030
with message-id <[email protected]>
and subject line Re: Bug#553419: Acknowledgement (rebuildd-httpd looks for
non-existant config option)
has caused the Debian Bug report #553419,
regarding rebuildd-httpd looks for non-existant config option
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
553419: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=553419
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: rebuildd
Version: 0.3.4
Severity: normal
Hi, When trying to run rebuildd-httpd, it requires an extra setting
under [build], specifically 'arches = any'.
If this is absent, it will fail to start correctly:
<class 'ConfigParser.NoOptionError'> at /
No option 'archs' in section: 'build'
Python /usr/lib/python2.5/ConfigParser.py in get, line 519
Web GET http://127.0.0.1:9998/
Traceback (innermost first)
* /usr/lib/python2.5/ConfigParser.py in get
512. if vars:
513. for key, value in vars.items():
514. d[self.optionxform(key)] = value
515. option = self.optionxform(option)
516. try:
517. value = d[option]
518. except KeyError:
519. raise NoOptionError(option, section) ...
520.
521. if raw:
522. return value
523. else:
524. return self._interpolate(section, option, value, d)
525.
v Local vars
Variable Value
d
{'build_cmd': 'pbuilder build --basetgz /var/cache/pbuilder/${d}-${a}.tgz
${p}_${v}.dsc', 'build_more_recent': '1', 'check_every': '300', 'database_uri':
'sqlite:///var/lib/rebuildd/rebuildd.db', 'dists': 'lenny', 'kill_timeout':
'90', 'max_jobs': '2', 'max_threads': '2', 'more_archs': 'any',
'post_build_cmd': '', 'source_cmd': 'apt-get -q --download-only -t ${d} source
${p}=${v}', 'work_dir': '/var/cache/rebuildd/build'}
option
'archs'
raw
False
section
'build'
self
<rebuildd.RebuilddConfig.RebuilddConfig object at 0x8a04e0c>
vars
None
* /var/lib/python-support/python2.5/rebuildd/RebuilddHTTPServer.py in GET
32. cache=RebuilddConfig().getboolean('http', 'cache'))
33.
34. class RequestIndex:
35.
36. def GET(self):
37. print render.base(page=render.index(), \
38. hostname=socket.gethostname(), \
39. archs=RebuilddConfig().get('build', 'archs').split(' '), \ ...
40. dists=RebuilddConfig().get('build', 'dists').split(' '))
41.
42. class RequestPackage:
43.
44. def GET(self, name=None, version=None):
45. jobs = []
▶ Local vars
Variable Value
self
<rebuildd.RebuilddHTTPServer.RequestIndex instance at 0x8aeb48c>
* /var/lib/python-support/python2.5/web/request.py in handle
Thanks,
kk
-- System Information:
Debian Release: 5.0.3
APT prefers stable
APT policy: (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-libre2-2-686-bigmem (SMP w/2 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages rebuildd depends on:
ii lsb-base 3.2-20 Linux Standard Base 3.2 init scrip
ii python 2.5.2-3 An interactive high-level object-o
ii python-apt 0.7.7.1+nmu1 Python interface to libapt-pkg
ii python-sqlobject 0.10.2-3 Python module for SQLObject
ii python-support 0.8.4lenny1 automated rebuilding support for P
Versions of packages rebuildd recommends:
ii pbuilder 0.181 personal package builder for Debia
ii python-gdchart2 0.beta1-3.4 Python OO interface to GDChart
ii python-webpy 0.230-1 Web API for Python applications
Versions of packages rebuildd suggests:
pn cowdancer <none> (no description available)
-- no debconf information
--- End Message ---
--- Begin Message ---
On Sat, 31 Oct 2009 04:39:05 +0000
[email protected] (Debian Bug Tracking System) wrote:
> Thank you for filing a new Bug report with Debian.
>
> Your message has been sent to the package maintainer(s):
> Julien Danjou <[email protected]>
Now i note the changelog entry for .5. Guess I should have read the BTS
twice before sending ...
Sorry about the noise.
kk
--
Karl Goetz, (Kamping_Kaiser / VK5FOSS)
Debian contributor / gNewSense Maintainer
http://www.kgoetz.id.au
No, I won't join your social networking group
signature.asc
Description: PGP signature
--- End Message ---