Your message dated Mon, 26 Sep 2016 16:57:34 +0000
with message-id <e1bozdi-0000jq...@franck.debian.org>
and subject line Bug#834597: fixed in kgb-bot 1.34-1
has caused the Debian Bug report #834597,
regarding kgb-bot: FTBFS in testing
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.)
--
834597: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=834597
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:kgb-bot
Version: 1.33-2
Severity: serious
Dear maintainer:
I tried to build this package with "dpkg-buildpackage -A"
(which is what the "Arch: all" autobuilder would do to build it)
but it failed:
--------------------------------------------------------------------------------
[...]
debian/rules build-indep
dh build-indep
dh_testdir -i
dh_update_autotools_config -i
dh_auto_configure -i
perl Build.PL --installdirs vendor
Base class package "Module::Build" is empty.
(Perhaps you need to 'use' the module which defines that package first,
or make that module available in @INC (@INC contains: privinc /etc/perl
/usr/local/lib/x86_64-linux-gnu/perl/5.22.2 /usr/local/share/perl/5.22.2
/usr/lib/x86_64-linux-gnu/perl5/5.22 /usr/share/perl5
/usr/lib/x86_64-linux-gnu/perl/5.22 /usr/share/perl/5.22
/usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base .).
at privinc/My/Builder.pm line 6.
BEGIN failed--compilation aborted at privinc/My/Builder.pm line 6.
Compilation failed in require at Build.PL line 5.
BEGIN failed--compilation aborted at Build.PL line 5.
dh_auto_configure: perl Build.PL --installdirs vendor returned exit code 255
debian/rules:4: recipe for target 'build-indep' failed
make: *** [build-indep] Error 2
dpkg-buildpackage: error: debian/rules build-indep gave error exit status 2
--------------------------------------------------------------------------------
I guess nobody tried to build this package in a long time, maybe
because it's "Arch: all", or maybe because it's blacklisted in the
reproducible builds setup:
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/kgb-bot.html
because of Bug #782079.
If you manage to make it build again, I would strongly recommend that
you upload it in source-only form, so that we get pretty official
build logs here:
https://buildd.debian.org/status/package.php?p=kgb-bot
Thanks.
--- End Message ---
--- Begin Message ---
Source: kgb-bot
Source-Version: 1.34-1
We believe that the bug you reported is fixed in the latest version of
kgb-bot, which is due to be installed in the Debian FTP archive.
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 834...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
gregor herrmann <gre...@debian.org> (supplier of updated kgb-bot 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...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Mon, 26 Sep 2016 18:26:04 +0200
Source: kgb-bot
Binary: kgb-bot kgb-client
Architecture: source
Version: 1.34-1
Distribution: unstable
Urgency: medium
Maintainer: Debian KGB Maintainers <kgb-maintain...@lists.alioth.debian.org>
Changed-By: gregor herrmann <gre...@debian.org>
Closes: 772747 772749 772750 782079 834597
Description:
kgb-bot - IRC collaboration bot
kgb-client - client for KGB (IRC collaboration bot)
Changes:
kgb-bot (1.34-1) unstable; urgency=medium
.
[ gregor herrmann ]
* kgb-client.conf(5): change example shortening service from Metamark to
TinyURL, following the example of WWW::Shorten. Metamark is not
accepting new URLs anymore.
.
[ Damyan Ivanov ]
* also mention cgit in the web-link description
* add a new script, kgb-ci-report. used to notify about CI failures
* bump years of copyright
.
[ Pierre Schweitzer ]
* kgb-client: use login name when the full user name is not available
Closes: #772747
* Remove ${{project/}} token from the example multi-line message
configuration (already removed from the single-line configuration)
Closes: #772749
* Fix multiline message template
Closes: #772750
.
[ Damyan Ivanov ]
* TestBot:
- when waiting for the PID file to appear, also see if it has any content
- close the PID file after reading it
* kgb-bot:
- add the PID to the "Listening on ..." line in the log
- rewrite the PID management code using OO interface of Proc::PID::File.
This fixes a rather nasty hardly-reproducible bug causing the PID file
to be re-created after being removed, which may fool the tests and make
them hang.
Closes: #782079
* kgb-client: add libwww-perl to Recommends, needed by kgb-ci-report
.
[ gregor herrmann ]
* Update (build) dependencies.
- build-depend on libmodule-build-perl only
Closes: #834597
- move libmodule-build-perl to Build-Depends.
- remove unneeded version from kgb-client dependency
- add build dependency on libdbd-pg-perl
* Update Vcs-* headers-.
* Declare compliance with Debian Policy 3.9.8.
* Bump debhelper compatibility level to 9.
* Build.PL:
- install new kgb-ci-report script
- add DBD::Pg as requirement in Build.PL
* debian/*: Switch some URLs to HTTPS. Thanks to duck.
* Fix some typos in the POD. Thanks to lintian.
* Drop fix-username-in-tests.patch; applied.
* Update years of packaging copyright.
.
[ MartÃn Ferrari ]
* App::KGB::Client::ServerRef:
- More consistent verbose reporting of server communication.
- Add --dry-run option for debugging.
- Bug fix: use correct method when sending a commit info with
default protocol.
* App::KGB::Client: format_message: Don't lose data.
When the commit object does not have all the info, it still overwrites
data coming from the extra arguments. It meant SVN commits were lacking
branch and module information completely.
.
[ gregor herrmann ]
* Fix t/52-client-git.t to work with newer git versions as well.
Since 2.9.0, git allows merging branches without a common ancestors only
when "--allow-unrelated-histories" is passed. This has lead to test
failures.
Pass the parameter conditionally.
Checksums-Sha1:
34fd33c17bc167dbcd0399e6bc706dbb8ccc1522 2671 kgb-bot_1.34-1.dsc
1e28dd0129e2e322fa28cd58d2467028f7be7a1d 104997 kgb-bot_1.34.orig.tar.gz
37b04a4ff5da5eebfca36a6abf20ee7840db86c6 12892 kgb-bot_1.34-1.debian.tar.xz
Checksums-Sha256:
8c591e8760753998c8b794e388f1bbd5cadbfb3ab56dfd026a2093b5a377e666 2671
kgb-bot_1.34-1.dsc
5b931b168eb0358b76eeb9872cef3f057ecea43df33f68c21fd3c9b73e8318e6 104997
kgb-bot_1.34.orig.tar.gz
1d3b0d17273ab7aacd49581c1b23731fbc9c3daac2c3bfe7e15feee2a61d8e2c 12892
kgb-bot_1.34-1.debian.tar.xz
Files:
787d36a3fa3f8ea5dabb9103f6e581ed 2671 devel optional kgb-bot_1.34-1.dsc
ab035eea46fbddb85da522d39c4b72c6 104997 devel optional kgb-bot_1.34.orig.tar.gz
d6245714179d8d7d9eed3684b0e74da6 12892 devel optional
kgb-bot_1.34-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQJ8BAEBCgBmBQJX6U07XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGJ5cP/jWG4zv3URCmAkr3yoORZCyo
nfYemZyk5FZV+6iTy8aajJY3ZnSPwyAPyKXZVyDQ2c454NC0V8F7XmQqzysuPNPD
J19QAJaE6L+3GHjSaI4/ztpYWjEd79AbKwmFvxrqNKIuqoCmYyBEPaq+x82EwQrs
3vLkL/3pJ+KmasXpmYxFq78ckpvz1asyfk2NQmbCY/iZqlNRFn1tHXVKrP4t/VkF
YxJrcFPmELwY8ZIOyqHDCFrX8fW346QEUEMXKPHYey73YZhJT/STezt5CoIfFpNR
0X4bg3PUAO8I2emp1COA2TwWgSK1r43xotKSeIaJem7YNTjBamM1HaI9HUMFLMFl
QdT3C9CWHZ81l0cYCw6iV6DJ096ylq9jydvSQdISAnEo0p/wjLjsMbQxPCtZ+BKd
987/hklB0hAfO1/9nihXntyAO+uqwLVjS2wsTviHOahO+7My7JFRrNLn7v9ATw4g
954pVOdcnoQzWIOa8x64vKmx0Sytn71o19JL/7Q+KQlfdtZEpb9+pgBR4Jqiry7Z
PLwahGSSwk1swPDNZIH1WMlysl4pyojBx2MO0vtyXk7vsPRvDVgvr1xIqLx29Jwn
efRI2r9EgcRw8TM9w9cAOo0Q0KDyswKdfrJcJH/QB3jv8vSyErv31IFqzzKSAU7+
1YKj3Znh9mTXj7Hd1K02
=0q5f
-----END PGP SIGNATURE-----
--- End Message ---