Bug 243043 - www/gitlab-ce sidekiq won't start
Summary: www/gitlab-ce sidekiq won't start
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-01-02 22:24 UTC by Andreas Diem
Modified: 2020-01-03 02:54 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (mfechner)


Attachments
proposed patch (866 bytes, patch)
2020-01-02 22:39 UTC, Steve Wills
swills: maintainer-approval? (mfechner)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Diem 2020-01-02 22:24:23 UTC
After upgrading to gitlab-ce-12.6.1_2 sidekiq won't start

Log Message:
bundler: command not found: sidekiq
Install missing gem executables with `bundle install`
Comment 1 Steve Wills freebsd_committer freebsd_triage 2020-01-02 22:29:58 UTC
Hmm, it seems when I fixed sidekiq5 things, I forgot to pkg autoremove so I had /usr/local/bin/sidekiq from sidekiq 6. For now, you can install rubygem-sidekiq (6.x), I guess. I'll look into it.
Comment 2 Steve Wills freebsd_committer freebsd_triage 2020-01-02 22:39:19 UTC
Created attachment 210403 [details]
proposed patch

This might fix it, testing now.
Comment 3 Steve Wills freebsd_committer freebsd_triage 2020-01-02 22:46:45 UTC
(In reply to Steve Wills from comment #2)
Seems to work. @mfechner are you OK with it?
Comment 4 Matthias Fechner freebsd_committer freebsd_triage 2020-01-02 23:57:12 UTC
(In reply to Steve Wills from comment #3)
sorry, but I currently do not have access to my build and test environment for the next two days, so if the patch works for you, please feel free to commit it.
Thanks a lot!
Comment 5 commit-hook freebsd_committer freebsd_triage 2020-01-03 02:30:38 UTC
A commit references this bug:

Author: swills
Date: Fri Jan  3 02:29:56 UTC 2020
New revision: 521894
URL: https://svnweb.freebsd.org/changeset/ports/521894

Log:
  www/gitlab-ce: fix startup

  PR:		243043
  Reported by:	Andreas Diem <webmaster@andreas-diem.at>
  Approved by:	mfechner

Changes:
  head/www/gitlab-ce/Makefile
  head/www/gitlab-ce/files/patch-bin_background__jobs
Comment 6 Steve Wills freebsd_committer freebsd_triage 2020-01-03 02:54:48 UTC
Fix committed, sorry for the breakage.