[DRE-maint] Bug#1052877: redmine: FTBFS: make[1]: *** [debian/rules:20: override_dh_auto_configure] Error 7

Andrius Merkys merkys at debian.org
Tue Oct 24 10:17:19 BST 2023


Hello,

On Tue, 26 Sep 2023 15:30:11 +0200 Lucas Nussbaum <lucas at debian.org> 
wrote:> > bundle install --local --quiet
> > `/sbuild-nonexistent` is not a directory.
> > Bundler will use `/tmp/bundler20230926-1767679-427jij1767679' as your home directory temporarily.
> > Could not find gem 'nokogiri (~> 1.14.0)' in cached gems or installed locally.
> > 
> > The source contains the following gems matching 'nokogiri':
> >   * nokogiri-1.15.4
> > make[1]: *** [debian/rules:20: override_dh_auto_configure] Error 7

Adjusting dependency versions in Gemfile offsets this particular build 
issue, but one test case fails:

Failure:
IssueTest#test_issue_overdue_should_respect_user_timezone 
[/home/merkys/redmine-5.0.4/test/unit/issue_test.rb:3381]:
Expected false to be truthy.

rails test test/unit/issue_test.rb:3359

Maybe it is worth to replace all '~>' in Gemfile with '>=' to remove the 
need to patch the Gemfile with every version bump of its dependencies in 
Debian?

Best,
Andrius



More information about the Pkg-ruby-extras-maintainers mailing list