On Sun, 20 Jun 2021 17:48:33 +0200 Maximilian Stein <[email protected]> wrote: > Package: gitlab > Version: 13.12.3+ds1-4~fto10+1 > Severity: important > > Dear Maintainer, > > Unfortunately, upgrade to Gitlab 13.12.3+ds1-4~fto10+1 and gitaly > 13.12.1+dfsg-4~fto10+1 fails since dependencies on google-protobuf are > conflicting apperently: > > ----------------------------------------------------------- > > Setting up gitlab (13.12.3+ds1-4~fto10+1) ... > fatal: not a git repository (or any of the parent directories): .git > fatal: not a git repository (or any of the parent directories): .git > Bundler could not find compatible versions for gem "google-protobuf": > In Gemfile: > google-protobuf (~> 3.14) > > grpc (~> 1.30, >= 1.30.2) was resolved to 1.30.2, which depends on > google-protobuf (~> 3.12) > > gitlab-labkit (~> 0.17.1) was resolved to 0.17.1, which depends on > pg_query (~> 2.0) was resolved to 2.0.3, which depends on > google-protobuf (~> 3.15, >= 3.15.5) > > Could not find gem 'google-protobuf (~> 3.15, >= 3.15.5)', which is required > by gem 'pg_query (~> 2.0)', in any of the sources. > > I tried to manually edit the Gemfile without success. How can I fix > the configuration?
ruby-google-protobuf package no longer works and we need to install google-protobuf from rubygems.org now. This is documented in https://wiki.debian.org/gitlab -- Sent from my p≡p for Android.

