Your message dated Fri, 29 Dec 2023 14:37:58 +0000
with message-id <[email protected]>
and subject line Bug#1044733: fixed in erlang-p1-pam 1.0.14-2
has caused the Debian Bug report #1044733,
regarding erlang-p1-pam: 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.)
--
1044733: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1044733
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: erlang-p1-pam
Version: 1.0.14-1
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-p1-pam
> dpkg-buildpackage: info: source version 1.0.14-1
> 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
> rm -f debian/erlang-p1-pam.debhelper.log
> debian/rules override_dh_auto_clean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> rm -f config.log config.status
> dh_auto_clean
> 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: Evaluating config script "/<<PKGBUILDDIR>>/rebar.config.script"
> DEBUG: Consult config file "/<<PKGBUILDDIR>>/rebar.config"
> DEBUG: Rebar location: "/usr/bin/rebar"
> DEBUG: Consult config file "/<<PKGBUILDDIR>>/src/epam.app.src"
> DEBUG: Available deps: []
> DEBUG: Missing deps : []
> DEBUG: Plugins requested while processing /<<PKGBUILDDIR>>: []
> DEBUG: Predirs: []
> ==> erlang-p1-pam-1.0.14 (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
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_autoreconf_clean -O--buildsystem=rebar
> rm -f -- ./config.sub ./config.guess ./autom4te.cache/requests
> ./autom4te.cache/traces.2 ./autom4te.cache/output.2 ./autom4te.cache/output.1
> ./autom4te.cache/traces.1 ./autom4te.cache/output.0 ./autom4te.cache/traces.0
> ./configure ./configure\~
> rm -f debian/autoreconf.before debian/autoreconf.after
> dh_clean -O--buildsystem=rebar
> rm -f debian/debhelper-build-stamp
> rm -rf debian/.debhelper/
> rm -f -- debian/erlang-p1-pam.substvars debian/files
> rm -fr -- debian/erlang-p1-pam/ 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-p1-pam using existing
> ./erlang-p1-pam_1.0.14.orig.tar.gz
> dpkg-source: info: using patch list from debian/patches/series
> dpkg-source: warning: ignoring deletion of file configure, use
> --include-removal to override
> dpkg-source: info: local changes detected, the modified files are:
> erlang-p1-pam-1.0.14/compile_commands.json
> erlang-p1-pam-1.0.14/vars.config
> dpkg-source: error: aborting due to unexpected upstream changes, see
> /tmp/erlang-p1-pam_1.0.14-1.diff.5kKYOH
> 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-p1-pam_1.0.14-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: erlang-p1-pam
Source-Version: 1.0.14-2
Done: Philipp Huebner <[email protected]>
We believe that the bug you reported is fixed in the latest version of
erlang-p1-pam, 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-p1-pam
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 16:09:25 +0100
Source: erlang-p1-pam
Architecture: source
Version: 1.0.14-2
Distribution: unstable
Urgency: medium
Maintainer: Ejabberd Packaging Team <[email protected]>
Changed-By: Philipp Huebner <[email protected]>
Closes: 1044733
Changes:
erlang-p1-pam (1.0.14-2) unstable; urgency=medium
.
* Dropped debian/erlang-p1-pam.install, added debian/source/options and
fixed debian/rules (closes: #1044733)
* Updated lintian overrides
* Renamed debian/erlang-p1-pam.lintian-overrides -> debian/lintian-overrides
* Updated debian/patches/epam_bin_path.diff
Checksums-Sha1:
c9ec2959be6684195bcd0aa80df1e2adada60455 2112 erlang-p1-pam_1.0.14-2.dsc
c0b6b9306a1e4c42f4cf1027efe6fb49d4ebdd6b 4396
erlang-p1-pam_1.0.14-2.debian.tar.xz
86d9a3aca45083c94d228a678531144a7ac1bde9 14930
erlang-p1-pam_1.0.14-2_amd64.buildinfo
Checksums-Sha256:
d26bba86fb385a8bf25344e146435539c3365aa3b35a0ea881bc033d13e19f0b 2112
erlang-p1-pam_1.0.14-2.dsc
bdfba3b2f9ee081d167faf7854704a8e7e3938e26ab499a7930ec0b2a4b5d74b 4396
erlang-p1-pam_1.0.14-2.debian.tar.xz
a0e1214ea45d3a069e827479e4bffa0aaebaddcccd6333a4d4185b6e031b59df 14930
erlang-p1-pam_1.0.14-2_amd64.buildinfo
Files:
5ce85310a76e587df7ab1899cbe4687f 2112 libs optional erlang-p1-pam_1.0.14-2.dsc
3c5cf2cedb9bbb62f5c283196e5b2af9 4396 libs optional
erlang-p1-pam_1.0.14-2.debian.tar.xz
0c722ff6afee030890f9a3bcb9b4b183 14930 libs optional
erlang-p1-pam_1.0.14-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJJBAEBCgAzFiEECEGLvkRyDy26xQXsunokltrkDRwFAmWOz8YVHGRlYmFsYW5j
ZUBkZWJpYW4ub3JnAAoJELp6JJba5A0cHrIP/18cG7UHazJydrwL2STC0xRAzCE3
R+4nJCvSMWrxrtAU2LjzJ0YYRXK65mHUBGg074haXIb8dQuWgVCI98LxT9k6Ckpq
TkBsMIvPoUFrbdb9swwLefFKIKcdolskP8VVKhGtDdxw0efTXuGhzxBygW2QiANG
ZhcAGSp5s2u64GIcEAJ3vszJsVrVyjbO8e/XaMk9aPFNKDbGCBEdg/7l8QNW4MD9
DFMELv81bMpIN/C+4uxbfIQVAVrD572/Y3Vo9QA8a4KKFImczxBftnU6fTYA44QM
oyFDfyzhwYpLgWHJ8XACS/crbvmamywTqn4KvLhyunZ8F7anNrLT3nWRqnb7wKJf
+OYWCXQHbegFTFQgsemATCzibTnj9b9xGDC00rNoepeko+NVWfIO96089gDgFWID
1Yq3VjiECEfFuQSoX5xhdSz5OkZ5LlSHqXNJxfV/DehsEv0qdgueCTkdR7FdXKn8
5yPUQVDZYx642AEInasFKokRMjk2uZfH/zqyylh0X3zDm7fhirzPsLuX3P84LYpu
aihCY2du7kksu1E7jfKjGOJFoaSf4wtFXuVqEt5h8IgeKVzfWZ1MmuNyZpeO2GA5
VW/+bbevfHAaIGaHRmxFILtPWUNIQLxaLM6Ju7+JforNUvk0vNjOVb4S6VrnhAWs
kaq7/5BrkbOg/tak
=37rP
-----END PGP SIGNATURE-----
--- End Message ---