[Bug 277498] www/gitlab-ce: Could not find compatible versions
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 05 Mar 2024 09:33:19 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277498 Bug ID: 277498 Summary: www/gitlab-ce: Could not find compatible versions Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: mfechner@FreeBSD.org Reporter: yom@iaelu.net Assignee: mfechner@FreeBSD.org Flags: maintainer-feedback?(mfechner@FreeBSD.org) Hello, I'm trying to upgrade gitlab-ce to 16.9.1, but it seems there are some compatibility problems on dependencies versions. Currently, I'm getting these messages when trying to migrate: ``` root@gl:/usr/local/www/gitlab-ce # su -l git -c "cd /usr/local/www/gitlab-ce && rake db:migrate RAILS_ENV=production" Could not find compatible versions Because every version of rails depends on activesupport = 7.0.8 and activesupport >= 6.1.7.6 depends on i18n >= 1.6, < 2, every version of rails requires i18n >= 1.6, < 2. So, because i18n >= 1.6, < 2 could not be found in locally installed gems and Gemfile depends on rails ~> 7.0.8, version solving has failed. ``` I'm testing the upgrade in a testing jail because I can't decently upgrade a production environment with something that regularly fails to upgrade. That's just a fact, nothing else. It was working before the upgrade. I've also tried to backup configuration files and to delete gitlab-ce, then remove dependencies, and clean packages caches, so that a new install of gitlab-ce package would pull all dependencies again. It doesn't make any difference. -- You are receiving this mail because: You are the assignee for the bug.