Control: tags -1 + confirmed
Hi,
On Tue, 24 Oct 2023 09:57:08 +0300 Andrius Merkys <[email protected]> wrote:
Thank you for reporting this, it seems to be a rather serious issue. I
will give it a closer look once I get to setting up a VM with bookworm.
I have successfully reproduced the issue on fresh install of Debian
bookworm. The cause seems to be the missing Gemfile for
redmine-plugin-redhopper (binary package does not contain it, although
it should). You may patch it yourself by downloading the following file
and adjusting gem versions in it:
$ cd /usr/share/redmine/plugins/redhopper
$ wget
https://sources.debian.org/data/main/r/redmine-plugin-redhopper/2.0.0-2/Gemfile
In the file you would have to modify minimum versions for the following
gems (correct versions added in the cited lines):
gem 'acts_as_list', '>= 0.9.15'
gem 'haml', '>= 5.1.1'
As well as comment out these lines:
group :test do
gem 'rails-controller-testing', '~> 1.0.4'
end
This is all I can suggest for now, but this fixed the installation for
me. I will try to patch the package for bookworm distribution as well.
Best wishes,
Andrius