[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

update protobuf



Hi,

I'm trying to package the latest version of Syncthing, 1.29.2.

"syncthing serve" panics when it starts, and it seems related to being built with golang-google-protobuf-dev 1.33.0-1. I tried to update it to 1.36.5 and then syncthing works fine.

ratt returns only 3 failures:
- zabbix: seems related
    # google.golang.org/protobuf/internal/errors
    vendor/google.golang.org/protobuf/internal/errors/errors.go:20:25: predeclared any requires go1.18 or later (-lang was set to go1.17; check go.mod)
    vendor/google.golang.org/protobuf/internal/errors/errors.go:46:37: predeclared any requires go1.18 or later (-lang was set to go1.17; check go.mod)
    vendor/google.golang.org/protobuf/internal/errors/errors.go:70:28: predeclared any requires go1.18 or later (-lang was set to go1.17; check go.mod)
google.golang.org/protobuf/internal/pragma
- gitaly: seems unrelated
    ...
    cannot find package "github.com/gogo/protobuf/proto"
    ...
    cannot find package "github.com/gogo/protobuf/types"
- gitlab-ci-multi-runner: not sure
    # gitlab.com/gitlab-org/gitlab-runner/helpers/docker
    src/gitlab.com/gitlab-org/gitlab-runner/helpers/docker/client.go:27:51: undefined: types.ContainerListOptions
    src/gitlab.com/gitlab-org/gitlab-runner/helpers/docker/client.go:33:36: undefined: container.ContainerCreateCreatedBody
    src/gitlab.com/gitlab-org/gitlab-runner/helpers/docker/client.go:34:72: undefined: types.ContainerStartOptions
    src/gitlab.com/gitlab-org/gitlab-runner/helpers/docker/client.go:41:17: undefined: types.ContainerAttachOptions
    src/gitlab.com/gitlab-org/gitlab-runner/helpers/docker/client.go:43:73: undefined: types.ContainerRemoveOptions
    src/gitlab.com/gitlab-org/gitlab-runner/helpers/docker/client.go:48:22: undefined: container.ContainerWaitOKBody
    src/gitlab.com/gitlab-org/gitlab-runner/helpers/docker/client.go:49:69: undefined: types.ContainerLogsOptions
    src/gitlab.com/gitlab-org/gitlab-runner/helpers/docker/client.go:63:51: undefined: volume.VolumeCreateBody
    src/gitlab.com/gitlab-org/gitlab-runner/helpers/docker/client.go:63:76: undefined: types.Volume
    src/gitlab.com/gitlab-org/gitlab-runner/helpers/docker/client.go:65:61: undefined: types.Volume
    src/gitlab.com/gitlab-org/gitlab-runner/helpers/docker/client.go:65:61: too many errors

I'd appreciate if someone could have a look to these packages. I can provide the build logs if needed, they seem to be to big for the mailing list.

Thanks!

--
Félix

Attachment: signature.asc
Description: PGP signature


Reply to: