Your message dated Fri, 29 Dec 2023 14:35:43 +0000
with message-id <[email protected]>
and subject line Bug#1044538: fixed in erlang-folsom 0.8.2+dfsg-4
has caused the Debian Bug report #1044538,
regarding erlang-folsom: 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.)


-- 
1044538: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1044538
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: erlang-folsom
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-folsom
> 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
>    debian/rules override_dh_auto_clean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> 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: Consult config file "/<<PKGBUILDDIR>>/rebar.config"
> DEBUG: Rebar location: "/usr/bin/rebar"
> DEBUG: Consult config file "/<<PKGBUILDDIR>>/src/folsom.app.src"
> DEBUG: Available deps: []
> DEBUG: Missing deps  : []
> DEBUG: Plugins requested while processing /<<PKGBUILDDIR>>: []
> DEBUG: Predirs: []
> ==> erlang-folsom-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
> rm -rf .eunit .rebar ebin
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    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-folsom.substvars 
> debian/erlang-folsom-dev.substvars debian/files
>       rm -fr -- debian/erlang-folsom/ debian/tmp/ debian/erlang-folsom-dev/
>       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-folsom using existing 
> ./erlang-folsom_0.8.2+dfsg.orig.tar.gz
> dpkg-source: info: using patch list from debian/patches/series
> dpkg-source: info: local changes detected, the modified files are:
>  erlang-folsom-0.8.2+dfsg/src/folsom.app.src
> dpkg-source: error: aborting due to unexpected upstream changes, see 
> /tmp/erlang-folsom_0.8.2+dfsg-3.diff.zJHGVU
> 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-folsom_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-folsom
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-folsom, 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-folsom 
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:11:47 +0100
Source: erlang-folsom
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: 1044538
Changes:
 erlang-folsom (0.8.2+dfsg-4) unstable; urgency=medium
 .
   * Update Standards-Version: 4.6.2 (no changes needed)
   * debian/rules: Extend clean target (closes: #1044538)
   * Update lintian overrides
   * Update years in debian/copyright
   * Update debian/rules
Checksums-Sha1:
 2ba5d26d0f552211310ab854027f660fdf4a11b9 2225 erlang-folsom_0.8.2+dfsg-4.dsc
 2e31108234b2308d59886992e176cf6f80d97705 3112 
erlang-folsom_0.8.2+dfsg-4.debian.tar.xz
 dd00845b5e9828899ea821b4efbe29e3d7108e3d 14976 
erlang-folsom_0.8.2+dfsg-4_amd64.buildinfo
Checksums-Sha256:
 fdf427e23d3aba7e251a228e5c12997768a0e8c2013cbbaa67cc9bc652169b92 2225 
erlang-folsom_0.8.2+dfsg-4.dsc
 cf9310838de9a54207cb7a89cdd6e52409aece72dec77a5a64b3243ccf836e2b 3112 
erlang-folsom_0.8.2+dfsg-4.debian.tar.xz
 b9a33d931c0d6453b4f8529ac7538e2e6dead8041f55e5c50cafd3c6df3faf15 14976 
erlang-folsom_0.8.2+dfsg-4_amd64.buildinfo
Files:
 171dc3471990113d2a2e317ce87cd40f 2225 devel optional 
erlang-folsom_0.8.2+dfsg-4.dsc
 403ce982fc92e5116e1af103d3daf64a 3112 devel optional 
erlang-folsom_0.8.2+dfsg-4.debian.tar.xz
 05135eb6feefb43f1d86774c00eb3a4a 14976 devel optional 
erlang-folsom_0.8.2+dfsg-4_amd64.buildinfo

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

iQJJBAEBCgAzFiEECEGLvkRyDy26xQXsunokltrkDRwFAmWOz7IVHGRlYmFsYW5j
ZUBkZWJpYW4ub3JnAAoJELp6JJba5A0c1rcQAMbSF5T7euNqCoObsrctJSfiWfZY
SZAmAvYOQ8ARMakd7+hwaL/Cx6iDX7XpmeDbKPwzEAtYZ6sqBpBZ2RgjCoMT0ibN
sH4l3Y2fBYI6RoHT866TVmC+xvVwJ1steQazS2/naXf5W2jNNw563Rvguj9+A1NW
AH6WVlTEG+/Wgbuisf14LufvyjTKVMDSdTtipAw/rlngS0xevmiiARoskltSjl3+
89hRm0bjPixjiDya0mSZ5LLDCyoLze6c2Nuc55wuWMSAw4n3HP8Et30S6I/qJy5M
pM5EvHJXFWTGivaMgxzJk/6TqPJIKzEizrpc/GnyBuUpqZy4sb+9I1eXIDjQFLa3
FCB1q2ebr5OEqqyZ88ZpFPuLLSF2sFU+MQwegTG1/173+74WZQPJeeqVLNF/2ZLn
XmIz7ULXzpTeL1TRVN0Z/t6YmmE1sW4dGqIx4obXN8iAIgbA7J4aHLM4hgE3lcc6
r/jutWvJ2zhk66IHvMA9742+tL4V824xo7hSsSjgmdp9Y5+npA0F7GNOb9vT6czO
PC0/o/uppmbRxwfFMzlQtUoecaT80AwfIV1k8b42iAq9krtiQwY3Yudaqdx+HnCD
PwFxxkPSlE1tK1I/5leyg0BLqE5vf1QT/O8v2kFaZGGZB2ltLfFTfroHOZQX+BNM
qUAjnET4n6fdLK43
=qD1V
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to