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

Bug#1047100: marked as done (wily: Fails to build source after successful build)



Your message dated Thu, 04 Apr 2024 23:51:05 +0000
with message-id <E1rsWrJ-00C8Ka-Nv@fasolo.debian.org>
and subject line Bug#1047100: fixed in wily 0.13.42-2
has caused the Debian Bug report #1047100,
regarding wily: 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.)


-- 
1047100: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1047100
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: wily
Version: 0.13.42-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 wily
> dpkg-buildpackage: info: source version 0.13.42-1
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Bastian Germann <bage@debian.org>
>  dpkg-source --before-build .
>  debian/rules clean
> dh clean
>    dh_auto_clean
> 	make -j8 distclean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> for i in libXg libframe libmsg wily; do \
> 	(cd $i; make -w -j8 --jobserver-auth=3,4 nuke); \
> done
> make[2]: Entering directory '/<<PKGBUILDDIR>>/libXg'
> make[2]: warning: -j8 forced in submake: resetting jobserver mode.
> rm -f *.o *pure* .pure test
> rm -f libXg.a
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/libXg'
> make[2]: Entering directory '/<<PKGBUILDDIR>>/libframe'
> make[2]: warning: -j8 forced in submake: resetting jobserver mode.
> rm -f *.o *pure* .pure test
> rm -f libframe.a
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/libframe'
> make[2]: Entering directory '/<<PKGBUILDDIR>>/libmsg'
> make[2]: warning: -j8 forced in submake: resetting jobserver mode.
> rm -f *.o *pure* .pure test
> rm -f libmsg.a
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/libmsg'
> make[2]: Entering directory '/<<PKGBUILDDIR>>/wily'
> make[2]: warning: -j8 forced in submake: resetting jobserver mode.
> rm -f *.o core *pure*
> rm -f wily
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/wily'
> rm -f wily.* config.cache config.h config.log config.status Makefile
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    dh_autoreconf_clean
>    dh_clean
>  dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building wily using existing ./wily_0.13.42.orig-html.tar.gz
> dpkg-source: info: building wily using existing ./wily_0.13.42.orig-macros.tar.gz
> dpkg-source: info: building wily using existing ./wily_0.13.42.orig.tar.gz
> dpkg-source: info: using patch list from debian/patches/series
> dpkg-source: warning: ignoring deletion of file install-sh, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file configure, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file config.h.in, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file tools/win/confdefs.h, use --include-removal to override
> dpkg-source: warning: executable mode 0755 of 'tools/win/Man' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tools/win/Tag' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tools/win/mktags' will not be represented in diff
> dpkg-source: error: cannot represent change to tools/win/wgoto: binary file contents changed
> dpkg-source: error: add tools/win/wgoto in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: warning: executable mode 0755 of 'tools/win/wgoto' will not be represented in diff
> dpkg-source: error: cannot represent change to tools/win/win: binary file contents changed
> dpkg-source: error: add tools/win/win in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: warning: executable mode 0755 of 'tools/win/win' will not be represented in diff
> dpkg-source: error: cannot represent change to tools/win/wreplace: binary file contents changed
> dpkg-source: error: add tools/win/wreplace in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: warning: executable mode 0755 of 'tools/win/wreplace' will not be represented in diff
> 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/wily_0.13.42-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: wily
Source-Version: 0.13.42-2
Done: Andreas Beckmann <anbe@debian.org>

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

Debian distribution maintenance software
pp.
Andreas Beckmann <anbe@debian.org> (supplier of updated wily 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: Fri, 05 Apr 2024 01:30:35 +0200
Source: wily
Architecture: source
Version: 0.13.42-2
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Andreas Beckmann <anbe@debian.org>
Closes: 1047100 1066343
Changes:
 wily (0.13.42-2) unstable; urgency=medium
 .
   * QA upload.
   * Fix building with -Werror=implicit-function-declaration.
     (Closes: #1066343)
   * Fix building twice in a row.  (Closes: #1047100)
Checksums-Sha1:
 167ad522a0aa6659375120db2270bc5f7f524b84 2321 wily_0.13.42-2.dsc
 f29db05502e49424db712559134aab5c5f0f31f0 19780 wily_0.13.42-2.debian.tar.xz
 8394144850e744bd2636e173237dad4a6f64293d 6200 wily_0.13.42-2_source.buildinfo
Checksums-Sha256:
 c0bfde397dd6b35e9918708eb5a1c016e07619c58bd19d31d5416aab8eeaa894 2321 wily_0.13.42-2.dsc
 42e3ca10dace434081f0b80ae119de48d5cecabcf42cb81780682c53437ffa71 19780 wily_0.13.42-2.debian.tar.xz
 0cb619b10710270b699c4fc70b41e50822d68fb5f512e721ee5b6cdc844b2020 6200 wily_0.13.42-2_source.buildinfo
Files:
 2f9fef11e0fce7a36580b55b6edc6d3f 2321 editors optional wily_0.13.42-2.dsc
 7ece7a5ba9b73a9c92940fa0182b689b 19780 editors optional wily_0.13.42-2.debian.tar.xz
 0982db83f7b44c9751c4d1d2931fc2b9 6200 editors optional wily_0.13.42-2_source.buildinfo

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

iQJEBAEBCAAuFiEE6/MKMKjZxjvaRMaUX7M/k1np7QgFAmYPOMkQHGFuYmVAZGVi
aWFuLm9yZwAKCRBfsz+TWentCBuXD/4q4OCGRcpoOOCiKu+ykvoMi5SGvq0eBgVU
QnwGmssOZokxzwHTFFk9G/HtMDDKeEg+cm/JF0pUU+vDhyeVrIkEqS4gj2x+GXTy
ekhMopn4Z6flKYNGtmZVb7EMBAJNFm2jxJcWapzXD1/ZPtUcr7tXlRwdEhL8cNEQ
n8WYM5C95ULEFW8FrSowtRRH+gnxIKE1UeqYz3kttu5liO2jFbs7K8ju4BbnzCHP
0/D5P2vb/rLMshzX0oeUaZuO5B03h6pnToeslYSrchgIskyoKfKY0t6fuFV9e0uU
W2F24F8Gl22Hh/z/A+DJ2Lms4KpGua12FeuCtA9KR9UXjhFJ7voj6cx9w6D4VQUk
oN37l7hWC7eVkVpSilRLfGg5N3NRgmjSm+cRT1iVlv+4Rpwi0Rv6vifUrjQ4b/f3
rkY4RWKxfhXLOAhw+PxdY1x18mItyPFiH+viQB4FYcBAECK9+jT3ohuC+26oYcrp
SfcpyLI1mKa2Q+XcAVhG0hdSjYUIcdMoQG3x/yjzeYsLy/1O9G7/9rwCSzoYfaiR
AIcZwVf4lXaFYWj1Tz71hqhhztu5XoLFwmTy8jru/RMmSlDsCJlkaZBT1Kt95K6F
WKLE9hJgg4T7G/+A2LPGwQkLg9y2rHPCA5DK8FYXYx0xmpxIVZTZJ9jmJg4EAJ0R
eLrY9ZUKzQ==
=0NaY
-----END PGP SIGNATURE-----

Attachment: pgpgwtujcKRqT.pgp
Description: PGP signature


--- End Message ---

Reply to: