On 2021, മാർച്ച് 12 1:04:23 PM IST, Dragos Jarca <[email protected]> wrote: >Cannot install because ruby-pg-query not installed (not available). > ># apt-get install gitlab/experimental >ruby-autoprefixer-rails/experimental ruby-gitlab-labkit/experimental >ruby-gitaly/experimental node-mermaid/experimental >Reading package lists... Done >Building dependency tree... Done >Reading state information... Done >Selected version '13.9.3+ds1-2' (Local:people.debian.org [all]) for 'gitlab' >Selected version '10.2.4.0+dfsg1+~cs14.2.17-1' (Debian:experimental >[all]) for 'ruby-autoprefixer-rails' >Selected version '0.15.0-1' (Local:people.debian.org [all]) for >'ruby-gitlab-labkit' >Selected version '13.9.3+dfsg-1' (Local:people.debian.org [all]) for >'ruby-gitaly' >Selected version '8.9.1+ds+~cs26.20.25-1' (Debian:experimental [all]) >for 'node-mermaid' >Some packages could not be installed. This may mean that you have >requested an impossible situation or if you are using the unstable >distribution that some required packages have not yet been created >or been moved out of Incoming. >The following information may help to resolve the situation: > >The following packages have unmet dependencies: > gitlab : Depends: ruby-pg-query (>= 1.3~) but it is not installable > ruby-gitlab-labkit : Depends: ruby-pg-query but it is not installable >E: Unable to correct problems, you have held broken packages. >root@omv:~# apt-show-versions -a ruby-pg-query >ruby-pg-query not installed (not available)
ruby-pg-query is available people.debian. org/~praveen/staging. This was mentioned in wiki for gitlab 13.8. >On 11.03.2021 18:23, Pirate Praveen wrote: >> On Mon, 11 Jan 2021 18:10:34 +0200 Dragos Jarca >> <[email protected]> wrote: >> > Just to know, in previous version I have some trouble with licensee, >> and >> > I do the following to solve the problem: >> > >> > gitaly(13.4.6+dfsg1-2) and gitlab(13.4.7-2) have in Gemfile: >> > >> > gem 'rugged', '~> 0.28' >> > ... >> > gem 'licensee', '~> 8.9' >> > >> > But rugged is 1.1.0+ds-1 in testing and unstable and licensee need >> > rugged~>0.24. >> > >> > Solved putting in Gemfile: >> > gem 'rugged', '>= 0.28' >> > gem 'licensee', '~> 9.14', '>= 9.14.1' >> > >> > and manually install licensee 9.14.1 with: >> > >> > cd /usr/share/gitlab >> > gem install licensee >> > >> > It could help. >> >> gitlab 13.9.3 now works again with rugged 1.1 in the archive, so these >> work arounds are not required. https://wiki.debian.org/gitlab/wip has >> instructions to get the new version. This will be uploaded to >> experimental soon (after ruby-pg-query is accepted). >> >> >> -- Sent from my Android device with K-9 Mail. Please excuse my brevity. _______________________________________________ Pkg-ruby-extras-maintainers mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers
