Your message dated Wed, 29 Feb 2012 12:32:54 +0000
with message-id <[email protected]>
and subject line Bug#661608: fixed in germinate 2.8
has caused the Debian Bug report #661608,
regarding FTBFS
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.)


-- 
661608: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=661608
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: germinate
Version: 2.7
Severity: serious

Your package fails to build from source:

running egg_info
creating /home/jmm/germinate-2.7/build/lib.linux-x86_64-2.6/germinate.egg-info
writing 
/home/jmm/germinate-2.7/build/lib.linux-x86_64-2.6/germinate.egg-info/PKG-INFO
writing top-level names to 
/home/jmm/germinate-2.7/build/lib.linux-x86_64-2.6/germinate.egg-info/top_level.txt
writing dependency_links to 
/home/jmm/germinate-2.7/build/lib.linux-x86_64-2.6/germinate.egg-info/dependency_links.txt
writing manifest file 
'/home/jmm/germinate-2.7/build/lib.linux-x86_64-2.6/germinate.egg-info/SOURCES.txt'
reading manifest file 
'/home/jmm/germinate-2.7/build/lib.linux-x86_64-2.6/germinate.egg-info/SOURCES.txt'
writing manifest file 
'/home/jmm/germinate-2.7/build/lib.linux-x86_64-2.6/germinate.egg-info/SOURCES.txt'
running build_ext
BuildDependsReason stringifies to a description of the reason. ... ok
DependsReason stringifies to the package name. ... ok
ExtraReason stringifies to a description of the reason. ... ok
GerminatedSeed has reasonable basic properties. ... ERROR
GerminatedSeeds with the same seeds and inheritance are equal. ... ERROR
GerminatedSeeds with different seeds/inheritance are not equal. ... ERROR
Provides from later versions override those from earlier ones. ... ERROR
Germinator.parse_archive successfully parses a simple archive. ... ERROR
RecommendsReason stringifies to a description of the reason. ... ok
RescueReason stringifies to a description of the reason. ... ok
SeedReason stringifies to a description of the seed. ... ok
AtomicFile creates the named file with the requested contents. ... ERROR
AtomicFile does not leave .new files lying around. ... ERROR
A Seed context can be read from as a file object. ... ERROR
Two Seed objects with the same text contents are equal. ... ERROR
__init__ can open a seed from a collection without bzr. ... ERROR
Two Seed objects with different text contents are not equal. ... ERROR
SeedStructure.add adds a custom seed. ... ERROR
A SeedStructure object has the correct basic properties. ... ERROR
A SeedStructure can be treated as a dictionary of seeds. ... ERROR
Seeds from later branches override seeds from earlier branches. ... ERROR
SeedStructure.limit restricts the set of seed names. ... ERROR
SeedStructure follows "include" links to other seed collections. ... ERROR
SeedStructure.write writes the text of STRUCTURE. ... ERROR
SeedStructure.write_dot writes an appropriate dot file. ... ERROR
SeedStructure.write_seed_text writes the text of a seed. ... ERROR
SeedStructure.write_seed_text handles UTF-8 text in seeds. ... ERROR
A SingleSeedStructure object has the correct basic properties. ... ERROR
SingleSeedStructure parses the "feature" directive correctly. ... ERROR
SingleSeedStructure parses the "include" directive correctly. ... ERROR
test_trivial (germinate.tests.test_integration.TestGerminate) ... ERROR
TagFile may be constructed with list parameters. ... ok
TagFile may be constructed with string parameters. ... ok
Test fetching sections from a basic TagFile archive. ... ERROR

======================================================================
ERROR: GerminatedSeed has reasonable basic properties.
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/home/jmm/germinate-2.7/build/lib.linux-x86_64-2.6/germinate/tests/test_germinator.py",
 line 82, in test_basic
    self.addSeed(branch, "one")
  File 
"/home/jmm/germinate-2.7/build/lib.linux-x86_64-2.6/germinate/tests/helpers.py",
 line 115, in addSeed
    self.addStructureLine(seed_dist, "%s: %s" % (name, " ".join(parents)))
  File 
"/home/jmm/germinate-2.7/build/lib.linux-x86_64-2.6/germinate/tests/helpers.py",
 line 108, in addStructureLine
    self.setUpDirs()
  File 
"/home/jmm/germinate-2.7/build/lib.linux-x86_64-2.6/germinate/tests/helpers.py",
 line 58, in setUpDirs
    self.useTempDir()
  File 
"/home/jmm/germinate-2.7/build/lib.linux-x86_64-2.6/germinate/tests/helpers.py",
 line 48, in useTempDir
    self.addCleanup(shutil.rmtree, self.temp_dir)
AttributeError: 'TestGerminatedSeed' object has no attribute 'addCleanup'


[....]


======================================================================
ERROR: test_trivial (germinate.tests.test_integration.TestGerminate)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/home/jmm/germinate-2.7/build/lib.linux-x86_64-2.6/germinate/tests/test_integration.py",
 line 72, in test_trivial
    ["hello", "hello-dependency"])
  File 
"/home/jmm/germinate-2.7/build/lib.linux-x86_64-2.6/germinate/tests/helpers.py",
 line 75, in addSource
    self.setUpDirs()
  File 
"/home/jmm/germinate-2.7/build/lib.linux-x86_64-2.6/germinate/tests/helpers.py",
 line 58, in setUpDirs
    self.useTempDir()
  File 
"/home/jmm/germinate-2.7/build/lib.linux-x86_64-2.6/germinate/tests/helpers.py",
 line 48, in useTempDir
    self.addCleanup(shutil.rmtree, self.temp_dir)
AttributeError: 'TestGerminate' object has no attribute 'addCleanup'

======================================================================
ERROR: Test fetching sections from a basic TagFile archive.
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/home/jmm/germinate-2.7/build/lib.linux-x86_64-2.6/germinate/tests/test_archive.py",
 line 52, in test_sections
    self.useTempDir()
  File 
"/home/jmm/germinate-2.7/build/lib.linux-x86_64-2.6/germinate/tests/helpers.py",
 line 48, in useTempDir
    self.addCleanup(shutil.rmtree, self.temp_dir)
AttributeError: 'TestTagFile' object has no attribute 'addCleanup'

----------------------------------------------------------------------
Ran 34 tests in 0.033s

FAILED (errors=26)
make[1]: *** [override_dh_auto_test] Error 1
make[1]: Leaving directory `/home/jmm/germinate-2.7'
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2



--- End Message ---
--- Begin Message ---
Source: germinate
Source-Version: 2.8

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

germinate_2.8.dsc
  to main/g/germinate/germinate_2.8.dsc
germinate_2.8.tar.gz
  to main/g/germinate/germinate_2.8.tar.gz
germinate_2.8_all.deb
  to main/g/germinate/germinate_2.8_all.deb
python-germinate_2.8_all.deb
  to main/g/germinate/python-germinate_2.8_all.deb
python3-germinate_2.8_all.deb
  to main/g/germinate/python3-germinate_2.8_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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Colin Watson <[email protected]> (supplier of updated germinate 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 29 Feb 2012 12:20:40 +0000
Source: germinate
Binary: germinate python-germinate python3-germinate
Architecture: source all
Version: 2.8
Distribution: unstable
Urgency: low
Maintainer: Colin Watson <[email protected]>
Changed-By: Colin Watson <[email protected]>
Description: 
 germinate  - expand dependencies in a list of seed packages
 python-germinate - expand dependencies in seed packages (Python interface)
 python3-germinate - expand dependencies in seed packages (Python 3 interface)
Closes: 661608
Changes: 
 germinate (2.8) unstable; urgency=low
 .
   * Build-depend on python-unittest2 so that the test suite works with
     Python 2.6 (closes: #661608).
Checksums-Sha1: 
 f457432ca0a6de915cd1935e5d6718375dda405d 1823 germinate_2.8.dsc
 534b8c28482a447fba6d14df37a29187629d38c9 67149 germinate_2.8.tar.gz
 3c87783d2e8dc6cca92d0c7cc621a86f8aabbb8b 31794 germinate_2.8_all.deb
 4a55e5ec98bae173da49643fb4d9a6900b885bef 51904 python-germinate_2.8_all.deb
 9fa8b089083321561501cf1f7b6d6918b92c0b3f 50664 python3-germinate_2.8_all.deb
Checksums-Sha256: 
 45467765e761f9b0535e42d532b50804a8cc7163ffdf1b5a5653ff0072090443 1823 
germinate_2.8.dsc
 098fd1766a3e739014c03aeefa986dc2b8a7b70031610a3d3927da1c397f26a9 67149 
germinate_2.8.tar.gz
 46a5a9943639e551a954e17928f0f03d2b688ffc94e15c377ce0bd817ae21e51 31794 
germinate_2.8_all.deb
 f46c1c9475143bea4eb7e4d73edbd728e09d2bedd0f5978e8bd52d1da8c7d9a8 51904 
python-germinate_2.8_all.deb
 221fa691226ad63615995162dc9c8f6c2d77efbfc1dd8e826663c30110d90856 50664 
python3-germinate_2.8_all.deb
Files: 
 9646cb0b5e362eaa0cf48e048bef578c 1823 utils optional germinate_2.8.dsc
 3f5c7ed70860913e415315992e39479d 67149 utils optional germinate_2.8.tar.gz
 263f3e007e39b2779d01565e2f1e703e 31794 utils optional germinate_2.8_all.deb
 20cc868d4c69d5766813874b833c21f8 51904 python optional 
python-germinate_2.8_all.deb
 9875bc9e5d7005216fde23202eecf5f9 50664 python optional 
python3-germinate_2.8_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Colin Watson <[email protected]> -- Debian developer

iQIVAwUBT04ZZDk1h9l9hlALAQhaJhAAgVMFBZeLCXeM4ydqatreY24ZmvtijnPf
GZaliJht+KA0ZacCyBeKKz9H09uuxzDoi+3lNr1ZUYjZwsDMtYw1WH83Ld2r6GWm
cbPOpqeIO3wJ3bmi4t1k4iTXM0SXHA7Z6BkTeDUOJcINnxph3ngGUkQosbJ60V7q
/KuoGRZmoKEoga/pR4Gn0ZLbB4UOvchKz7C96gwWGyCDCAHRWfgAR3XNX0606Qkh
09/KhN5Mof465wtHegbjcI74+4qYOfFa1gbhG5XKr4GtsL7Z+lysdAC6Cxx9wmu6
MZHkV/Y07d2AUSqN1VZcCsxPWjxx3x/ruuxE/s1FJctotWBib6f6OaiOmb+JTK8f
oWvMTHwRMHLJqZ374N4FWbsYSn0F7P3tAOqSIUnokD9bSAbNHEh5V7fvW5jQeane
R7NUpoEnxz8RwxIoah4/IySzbrnpqD4C/ML5LSDyyygZyPdKK7iq/xIDDuT/jQ8n
q71auRjjQTocG7PSZnXlACWheE6MICXasXBA7Km6MQxs3u3U9gqzY12NkUdV6xjf
x0epQGjTRp4IC7nczSP0I+Fw8aE9XGWcX/3hDaaGh00jaXJLGxMP4V5x5obVJIWZ
yvrIi4pCTfeaC5TLd5yw02pqrBsHBcvo26UaojEM3ka1k911YpJ8VkvZKvgUuW7i
hu/AVSdE+q8=
=i+Jc
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to