Your message dated Wed, 08 May 2024 21:12:18 +0000
with message-id <e1s4oai-005c4s...@fasolo.debian.org>
and subject line Bug#1045096: fixed in grpc-java 1.41.3+ds-4
has caused the Debian Bug report #1045096,
regarding grpc-java: 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 ow...@bugs.debian.org
immediately.)


-- 
1045096: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1045096
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: grpc-java
Version: 1.41.3+ds-1
Severity: minor
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-sab-20230813 ftbfs-source-after-build
User: debian...@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 grpc-java
> dpkg-buildpackage: info: source version 1.41.3+ds-1
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Olek Wojnar <o...@debian.org>
>  dpkg-source --before-build .
>  debian/rules clean
> dh clean --buildsystem=gradle --with maven_repo_helper
>    dh_auto_clean -O--buildsystem=gradle
>       sh -c "find . -wholename .*build/tmp | xargs echo | sed -e 
> 's^build/tmp^build^g' | xargs rm -Rf"
>       sh -c "find . -wholename .*build/debian | xargs echo | sed -e 
> 's^build/tmp^build^g' | xargs rm -Rf"
>       rm -Rf /<<BUILDDIR>>/grpc-java-1.41.3\+ds/.gradle 
> /<<BUILDDIR>>/grpc-java-1.41.3\+ds/buildSrc/.gradle .m2
>    dh_autoreconf_clean -O--buildsystem=gradle
>       rm -f -- ./install-sh ./aclocal.m4 ./compiler/Makefile.in 
> ./compiler/src/java_plugin/cpp/Makefile.in ./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 
> ./Makefile.in ./configure ./config.h.in ./depcomp ./missing
>       rm -f debian/autoreconf.before debian/autoreconf.after
>    dh_clean -O--buildsystem=gradle
>       rm -f debian/debhelper-build-stamp
>       rm -rf debian/.debhelper/
>       rm -f debian/libgrpc-java.debhelper.log 
> debian/protobuf-compiler-grpc-java-plugin.debhelper.log
>       rm -f -- debian/libgrpc-java.substvars 
> debian/protobuf-compiler-grpc-java-plugin.substvars debian/files
>       rm -fr -- debian/libgrpc-java/ debian/tmp/ 
> debian/protobuf-compiler-grpc-java-plugin/
>       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 grpc-java using existing 
> ./grpc-java_1.41.3+ds.orig.tar.xz
> dpkg-source: info: using patch list from debian/patches/series
> dpkg-source: error: cannot represent change to 
> compiler/src/java_plugin/cpp/grpc_java_plugin: binary file contents changed
> dpkg-source: error: add compiler/src/java_plugin/cpp/grpc_java_plugin in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: warning: executable mode 0755 of 
> 'compiler/src/java_plugin/cpp/grpc_java_plugin' will not be represented in 
> diff
> dpkg-source: error: cannot represent change to 
> compiler/src/java_plugin/cpp/java_generator.o: binary file contents changed
> dpkg-source: error: add compiler/src/java_plugin/cpp/java_generator.o in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> compiler/src/java_plugin/cpp/java_plugin.o: binary file contents changed
> dpkg-source: error: add compiler/src/java_plugin/cpp/java_plugin.o in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: warning: executable mode 0755 of 'config.status' will not be 
> represented in diff
> dpkg-source: error: unrepresentable changes to source
> dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 1
> 
> 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/grpc-java_1.41.3+ds-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: grpc-java
Source-Version: 1.41.3+ds-4
Done: Pierre Gruet <p...@debian.org>

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

Debian distribution maintenance software
pp.
Pierre Gruet <p...@debian.org> (supplier of updated grpc-java 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 08 May 2024 21:44:11 +0200
Source: grpc-java
Architecture: source
Version: 1.41.3+ds-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Pierre Gruet <p...@debian.org>
Closes: 979812 1045096
Changes:
 grpc-java (1.41.3+ds-4) unstable; urgency=medium
 .
   * Team upload
   * Removing unneeded build-dependency on libopencensus-java (Closes: #979812)
   * Raising Standards version to 4.7.0 (no change)
   * Fixing clean rule (Closes: #1045096)
Checksums-Sha1:
 73e0752db66ef0152444f4cbcf70ef53aa1ad758 2796 grpc-java_1.41.3+ds-4.dsc
 10dcfa7eff2dae63db2c61661e65a98b69ef1a86 15156 
grpc-java_1.41.3+ds-4.debian.tar.xz
 8bcb0b73a1c2023e543d706e6511d003bdd03421 20224 
grpc-java_1.41.3+ds-4_amd64.buildinfo
Checksums-Sha256:
 861d6bcc4eaf7e94b20759ffc6a858bcbb9ada8af01c84e6d08809044a0bb188 2796 
grpc-java_1.41.3+ds-4.dsc
 536c5f5df9ac07a47ffa621a14ae9070819a1f6773189ea0a80b3711c40df127 15156 
grpc-java_1.41.3+ds-4.debian.tar.xz
 61037be8d9588f4c8033444be84c88b04813cc037b273205fdc05f6ffbf76cfc 20224 
grpc-java_1.41.3+ds-4_amd64.buildinfo
Files:
 b3922efc66108b2a57c5b0c81024fea9 2796 java optional grpc-java_1.41.3+ds-4.dsc
 277762d948fc539eddeec485a3b253f0 15156 java optional 
grpc-java_1.41.3+ds-4.debian.tar.xz
 56d7c414d949a1e717db40b70d7a8ca7 20224 java optional 
grpc-java_1.41.3+ds-4_amd64.buildinfo

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

iQIzBAEBCgAdFiEEM8soQxPpC9J9y0UjYAMWptwndHYFAmY73WgACgkQYAMWptwn
dHbeQQ//WwHIXD05KVmpe1PNz46DKEo7yLeHq+t3uqyVzlfvJk3xjv1NhUtWy4Q+
aZt6827iyiNh++cT0ZgXndFNuLoZTA1Vy2R1JAa747BzdlhPirjf94qt0eMo4k8D
ltVMH9zlvuXnx5YnWJ4hKhmPdGEyJ2zkOKfAq6aguWBIBob4z+0utqkdk+i24ANk
ntKMU16PtFYopSExG2OY7K21gUEtIMRr+Auisbpa6nb1+Y5+vXjiR1UmxxzaPepD
oaFtFWQIjCvTZrnlFewo95Auvw54Zzrn4pNdMul+4wapKuXQkF6MUHHQM7OkGelU
yhdvxNmw/IbmKV3llxmdpiZP1XPBkl1R2WWCLbybo+g2NXdw0ofUB5k77f4zWxpT
1om9pVQzSgwZeulTq22Y4Sck+nR2N2VXYNVxq8Y1WlPXEPzGe8eM/GPMsVnRbAk0
YHCZ+ehiF9xJHARL+UB4LHcHcJgdXDDNtRrk5+ceaC/V/pjFOCNexj2ejXNhUXAB
pWzUMXX9aDqoWJYgUtkqaYE1OgtUBb13RcnxYGPYQc9MethG4MJ2Q3X53uZkYkfZ
GzqR5Kce0YatgiBg/Iu8o/OfkaQ6TGIjvU629j4vv0vxLocB8xyYMq44XxTtypeT
B9yGb1AF5ntEyvms2uChIqMPGll4JsGGixHZFGaqLf1Iqtm1A4k=
=+ZS/
-----END PGP SIGNATURE-----

Attachment: pgph_3C9mXOVU.pgp
Description: PGP signature


--- End Message ---
__
This is the maintainer address of Debian's Java team
<https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-maintainers>.
 Please use
debian-j...@lists.debian.org for discussions and questions.

Reply via email to