Public bug reported: redmine 3.4.x requires ruby-mail 2.6.4. From its Gemfile: gem "mail", "~> 2.6.4"
If attempted to install on disco, we get: Could not find gem 'mail (~> 2.6.4)' in any of the gem sources listed in your Gemfile. dpkg: error processing package redmine (--configure): installed redmine package post-installation script subprocess returned error exit status 1 Setting up ruby-sass-rails (5.0.6-2) ... Setting up ruby-web-console (2.2.1-2) ... Setting up ruby-turbolinks (2.5.3-3ubuntu1) ... Processing triggers for libc-bin (2.28-0ubuntu1) ... Errors were encountered while processing: redmine E: Sub-process /usr/bin/dpkg returned an error code (1) Disco has ruby-mail 2.7.1, and that is only supported in redmine 4.0.x: https://github.com/redmine/redmine/blob/master/Gemfile: gem "mail", "~> 2.7.1" Both debian and ubuntu are at 3.4.6. So either we go ahead of debian to 4.0.x, or the package should be dropped. ** Affects: redmine (Ubuntu) Importance: Undecided Status: New ** Affects: redmine (Debian) Importance: Unknown Status: Unknown ** Bug watch added: Debian Bug tracker #919805 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=919805 ** Also affects: redmine (Debian) via https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=919805 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1813051 Title: Not installable on disco due to ruby-mail To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/redmine/+bug/1813051/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
