Hi Nicolas, and list, On Thu, Apr 9, 2026 at 3:15 PM Nicolas Peugnet <[email protected]> wrote: > > Any idea? > Yes, that's why I added: > https://salsa.debian.org/go-team/packages/golang-google-grpc/-/merge_requests/4/diffs?commit_id=6a4a7943ecb167959746f8c195197af333d37ab5 > > > If there is still no proper solution to handle the d/missing-sources/ > > part. I will just temporary disable the regenerate.sh in d/rules and > > upload the newer upstream version for the CVS fix tomorrow.
Thanks. Nicolas's MR fixed previous FTBFS. I cherry-pick all the commits from Nicolas's MR and prepared this for next upload: https://salsa.debian.org/go-team/packages/golang-google-grpc/-/merge_requests/5 Please review. And does anyone know why the `test_the_archive` tests failed on salsa with following errors: ``` 2026/04/09 14:48:59 6 exemptions loaded from /var/lib/ci-build/exemptions.json 2026/04/09 14:49:01 SKIP github.com/coreos/discovery.etcd.io: depends on /usr/share/openstack-pkg-tools/pkgos.make (todo investigate) go: errors parsing go.mod: /builds/go-team/packages/golang-google-grpc/go.mod:3: invalid go version '1.24.0': must match format 1.23 /builds/go-team/packages/golang-google-grpc/go.mod:46: unknown directive: retract 2026/04/09 14:49:01 could not find build targets for /srv/gopath/src-1671286755/github.com/coreos/ignition: exit status 1 2026/04/09 14:49:01 SKIP github.com/docker/docker: *** Missing ENGINE_GITCOMMIT - see debian/helpers/engine-gitcommits. Stop. (todo investigate) go: errors parsing go.mod: /builds/go-team/packages/golang-google-grpc/go.mod:3: invalid go version '1.24.0': must match format 1.23 /builds/go-team/packages/golang-google-grpc/go.mod:46: unknown directive: retract 2026/04/09 14:49:01 could not find build targets for /srv/gopath/src-1671286755/github.com/github/smimesign: exit status 1 2026/04/09 14:49:02 SKIP github.com/googleapis/gnostic: cannot find package github.com/googleapis/gnostic/compiler github.com/googleapis/gnostic/extensions github.com/googleapis/gnostic/jsonschema github.com/googleapis/gnostic/OpenAPIv2 github.com/googleapis/gnostic/OpenAPIv3 github.com/googleapis/gnostic/apps/petstore-builder (todo investigate) go: errors parsing go.mod: /builds/go-team/packages/golang-google-grpc/go.mod:3: invalid go version '1.24.0': must match format 1.23 /builds/go-team/packages/golang-google-grpc/go.mod:46: unknown directive: retract 2026/04/09 14:49:03 could not find build targets for /srv/gopath/src-1671286755/github.com/icinga/icingadb: exit status 1 make: dh: No such file or directory debian/rules:4: /usr/share/openstack-pkg-tools/pkgos.make: No such file or directory make: *** [debian/rules:10: /usr/share/openstack-pkg-tools/pkgos.make] Error 127 2026/04/09 14:49:04 could not find build targets for /srv/gopath/src-1671286755/github.com/libvirt/libvirt-go-xml: exit status 2 go: errors parsing go.mod: /builds/go-team/packages/golang-google-grpc/go.mod:3: invalid go version '1.24.0': must match format 1.23 /builds/go-team/packages/golang-google-grpc/go.mod:46: unknown directive: retract 2026/04/09 14:49:04 could not find build targets for /srv/gopath/src-1671286755/github.com/newrelic/go-agent: exit status 1 ``` Doesn't seems it's related to golang-google-grpc package update. Any idea? Best regards, -- -Andrew
