Your message dated Wed, 13 Aug 2025 09:49:28 +0000
with message-id <[email protected]>
and subject line Bug#1110791: fixed in golang-gopkg-rethinkdb-rethinkdb-go.v6
6.2.1-5
has caused the Debian Bug report #1110791,
regarding golang-gopkg-rethinkdb-rethinkdb-go.v6: FTBFS: make: ***
[debian/rules:7: binary] Error 25
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.)
--
1110791: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1110791
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: golang-gopkg-rethinkdb-rethinkdb-go.v6
Version: 6.2.1-4
Severity: serious
Justification: FTBFS
Tags: forky sid ftbfs
User: [email protected]
Usertags: ftbfs-20250809 ftbfs-forky
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
The full build log is available from:
http://qa-logs.debian.net/2025/08/09/golang-gopkg-rethinkdb-rethinkdb-go.v6_6.2.1-4_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20250809;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20250809&[email protected]&allbugs=1&cseverity=1&ctags=1&caffected=1#results
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
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.
--
Relevant part of the build log (hopefully):
> make[1]: Entering directory
> '/build/reproducible-path/golang-gopkg-rethinkdb-rethinkdb-go.v6-6.2.1'
> cp -av debian/vendor ./
> 'debian/vendor' -> './vendor'
> 'debian/vendor/gopkg.in' -> './vendor/gopkg.in'
> 'debian/vendor/gopkg.in/cenkalti' -> './vendor/gopkg.in/cenkalti'
> 'debian/vendor/gopkg.in/cenkalti/backoff.v2' ->
> './vendor/gopkg.in/cenkalti/backoff.v2'
> 'debian/vendor/gopkg.in/cenkalti/backoff.v2/LICENSE' ->
> './vendor/gopkg.in/cenkalti/backoff.v2/LICENSE'
> 'debian/vendor/gopkg.in/cenkalti/backoff.v2/README.md' ->
> './vendor/gopkg.in/cenkalti/backoff.v2/README.md'
> 'debian/vendor/gopkg.in/cenkalti/backoff.v2/backoff.go' ->
> './vendor/gopkg.in/cenkalti/backoff.v2/backoff.go'
> 'debian/vendor/gopkg.in/cenkalti/backoff.v2/context.go' ->
> './vendor/gopkg.in/cenkalti/backoff.v2/context.go'
> 'debian/vendor/gopkg.in/cenkalti/backoff.v2/exponential.go' ->
> './vendor/gopkg.in/cenkalti/backoff.v2/exponential.go'
> 'debian/vendor/gopkg.in/cenkalti/backoff.v2/retry.go' ->
> './vendor/gopkg.in/cenkalti/backoff.v2/retry.go'
> 'debian/vendor/gopkg.in/cenkalti/backoff.v2/ticker.go' ->
> './vendor/gopkg.in/cenkalti/backoff.v2/ticker.go'
> 'debian/vendor/gopkg.in/cenkalti/backoff.v2/tries.go' ->
> './vendor/gopkg.in/cenkalti/backoff.v2/tries.go'
> make[1]: Leaving directory
> '/build/reproducible-path/golang-gopkg-rethinkdb-rethinkdb-go.v6-6.2.1'
> dh_auto_configure -O--builddirectory=_build -O--buildsystem=golang
> dh_auto_build -O--builddirectory=_build -O--buildsystem=golang
> cd _build && go generate -v gopkg.in/rethinkdb/rethinkdb-go.v6
> gopkg.in/rethinkdb/rethinkdb-go.v6/encoding
> gopkg.in/rethinkdb/rethinkdb-go.v6/ql2
> gopkg.in/rethinkdb/rethinkdb-go.v6/types
> src/gopkg.in/rethinkdb/rethinkdb-go.v6/cluster.go
> src/gopkg.in/rethinkdb/rethinkdb-go.v6/cluster_test.go
> src/gopkg.in/rethinkdb/rethinkdb-go.v6/connection.go
> src/gopkg.in/rethinkdb/rethinkdb-go.v6/connection_handshake.go
> src/gopkg.in/rethinkdb/rethinkdb-go.v6/connection_helper.go
> src/gopkg.in/rethinkdb/rethinkdb-go.v6/connection_test.go
> src/gopkg.in/rethinkdb/rethinkdb-go.v6/cursor.go
> src/gopkg.in/rethinkdb/rethinkdb-go.v6/cursor_test.go
> src/gopkg.in/rethinkdb/rethinkdb-go.v6/doc.go
> src/gopkg.in/rethinkdb/rethinkdb-go.v6/errors.go
> src/gopkg.in/rethinkdb/rethinkdb-go.v6/host.go
> src/gopkg.in/rethinkdb/rethinkdb-go.v6/mock.go
> src/gopkg.in/rethinkdb/rethinkdb-go.v6/mock_test.go
> src/gopkg.in/rethinkdb/rethinkdb-go.v6/mocks_test.go
> src/gopkg.in/rethinkdb/rethinkdb-go.v6/node.go
> src/gopkg.in/rethinkdb/rethinkdb-go.v6/pool.go
> src/gopkg.in/rethinkdb/rethinkdb-go.v6/pseudotypes.go
> src/gopkg.in/rethinkdb/rethinkdb-go.v6/query.go
> src/gopkg.in/rethinkdb/rethinkdb-go.v6/query_admin.go
> src/gopkg.in/rethinkdb/rethinkdb-go.v6/query_aggregation.go
> src/gopkg.in/rethinkdb/rethinkdb-go.v6/query_bitwise.go
> src/gopkg.in/rethinkdb/rethinkdb-go.v6/query_control.go
> src/gopkg.in/rethinkdb/rethinkdb-go.v6/query_db.go
> src/gopkg.in/rethinkdb/rethinkdb-go.v6/query_geospatial.go
> src/gopkg.in/rethinkdb/rethinkdb-go.v6/query_helpers.go
> src/gopkg.in/rethinkdb/rethinkdb-go.v6/query_join.go
> src/gopkg.in/rethinkdb/rethinkdb-go.v6/query_manipulation.go
> src/gopkg.in/rethinkdb/rethinkdb-go.v6/query_math.go
> src/gopkg.in/rethinkdb/rethinkdb-go.v6/query_select.go
> src/gopkg.in/rethinkdb/rethinkdb-go.v6/query_string.go
> src/gopkg.in/rethinkdb/rethinkdb-go.v6/query_table.go
> src/gopkg.in/rethinkdb/rethinkdb-go.v6/query_time.go
> src/gopkg.in/rethinkdb/rethinkdb-go.v6/query_transformation.go
> src/gopkg.in/rethinkdb/rethinkdb-go.v6/query_write.go
> src/gopkg.in/rethinkdb/rethinkdb-go.v6/query_write_hooks.go
> src/gopkg.in/rethinkdb/rethinkdb-go.v6/rethinkdb.go
> src/gopkg.in/rethinkdb/rethinkdb-go.v6/session.go
> src/gopkg.in/rethinkdb/rethinkdb-go.v6/utils.go
> src/gopkg.in/rethinkdb/rethinkdb-go.v6/encoding/cache.go
> src/gopkg.in/rethinkdb/rethinkdb-go.v6/encoding/decoder.go
> src/gopkg.in/rethinkdb/rethinkdb-go.v6/encoding/decoder_test.go
> src/gopkg.in/rethinkdb/rethinkdb-go.v6/encoding/decoder_types.go
> src/gopkg.in/rethinkdb/rethinkdb-go.v6/encoding/encoder.go
> src/gopkg.in/rethinkdb/rethinkdb-go.v6/encoding/encoder_test.go
> src/gopkg.in/rethinkdb/rethinkdb-go.v6/encoding/encoder_types.go
> src/gopkg.in/rethinkdb/rethinkdb-go.v6/encoding/encoding.go
> src/gopkg.in/rethinkdb/rethinkdb-go.v6/encoding/encoding_test.go
> src/gopkg.in/rethinkdb/rethinkdb-go.v6/encoding/errors.go
> src/gopkg.in/rethinkdb/rethinkdb-go.v6/encoding/fold.go
> src/gopkg.in/rethinkdb/rethinkdb-go.v6/encoding/tags.go
> src/gopkg.in/rethinkdb/rethinkdb-go.v6/encoding/utils.go
> src/gopkg.in/rethinkdb/rethinkdb-go.v6/ql2/generate.go
> protoc-gen-go: unable to determine Go import path for "ql2.proto"
>
> Please specify either:
> • a "go_package" option in the .proto source file, or
> • a "M" argument on the command line.
>
> See https://protobuf.dev/reference/go/go-generated#package for more
> information.
>
> --go_out: protoc-gen-go: Plugin failed with status code 1.
> src/gopkg.in/rethinkdb/rethinkdb-go.v6/ql2/generate.go:1: running "protoc":
> exit status 1
> src/gopkg.in/rethinkdb/rethinkdb-go.v6/types/geometry.go
> dh_auto_build: error: cd _build && go generate -v
> gopkg.in/rethinkdb/rethinkdb-go.v6
> gopkg.in/rethinkdb/rethinkdb-go.v6/encoding
> gopkg.in/rethinkdb/rethinkdb-go.v6/ql2
> gopkg.in/rethinkdb/rethinkdb-go.v6/types returned exit code 1
> make: *** [debian/rules:7: binary] Error 25
--- End Message ---
--- Begin Message ---
Source: golang-gopkg-rethinkdb-rethinkdb-go.v6
Source-Version: 6.2.1-5
Done: Reinhard Tartler <[email protected]>
We believe that the bug you reported is fixed in the latest version of
golang-gopkg-rethinkdb-rethinkdb-go.v6, 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.
Reinhard Tartler <[email protected]> (supplier of updated
golang-gopkg-rethinkdb-rethinkdb-go.v6 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: Wed, 13 Aug 2025 05:21:17 -0400
Source: golang-gopkg-rethinkdb-rethinkdb-go.v6
Architecture: source
Version: 6.2.1-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <[email protected]>
Changed-By: Reinhard Tartler <[email protected]>
Closes: 1110791
Changes:
golang-gopkg-rethinkdb-rethinkdb-go.v6 (6.2.1-5) unstable; urgency=medium
.
* Team upload.
* Fix protoc-gen-go invocation, Closes: #1110791
* Bump Standards Version, no changes needed
Checksums-Sha1:
75e4384dcaeae4d097113e9eb39ee434b275872a 2969
golang-gopkg-rethinkdb-rethinkdb-go.v6_6.2.1-5.dsc
0114f92a9f302bbada9d85a31591d5fffebd68f0 9040
golang-gopkg-rethinkdb-rethinkdb-go.v6_6.2.1-5.debian.tar.xz
5879963ec293ce3eaaf740e3c6e01cfc75f76e8e 486000
golang-gopkg-rethinkdb-rethinkdb-go.v6_6.2.1-5.git.tar.xz
aac4bb1f1a4fa986da1a0626f60f9f3d7222a67d 18178
golang-gopkg-rethinkdb-rethinkdb-go.v6_6.2.1-5_source.buildinfo
Checksums-Sha256:
698b9ff3a7d50a79667aedc96a330f0fffb719332eb608479f2134736aebaea1 2969
golang-gopkg-rethinkdb-rethinkdb-go.v6_6.2.1-5.dsc
7f804da370542f2db3ec8e0d3acf9b2fa57efe90f750f25f1b6ef34e4147a993 9040
golang-gopkg-rethinkdb-rethinkdb-go.v6_6.2.1-5.debian.tar.xz
1c14e913e9c45218002fb6475698fef2906d186c6df383c2b7461be6e3ae8b54 486000
golang-gopkg-rethinkdb-rethinkdb-go.v6_6.2.1-5.git.tar.xz
277b66b74561339ce2a8ceff29797100901a47d96f79f0ef9034de823dadcbb1 18178
golang-gopkg-rethinkdb-rethinkdb-go.v6_6.2.1-5_source.buildinfo
Files:
d7e2431e3226f6f6112623b5cbcf5f7b 2969 golang optional
golang-gopkg-rethinkdb-rethinkdb-go.v6_6.2.1-5.dsc
646bf76d3eec0cadf04e63fe86ace86b 9040 golang optional
golang-gopkg-rethinkdb-rethinkdb-go.v6_6.2.1-5.debian.tar.xz
2fdf7b03323279cf6e899572aabc6765 486000 golang optional
golang-gopkg-rethinkdb-rethinkdb-go.v6_6.2.1-5.git.tar.xz
1bd824ff939bf460960544ecb109f95c 18178 golang optional
golang-gopkg-rethinkdb-rethinkdb-go.v6_6.2.1-5_source.buildinfo
Git-Tag-Info: tag=ed11abeb2a2b5f3e17cfd0aa838f2cfd86d82a99
fp=30de7d1763ab9452c7e0825049a76977942826cb
Git-Tag-Tagger: Reinhard Tartler <[email protected]>
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEN02M5NuW6cvUwJcqYG0ITkaDwHkFAmicWwAACgkQYG0ITkaD
wHnDyg//UBT+NrfgA9flgY7Zn/wcxVx+xUUR9htTn3glVVLx0gjrbbObbq3X7EG1
4h4rR2G9eGEaNQh6hM9Gm8Extj+yVU7MIOCj+HrgybcnQrd1cXDBBiyGuUft4VYt
nWIc9PX2KbnpCjA8i6iOsGRNbaylsMBS3dZPkUD9Kqy/uWgJL3kNZry0qTkBJeB5
ws3dSig5FJ3sOumthTYgIjALfOZVtJHvdQLB2W2PiQ7YOpESAGe0z/2CT09LrA3V
LFyUJs8+ECTDnkgUAiHjD3OtEIjRaaZLyqrOGqwFgxQknm2AQ/x94CAOHUU/mF5l
tQNq1SdOuU9lmXapCPfSCV6vnA8glXQETgnWC0KjyPFRdvcm3Wug9SE64Qld+p3k
wTZGnKJu9P77unL6UO0ASsL5VJZFxoqUxO+3o+TaqKQdTjKfCCCU20mq3UAy4yVz
WIHxhLpz6Tt3vvBF1hrc3rfKNvnG8nxJYqWzq8dnKdDaGX6sunKergdJhgrEriO5
VepQ8/PI3yOmpBakuWA6E/aAzWUG5JjTsCn2dv2/8EtwYkhPkpDjUcngfGrz4CzH
8YtFl6UjRO1Sbg8jgm8g7rVJ5wfR+r1X1Y8VhemxLEXn6kHK3tqziCs/z86jxCtH
K2eb1yf4YDWyTQ0sHcGRa2cFxdK0dtrVS3nH2kINWtdFpqBgSg8=
=XIwd
-----END PGP SIGNATURE-----
pgppVEnu8OWWA.pgp
Description: PGP signature
--- End Message ---