Debian Bug report logs -
#799002
ovirt-guest-agent: FTBFS: Fails PEP8 lint
Reported by: Chris Lamb <lamby@debian.org>
Date: Mon, 14 Sep 2015 20:48:01 UTC
Severity: serious
Tags: sid, stretch
Found in version ovirt-guest-agent/1.0.10.2.dfsg-2
Fixed in version ovirt-guest-agent/1.0.11.2.dfsg-1
Done: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Bug is archived. No further changes may be made.
Toggle useless messages
Report forwarded
to debian-bugs-dist@lists.debian.org, reproducible-builds@lists.alioth.debian.org, Laszlo Boszormenyi (GCS) <gcs@debian.org>:
Bug#799002; Package src:ovirt-guest-agent.
(Mon, 14 Sep 2015 20:48:05 GMT) (full text, mbox, link).
Acknowledgement sent
to Chris Lamb <lamby@debian.org>:
New Bug report received and forwarded. Copy sent to reproducible-builds@lists.alioth.debian.org, Laszlo Boszormenyi (GCS) <gcs@debian.org>.
(Mon, 14 Sep 2015 20:48:05 GMT) (full text, mbox, link).
Message #5 received at submit@bugs.debian.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
Source: ovirt-guest-agent
Version: 1.0.10.2.dfsg-2
Severity: serious
Justification: fails to build from source
User: reproducible-builds@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org
Dear Maintainer,
ovirt-guest-agent fails to build from source in unstable/amd64 as the
PEP8 linting errors are considered fatal in the build system (There has
been a recent update of the pep8 package from 1.5.7 → 1.6.2)
[..]
make check-local
make[3]: Entering directory
'/tmp/buildd/ovirt-guest-agent-1.0.10.2.dfsg'
/usr/bin/pep8 --exclude="ovirt-guest-agent/setup.py" --filename
'*.py,*.py.in' \
ovirt-guest-agent/CredServer.py
ovirt-guest-agent/GuestAgentLinux2.py
ovirt-guest-agent/GuestAgentWin32.py
ovirt-guest-agent/LockActiveSession.py
ovirt-guest-agent/OVirtAgentLogic.py
ovirt-guest-agent/OVirtGuestService.py
ovirt-guest-agent/VirtIoChannel.py ovirt-guest-agent/WinFile.py
ovirt-guest-agent/ovirt-guest-agent.py
ovirt-guest-agent/version.py tests/*.py
ovirt-guest-agent/CredServer.py:39:1: E402 module level import not at
top of file
ovirt-guest-agent/GuestAgentWin32.py:37:19: E721 do not compare types,
use 'isinstance()'
ovirt-guest-agent/OVirtAgentLogic.py:35:1: E402 module level import
not at top of file
ovirt-guest-agent/OVirtAgentLogic.py:36:1: E402 module level import
not at top of file
ovirt-guest-agent/ovirt-guest-agent.py:35:1: E402 module level import
not at top of file
Makefile:902: recipe for target 'check-local' failed
make[3]: *** [check-local] Error 1
make[3]: Leaving directory
'/tmp/buildd/ovirt-guest-agent-1.0.10.2.dfsg'
Makefile:768: recipe for target 'check-am' failed
make[2]: *** [check-am] Error 2
make[2]: Leaving directory
'/tmp/buildd/ovirt-guest-agent-1.0.10.2.dfsg'
Makefile:480: recipe for target 'check-recursive' failed
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory
'/tmp/buildd/ovirt-guest-agent-1.0.10.2.dfsg'
dh_auto_test: make -j1 check returned exit code 2
debian/rules:18: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
[..]
The full build log is attached or can be viewed here:
https://reproducible.debian.net/logs/unstable/amd64/ovirt-guest-agent_1.0.10.2.dfsg-2.build1.log.gz
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` lamby@debian.org / chris-lamb.co.uk
`-
[ovirt-guest-agent.1.0.10.2.dfsg-2.unstable.amd64.log.txt (text/plain, attachment)]
Added tag(s) sid and stretch.
Request was from Andreas Beckmann <anbe@debian.org>
to control@bugs.debian.org.
(Tue, 15 Sep 2015 02:57:05 GMT) (full text, mbox, link).
Reply sent
to Laszlo Boszormenyi (GCS) <gcs@debian.org>:
You have taken responsibility.
(Thu, 07 Jan 2016 21:57:15 GMT) (full text, mbox, link).
Notification sent
to Chris Lamb <lamby@debian.org>:
Bug acknowledged by developer.
(Thu, 07 Jan 2016 21:57:15 GMT) (full text, mbox, link).
Message #12 received at 799002-close@bugs.debian.org (full text, mbox, reply):
Source: ovirt-guest-agent
Source-Version: 1.0.11.2.dfsg-1
We believe that the bug you reported is fixed in the latest version of
ovirt-guest-agent, 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 799002@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Laszlo Boszormenyi (GCS) <gcs@debian.org> (supplier of updated ovirt-guest-agent 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 ftpmaster@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Thu, 07 Jan 2016 20:35:05 +0100
Source: ovirt-guest-agent
Binary: ovirt-guest-agent
Architecture: source all
Version: 1.0.11.2.dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Changed-By: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Description:
ovirt-guest-agent - daemon that resides within guest virtual machines
Closes: 782005 799002
Changes:
ovirt-guest-agent (1.0.11.2.dfsg-1) unstable; urgency=low
.
* New upstream release, builds with new PEP8 lint (closes: #799002).
* Build with systemd support.
* Make ovirt-guest-agent.py executable (closes: #782005).
Checksums-Sha1:
da61773139df86d0cabb51bec76efd1584b1c824 1970 ovirt-guest-agent_1.0.11.2.dfsg-1.dsc
2ffc8bf41768e96916cb45a8982978efaa87bec8 93428 ovirt-guest-agent_1.0.11.2.dfsg.orig.tar.xz
330ba684e73d92bdc53ed05f29c3aa3c84ae65a3 5932 ovirt-guest-agent_1.0.11.2.dfsg-1.debian.tar.xz
e2075851725e803e507285a2c64d748a3741f8d2 46310 ovirt-guest-agent_1.0.11.2.dfsg-1_all.deb
Checksums-Sha256:
b01df6c96c60419fae50f73e72973d4b35b3446fe6f44b2ebeeacde3e3c467ea 1970 ovirt-guest-agent_1.0.11.2.dfsg-1.dsc
d2afc2946c3bd5b0e56f47930cbb5ef18e805632a7dc253356cde38ad4c92390 93428 ovirt-guest-agent_1.0.11.2.dfsg.orig.tar.xz
1a2fa8c44ccb7f2d1f78bfffffe9e0b68863d73e81c50ab1eea62f58da70f53e 5932 ovirt-guest-agent_1.0.11.2.dfsg-1.debian.tar.xz
bcbf97e36d9e0b167942a3b75e1c057d7ffb01e3284eb57c25f4aa44b852d9cf 46310 ovirt-guest-agent_1.0.11.2.dfsg-1_all.deb
Files:
2160486ac58d4b6f17ad7eb2226e68b3 1970 utils extra ovirt-guest-agent_1.0.11.2.dfsg-1.dsc
42fdce1c464bcafaf2cd6e044e236a48 93428 utils extra ovirt-guest-agent_1.0.11.2.dfsg.orig.tar.xz
ab6d8155bb6019f71ea013f096e00d51 5932 utils extra ovirt-guest-agent_1.0.11.2.dfsg-1.debian.tar.xz
d731ab8d480c7678e20a2aea05f00431 46310 utils extra ovirt-guest-agent_1.0.11.2.dfsg-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJWjtooAAoJENzjEOeGTMi/VqUP/imYU17g/GICg2U/UgAwsjNn
Wx84VaX/KW9k/zf27XjB3IPgBHVOBH+Qdcmg0UMgdj0qzIoLDhaoaQ3pm8NT9YSJ
x6jU25yBuNQgfymA60LtBeeNsc+VRbYzQ5VJSkPW/BAGxmO+G4JszbR07Bn+qVVa
tJxbISWCbyGM3sC0gzkBsJRomMXMBGi+fcofKURLJscL/m0h5kvVsqT+tN4zys7y
NFn/kux5EQSVTFCXaesbcOwIb3aLV44ZDl/0fbVB6yiW1YqNCidEZ/NiKEWcCmyd
n5VBbzUcAOeCWNp9P7RO/HpR/ZyW5WGcoS2n5a84HjjwLcAOHr38Qvq4W3ov4oE+
JTlQB9RVGp7SKKwNnlZMgUZbufW84CFWNayLuQnpYdd+ZSCj2T9ZyTi93kxbMCMY
J/KNBYEFX1eqoS3aPbWTbT0oqAAu5XdTYRi4nOs9f0Wv9JDH4S6NYFo4s3w/sjNQ
PtcrmYxJ+aTnTMsEt+t98Hm8NmNLPagu6nePh1rmC1MHSzIj7MlXvxyu5HBBjMno
8dPuTbMjJn1LDOPR16bofcGC3/OJv6jEx5zakITf8b3as2mU/phqmWiYql1elMgQ
lUjKRQcfmIhDNE20hluLlzkvqrzs+FGFHGjc6quUGnjnp+IWaIxVeeT4PGBset5P
DKUUkd7xdw2qgnoxyp6e
=qHmy
-----END PGP SIGNATURE-----
Bug archived.
Request was from Debbugs Internal Request <owner@bugs.debian.org>
to internal_control@bugs.debian.org.
(Fri, 05 Feb 2016 07:26:02 GMT) (full text, mbox, link).
Send a report that this bug log contains spam.
Debian bug tracking system administrator <owner@bugs.debian.org>.
Last modified:
Sun Jul 2 10:05:11 2023;
Machine Name:
buxtehude
Debian Bug tracking system
Debbugs is free software and licensed under the terms of the GNU
Public License version 2. The current version can be obtained
from https://bugs.debian.org/debbugs-source/.
Copyright © 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson,
2005-2017 Don Armstrong, and many other contributors.