Your message dated Mon, 05 Mar 2012 00:17:14 +0000
with message-id <e1s4lc2-0007ni...@franck.debian.org>
and subject line Bug#660389: fixed in buildbot 0.8.5-2
has caused the Debian Bug report #660389,
regarding buildbot: Missing dependencies
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 ow...@bugs.debian.org
immediately.)


-- 
660389: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=660389
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: buildbot
Version: 0.8.5-1.1
Severity: grave
Justification: renders package unusable

buildbot create-master fails due to missing modules.

Buildbots misses dpendencies on
- python-sqlalchemy
- phyton-migrate
- python-twisted-web

logs:

buildbot@thecus:/unenc/buildbot$ buildbot create-master -r /srv/buildbot/master/
updating existing installation
chdir /srv/buildbot/master
creating master.cfg.sample
populating public_html/
creating Makefile.sample
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 287, 
in addCallbacks
    self._runCallbacks()
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, 
in _runCallbacks
    current.result = callback(current.result, *args, **kw)
  File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 426, 
in _continueFiring
    callable(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/buildbot/scripts/runner.py", line 36, 
in async
    d = defer.maybeDeferred(f, *args, **kwargs)
--- <exception caught here> ---
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 134, 
in maybeDeferred
    result = f(*args, **kw)
  File "/usr/lib/python2.7/dist-packages/buildbot/scripts/runner.py", line 626, 
in createMaster
    d = m.create_db()
  File "/usr/lib/python2.7/dist-packages/buildbot/scripts/runner.py", line 300, 
in create_db
    from buildbot.db import connector
  File "/usr/lib/python2.7/dist-packages/buildbot/db/connector.py", line 18, in 
<module>
    from buildbot.db import enginestrategy
  File "/usr/lib/python2.7/dist-packages/buildbot/db/enginestrategy.py", line 
27, in <module>
    import sqlalchemy as sa
exceptions.ImportError: No module named sqlalchemy

(after installing sqlalchemy)

master.cfg.sample already exists and is up-to-date
public_html/ already exists: not replacing
Makefile.sample already exists and is correct
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 287, 
in addCallbacks
    self._runCallbacks()
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, 
in _runCallbacks
    current.result = callback(current.result, *args, **kw)
  File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 426, 
in _continueFiring
    callable(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/buildbot/scripts/runner.py", line 36, 
in async
    d = defer.maybeDeferred(f, *args, **kwargs)
--- <exception caught here> ---
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 134, 
in maybeDeferred
    result = f(*args, **kw)
  File "/usr/lib/python2.7/dist-packages/buildbot/scripts/runner.py", line 626, 
in createMaster
    d = m.create_db()
  File "/usr/lib/python2.7/dist-packages/buildbot/scripts/runner.py", line 300, 
in create_db
    from buildbot.db import connector
  File "/usr/lib/python2.7/dist-packages/buildbot/db/connector.py", line 20, in 
<module>
    from buildbot.db import pool, model, changes, schedulers, sourcestamps
  File "/usr/lib/python2.7/dist-packages/buildbot/db/model.py", line 17, in 
<module>
    import migrate
exceptions.ImportError: No module named migrate


buildbot.tac already exists and is correct
master.cfg.sample already exists and is up-to-date
public_html/ already exists: not replacing
Makefile.sample already exists and is correct
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 287, 
in addCallbacks
    self._runCallbacks()
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, 
in _runCallbacks
    current.result = callback(current.result, *args, **kw)
  File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 426, 
in _continueFiring
    callable(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/buildbot/scripts/runner.py", line 36, 
in async
    d = defer.maybeDeferred(f, *args, **kwargs)
--- <exception caught here> ---
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 134, 
in maybeDeferred
    result = f(*args, **kw)
  File "/usr/lib/python2.7/dist-packages/buildbot/scripts/runner.py", line 626, 
in createMaster
    d = m.create_db()
  File "/usr/lib/python2.7/dist-packages/buildbot/scripts/runner.py", line 301, 
in create_db
    from buildbot.master import BuildMaster
  File "/usr/lib/python2.7/dist-packages/buildbot/master.py", line 32, in 
<module>
    from buildbot.process.builder import Builder
  File "/usr/lib/python2.7/dist-packages/buildbot/process/builder.py", line 25, 
in <module>
    from buildbot.status.progress import Expectations
  File "/usr/lib/python2.7/dist-packages/buildbot/status/__init__.py", line 1, 
in <module>
    import build, builder, buildstep, buildset, testresult, logfile
  File "/usr/lib/python2.7/dist-packages/buildbot/status/build.py", line 22, in 
<module>
    from buildbot import interfaces, util, sourcestamp
  File "/usr/lib/python2.7/dist-packages/buildbot/sourcestamp.py", line 20, in 
<module>
    from buildbot.changes.changes import Change
  File "/usr/lib/python2.7/dist-packages/buildbot/changes/changes.py", line 22, 
in <module>
    from twisted.web import html
exceptions.ImportError: No module named web



-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: armel (armv5tel)

Kernel: Linux 3.0.0-1-iop32x
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages buildbot depends on:
ii  adduser               3.113+nmu1    
ii  dpkg                  1.16.1.2      
ii  install-info          4.13a.dfsg.1-8
ii  python                2.7.2-9       
ii  python-jinja2         2.6-1         
ii  python-twisted-core   11.1.0-1      
ii  python-twisted-words  11.1.0-1      
ii  python2.6             2.6.7-3       
ii  python2.7             2.7.2-8       

Versions of packages buildbot recommends:
pn  buildbot-slave       0.8.5-1.1
pn  python-twisted-mail  <none>   
pn  python-twisted-web   <none>   

Versions of packages buildbot suggests:
ii  git [git-core]  1:1.7.8.3-1 
ii  git-core        1:1.7.7.1-1 
ii  subversion      1.6.17dfsg-1

-- Configuration Files:
/etc/default/buildmaster changed [not included]

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: buildbot
Source-Version: 0.8.5-2

We believe that the bug you reported is fixed in the latest version of
buildbot, which is due to be installed in the Debian FTP archive:

buildbot_0.8.5-2.debian.tar.gz
  to main/b/buildbot/buildbot_0.8.5-2.debian.tar.gz
buildbot_0.8.5-2.dsc
  to main/b/buildbot/buildbot_0.8.5-2.dsc
buildbot_0.8.5-2_all.deb
  to main/b/buildbot/buildbot_0.8.5-2_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 660...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andriy Senkovych <jolly_ro...@itblog.org.ua> (supplier of updated buildbot 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sun, 26 Feb 2012 01:09:33 +0200
Source: buildbot
Binary: buildbot
Architecture: source all
Version: 0.8.5-2
Distribution: unstable
Urgency: low
Maintainer: Matthias Klose <d...@debian.org>
Changed-By: Andriy Senkovych <jolly_ro...@itblog.org.ua>
Description: 
 buildbot   - system to automate the compile/test cycle
Closes: 647420 656536 660389
Changes: 
 buildbot (0.8.5-2) unstable; urgency=low
 .
   * Remove buildmaster-use-MASTER_PREFIXCMD.patch as fixed upstream.
   * Cherry-pick deb-bug-647420.patch from upstream (Closes: #647420). Thanks
     to Brice Goglin.
   * Add Depends: python-sqlalchemy, phyton-migrate, python-twisted-web
     (Closes: #660389). Thanks to Tobias Frost.
   * postrm:
     - do not remove system user on purge (Refs: #621833, closes: #656536)
     - do not remove user created data on purge
Checksums-Sha1: 
 99408fcd9ad82a79e50436322da26d70cbab121a 1313 buildbot_0.8.5-2.dsc
 3051ce78550000cfdc689f1d1715170b0af66de4 7850 buildbot_0.8.5-2.debian.tar.gz
 8d9aab7e4d1d8e6ec30cea2230acdbe811bc9a86 660616 buildbot_0.8.5-2_all.deb
Checksums-Sha256: 
 ca1ce771b694595ac2f5ab7338d92b6b61956be45317037f3d835ba11c4de7de 1313 
buildbot_0.8.5-2.dsc
 d54041f589dffb2343a89bb50b6a5aac409661e2b88dc73856698ec96904b986 7850 
buildbot_0.8.5-2.debian.tar.gz
 8c26b0f7b4ea5b8caf2dd1df3bc922f51d36df35bf8a40cf8fe408163efdf82e 660616 
buildbot_0.8.5-2_all.deb
Files: 
 e36edec3c87d436c35bf70baabcccdd7 1313 devel optional buildbot_0.8.5-2.dsc
 652eecc913a5e609969bcd2ed0d4589b 7850 devel optional 
buildbot_0.8.5-2.debian.tar.gz
 840a8175099624baff900e926eecec01 660616 devel optional buildbot_0.8.5-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk9UBN4ACgkQStlRaw+TLJyTEwCaAkLUIIeqELkusHylq074Pgj/
qnAAmgNaDSKeoSxtXf6y7lM2JxDej2sq
=WVP3
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to