[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1046271: marked as done (pyliblo: Fails to build source after successful build)



Your message dated Sat, 15 Jun 2024 12:05:46 +0000
with message-id <E1sISAE-006opu-E7@fasolo.debian.org>
and subject line Bug#1046271: fixed in pyliblo 0.10.0-6
has caused the Debian Bug report #1046271,
regarding pyliblo: Fails to build source after successful build
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 owner@bugs.debian.org
immediately.)


-- 
1046271: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1046271
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: pyliblo
Version: 0.10.0-5.1
Severity: minor
Tags: trixie sid ftbfs
User: lucas@debian.org
Usertags: ftbfs-sab-20230813 ftbfs-source-after-build
User: debian-qa@lists.debian.org
Usertags: qa-doublebuild

Hi,

This package fails to build a source package after a successful build
(dpkg-buildpackage ; dpkg-buildpackage -S).

This is probably a clear violation of Debian Policy section 4.9 (clean target),
but this is filed as severity:minor for now, because a discussion on
debian-devel showed that we might want to revisit the requirement of a working
'clean' target.

More information about this class of issues, included common problems and
solutions, is available at
https://wiki.debian.org/qa.debian.org/FTBFS/SourceAfterBuild

Relevant part of the build log:
> cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage --sanitize-env -us -uc -rfakeroot -S
> ----------------------------------------------------------------------------------------------------------------------
> 
> dpkg-buildpackage: info: source package pyliblo
> dpkg-buildpackage: info: source version 0.10.0-5.1
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Stefano Rivera <stefanor@debian.org>
>  dpkg-source --before-build .
>  debian/rules clean
> dh clean --with python3 --buildsystem=pybuild
>    dh_auto_clean -O--buildsystem=pybuild
> I: pybuild base:275: python3.11 setup.py clean 
> running clean
> removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build' (and everything under it)
> 'build/bdist.linux-x86_64' does not exist -- can't clean it
> 'build/scripts-3.11' does not exist -- can't clean it
>    dh_autoreconf_clean -O--buildsystem=pybuild
>    dh_clean -O--buildsystem=pybuild
>  dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building pyliblo using existing ./pyliblo_0.10.0.orig.tar.gz
> dpkg-source: info: using patch list from debian/patches/series
> dpkg-source: error: cannot represent change to doc/build/doctrees/environment.pickle: binary file contents changed
> dpkg-source: error: add doc/build/doctrees/environment.pickle in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to doc/build/doctrees/index.doctree: binary file contents changed
> dpkg-source: error: add doc/build/doctrees/index.doctree in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: warning: file pyliblo-0.10.0/doc/build/html/_static/basic.css has no final newline (either original or modified version)
> dpkg-source: warning: file pyliblo-0.10.0/doc/build/html/_static/classic.css has no final newline (either original or modified version)
> dpkg-source: warning: file pyliblo-0.10.0/doc/build/html/_static/documentation_options.js has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to doc/build/html/_static/file.png: binary file contents changed
> dpkg-source: error: add doc/build/html/_static/file.png in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to doc/build/html/_static/minus.png: binary file contents changed
> dpkg-source: error: add doc/build/html/_static/minus.png in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to doc/build/html/_static/plus.png: binary file contents changed
> dpkg-source: error: add doc/build/html/_static/plus.png in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: warning: file pyliblo-0.10.0/doc/build/html/_static/pygments.css has no final newline (either original or modified version)
> dpkg-source: warning: file pyliblo-0.10.0/doc/build/html/_static/sidebar.js has no final newline (either original or modified version)
> dpkg-source: warning: file pyliblo-0.10.0/doc/build/html/genindex.html has no final newline (either original or modified version)
> dpkg-source: warning: file pyliblo-0.10.0/doc/build/html/index.html has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to doc/build/html/objects.inv: binary file contents changed
> dpkg-source: error: add doc/build/html/objects.inv in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: warning: file pyliblo-0.10.0/doc/build/html/py-modindex.html has no final newline (either original or modified version)
> dpkg-source: warning: file pyliblo-0.10.0/doc/build/html/search.html has no final newline (either original or modified version)
> dpkg-source: warning: file pyliblo-0.10.0/doc/build/html/searchindex.js has no final newline (either original or modified version)
> dpkg-source: error: unrepresentable changes to source
> dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 1
> 
> E: Command 'cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage --sanitize-env -us -uc -rfakeroot -S' failed to run.


The full build log is available from:
http://qa-logs.debian.net/2023/08/13/pyliblo_0.10.0-5.1_unstable.log

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: pyliblo
Source-Version: 0.10.0-6
Done: Dennis Braun <snd@debian.org>

We believe that the bug you reported is fixed in the latest version of
pyliblo, 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 1046271@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dennis Braun <snd@debian.org> (supplier of updated pyliblo 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: SHA512

Format: 1.8
Date: Sat, 15 Jun 2024 13:35:21 +0200
Source: pyliblo
Architecture: source
Version: 0.10.0-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Changed-By: Dennis Braun <snd@debian.org>
Closes: 1046271 1056839
Changes:
 pyliblo (0.10.0-6) unstable; urgency=medium
 .
   * Team upload
   * Bump Standards-Version to 4.7.0
   * Use cython3-legacy to fix FTBFS (Closes: #1056839)
   * Clean properly build files after successful build (Closes: #1046271)
   * Refresh patchset, add NoPermission test patch
Checksums-Sha1:
 1f648a2c63decfb80f0b1845917bd77478f6bbfe 2287 pyliblo_0.10.0-6.dsc
 c4ad52275c13e866972fcef36b680beecc6444b8 7424 pyliblo_0.10.0-6.debian.tar.xz
 353e421f1c1a7b1e9675912f5ab7e0dc12bb1f2f 7632 pyliblo_0.10.0-6_source.buildinfo
Checksums-Sha256:
 565be38b5bdafd889094408f9d83fbf12c240288fdd8fa52c52fdb0a53a01fe1 2287 pyliblo_0.10.0-6.dsc
 e01327e579715187b33502873ce9a3e574ba4b3830c414f3743e4aa9e499e488 7424 pyliblo_0.10.0-6.debian.tar.xz
 9f9a9a7187d83dbc8eb84f38b86de099cdbab190d37a3460bdc1c06f7e2ad563 7632 pyliblo_0.10.0-6_source.buildinfo
Files:
 8a5b2d594e2a1148943098c0d0c85be1 2287 devel optional pyliblo_0.10.0-6.dsc
 d97f8d577a6fc8d15c19922c5931721a 7424 devel optional pyliblo_0.10.0-6.debian.tar.xz
 b3b4746c373b2c7b2b799496cec50e09 7632 devel optional pyliblo_0.10.0-6_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJDBAEBCgAtFiEEPLfDAq+1fmGoxhfdY06lXZArmDYFAmZtfWwPHHNuZEBkZWJp
YW4ub3JnAAoJEGNOpV2QK5g2gjkP/2nDmeOQBgq2Tue308KjEJsHUqVa8D/o7wGc
uP7/J43hFSVzmG34IPjmnz9074AjimJmaJD46f02VgxGoBnQOnRAbAut/tpLffCA
L9xxlYUlfLo9u2jp669xCmFTfRPlX068JbpoCPasqNVIYxsUDsNP4HHiQ/2lkWsc
CvaJWJhi0PXOGjMhEoSVg7taufNIE7LC3FYoDNzOYNldi3gu3ZV2NNi6P1VySWGc
/M6lC+OANlUGDrSNypneET35XD9yQHGsyZrwvYSE3lK91GC6JYsot9b8ssfHLc+M
eHtZ5yURRBxPX51i5Bc4DEljlFpj4KLkCh/rgCnHTr26Dw6o5cEWw4ILUhdtiJNw
shXaGxi/UvrP9tUJzmbEFFaxM8TqHvFsRrawV0jMgR/NLKYZpyXQNGLZ7HZ3rEu7
RKOfP7WDsoKNIHlz5MHyUe8FzzJ6DtU7WuS7ykwinbXavEGOBELf/SMcArEWKJRj
FhmL7gbvPPBVzHQ8HZhuDJ2mfcW6Unr1ZyrXgDjnC270ozGRRX64i5v7n4TcPh7d
eSJ3ur3lS9zcUBDtwf7zn+YsVoNQx8C+J26qftv3ni8cVNPXY7XJ8O4o1cxdTtXO
iF6haDVpBLWeuVvJOYLY+1q5E1M19TS1Iu6fhAyZNPLLmBWR3UptUvGw5AKs9g51
rmGg+iTG
=TEMG
-----END PGP SIGNATURE-----

Attachment: pgpVyPbux5XoH.pgp
Description: PGP signature


--- End Message ---

Reply to: