Your message dated Mon, 12 Apr 2010 21:34:39 +0000
with message-id <[email protected]>
and subject line Bug#577299: fixed in debconf 1.5.31
has caused the Debian Bug report #577299,
regarding update-inetd: FTBFS: tests failed
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.)


-- 
577299: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=577299
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: update-inetd
Version: 4.36
Severity: serious
Tags: squeeze sid
User: [email protected]
Usertags: qa-ftbfs-20100410 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
>  /usr/bin/fakeroot debian/rules binary
> dh_testdir
> dh_testroot
> python tests.py
> FFFFFFFFF
> ======================================================================
> FAIL: testAddDisableEnableRemove (__main__.UpdateInetdTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "tests.py", line 280, in testAddDisableEnableRemove
>     output = self.update_inetd("add", "'%s'" % srv_entry)
>   File "tests.py", line 187, in update_inetd
>     return run("%s --%s %s %s" % (cmdline, mode, srv, other_opts))
>   File "tests.py", line 86, in run
>     + "\nand printed this output:\n\"%s\"") % (cmd, status, output))
> AssertionError: the command "./update-inetd --file /tmp/tmpMTHQJm.modified 
> --verbose --add 'pop-3             stream  tcp     nowait  root    
> /usr/sbin/tcpd  /usr/sbin/in.pop3d' " failed with exit status 256 
> and printed this output:
> "debconf: DbDriver "config": could not open /var/cache/debconf/config.dat: 
> Permission denied"
> 
> ======================================================================
> FAIL: testEffectiveAdd (__main__.UpdateInetdTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "tests.py", line 232, in testEffectiveAdd
>     output = self.update_inetd("add", "'%s'" % srv_entry)
>   File "tests.py", line 187, in update_inetd
>     return run("%s --%s %s %s" % (cmdline, mode, srv, other_opts))
>   File "tests.py", line 86, in run
>     + "\nand printed this output:\n\"%s\"") % (cmd, status, output))
> AssertionError: the command "./update-inetd --file /tmp/tmpMTHQJm.modified 
> --verbose --add 'pop-3             stream  tcp     nowait  root    
> /usr/sbin/tcpd  /usr/sbin/in.pop3d' " failed with exit status 256 
> and printed this output:
> "debconf: DbDriver "config": could not open /var/cache/debconf/config.dat: 
> Permission denied"
> 
> ======================================================================
> FAIL: testEffectiveDisable (__main__.UpdateInetdTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "tests.py", line 210, in testEffectiveDisable
>     output = self.update_inetd("disable", srv)
>   File "tests.py", line 187, in update_inetd
>     return run("%s --%s %s %s" % (cmdline, mode, srv, other_opts))
>   File "tests.py", line 86, in run
>     + "\nand printed this output:\n\"%s\"") % (cmd, status, output))
> AssertionError: the command "./update-inetd --file /tmp/tmpMTHQJm.modified 
> --verbose --disable time " failed with exit status 256 
> and printed this output:
> "debconf: DbDriver "config": could not open /var/cache/debconf/config.dat: 
> Permission denied"
> 
> ======================================================================
> FAIL: testEffectiveEnable (__main__.UpdateInetdTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "tests.py", line 190, in testEffectiveEnable
>     output = self.update_inetd("enable", srv)
>   File "tests.py", line 187, in update_inetd
>     return run("%s --%s %s %s" % (cmdline, mode, srv, other_opts))
>   File "tests.py", line 86, in run
>     + "\nand printed this output:\n\"%s\"") % (cmd, status, output))
> AssertionError: the command "./update-inetd --file /tmp/tmpMTHQJm.modified 
> --verbose --enable daytime " failed with exit status 256 
> and printed this output:
> "debconf: DbDriver "config": could not open /var/cache/debconf/config.dat: 
> Permission denied"
> 
> ======================================================================
> FAIL: testEffectiveRemove (__main__.UpdateInetdTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "tests.py", line 258, in testEffectiveRemove
>     output = self.update_inetd("remove", "'%s'" % srv)
>   File "tests.py", line 187, in update_inetd
>     return run("%s --%s %s %s" % (cmdline, mode, srv, other_opts))
>   File "tests.py", line 86, in run
>     + "\nand printed this output:\n\"%s\"") % (cmd, status, output))
> AssertionError: the command "./update-inetd --file /tmp/tmpMTHQJm.modified 
> --verbose --remove 'time' " failed with exit status 256 
> and printed this output:
> "debconf: DbDriver "config": could not open /var/cache/debconf/config.dat: 
> Permission denied"
> 
> ======================================================================
> FAIL: testIneffectiveAdd (__main__.UpdateInetdTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "tests.py", line 246, in testIneffectiveAdd
>     output = self.update_inetd("add", "'%s'" % srv_entry)
>   File "tests.py", line 187, in update_inetd
>     return run("%s --%s %s %s" % (cmdline, mode, srv, other_opts))
>   File "tests.py", line 86, in run
>     + "\nand printed this output:\n\"%s\"") % (cmd, status, output))
> AssertionError: the command "./update-inetd --file /tmp/tmpMTHQJm.modified 
> --verbose --add 'time2             stream  tcp     nowait  root    
> /usr/sbin/tcpd  /usr/sbin/in.pop3d' " failed with exit status 256 
> and printed this output:
> "debconf: DbDriver "config": could not open /var/cache/debconf/config.dat: 
> Permission denied"
> 
> ======================================================================
> FAIL: testIneffectiveDisable (__main__.UpdateInetdTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "tests.py", line 220, in testIneffectiveDisable
>     output = self.update_inetd("disable", srv)
>   File "tests.py", line 187, in update_inetd
>     return run("%s --%s %s %s" % (cmdline, mode, srv, other_opts))
>   File "tests.py", line 86, in run
>     + "\nand printed this output:\n\"%s\"") % (cmd, status, output))
> AssertionError: the command "./update-inetd --file /tmp/tmpMTHQJm.modified 
> --verbose --disable time2 " failed with exit status 256 
> and printed this output:
> "debconf: DbDriver "config": could not open /var/cache/debconf/config.dat: 
> Permission denied"
> 
> ======================================================================
> FAIL: testIneffectiveEnable (__main__.UpdateInetdTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "tests.py", line 200, in testIneffectiveEnable
>     output = self.update_inetd("enable", srv)
>   File "tests.py", line 187, in update_inetd
>     return run("%s --%s %s %s" % (cmdline, mode, srv, other_opts))
>   File "tests.py", line 86, in run
>     + "\nand printed this output:\n\"%s\"") % (cmd, status, output))
> AssertionError: the command "./update-inetd --file /tmp/tmpMTHQJm.modified 
> --verbose --enable time2 " failed with exit status 256 
> and printed this output:
> "debconf: DbDriver "config": could not open /var/cache/debconf/config.dat: 
> Permission denied"
> 
> ======================================================================
> FAIL: testIneffectiveRemove (__main__.UpdateInetdTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "tests.py", line 268, in testIneffectiveRemove
>     output = self.update_inetd("remove", "'%s'" % srv)
>   File "tests.py", line 187, in update_inetd
>     return run("%s --%s %s %s" % (cmdline, mode, srv, other_opts))
>   File "tests.py", line 86, in run
>     + "\nand printed this output:\n\"%s\"") % (cmd, status, output))
> AssertionError: the command "./update-inetd --file /tmp/tmpMTHQJm.modified 
> --verbose --remove 'time2' " failed with exit status 256 
> and printed this output:
> "debconf: DbDriver "config": could not open /var/cache/debconf/config.dat: 
> Permission denied"
> 
> ----------------------------------------------------------------------
> Ran 9 tests in 0.724s
> 
> FAILED (failures=9)
> make: *** [check] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2010/04/10/update-inetd_4.36_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| [email protected]   http://www.lucas-nussbaum.net/ |
| jabber: [email protected]             GPG: 1024D/023B3F4F |



--- End Message ---
--- Begin Message ---
Source: debconf
Source-Version: 1.5.31

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

debconf-doc_1.5.31_all.deb
  to main/d/debconf/debconf-doc_1.5.31_all.deb
debconf-english_1.5.31_all.deb
  to main/d/debconf/debconf-english_1.5.31_all.deb
debconf-i18n_1.5.31_all.deb
  to main/d/debconf/debconf-i18n_1.5.31_all.deb
debconf-utils_1.5.31_all.deb
  to main/d/debconf/debconf-utils_1.5.31_all.deb
debconf_1.5.31.dsc
  to main/d/debconf/debconf_1.5.31.dsc
debconf_1.5.31.tar.gz
  to main/d/debconf/debconf_1.5.31.tar.gz
debconf_1.5.31_all.deb
  to main/d/debconf/debconf_1.5.31_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 debconf 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: SHA1

Format: 1.8
Date: Mon, 12 Apr 2010 22:05:07 +0100
Source: debconf
Binary: debconf debconf-i18n debconf-english debconf-doc debconf-utils
Architecture: source all
Version: 1.5.31
Distribution: unstable
Urgency: low
Maintainer: Debconf Developers <[email protected]>
Changed-By: Colin Watson <[email protected]>
Description: 
 debconf    - Debian configuration management system
 debconf-doc - debconf documentation
 debconf-english - small footprint English-only debconf
 debconf-i18n - full internationalization support for debconf
 debconf-utils - debconf utilities
Closes: 575870 577299
Changes: 
 debconf (1.5.31) unstable; urgency=low
 .
   [ Colin Watson ]
   * Squash chomp warning in Debconf::FrontEnd::Teletype on EOF or error.
   * Test database writability more carefully to avoid breaking use of
     debconf under fakeroot.  Closes: #577299
 .
   [ Joey Hess ]
   * Fix uninitialized value warning if debconf -f is not followed by
     another parameter. Closes: #575870
 .
   [ Programs translation updates ]
   * Simplified Chinese (soyi).
Checksums-Sha1: 
 42a7edf3b524d62faffcc1596ee4003c831a902b 1146 debconf_1.5.31.dsc
 cd4c952c4f0deab629796463ebc008d9608ecee1 768571 debconf_1.5.31.tar.gz
 9988a87aa7c526dee07df5d1e9431abf87acef7d 149590 debconf_1.5.31_all.deb
 e85a1827fef773eefb2db4f482050f97487722f3 187262 debconf-i18n_1.5.31_all.deb
 458d02e02f072f3ad930e32245adb1e11bf9b091 856 debconf-english_1.5.31_all.deb
 fb97f1d9941fee2fb51b47b7363c3ede7a639073 240178 debconf-doc_1.5.31_all.deb
 b4d6311f14ee08a59b5432605f1dfef2212daa3c 40434 debconf-utils_1.5.31_all.deb
Checksums-Sha256: 
 1d9003091312fe098aa0e4975eb0597774ee0d39324143ec0bc649279c74206d 1146 
debconf_1.5.31.dsc
 1182f88e42305ef0b18505b4ee8e453fc2977e31afb03c846f6d74cf977db773 768571 
debconf_1.5.31.tar.gz
 c02ec5293589e77054ff4028f86c3089a9fdf35ce01acff5015f29b9e88076be 149590 
debconf_1.5.31_all.deb
 29d15fe67cfda5be69feab33e4b9cfdeae7fd22767930b64b69e63be745a8019 187262 
debconf-i18n_1.5.31_all.deb
 3955d44a99df65f06b25747eca970460766bbb84efd2f227847969f7163230cf 856 
debconf-english_1.5.31_all.deb
 7b958998f77d12aa75fe0b37210d5624b09e874b3599ad8d06b03fd8d445058a 240178 
debconf-doc_1.5.31_all.deb
 cd2068f85e7967d26f3145a7711131d95c15ada4451b2007dcc4e1429f350848 40434 
debconf-utils_1.5.31_all.deb
Files: 
 fa835d8c4ee80117bb9660af5a1ea16f 1146 admin optional debconf_1.5.31.dsc
 6723bbd62c5995a3576abc06282e1a2e 768571 admin optional debconf_1.5.31.tar.gz
 198f79e82ae5d537f58b7eeacf9e7754 149590 admin important debconf_1.5.31_all.deb
 0540b166bbe6ab40c8e6e13f28617507 187262 localization important 
debconf-i18n_1.5.31_all.deb
 e4b5ce625fffdd9c2b16de788bc5bcbc 856 admin extra debconf-english_1.5.31_all.deb
 126c5bf66a67ec96b9369724b4e353e1 240178 doc optional debconf-doc_1.5.31_all.deb
 af928aab41e6416f15c8db8b4e869285 40434 devel optional 
debconf-utils_1.5.31_all.deb

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

iD8DBQFLw4t99t0zAhD6TNERAv/aAJ412XUziyXK8PRRxOh+Ln5ItPJ8HACeLTxT
B66DQnMHy6BjH5seSavVlSM=
=GoUC
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to