From owner-freebsd-ports-bugs@freebsd.org Tue Jan 23 23:31:48 2018 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A90E0ED0F32 for ; Tue, 23 Jan 2018 23:31:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1C6816B895 for ; Tue, 23 Jan 2018 23:31:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 1D1DE11768 for ; Tue, 23 Jan 2018 22:54:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w0NMsK2V074365 for ; Tue, 23 Jan 2018 22:54:20 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w0NMsK7e074364 for freebsd-ports-bugs@FreeBSD.org; Tue, 23 Jan 2018 22:54:20 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 225414] www/redmine broken again after upgrade Date: Tue, 23 Jan 2018 22:54:20 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: 000.fbsd@quip.cz X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ruby@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Jan 2018 23:31:49 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D225414 Bug ID: 225414 Summary: www/redmine broken again after upgrade Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: ruby@FreeBSD.org Reporter: 000.fbsd@quip.cz Assignee: ruby@FreeBSD.org Flags: maintainer-feedback?(ruby@FreeBSD.org) I upgraded from redmine-3.2.8 to redmine-3.4.4 and now Redmine does not sta= rt. First thing was wrong gem version check for mail in Gemfile: -gem "mail", "~> 2.6.4" +gem "mail", ">=3D 2.6.4" Otherwise it faild to start with this error: /usr/local/lib/ruby/gems/2.4/gems/bundler-1.16.1/lib/bundler/resolver.rb:28= 9:in 'block in verify_gemfile_dependencies_are_found!': Could not find gem 'mail= (~> 2.6.4)' in any of the gem sources listed in your Gemfile. (Bundler::GemNotFound) After above fix it still cannot be started: /usr/local/lib/ruby/gems/2.4/gems/activesupport-4.2.10/lib/active_support/d= ependencies.rb:274:in `require': cannot load such file -- redcloth3 (LoadError) from /usr/local/lib/ruby/gems/2.4/gems/activesupport-4.2.10/lib/active_support/d= ependencies.rb:274:in `block in require' from /usr/local/lib/ruby/gems/2.4/gems/activesupport-4.2.10/lib/active_support/d= ependencies.rb:240:in `load_dependency' from /usr/local/lib/ruby/gems/2.4/gems/activesupport-4.2.10/lib/active_support/d= ependencies.rb:274:in `require' from /usr/local/www/redmine/plugins/redmine_wiki_extensions/init.rb:22:in `' from /usr/local/lib/ruby/gems/2.4/gems/activesupport-4.2.10/lib/active_support/d= ependencies.rb:274:in `require' from /usr/local/lib/ruby/gems/2.4/gems/activesupport-4.2.10/lib/active_support/d= ependencies.rb:274:in `block in require' from /usr/local/lib/ruby/gems/2.4/gems/activesupport-4.2.10/lib/active_support/d= ependencies.rb:240:in `load_dependency' from /usr/local/lib/ruby/gems/2.4/gems/activesupport-4.2.10/lib/active_support/d= ependencies.rb:274:in `require' from /usr/local/www/redmine/lib/redmine/plugin.rb:155:in `block in load' from /usr/local/www/redmine/lib/redmine/plugin.rb:146:in `each' from /usr/local/www/redmine/lib/redmine/plugin.rb:146:in `load' from /usr/local/www/redmine/config/initializers/30-redmine.rb:21:in `' from /usr/local/lib/ruby/gems/2.4/gems/activesupport-4.2.10/lib/active_support/d= ependencies.rb:268:in `load' from /usr/local/lib/ruby/gems/2.4/gems/activesupport-4.2.10/lib/active_support/d= ependencies.rb:268:in `block in load' from /usr/local/lib/ruby/gems/2.4/gems/activesupport-4.2.10/lib/active_support/d= ependencies.rb:240:in `load_dependency' from /usr/local/lib/ruby/gems/2.4/gems/activesupport-4.2.10/lib/active_support/d= ependencies.rb:268:in `load' from /usr/local/lib/ruby/gems/2.4/gems/railties-4.2.10/lib/rails/engine.rb:652:in `block in load_config_initializer' from /usr/local/lib/ruby/gems/2.4/gems/activesupport-4.2.10/lib/active_support/n= otifications.rb:166:in `instrument' from /usr/local/lib/ruby/gems/2.4/gems/railties-4.2.10/lib/rails/engine.rb:651:in `load_config_initializer' from /usr/local/lib/ruby/gems/2.4/gems/railties-4.2.10/lib/rails/engine.rb:616:in `block (2 levels) in ' from /usr/local/lib/ruby/gems/2.4/gems/railties-4.2.10/lib/rails/engine.rb:615:in `each' from /usr/local/lib/ruby/gems/2.4/gems/railties-4.2.10/lib/rails/engine.rb:615:in `block in ' from /usr/local/lib/ruby/gems/2.4/gems/railties-4.2.10/lib/rails/initializable.r= b:30:in `instance_exec' from /usr/local/lib/ruby/gems/2.4/gems/railties-4.2.10/lib/rails/initializable.r= b:30:in `run' from /usr/local/lib/ruby/gems/2.4/gems/railties-4.2.10/lib/rails/initializable.r= b:55:in `block in run_initializers' from /usr/local/lib/ruby/2.4/tsort.rb:228:in `block in tsort_each' from /usr/local/lib/ruby/2.4/tsort.rb:350:in `block (2 levels) in each_strongly_connected_component' from /usr/local/lib/ruby/2.4/tsort.rb:422:in `block (2 levels) in each_strongly_connected_component_from' from /usr/local/lib/ruby/2.4/tsort.rb:431:in `each_strongly_connected_component_from' from /usr/local/lib/ruby/2.4/tsort.rb:421:in `block in each_strongly_connected_component_from' from /usr/local/lib/ruby/gems/2.4/gems/railties-4.2.10/lib/rails/initializable.r= b:44:in `each' from /usr/local/lib/ruby/gems/2.4/gems/railties-4.2.10/lib/rails/initializable.r= b:44:in `tsort_each_child' from /usr/local/lib/ruby/2.4/tsort.rb:415:in `call' from /usr/local/lib/ruby/2.4/tsort.rb:415:in `each_strongly_connected_component_from' from /usr/local/lib/ruby/2.4/tsort.rb:349:in `block in each_strongly_connected_component' from /usr/local/lib/ruby/2.4/tsort.rb:347:in `each' from /usr/local/lib/ruby/2.4/tsort.rb:347:in `call' from /usr/local/lib/ruby/2.4/tsort.rb:347:in `each_strongly_connected_component' from /usr/local/lib/ruby/2.4/tsort.rb:226:in `tsort_each' from /usr/local/lib/ruby/2.4/tsort.rb:205:in `tsort_each' from /usr/local/lib/ruby/gems/2.4/gems/railties-4.2.10/lib/rails/initializable.r= b:54:in `run_initializers' from /usr/local/lib/ruby/gems/2.4/gems/railties-4.2.10/lib/rails/application.rb:= 352:in `initialize!' from /usr/local/www/redmine/config/environment.rb:14:in `' from /usr/local/lib/ruby/site_ruby/2.4/rubygems/core_ext/kernel_require.rb:59:in `require' from /usr/local/lib/ruby/site_ruby/2.4/rubygems/core_ext/kernel_require.rb:59:in `require' from /usr/local/www/redmine/config.ru:3:in `block in
' from /usr/local/lib/ruby/gems/2.4/gems/rack-1.6.8/lib/rack/builder.rb:55:in `instance_eval' from /usr/local/lib/ruby/gems/2.4/gems/rack-1.6.8/lib/rack/builder.rb:55:in `initialize' from /usr/local/www/redmine/config.ru:1:in `new' from /usr/local/www/redmine/config.ru:1:in `
' from /usr/local/lib/ruby/gems/2.4/gems/thin-1.7.2/lib/rack/adapter/loader.rb:33:= in `eval' from /usr/local/lib/ruby/gems/2.4/gems/thin-1.7.2/lib/rack/adapter/loader.rb:33:= in `load' from /usr/local/lib/ruby/gems/2.4/gems/thin-1.7.2/lib/rack/adapter/loader.rb:42:= in `for' from /usr/local/lib/ruby/gems/2.4/gems/thin-1.7.2/lib/thin/controllers/controlle= r.rb:170:in `load_adapter' from /usr/local/lib/ruby/gems/2.4/gems/thin-1.7.2/lib/thin/controllers/controlle= r.rb:74:in `start' from /usr/local/lib/ruby/gems/2.4/gems/thin-1.7.2/lib/thin/runner.rb:203:in `run_command' from /usr/local/lib/ruby/gems/2.4/gems/thin-1.7.2/lib/thin/runner.rb:159:in `run= !' from /usr/local/lib/ruby/gems/2.4/gems/thin-1.7.2/bin/thin:6:in `' from /usr/local/bin/thin:23:in `load' from /usr/local/bin/thin:23:in `
' I cannot fix this problem as I am not a ruby person. --=20 You are receiving this mail because: You are the assignee for the bug.=