Your message dated Tue, 24 Aug 2021 21:13:18 +0000
with message-id <e1midjs-0003j3...@fasolo.debian.org>
and subject line Bug#989774: fixed in ruby-pg-query 2.0.3-3
has caused the Debian Bug report #989774,
regarding ruby-pg-query: no longer works with ruby-google-protobuf
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.)


-- 
989774: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=989774
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ruby-pg-query
Version: 2.0.3-1
Severity: grave
Control: affects -1 gitlab gitaly ruby-gitlab-labkit

gitlab-sidekiq service fails to start when ruby-google-protobuf package is used, works with gem install -v 3.17.1 google-protobuf and removing ruby-google-protobuf

Possibly the debian build is not ABI compatible with rubygems.org version and *_pb.rb needs to be regenerated.

root@gitlab:/usr/share/gitlab# sudo -u gitlab /usr/bin/bundle exec sidekiq -C /etc/gitlab/sidekiq_queues.yml -e production
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
Traceback (most recent call last):
31: from /usr/bin/sidekiq:23:in `<main>'
30: from /usr/bin/sidekiq:23:in `load'
29: from /usr/share/rubygems-integration/all/gems/sidekiq-6.0.4/bin/sidekiq:12:in `<top (required)>' 28: from /usr/share/rubygems-integration/all/gems/sidekiq-6.0.4/lib/sidekiq/cli.rb:37:in `run' 27: from /usr/share/rubygems-integration/all/gems/sidekiq-6.0.4/lib/sidekiq/cli.rb:248:in `boot_system' 26: from /usr/share/rubygems-integration/all/gems/activesupport-6.0.3.6/lib/active_support/dependencies.rb:324:in `require' 25: from /usr/share/rubygems-integration/all/gems/activesupport-6.0.3.6/lib/active_support/dependencies.rb:291:in `load_dependency' 24: from /usr/share/rubygems-integration/all/gems/activesupport-6.0.3.6/lib/active_support/dependencies.rb:324:in `block in require' 23: from /usr/share/rubygems-integration/all/gems/activesupport-6.0.3.6/lib/active_support/dependencies.rb:324:in `require' 22: from /usr/share/gitlab/config/environment.rb:4:in `<top (required)>' 21: from /usr/share/rubygems-integration/all/gems/activesupport-6.0.3.6/lib/active_support/dependencies.rb:324:in `require' 20: from /usr/share/rubygems-integration/all/gems/activesupport-6.0.3.6/lib/active_support/dependencies.rb:291:in `load_dependency' 19: from /usr/share/rubygems-integration/all/gems/activesupport-6.0.3.6/lib/active_support/dependencies.rb:324:in `block in require' 18: from /usr/share/rubygems-integration/all/gems/activesupport-6.0.3.6/lib/active_support/dependencies.rb:324:in `require' 17: from /usr/share/gitlab/config/application.rb:15:in `<top (required)>' 16: from /usr/share/rubygems-integration/all/gems/bundler-2.2.5/lib/bundler.rb:173:in `require' 15: from /usr/share/rubygems-integration/all/gems/bundler-2.2.5/lib/bundler/runtime.rb:50:in `require' 14: from /usr/share/rubygems-integration/all/gems/bundler-2.2.5/lib/bundler/runtime.rb:50:in `each' 13: from /usr/share/rubygems-integration/all/gems/bundler-2.2.5/lib/bundler/runtime.rb:61:in `block in require' 12: from /usr/share/rubygems-integration/all/gems/bundler-2.2.5/lib/bundler/runtime.rb:61:in `each' 11: from /usr/share/rubygems-integration/all/gems/bundler-2.2.5/lib/bundler/runtime.rb:66:in `block (2 levels) in require' 10: from /usr/share/rubygems-integration/all/gems/bundler-2.2.5/lib/bundler/runtime.rb:66:in `require' 9: from /usr/lib/x86_64-linux-gnu/rubygems-integration/2.7.0/gems/pg_query-2.0.3/lib/pg_query.rb:4:in `<top (required)>' 8: from /usr/share/rubygems-integration/all/gems/activesupport-6.0.3.6/lib/active_support/dependencies.rb:324:in `require' 7: from /usr/share/rubygems-integration/all/gems/activesupport-6.0.3.6/lib/active_support/dependencies.rb:291:in `load_dependency' 6: from /usr/share/rubygems-integration/all/gems/activesupport-6.0.3.6/lib/active_support/dependencies.rb:324:in `block in require' 5: from /usr/share/rubygems-integration/all/gems/activesupport-6.0.3.6/lib/active_support/dependencies.rb:324:in `require' 4: from /usr/lib/x86_64-linux-gnu/rubygems-integration/2.7.0/gems/pg_query-2.0.3/lib/pg_query/pg_query_pb.rb:4:in `<top (required)>' 3: from /usr/share/rubygems-integration/all/gems/activesupport-6.0.3.6/lib/active_support/dependencies.rb:324:in `require' 2: from /usr/share/rubygems-integration/all/gems/activesupport-6.0.3.6/lib/active_support/dependencies.rb:291:in `load_dependency' 1: from /usr/share/rubygems-integration/all/gems/activesupport-6.0.3.6/lib/active_support/dependencies.rb:324:in `block in require' /usr/share/rubygems-integration/all/gems/activesupport-6.0.3.6/lib/active_support/dependencies.rb:324:in `require': cannot load such file -- google/protobuf (LoadError)


root@gitlab:/usr/share/gitlab# gem install -v 3.17.1 google-protobuf
Fetching google-protobuf-3.17.1-x86_64-linux.gem
Successfully installed google-protobuf-3.17.1-x86_64-linux
Parsing documentation for google-protobuf-3.17.1-x86_64-linux
Installing ri documentation for google-protobuf-3.17.1-x86_64-linux
Done installing documentation for google-protobuf after 0 seconds
1 gem installed
root@gitlab:/usr/share/gitlab# sudo -u gitlab /usr/bin/bundle show google-protobuf [DEPRECATED] use `bundle info google-protobuf` instead of `bundle show google-protobuf`
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
/usr/lib/x86_64-linux-gnu/rubygems-integration/2.7.0/gems/google-protobuf-3.17.1
root@gitlab:/usr/share/gitlab# dpkg -r --force-all ruby-google-protobuf
dpkg: ruby-google-protobuf:amd64: dependency problems, but removing anyway as you requested:
ruby-pg-query depends on ruby-google-protobuf (>= 3.15.5).
ruby-grpc:amd64 depends on ruby-google-protobuf (>= 3.9.1~).
ruby-googleapis-common-protos-types depends on ruby-google-protobuf (>= 3.0).
ruby-gitaly depends on ruby-google-protobuf (>= 3.1~).
gitlab depends on ruby-google-protobuf (>= 3.14~).
gitaly depends on ruby-google-protobuf (>= 3.14~).

(Reading database ... 183116 files and directories currently installed.)
Removing ruby-google-protobuf:amd64 (3.17.1-1) ...

--- End Message ---
--- Begin Message ---
Source: ruby-pg-query
Source-Version: 2.0.3-3
Done: Pirate Praveen <prav...@debian.org>

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

Debian distribution maintenance software
pp.
Pirate Praveen <prav...@debian.org> (supplier of updated ruby-pg-query 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: Tue, 10 Aug 2021 23:04:10 +0530
Source: ruby-pg-query
Binary: ruby-pg-query ruby-pg-query-dbgsym
Architecture: source amd64
Version: 2.0.3-3
Distribution: experimental
Urgency: medium
Maintainer: Debian Ruby Team 
<pkg-ruby-extras-maintain...@lists.alioth.debian.org>
Changed-By: Pirate Praveen <prav...@debian.org>
Description:
 ruby-pg-query - PostgreSQL query parsing and normalization library
Closes: 989774
Changes:
 ruby-pg-query (2.0.3-3) experimental; urgency=medium
 .
   * Add dependency on ruby-google-protobuf again (package works now)
     (Closes: #989774)
Checksums-Sha1:
 58d40d7260ae57777aa57159fabdb7b31e6b9724 2368 ruby-pg-query_2.0.3-3.dsc
 8698cdb8fbf6aea9378bbefe01db3cfa4a76f9ba 1508585 
ruby-pg-query_2.0.3.orig-libpg-query.tar.gz
 97335398d337d258a953d02bfbedc67f3d0f3a22 2217864 
ruby-pg-query_2.0.3.orig.tar.gz
 93f353162aee8372d9a88c60735a41ba35186913 3516 
ruby-pg-query_2.0.3-3.debian.tar.xz
 1003d4ebe8ea3b6bdd3c7cda72655594288bfe4f 1702152 
ruby-pg-query-dbgsym_2.0.3-3_amd64.deb
 6d4b4ddaaf1321cfc43474e60127a37f16976284 9411 
ruby-pg-query_2.0.3-3_amd64.buildinfo
 d5bcc446d73290074e122082ffa8792fbcaf0f14 547952 ruby-pg-query_2.0.3-3_amd64.deb
Checksums-Sha256:
 9e7647d936a8108c8baa023de5479214e151b6c0c3d24830918fd7c35725bfaf 2368 
ruby-pg-query_2.0.3-3.dsc
 88cc90296e5fcaaebd0b360c46698b7c5badddf86f120e249ef682a820d41338 1508585 
ruby-pg-query_2.0.3.orig-libpg-query.tar.gz
 e785a355d1af25a658cee29a47771bc4964af087767937b2d0f635e8719694d3 2217864 
ruby-pg-query_2.0.3.orig.tar.gz
 8c51d973f3c78245bcd400bd1f4a192a6738c205e3285aad72a43060da07b25a 3516 
ruby-pg-query_2.0.3-3.debian.tar.xz
 e6e5a5727aaf1066837676bd60076e5ab14ede0ca0feb9cbf408b837ebcd91db 1702152 
ruby-pg-query-dbgsym_2.0.3-3_amd64.deb
 eef376b1ba7774d2f4a99de0c9150739d81853c1b2188c1e1540839583008679 9411 
ruby-pg-query_2.0.3-3_amd64.buildinfo
 3e3e89ded81da28d543cdc1cf74d5ec9b0e3cb388cfeed507bc46fc92b377d50 547952 
ruby-pg-query_2.0.3-3_amd64.deb
Files:
 a7471a10232e9e5e4f52a7579998b279 2368 ruby optional ruby-pg-query_2.0.3-3.dsc
 21afc6984cbb2154329e9a01f4ea67f4 1508585 ruby optional 
ruby-pg-query_2.0.3.orig-libpg-query.tar.gz
 bff3a88e94e1bac22fee27fcf1fc8e48 2217864 ruby optional 
ruby-pg-query_2.0.3.orig.tar.gz
 b0d4e275da1f13dc0ad442eca2ca8aee 3516 ruby optional 
ruby-pg-query_2.0.3-3.debian.tar.xz
 6604fb6181fb86ab0a99d432dbc5b50a 1702152 debug optional 
ruby-pg-query-dbgsym_2.0.3-3_amd64.deb
 bc64d3a61018e1d42eac45e09c899b95 9411 ruby optional 
ruby-pg-query_2.0.3-3_amd64.buildinfo
 dfcba952a9129c7e7d2a81d295e71414 547952 ruby optional 
ruby-pg-query_2.0.3-3_amd64.deb

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

iQIzBAEBCgAdFiEE0whj4mAg5UP0cZqDj1PgGTspS3UFAmElXbcACgkQj1PgGTsp
S3X3hBAAjof5ExZDTLIChawEJRNhqNwoqN7jI39iuuPz8zSN9HGT1TDFW14p4tgw
dGw0hC9pKvPslCW0Tju0CVCke3/4zLr/VCNnrjYCuxsDbZRyyz91HD9OWnZz6DzN
drrJqM9yOzHXHoGSBdYce6fpAbeO6xWpLpFrXz7bwZgamS2Dek4y10LB4cSeKXBy
STK5+QMlEHVezbgBnktc1IeEj9IrDcaBaKjF4bdcdJI68HQt7NHWza/hWJgweoTr
vaNBrbif0gPhfixZVy7ZE52VyrubYiVoe45HFVFhU8vP1mPF7DzLTGc46PPEVvS9
dP/Dn2BJsF+d9lvG58HQGb6d/EjM5wnMzwt6uG11MNo+OGOXGh1qESP2SMvKqKO1
k/dSp6Yc64WdG5c5sLdo4HmqJabCiXTXsGjOKOYqOZT99ghw4hHihi89WqzVg7Qy
BAit+pEwNbQ1vJDHdvm7J7sfAV4RG4VK1aMMHI4MUmdfM5gKpdCVFPzSdm23WHUo
3kqRr75VeN+TIShyksyTuPN+Uu3S2rR5s8kYcRiqBrSUTnl0wxxfV9cHkjz2fArH
XSSi9GeWPPJ3i5vMQUqjl4uBRHaujc6Atri/aXizOd65jnSO1cmVj4qGzTkZgpIn
80c+8CjrKpHcxIbCapF/J9sZnJKV8dBeECBCkBWRFIoZl5UHz9Q=
=D0JV
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to