Bug 215049 - www/gitlab: 8.11.11 unable to initialize database
Summary: www/gitlab: 8.11.11 unable to initialize database
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Only Me
Assignee: Torsten Zuehlsdorff
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-04 18:00 UTC by Martin Waschbüsch
Modified: 2016-12-05 07:40 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Waschbüsch 2016-12-04 18:00:04 UTC
Attempting to install gitlab by following these instructions:
https://github.com/t-zuehlsdorff/gitlabhq/blob/master/doc/install/installation-freebsd.md

Installing stuff using pkg, I get as far as

# make sure you are still using the root user and in /usr/local/www/gitlab
rake gitlab:setup RAILS_ENV=production

but that command fails with:

root@git:/usr/local/www/gitlab # rake gitlab:setup RAILS_ENV=production

Bundler could not find compatible versions for gem "gollum-grit_adapter":
  In Gemfile:
    gollum-lib (~> 4.2) was resolved to 4.2.2, which depends on
      gollum-grit_adapter (~> 1.0)

Could not find gem 'gollum-grit_adapter (~> 1.0)', which is required by gem 'gollum-lib (~> 4.2)', in any of the sources.

However, a version greater 1.0 is installed:

root@git:/usr/local/www/gitlab # pkg info | grep gollum-grit_adapter
rubygem-gollum-grit_adapter-2.0.0 Adapter for Gollum to use Grit at the backend

Any ideas as to why the dependency failes?

Thx,

Martin
Comment 1 Po-Chuan Hsieh freebsd_committer freebsd_triage 2016-12-04 20:02:45 UTC
It should be fixed in r427797.
Comment 2 Martin Waschbüsch 2016-12-05 07:40:21 UTC
(In reply to Sunpoet Po-Chuan Hsieh from comment #1)

It did, indeed. Thank you very much for the quick help!