Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Sep 2019 03:53:54 +0800
From:      Po-Chuan Hsieh <sunpoet@freebsd.org>
To:        Matthias Fechner <mfechner@freebsd.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org,  svn-ports-head@freebsd.org
Subject:   Re: svn commit: r511411 - head/www/gitlab-ce
Message-ID:  <CAMHz58Q5ahWfvke3Xc4o85FBeVSPZLyKNLiPShTFSvdKEfGz6Q@mail.gmail.com>
In-Reply-To: <201909071459.x87ExipD063463@repo.freebsd.org>
References:  <201909071459.x87ExipD063463@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Sep 7, 2019 at 10:59 PM Matthias Fechner <mfechner@freebsd.org>
wrote:

> Author: mfechner
> Date: Sat Sep  7 14:59:43 2019
> New Revision: 511411
> URL: https://svnweb.freebsd.org/changeset/ports/511411
>
> Log:
>   Use devel/rubygem-grape_logging 1.8.1.
>
>   Version 1.8.2 shows in the log messages:
>   ==> /usr/local/www/gitlab-ce/log/sidekiq.log <==
>   uninitialized constant ActiveSupport::ParameterFilter
>
> /usr/local/lib/ruby/gems/2.6/gems/grape_logging-1.8.2/lib/grape_logging/util/parameter_filter.rb:2:in
> `<top (required)>'
>
> /usr/local/lib/ruby/gems/2.6/gems/grape_logging-1.8.2/lib/grape_logging.rb:17:in
> `<top (required)>'
>
> /usr/local/lib/ruby/gems/2.6/gems/bundler-2.0.2/lib/bundler/runtime.rb:81:in
> `require'
>
> /usr/local/lib/ruby/gems/2.6/gems/bundler-2.0.2/lib/bundler/runtime.rb:81:in
> `block (2 levels) in require'
>
> /usr/local/lib/ruby/gems/2.6/gems/bundler-2.0.2/lib/bundler/runtime.rb:76:in
> `each'
>
> /usr/local/lib/ruby/gems/2.6/gems/bundler-2.0.2/lib/bundler/runtime.rb:76:in
> `block in require'
>
> /usr/local/lib/ruby/gems/2.6/gems/bundler-2.0.2/lib/bundler/runtime.rb:65:in
> `each'
>
> /usr/local/lib/ruby/gems/2.6/gems/bundler-2.0.2/lib/bundler/runtime.rb:65:in
> `require'
>   /usr/local/lib/ruby/gems/2.6/gems/bundler-2.0.2/lib/bundler.rb:114:in
> `require'
>   /usr/local/www/gitlab-ce/config/application.rb:11:in `<top (required)>'
>   /usr/local/www/gitlab-ce/config/environment.rb:3:in `require_relative'
>   /usr/local/www/gitlab-ce/config/environment.rb:3:in `<top (required)>'
>
> /usr/local/lib/ruby/gems/2.6/gems/sidekiq-5.2.7/lib/sidekiq/cli.rb:288:in
> `require'
>
> /usr/local/lib/ruby/gems/2.6/gems/sidekiq-5.2.7/lib/sidekiq/cli.rb:288:in
> `boot_system'
>   /usr/local/lib/ruby/gems/2.6/gems/sidekiq-5.2.7/lib/sidekiq/cli.rb:46:in
> `run'
>   /usr/local/lib/ruby/gems/2.6/gems/sidekiq-5.2.7/bin/sidekiq:12:in `<top
> (required)>'
>   /usr/local/bin/sidekiq:23:in `load'
>   /usr/local/bin/sidekiq:23:in `<top (required)>'
>
> /usr/local/lib/ruby/gems/2.6/gems/bundler-2.0.2/lib/bundler/cli/exec.rb:74:in
> `load'
>
> /usr/local/lib/ruby/gems/2.6/gems/bundler-2.0.2/lib/bundler/cli/exec.rb:74:in
> `kernel_load'
>
> /usr/local/lib/ruby/gems/2.6/gems/bundler-2.0.2/lib/bundler/cli/exec.rb:28:in
> `run'
>
> /usr/local/lib/ruby/gems/2.6/gems/bundler-2.0.2/lib/bundler/cli.rb:465:in
> `exec'
>
> /usr/local/lib/ruby/gems/2.6/gems/bundler-2.0.2/lib/bundler/vendor/thor/lib/thor/command.rb:27:in
> `run'
>
> /usr/local/lib/ruby/gems/2.6/gems/bundler-2.0.2/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in
> `invoke_command'
>
> /usr/local/lib/ruby/gems/2.6/gems/bundler-2.0.2/lib/bundler/vendor/thor/lib/thor.rb:387:in
> `dispatch'
>   /usr/local/lib/ruby/gems/2.6/gems/bundler-2.0.2/lib/bundler/cli.rb:27:in
> `dispatch'
>
> /usr/local/lib/ruby/gems/2.6/gems/bundler-2.0.2/lib/bundler/vendor/thor/lib/thor/base.rb:466:in
> `start'
>   /usr/local/lib/ruby/gems/2.6/gems/bundler-2.0.2/lib/bundler/cli.rb:18:in
> `start'
>   /usr/local/lib/ruby/gems/2.6/gems/bundler-2.0.2/exe/bundle:30:in `block
> in <top (required)>'
>
> /usr/local/lib/ruby/gems/2.6/gems/bundler-2.0.2/lib/bundler/friendly_errors.rb:124:in
> `with_friendly_errors'
>   /usr/local/lib/ruby/gems/2.6/gems/bundler-2.0.2/exe/bundle:22:in `<top
> (required)>'
>   /usr/local/bin/bundle:23:in `load'
>   /usr/local/bin/bundle:23:in `<main>'
>
> Modified:
>   head/www/gitlab-ce/Makefile
>

Hi Matthias,

Could you please test the patch [1] which should fix the runtime error?
Thanks.

[1]
https://people.FreeBSD.org/~sunpoet/patch/devel-rubygem-grape_logging.txt
<https://people.freebsd.org/~sunpoet/patch/devel-rubygem-grape_logging.txt>;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMHz58Q5ahWfvke3Xc4o85FBeVSPZLyKNLiPShTFSvdKEfGz6Q>