Re: [DRE-maint] Redmine maintainer

2018-10-06 Thread Hashem Nasarat
Can you see if there are any errors in
/var/log/redmine/default/production.log or try reinstalling redmine on a
separate system?

You may also have some specially configured trackers which prohibit some
statuses. This may be an upstream problem.

On Sat, Oct 6, 2018 at 8:36 AM Ferraro, Mark A. - US 
wrote:

> Hello.
>
>
>
> I found an article titled 'Bugs in package Redmine'.
>
> Are you all somehow associated with the different Redmine versions?
>
>
>
> We have Redmine 3.4.6.
> When trying to create a custom query, setting up a filter does not seem to
> work.
> For example, if I wanted to create a query that showed all open issues,
> you would choose a filter on the field 'Status' and then criteria would
> appear to choose 'Open'.
> The criteria of 'Open' (as well as any of the other choices) does not
> appear when I choose the 'Status' field filter.
> We have installed no plugins.
> Is there ever any need to add plugins (like possibly a common libs plugin)?
> Are there any fixes (like 3.4.6-1) that would help?
> Please let me know if you can help me or direct me to who I can contact to
> help me with a solution.
>
> Thank you very much.
>
>
>
> Mark
> ___
> Pkg-ruby-extras-maintainers mailing list
> Pkg-ruby-extras-maintainers@alioth-lists.debian.net
>
> https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers
___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers

[DRE-maint] Bug#909775: (no subject)

2018-09-27 Thread Hashem Nasarat
See https://github.com/brianmario/mysql2/issues/950#issuecomment-376375844

___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers

[DRE-maint] Bug#909775: redmine: "relax some dependencies" patch is too relaxed for mysql2

2018-09-27 Thread Hashem Nasarat
Source: redmine
Severity: important

Dear Maintainer,

The aforementioned patch has:

-gem "mysql2", "~> 0.4.6", :platforms => [:mri, :mingw, :x64_mingw]
+gem "mysql2", "~> 0.4", :platforms => [:mri, :mingw, :x64_mingw]

However, this should be "~> 0.4.0" because redmine 3.x is only compatible with
rails 4, and mysql2 0.5 is only compatible with rails 5.

Currently ruby-mysql2 package in Debian is 0.4.5, so some patch for this is
still needed.

This can cause problems:

1. Install a plugin, e.g.
https://www.redmineup.com/pages/help/installation/how-to-install-redmine-plugins-on-linux
2. Run bundle install
3. bundle will update mysql2 to 0.5.x
4. redmine will no longer start



-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.18.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers

[DRE-maint] Bug#909661: Bug#909661: unicorn won't start: "Could not find rbpdf-font-1.19.0"

2018-09-27 Thread Hashem Nasarat
I can see in the Gemfile.lock that rbpdf is still 1.19.0 where it should be
1.19.5
As a temporary workaround you should be able to run the following command
to refresh your Gemfile.lock:

sudo /var/lib/dpkg/info/redmine.postinst "triggered"

Upon discussion with redmine maintainers in #debian-ruby, this is a bug in
the redmine triggers file:

>  hashem: redmine should be triggered when any ruby package gets
installed, to update the Gemfile.lock
>  hashem: relevant files in the redmine source tree:
debian/redmine.triggers and debian/postinst
>  hashem: I now realize that debian/redmine.triggers is missing
a line containing `/usr/share/rubygems-integration`
___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers

[DRE-maint] Bug#909661: Bug#909661: Bug#909661: unicorn won't start: "Could not find rbpdf-font-1.19.0"

2018-09-26 Thread Hashem Nasarat
And including the Gemfile.lock would help too

On Wed, Sep 26, 2018 at 11:33 AM Hashem Nasarat  wrote:

> Thanks for filling a bug report! I'll try to reproduce this later today.
> Have you done any customization to your redmine install, or are you merely
> using the plain redmine debian package?
>
> In addition, can you provide the Gemfile corresponding to this redmine
> install?
>
> On Wed, Sep 26, 2018 at 8:57 AM Jörg-Volker Peetz  wrote:
>
>> Package: ruby-rbpdf
>> Version: 1.19.5+ds.1-1
>> Severity: normal
>>
>> Dear Maintainer(s),
>>
>> a redmine installation served by unicorn won't start after upgrading
>> ruby-rbpdf from version 1.19.0-1.
>> The unicorn log file contains the following messages:
>>
>> I, [2018-09-26T13:20:54.028668 #6578]  INFO -- : Refreshing Gem list
>> /usr/lib/ruby/vendor_ruby/bundler/spec_set.rb:88:in `block in
>> materialize':
>> Could not find rbpdf-font-1.19.0 in any of the sources
>> (Bundler::GemNotFound)
>> from /usr/lib/ruby/vendor_ruby/bundler/spec_set.rb:82:in `map!'
>> from /usr/lib/ruby/vendor_ruby/bundler/spec_set.rb:82:in
>> `materialize'
>> from /usr/lib/ruby/vendor_ruby/bundler/definition.rb:170:in
>> `specs'
>> from /usr/lib/ruby/vendor_ruby/bundler/definition.rb:237:in
>> `specs_for'
>> from /usr/lib/ruby/vendor_ruby/bundler/definition.rb:226:in
>> `requested_specs'
>> from /usr/lib/ruby/vendor_ruby/bundler/runtime.rb:108:in `block in
>> definition_method'
>> from /usr/lib/ruby/vendor_ruby/bundler/runtime.rb:20:in `setup'
>> from /usr/lib/ruby/vendor_ruby/bundler.rb:107:in `setup'
>> from /usr/lib/ruby/vendor_ruby/bundler/setup.rb:20:in `> (required)>'
>> from
>> /usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:59:in `require'
>> from
>> /usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:59:in `require'
>> from /usr/share/redmine/config/boot.rb:6:in `'
>> from
>> /usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:59:in `require'
>> from
>> /usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:59:in `require'
>> from /usr/share/redmine/config/application.rb:1:in `> (required)>'
>> from
>> /usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:59:in `require'
>> from
>> /usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:59:in `require'
>> from /usr/share/redmine/config/environment.rb:2:in `> (required)>'
>> from
>> /usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:59:in `require'
>> from
>> /usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:59:in `require'
>> from config.ru:4:in `block in '
>> from /usr/lib/ruby/vendor_ruby/rack/builder.rb:55:in
>> `instance_eval'
>> from /usr/lib/ruby/vendor_ruby/rack/builder.rb:55:in `initialize'
>> from config.ru:1:in `new'
>> from config.ru:1:in `'
>> from /usr/lib/ruby/vendor_ruby/unicorn.rb:56:in `eval'
>> from /usr/lib/ruby/vendor_ruby/unicorn.rb:56:in `block in builder'
>> from /usr/lib/ruby/vendor_ruby/unicorn/http_server.rb:795:in
>> `build_app!'
>> from /usr/lib/ruby/vendor_ruby/unicorn/http_server.rb:139:in
>> `start'
>> from /usr/bin/unicorn:126:in `'
>>
>> Any idea?
>>
>> Regards,
>> Jörg.
>>
>> -- System Information:
>> Debian Release: buster/sid
>>   APT prefers testing
>>   APT policy: (600, 'testing'), (500, 'unstable'), (5, 'experimental')
>> Architecture: amd64 (x86_64)
>>
>> Kernel: Linux 4.18.8 (SMP w/8 CPU cores)
>> Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE=C.UTF-8
>> (charmap=UTF-8)
>> Shell: /bin/sh linked to /bin/dash
>> Init: sysvinit (via /sbin/init)
>>
>> Versions of packages ruby-rbpdf depends on:
>> ii  ruby   1:2.5.1
>> ii  ruby-htmlentities  4.3.3-1
>> ii  ruby-rbpdf-font1.19.5+ds.1-1
>>
>> ruby-rbpdf recommends no packages.
>>
>> ruby-rbpdf suggests no packages.
>>
>> -- no debconf information
>>
>> ___
>> Pkg-ruby-extras-maintainers mailing list
>> Pkg-ruby-extras-maintainers@alioth-lists.debian.net
>>
>> https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers
>
> ___
> Pkg-ruby-extras-maintainers mailing list
> Pkg-ruby-extras-maintainers@alioth-lists.debian.net
>
> https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers
___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers

[DRE-maint] Bug#909661: Bug#909661: unicorn won't start: "Could not find rbpdf-font-1.19.0"

2018-09-26 Thread Hashem Nasarat
Thanks for filling a bug report! I'll try to reproduce this later today.
Have you done any customization to your redmine install, or are you merely
using the plain redmine debian package?

In addition, can you provide the Gemfile corresponding to this redmine
install?

On Wed, Sep 26, 2018 at 8:57 AM Jörg-Volker Peetz  wrote:

> Package: ruby-rbpdf
> Version: 1.19.5+ds.1-1
> Severity: normal
>
> Dear Maintainer(s),
>
> a redmine installation served by unicorn won't start after upgrading
> ruby-rbpdf from version 1.19.0-1.
> The unicorn log file contains the following messages:
>
> I, [2018-09-26T13:20:54.028668 #6578]  INFO -- : Refreshing Gem list
> /usr/lib/ruby/vendor_ruby/bundler/spec_set.rb:88:in `block in materialize':
> Could not find rbpdf-font-1.19.0 in any of the sources
> (Bundler::GemNotFound)
> from /usr/lib/ruby/vendor_ruby/bundler/spec_set.rb:82:in `map!'
> from /usr/lib/ruby/vendor_ruby/bundler/spec_set.rb:82:in
> `materialize'
> from /usr/lib/ruby/vendor_ruby/bundler/definition.rb:170:in `specs'
> from /usr/lib/ruby/vendor_ruby/bundler/definition.rb:237:in
> `specs_for'
> from /usr/lib/ruby/vendor_ruby/bundler/definition.rb:226:in
> `requested_specs'
> from /usr/lib/ruby/vendor_ruby/bundler/runtime.rb:108:in `block in
> definition_method'
> from /usr/lib/ruby/vendor_ruby/bundler/runtime.rb:20:in `setup'
> from /usr/lib/ruby/vendor_ruby/bundler.rb:107:in `setup'
> from /usr/lib/ruby/vendor_ruby/bundler/setup.rb:20:in ` (required)>'
> from /usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:59:in
> `require'
> from /usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:59:in
> `require'
> from /usr/share/redmine/config/boot.rb:6:in `'
> from /usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:59:in
> `require'
> from /usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:59:in
> `require'
> from /usr/share/redmine/config/application.rb:1:in ` (required)>'
> from /usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:59:in
> `require'
> from /usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:59:in
> `require'
> from /usr/share/redmine/config/environment.rb:2:in ` (required)>'
> from /usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:59:in
> `require'
> from /usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:59:in
> `require'
> from config.ru:4:in `block in '
> from /usr/lib/ruby/vendor_ruby/rack/builder.rb:55:in
> `instance_eval'
> from /usr/lib/ruby/vendor_ruby/rack/builder.rb:55:in `initialize'
> from config.ru:1:in `new'
> from config.ru:1:in `'
> from /usr/lib/ruby/vendor_ruby/unicorn.rb:56:in `eval'
> from /usr/lib/ruby/vendor_ruby/unicorn.rb:56:in `block in builder'
> from /usr/lib/ruby/vendor_ruby/unicorn/http_server.rb:795:in
> `build_app!'
> from /usr/lib/ruby/vendor_ruby/unicorn/http_server.rb:139:in
> `start'
> from /usr/bin/unicorn:126:in `'
>
> Any idea?
>
> Regards,
> Jörg.
>
> -- System Information:
> Debian Release: buster/sid
>   APT prefers testing
>   APT policy: (600, 'testing'), (500, 'unstable'), (5, 'experimental')
> Architecture: amd64 (x86_64)
>
> Kernel: Linux 4.18.8 (SMP w/8 CPU cores)
> Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE=C.UTF-8
> (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
> Init: sysvinit (via /sbin/init)
>
> Versions of packages ruby-rbpdf depends on:
> ii  ruby   1:2.5.1
> ii  ruby-htmlentities  4.3.3-1
> ii  ruby-rbpdf-font1.19.5+ds.1-1
>
> ruby-rbpdf recommends no packages.
>
> ruby-rbpdf suggests no packages.
>
> -- no debconf information
>
> ___
> Pkg-ruby-extras-maintainers mailing list
> Pkg-ruby-extras-maintainers@alioth-lists.debian.net
>
> https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers
___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers

[DRE-maint] Bug#892183:

2018-08-31 Thread Hashem Nasarat
I packaged a new version which fixes this bug and also addressed some other
small issues
kanashiro on irc mentioned that they'd help me with sponsorship, but just
for documentation, here's the package out for review.
https://mentors.debian.net/package/ruby-rbpdf
___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers

[DRE-maint] Bug#892183: ruby-rbpdf: FTBFS and Debci failure with Ruby 2.5

2018-08-31 Thread Hashem Nasarat
I made some good progress with packaging a new version of ruby-rbpdf:
https://salsa.debian.org/hnasarat-guest/ruby-rbpdf/network/master

Now to find a sponsor?
___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers