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

Bug#1046361: marked as done (upse: Fails to build source after successful build)



Your message dated Mon, 22 Jan 2024 03:49:06 +0000
with message-id <E1rRlJ4-0049jg-4w@fasolo.debian.org>
and subject line Bug#1046361: fixed in upse 1.0.0-3
has caused the Debian Bug report #1046361,
regarding upse: 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.)


-- 
1046361: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1046361
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: upse
Version: 1.0.0-2
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 upse
> dpkg-buildpackage: info: source version 1.0.0-2
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Michael Ablassmeier <abi@debian.org>
>  dpkg-source --before-build .
>  fakeroot debian/rules clean
> dh clean 
> dh: warning: Compatibility levels before 10 are deprecated (level 8 in use)
>    debian/rules override_dh_auto_clean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> [ ! -f buildsys.mk ] || dh_auto_clean
> dh_auto_clean: warning: Compatibility levels before 10 are deprecated (level 8 in use)
> 	make -j1 distclean
> make[2]: Entering directory '/<<PKGBUILDDIR>>'
> Entering directory src.
> make[3]: Entering directory '/<<PKGBUILDDIR>>/src'
> Entering directory libupse.
> make[4]: Entering directory '/<<PKGBUILDDIR>>/src/libupse'
> Deleted upse_string.o.
> Deleted upse_util.o.
> Deleted upse_unpack_psf.o.
> Deleted upse_bios_manager.o.
> Deleted upse_r3000_bytecode_evaluator.o.
> Deleted upse_r3000_abstract.o.
> Deleted upse_ps1_executive.o.
> Deleted upse_ps1_counters.o.
> Deleted upse_ps1_gpu.o.
> Deleted upse_ps1_hal.o.
> Deleted upse_ps1_bios_base.o.
> Deleted upse_ps1_memory_manager.o.
> Deleted upse_ps1_dma_manager.o.
> Deleted upse_ps1_spu_base.o.
> Deleted upse_ps1_spu_dma_handler.o.
> Deleted upse_ps1_spu_register_io.o.
> Deleted upse_ps1_spu_reverb.o.
> Deleted upse_ps1_spu_adsr_filter.o.
> Deleted .deps.
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/libupse'
> Leaving directory libupse.
> Entering directory upse123.
> make[4]: Entering directory '/<<PKGBUILDDIR>>/src/upse123'
> Deleted upse123_main.o.
> Deleted .deps.
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/upse123'
> Leaving directory upse123.
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
> Leaving directory src.
> Entering directory src.
> make[3]: Entering directory '/<<PKGBUILDDIR>>/src'
> Entering directory libupse.
> make[4]: Entering directory '/<<PKGBUILDDIR>>/src/libupse'
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/libupse'
> Leaving directory libupse.
> Entering directory upse123.
> make[4]: Entering directory '/<<PKGBUILDDIR>>/src/upse123'
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/upse123'
> Leaving directory upse123.
> Entering directory libupse.
> make[4]: Entering directory '/<<PKGBUILDDIR>>/src/libupse'
> Deleted libupse.so.
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/libupse'
> Leaving directory libupse.
> Entering directory upse123.
> make[4]: Entering directory '/<<PKGBUILDDIR>>/src/upse123'
> Deleted upse123.
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/upse123'
> Leaving directory upse123.
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
> Leaving directory src.
> make[2]: Leaving directory '/<<PKGBUILDDIR>>'
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    dh_clean
> dh_clean: warning: Compatibility levels before 10 are deprecated (level 8 in use)
>  dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building upse using existing ./upse_1.0.0.orig.tar.gz
> dpkg-source: info: using patch list from debian/patches/series
> dpkg-source: warning: executable mode 0755 of 'config.status' will not be represented in diff
> dpkg-source: info: local changes detected, the modified files are:
>  upse-1.0.0/buildsys.mk
>  upse-1.0.0/config.h
>  upse-1.0.0/config.log
>  upse-1.0.0/config.status
>  upse-1.0.0/extra.mk
> dpkg-source: error: aborting due to unexpected upstream changes, see /tmp/upse_1.0.0-2.diff.Hysa3c
> dpkg-source: info: Hint: make sure the version in debian/changelog matches the unpacked source tree
> dpkg-source: info: you can integrate the local changes with dpkg-source --commit
> dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 2
> 
> 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/upse_1.0.0-2_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: upse
Source-Version: 1.0.0-3
Done: David da Silva Polverari <polverari@debian.org>

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

Debian distribution maintenance software
pp.
David da Silva Polverari <polverari@debian.org> (supplier of updated upse 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: Mon, 22 Jan 2024 03:20:28 +0000
Source: upse
Architecture: source
Version: 1.0.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: David da Silva Polverari <polverari@debian.org>
Closes: 1046361
Changes:
 upse (1.0.0-3) unstable; urgency=medium
 .
   * QA upload.
   * debian/clean: created to avoid failure to build source after a successful
     build. (Closes: #1046361)
   * debian/control: bumped Standards-Version to 4.6.2.
   * debian/copyright: updated packaging copyright years.
   * debian/rules: removed trailing whitespace.
Checksums-Sha1:
 3b35141c6b6d44d2e3051b7323bc29cc8efc2b49 1807 upse_1.0.0-3.dsc
 3d9749350b9bd14661f96cb3042a9dfec82909ff 4276 upse_1.0.0-3.debian.tar.xz
 937dd81c048a3521164cc22a6f36391b79cf8179 5906 upse_1.0.0-3_source.buildinfo
Checksums-Sha256:
 b93e61b9a820626e17b2f70b57fd14a0e22b53730f5ce448253a4eb046e0346d 1807 upse_1.0.0-3.dsc
 39cba8dc892cf6fa665a32d55cb9507a0b5aadbba2e31053c5d82dff0b266808 4276 upse_1.0.0-3.debian.tar.xz
 46efc38ef9319e711d5dfa568fb1520cc95169c860c3de4df131f0018773d14d 5906 upse_1.0.0-3_source.buildinfo
Files:
 04b267dc182c1508b4a20c032c16e102 1807 sound extra upse_1.0.0-3.dsc
 77793090c9a29569271100acf204e5f8 4276 sound extra upse_1.0.0-3.debian.tar.xz
 b2315db92bc3149795c917bee8f9e0fa 5906 sound extra upse_1.0.0-3_source.buildinfo

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

iQIzBAEBCAAdFiEEDTUunGhzKyZWj9leHIjoaIRpgN4FAmWt4aMACgkQHIjoaIRp
gN7iKQ//YlQDnmOdWidnp+LPSl5I9glTtWBev+OKQzT3oSJNxn45mvX12mfRI6Ec
WbFk9QiCc0/jKJ54JL/aIgQNvNNUKthGH4E+Jq053a1VBAVEsaEzlIX/COd05k7Y
n2XUTgmLEqF7gxHXCNggxzmMV8UiigRgmoRvaTsKGntts7nnfkUvTrMsOHNdiorS
GN8IKz0ysvaeMvGflULU99OT71XqjP0THCBBXwIwgGs5a+j2TBA6D7oYHVOw4OTa
RF6GJuh2rHiGa5w8hl0tgzVW02EM+By3DKpXNWwF9vnFCNbiYKzV11BLTMY6z1Wo
Bl1njrhwqe+IWcs1Dgvnnu90fS8QnkVhaVZZcIqe0hT/Skx4MEd0Qdmxg7+XnSB9
/t24VaO29HMaQbjlW1yq7Kg07u6dR14RO4RA3Tw5lKgUAYpVWUzFtXTdfQRh8u/Y
4bDPRa2quKfjnVv3pR3HVbN3pUCXdGg1KiAfHrJcQex6ArC6E2GDl5kj7K/+1TCu
xcZMxE4domkrur8IX6/ldvMskp2L/haxdGrruPbyRXvQKv7veT80ZqQh8vRKhWg4
JWbHlhckAIPC1b7JWjamRGxKcqhTq3JOvEEhWcCYSzEWJPGumZSfF7CHcAjtn6tf
NmWt7Gkly8BKxH1A5YaoSpJ7IU8Fjj4H3LHuRjcNUPoWTWn3i9k=
=3D62
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: