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

Bug#1043734: marked as done (ardour: Fails to build source after successful build)



Your message dated Thu, 19 Oct 2023 07:49:36 +0000
with message-id <E1qtNmi-00400r-4I@fasolo.debian.org>
and subject line Bug#1043734: fixed in ardour 1:8.0.0+ds-1
has caused the Debian Bug report #1043734,
regarding ardour: 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.)


-- 
1043734: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1043734
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: ardour
Version: 1:7.5.0+ds-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 ardour
> dpkg-buildpackage: info: source version 1:7.5.0+ds-2
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
>  dpkg-source --before-build .
>  debian/rules clean
> dh clean
> 	rm -f debian/ardour-data.debhelper.log debian/ardour-lv2-plugins.debhelper.log debian/ardour-video-timeline.debhelper.log debian/ardour.debhelper.log
>    debian/rules override_dh_clean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> rm -f ardour7-copy-mixer.1 ardour7-export.1 ardour7-new_empty_session.1 ardour7-new_session.1
> rm -f .lock-wscript .lock-waf_linux2_build
> find . -name "*.pyc" -delete || true
> find . -name "*.mo" -delete || true
> rm -rf build
> rm -f \
> 	gtk2_ardour/version.cc\
> 	gtk2_ardour/version.h\
> 	gtk2_ardour/ardour.appdata.xml.in\
> 	libs/ardour/ardour/version.h\
> 	libs/ardour/config_text.cc\
> 	libs/ardour/svn_revision.cc\
> 	libs/ardour/version.cc\
> 	libs/ardour/revision.cc\
> 	libs/gtkmm2ext/gtkmm2ext/version.h\
> 	libs/gtkmm2ext/version.cc\
> 	libs/midi++2/midi++/version.h\
> 	libs/midi++2/version.cc\
> 	libs/pbd/pbd/version.h\
> 	libs/pbd/version.cc\
> 	
> dh_clean
> 	rm -f debian/debhelper-build-stamp
> 	rm -rf debian/.debhelper/
> 	rm -f -- debian/ardour.substvars debian/ardour-data.substvars debian/ardour-video-timeline.substvars debian/ardour-lv2-plugins.substvars debian/files
> 	rm -fr -- debian/ardour/ debian/tmp/ debian/ardour-data/ debian/ardour-video-timeline/ debian/ardour-lv2-plugins/
> 	find .  \( \( \
> 		\( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path .\*/.hg -o -path .\*/CVS -o -path .\*/.pc -o -path .\*/_darcs \) -prune -o -type f -a \
> 	        \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
> 		 -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
> 		 -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
> 		 -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
> 		\) -exec rm -f {} + \) -o \
> 		\( -type d -a -name autom4te.cache -prune -exec rm -rf {} + \) \)
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>  dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building ardour using existing ./ardour_7.5.0+ds.orig.tar.xz
> dpkg-source: info: using patch list from debian/patches/series
> dpkg-source: warning: ignoring deletion of file libs/ardour/config_text.cc, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file libs/ardour/revision.cc, use --include-removal to override
> dpkg-source: info: local changes detected, the modified files are:
>  ardour-7.5.0+ds/.lock-waf_linux_build
> dpkg-source: error: aborting due to unexpected upstream changes, see /tmp/ardour_7.5.0+ds-2.diff.4GGHAw
> 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/ardour_7.5.0+ds-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: ardour
Source-Version: 1:8.0.0+ds-1
Done: IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>

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

Debian distribution maintenance software
pp.
IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org> (supplier of updated ardour 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, 19 Oct 2023 08:48:09 +0200
Source: ardour
Architecture: source
Version: 1:8.0.0+ds-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Changed-By: IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Closes: 1043734
Changes:
 ardour (1:8.0.0+ds-1) unstable; urgency=medium
 .
   * New upstream version 8.0.0+ds
     + Refresh patches
     + Rename ardour7 -> ardour8
   * Drop no-longer-existing flag for configure
   * Fix 'clean' target (Closes: #1043734)
   * Update (dummy) manpages
     + Generate one for 'ardour8-lua'
     + Drop the one for the non-existent 'ardour8-fix_bbtppq'
   * Simplify d/watch
   * Update copyright information
     + Add new copyrights and dates
     + Clarify license for share/scripts/simple_arp.lua
     + Re-generate d/copyright_hints
Checksums-Sha1:
 4b1c647e67791123457fd609306456b23fe4bf3a 3343 ardour_8.0.0+ds-1.dsc
 86deafbb57aed2de476e6e16048abb587f3f9ce2 11609408 ardour_8.0.0+ds.orig.tar.xz
 658f2add98d9bd606bc18d206966b37c06eccdd5 363120 ardour_8.0.0+ds-1.debian.tar.xz
Checksums-Sha256:
 868f86395e1daa372077d4d2a14576c82fde92a13d8fa770f9332b97c1494ab9 3343 ardour_8.0.0+ds-1.dsc
 30a8342d7518107dce33a8ef781815391b6161a7580e48f31035fb88b8a8d477 11609408 ardour_8.0.0+ds.orig.tar.xz
 5c115d72cd3cfdc10fb0a885d9966b143ad7ab34efe3e7030659e76626104248 363120 ardour_8.0.0+ds-1.debian.tar.xz
Files:
 d6625aa37de2187f8738d8281edc318d 3343 sound optional ardour_8.0.0+ds-1.dsc
 2a9f7cebedbbd385a566b081c9bc43fa 11609408 sound optional ardour_8.0.0+ds.orig.tar.xz
 952fe33c887fca7990e7d04dab661757 363120 sound optional ardour_8.0.0+ds-1.debian.tar.xz

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

iQJKBAEBCAA0FiEEdAXnRVdICXNIABVttlAZxH96NvgFAmUw2+cWHGZvcnVtQHVt
bGFldXRlLm11ci5hdAAKCRC2UBnEf3o2+J06D/9m5AJ3TYu3PfkmKLW2PLzQiYGG
b+cx2sqOtypGiJqm8Nj+Bfx0ymsNiDz3YXokcDXwNijfFyKoihtvfMIbFHIRKGqd
EwQ+nw50OhZ/0yDWt96wMSWX4A81swlrECaXNpEAnBVnc2r18ZZk1jGuWjmrBII4
pEM24uFKYlAuvwiKlJVAfhC+nqXeFC/mIoqDC9BjRfxtPCG5FtZUjKbVyJuqFdZJ
TFclXBcXhcZnbsV8lcgmcYDV5tUF7nvsYGlwethld2XG6uvc5K2zZPr9ccE5TnNL
n389PhxfUHsrGmuHNTNgGB47CgcZO8b/dKbv6odDHwfei5wBr7a2DTdFe6YtAjnn
D8kVb6dI9KHeW5T92Sfn/c7Hfojxa6gUhlxJvoTivSwCybq31Mq3lymRvOFgLj8E
I5V2Wy1xZOSFAoAcq+3gQlPXM17LFn+kCgZ4C6Sdrkab+ciTECeve8A/yeP8Hr7Y
7YGjWSEETTeNr992Mq0MxMb5NenrfZaC2Z3IwjQeRbLxnWvQiW31O9U3ILPDrgFD
ISEy95us0L4I44H/rGZgssQXe8aO0wdG/TDImMlSgZ0MfX6RI0+NsC/Lwztg2yIt
BQYyeScbQm8PxYiHjgvv4HlQm7RBu8LhPaFdN4ixsCocPUrmz+ImQpDs0ZhpBGhQ
fhQM4lR4crv6CPjU0A==
=OfJu
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: