Your message dated Fri, 29 Dec 2023 14:35:17 +0000
with message-id <[email protected]>
and subject line Bug#1044426: fixed in erlang-bear 0.8.2+dfsg-4
has caused the Debian Bug report #1044426,
regarding erlang-bear: 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 [email protected]
immediately.)
--
1044426: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1044426
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: erlang-bear
Version: 0.8.2+dfsg-3
Severity: minor
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-sab-20230813 ftbfs-source-after-build
User: [email protected]
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 erlang-bear
> dpkg-buildpackage: info: source version 0.8.2+dfsg-3
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Philipp Huebner
> <[email protected]>
> dpkg-source --before-build .
> debian/rules clean
> dh clean --buildsystem=rebar --with rebar
> dh_auto_clean -O--buildsystem=rebar
> make --no-print-directory -f /usr/share/dh-rebar/make/dh-rebar.Makefile
> clean
> if [ -e debian/trash ]; then rm -f -f `cat debian/trash`; fi
> rm -f -rf debian/trash
> echo clean
> clean
> rebar clean skip_deps=true -vv
> DEBUG: Consult config file "/<<PKGBUILDDIR>>/rebar.config"
> DEBUG: Rebar location: "/usr/bin/rebar"
> DEBUG: Consult config file "/<<PKGBUILDDIR>>/src/bear.app.src"
> DEBUG: Available deps: []
> DEBUG: Missing deps : []
> DEBUG: Plugins requested while processing /<<PKGBUILDDIR>>: []
> DEBUG: Predirs: []
> ==> erlang-bear-0.8.2+dfsg (clean)
> INFO: sh info:
> cwd: "/<<PKGBUILDDIR>>"
> cmd: rm -rf ebin/*.beam
> DEBUG: opts: [{use_stdout,false},abort_on_error]
> DEBUG: Port Cmd: "rm -rf ebin/*.beam"
> Port Opts: [exit_status,{line,16384},use_stdio,stderr_to_stdout,hide]
> INFO: sh info:
> cwd: "/<<PKGBUILDDIR>>"
> cmd: rm -rf priv/mibs/*.bin
> DEBUG: opts: [{use_stdout,false},abort_on_error]
> DEBUG: Port Cmd: "rm -rf priv/mibs/*.bin"
> Port Opts: [exit_status,{line,16384},use_stdio,stderr_to_stdout,hide]
> INFO: sh info:
> cwd: "/<<PKGBUILDDIR>>"
> cmd: rm -rf /<<PKGBUILDDIR>>/.rebar/erlcinfo
> DEBUG: opts: [{use_stdout,false},abort_on_error]
> DEBUG: Port Cmd: "rm -rf /<<PKGBUILDDIR>>/.rebar/erlcinfo"
> Port Opts: [exit_status,{line,16384},use_stdio,stderr_to_stdout,hide]
> INFO: sh info:
> cwd: "/<<PKGBUILDDIR>>"
> cmd: rm -rf .eunit
> DEBUG: opts: [{use_stdout,false},abort_on_error]
> DEBUG: Port Cmd: "rm -rf .eunit"
> Port Opts: [exit_status,{line,16384},use_stdio,stderr_to_stdout,hide]
> INFO: sh info:
> cwd: "/<<PKGBUILDDIR>>"
> cmd: rm -rf .qc
> DEBUG: opts: [{use_stdout,false},abort_on_error]
> DEBUG: Port Cmd: "rm -rf .qc"
> Port Opts: [exit_status,{line,16384},use_stdio,stderr_to_stdout,hide]
> DEBUG: Postdirs: []
> rm -rf ebin/*.beam
> rm -rf ebin/*.app
> rm -rf c_src/*.o
> rm -rf priv/.so
> rm -rf .eunit
> dh_autoreconf_clean -O--buildsystem=rebar
> dh_clean -O--buildsystem=rebar
> rm -f debian/debhelper-build-stamp
> rm -rf debian/.debhelper/
> rm -f -- debian/erlang-bear.substvars debian/files
> rm -fr -- debian/erlang-bear/ debian/tmp/
> 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 {} + \)
> \)
> dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building erlang-bear using existing
> ./erlang-bear_0.8.2+dfsg.orig.tar.gz
> dpkg-source: info: local changes detected, the modified files are:
> erlang-bear-0.8.2+dfsg/src/bear.app.src
> dpkg-source: error: aborting due to unexpected upstream changes, see
> /tmp/erlang-bear_0.8.2+dfsg-3.diff.jGCQ5P
> 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/erlang-bear_0.8.2+dfsg-3_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: erlang-bear
Source-Version: 0.8.2+dfsg-4
Done: Philipp Huebner <[email protected]>
We believe that the bug you reported is fixed in the latest version of
erlang-bear, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Philipp Huebner <[email protected]> (supplier of updated erlang-bear 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Tue, 26 Dec 2023 14:23:27 +0100
Source: erlang-bear
Architecture: source
Version: 0.8.2+dfsg-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Erlang Packagers <[email protected]>
Changed-By: Philipp Huebner <[email protected]>
Closes: 1044426
Changes:
erlang-bear (0.8.2+dfsg-4) unstable; urgency=medium
.
* Fix typo in Build-Depends
* Update Standards-Version: 4.6.2 (no changes needed)
* debian/rules: Extend clean target (closes: #1044426)
* Update years in debian/copyright
* Update lintian overrides
* Update debian/rules
Checksums-Sha1:
0293c3a8451a2144fd735b43c226fb0f06a5eaf1 2087 erlang-bear_0.8.2+dfsg-4.dsc
3f9aa7e777790a33fccc6f1eb5f900122d14cb75 2648
erlang-bear_0.8.2+dfsg-4.debian.tar.xz
616e0a7f758465bbd47957aceefde282a0ac3a55 14609
erlang-bear_0.8.2+dfsg-4_amd64.buildinfo
Checksums-Sha256:
c2c41495f279de589f65ea6e1b8a1af71cc3d4ac92a24204c92cddd49ad0d475 2087
erlang-bear_0.8.2+dfsg-4.dsc
1f5ee1c0d30c9757831dcf13fb950d855e4d3752f320b0f976de310aeec6881e 2648
erlang-bear_0.8.2+dfsg-4.debian.tar.xz
a9da7708b6d91fa6a8f79191183c2877e28498ff76e7241dae8023d34ecdcc85 14609
erlang-bear_0.8.2+dfsg-4_amd64.buildinfo
Files:
28622c6f39c9ce34b4050088b0e83b36 2087 devel optional
erlang-bear_0.8.2+dfsg-4.dsc
1b1678558bc03442a69eabe416cd9354 2648 devel optional
erlang-bear_0.8.2+dfsg-4.debian.tar.xz
df77669a55b317ce7b9435f61946435b 14609 devel optional
erlang-bear_0.8.2+dfsg-4_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJJBAEBCgAzFiEECEGLvkRyDy26xQXsunokltrkDRwFAmWOz64VHGRlYmFsYW5j
ZUBkZWJpYW4ub3JnAAoJELp6JJba5A0c9poQAMrIqDm9FLvcwslokBSOmqWlgnFz
/XrdAcWCX+w5NJd6Yk212g2Zioj3qlGxdqMbutgleU8c3ay3dQkvlgB5y0KDUk7C
cyGuTTEs32idZ09ypHQRbJdr4hA3IhKh1wK7K27cwKNsx/A573h38BTgfFSNnKau
qCGhiV7MZ2aEcOFn+GomWjKX7VcXqRE0HSOPK36D1wf8z2mwnjDkuIQXr0mavBk1
+kU+0+eDWVWigXf/BCe2KdRVErnUI1XLon5BGjL4GgmZ3f8RwKWFirAWLfrVnIpG
bW/sVTusknqteu+q1d7rZIokpwqsrrotsG4L/Z/Z9vg+4NzbwBm+uVwVsAVtUGRJ
qF34iDU6RSAC42dOE6qqr3hoh8eILQGYRKvXR6XDlTpruK553u+ptRLySmBtJQTv
Bi9Fr2IREJ1AXizYz5jv+NUeqZoDcmCp/ViMlVpuxLSmZ29grhim3/YhFEbV48Cl
8LsX/ZC/iNhRHN0Jl3e/UK5qh6ZmBveLhYdtyDKAykgxymGrz0QYvNo4KfGGLnZ+
5aGLrSzNsLujSzVF4oBjwfNXGbw2jzjGApUPTxPJdBtzJwDz5Uq0fhwv93Pn6lvc
+T6mtCAel24zQMfq+0xyZADs1jV56Oo/dmAs3ITHkY130UcpeFBjZmD4zqQOVK3G
GdPC5IQyV6B1qxQV
=/Xqx
-----END PGP SIGNATURE-----
--- End Message ---