Your message dated Fri, 29 Dec 2023 14:37:16 +0000
with message-id <[email protected]>
and subject line Bug#1045143: fixed in erlang-p1-eimp 1.0.22-3
has caused the Debian Bug report #1045143,
regarding erlang-p1-eimp: 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.)


-- 
1045143: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1045143
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: erlang-p1-eimp
Version: 1.0.22-2
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-eimp
> dpkg-buildpackage: info: source version 1.0.22-2
> 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: 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/eimp.app.src"
> DEBUG: is_app_available, looking for App p1_utils with Path 
> "/<<PKGBUILDDIR>>/deps/p1_utils"
> DEBUG: Directory expected to be an app dir, but it doesn't exist (yet?):
> /<<PKGBUILDDIR>>/deps/p1_utils
> DEBUG: is_app_available, looking for App p1_utils with Path 
> "/usr/lib/erlang/lib/p1_utils-1.0.25"
> INFO:  Looking for p1_utils-.* ; found p1_utils-1.0.25 at 
> /usr/lib/erlang/lib/p1_utils-1.0.25
> DEBUG: Available deps: [{dep,"/usr/lib/erlang/lib/p1_utils-1.0.25",p1_utils,
>                              ".*",
>                              {git,"https://github.com/processone/p1_utils";,
>                                   {tag,"1.0.25"}},
>                              false}]
> DEBUG: Missing deps  : []
> DEBUG: is_app_available, looking for App p1_utils with Path 
> "/usr/lib/erlang/lib/p1_utils-1.0.25"
> INFO:  Looking for p1_utils-.* ; found p1_utils-1.0.25 at 
> /usr/lib/erlang/lib/p1_utils-1.0.25
> DEBUG: Adding /usr/lib/erlang/lib/p1_utils-1.0.25/ebin to code path
> DEBUG: Adding skip dir: /usr/lib/erlang/lib/p1_utils-1.0.25
> DEBUG: Associate sub_dir /usr/lib/erlang/lib/p1_utils-1.0.25 with 
> /<<PKGBUILDDIR>>
> DEBUG: Plugins requested while processing /<<PKGBUILDDIR>>: []
> DEBUG: Predirs: ["/usr/lib/erlang/lib/p1_utils-1.0.25"]
> DEBUG: Consult config file "/usr/lib/erlang/lib/p1_utils-1.0.25/rebar.config"
> DEBUG: Available deps: []
> DEBUG: Missing deps  : []
> DEBUG: Plugins requested while processing 
> /usr/lib/erlang/lib/p1_utils-1.0.25: []
> DEBUG: Predirs: []
> DEBUG: Postdirs: []
> ==> erlang-p1-eimp-1.0.22 (clean)
> INFO:  sh info:
>       cwd: "/<<PKGBUILDDIR>>"
>       cmd: rm -rf c_src/eimp.gcda
> DEBUG:        opts: [{use_stdout,false},abort_on_error]
> DEBUG: Port Cmd: "rm -rf c_src/eimp.gcda"
> Port Opts: [exit_status,{line,16384},use_stdio,stderr_to_stdout,hide]
> INFO:  sh info:
>       cwd: "/<<PKGBUILDDIR>>"
>       cmd: rm -rf c_src/eimp.gcno
> DEBUG:        opts: [{use_stdout,false},abort_on_error]
> DEBUG: Port Cmd: "rm -rf c_src/eimp.gcno"
> Port Opts: [exit_status,{line,16384},use_stdio,stderr_to_stdout,hide]
> 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
>       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-eimp.debhelper.log
>       rm -f -- debian/erlang-p1-eimp.substvars debian/files
>       rm -fr -- debian/erlang-p1-eimp/ 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-eimp using existing 
> ./erlang-p1-eimp_1.0.22.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: warning: executable mode 0755 of 'config.status' will not be 
> represented in diff
> dpkg-source: info: local changes detected, the modified files are:
>  erlang-p1-eimp-1.0.22/compile_commands.json
>  erlang-p1-eimp-1.0.22/config.log
>  erlang-p1-eimp-1.0.22/config.status
>  erlang-p1-eimp-1.0.22/vars.config
> dpkg-source: error: aborting due to unexpected upstream changes, see 
> /tmp/erlang-p1-eimp_1.0.22-2.diff.AsTnfS
> 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-eimp_1.0.22-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: erlang-p1-eimp
Source-Version: 1.0.22-3
Done: Philipp Huebner <[email protected]>

We believe that the bug you reported is fixed in the latest version of
erlang-p1-eimp, 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-eimp 
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 15:59:39 +0100
Source: erlang-p1-eimp
Architecture: source
Version: 1.0.22-3
Distribution: unstable
Urgency: medium
Maintainer: Ejabberd Packaging Team <[email protected]>
Changed-By: Philipp Huebner <[email protected]>
Closes: 1045143
Changes:
 erlang-p1-eimp (1.0.22-3) unstable; urgency=medium
 .
   * Dropped debian/erlang-p1-eimp.install, added debian/source/options and
     fixed debian/rules (closes: #1045143)
   * Updated lintian overrides
   * Renamed debian/erlang-p1-eimp.lintian-overrides -> debian/lintian-overrides
   * Updated debian/patches/Makefile.diff
Checksums-Sha1:
 1ab07f1339fad3630719a43229ea43f8f81479ca 2157 erlang-p1-eimp_1.0.22-3.dsc
 9f0360919d2db62b0b09dbaf81ff3647ce1d16a3 3568 
erlang-p1-eimp_1.0.22-3.debian.tar.xz
 fe6314f2a61a6c3f77b938099734bb13fbc61ca0 16378 
erlang-p1-eimp_1.0.22-3_amd64.buildinfo
Checksums-Sha256:
 d0645c239728acdfbf6ca9014220148c9c04151cc03b7d4d59f4b7b3e04d9b82 2157 
erlang-p1-eimp_1.0.22-3.dsc
 e2b80976083c47539c638dc37ad20a1d5406a711be0d83d73e2c8678a31624fd 3568 
erlang-p1-eimp_1.0.22-3.debian.tar.xz
 8ed1e3cea44b6ef8e82288d3f6e9a82a2fb7d7f30d5289e39190e30b9af6b39e 16378 
erlang-p1-eimp_1.0.22-3_amd64.buildinfo
Files:
 c4581159357c102f15d9eec2c7e7a699 2157 libs optional erlang-p1-eimp_1.0.22-3.dsc
 d39504915fb1e4f0eed19da1c70a7476 3568 libs optional 
erlang-p1-eimp_1.0.22-3.debian.tar.xz
 54f1df424b05e7173918216a71556ce9 16378 libs optional 
erlang-p1-eimp_1.0.22-3_amd64.buildinfo

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

iQJJBAEBCgAzFiEECEGLvkRyDy26xQXsunokltrkDRwFAmWOz78VHGRlYmFsYW5j
ZUBkZWJpYW4ub3JnAAoJELp6JJba5A0c9fQP/jJO59PbkcGm26fk/tuh5Gl64oho
LoekYXoBDHpv9DfjRjkpfjbN1YhHs3dZR2ux9MaRCGfUSSk564kXbwz1TVY23iw7
3B0Vp7xHNfiBitHTbrgoLO4fX/ysT63jUn0n7qr+7vbShmYRHU5vn9+NqAmoWRD9
wrufaFR6Md+N4JBKrbs2VQs1o1n6ZrwD1HDLAjQxeqTGp/nyh0sJgAOYP8Nri0Zi
ncsQyS9zr22QXRWK6EM2Da+St9Nncgbr7gA/IGJCMUkAQbT+K5L8dZJkK+46Hequ
PoAnCkPAeslt4+nVbB9u5VL2HDjmXCLaRt4g8xM04vJZLe7ye+d5QtLRn6fEk4iw
Gl0tUHFm8LlgYU1GwlbIqNuLK/DDYno4+TDpRihtLfNd0XlZ7T1whK5BnZvehCoF
sQ5N5x8ynLGOklTzuDPRVJ3sXEMy+njq80mMaz+4NnvMj2I1kmB9+f6e43PN4AFy
FHmI7f4enbf8+dXpDGguDyyV4T8xcghyHgIBiUMWbpZuzDEWkJHXFGe5fV+REoyV
9xHjaEtaNqolB1NGyNzjaxbnp/WXTuXo53d/iGp38Dr9nKJpDMGncW1B1B5uiJk6
PqsJKWZ8qOiMsNevsOHTUhiikIJeSqCU1HhGersVBxvM2WkRbCJOnWK2c6eEMN3q
YBETVH5iHdZZP2ia
=JC9K
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to