[Bug 213127] www/redmine fails to start after revision 422934 (fix ldap option)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Oct 4 10:31:14 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213127
Miroslav Lachman <000.fbsd at quip.cz> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |000.fbsd at quip.cz
--- Comment #1 from Miroslav Lachman <000.fbsd at quip.cz> ---
"Me too".
I upgraded redmine 3.2.3 -> 3.2.3_1 and it can't start until I remove
/usr/local/www/redmine/app/models/auth_source_ldap.rb
I have this options in poudriere
# This file is auto-generated by 'make config'.
# Options for redmine-3.2.3
_OPTIONS_READ=redmine-3.2.3
_FILE_COMPLETE_OPTIONS_LIST=MYSQL POSTGRESQL LDAP MARKDOWN RMAGIC THIN
PASSENGER
OPTIONS_FILE_SET+=MYSQL
OPTIONS_FILE_UNSET+=POSTGRESQL
OPTIONS_FILE_UNSET+=LDAP
OPTIONS_FILE_SET+=MARKDOWN
OPTIONS_FILE_SET+=RMAGIC
OPTIONS_FILE_SET+=THIN
OPTIONS_FILE_UNSET+=PASSENGER
www/redmine/Gemfile does not contain net-ldap
# ll /usr/local/www/redmine/bundler.d/
total 16
-rw-r--r-- 1 root wheel 28B Sep 30 12:53 markdown.rb
-rw-r--r-- 1 root wheel 26B Sep 30 12:53 mysql.rb
-rw-r--r-- 1 root wheel 27B Sep 30 12:53 rmagic.rb
-rw-r--r-- 1 root wheel 23B Sep 30 12:53 thin.rb
# uname -srmi
FreeBSD 10.3-RELEASE-p9 amd64 GENERIC
How can I disable loading of auth_source_ldap.rb instead of deleting it? Should
this file be installed at all?
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ruby
mailing list