[Bug 260841] circular symbolic links in /usr/share/locale

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 27 Nov 2023 20:14:15 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260841

--- Comment #8 from johannes.kunde@gmail.com ---
Seems to affect the GitLab port www/gitlab-ce (Rake crashes).

A database migration for example results in:

# su -l git -c "cd /usr/local/www/gitlab-ce && rake db:migrate
RAILS_ENV=production"
rake aborted!
Errno::ELOOP: Too many levels of symbolic links -
/usr/share/locale/nn_NO.ISO8859-1/LC_MESSAGES
<internal:dir>:220:in `glob'
<internal:/usr/local/lib/ruby/site_ruby/3.1/rubygems/core_ext/kernel_require.rb>:38:in
`require'
<internal:/usr/local/lib/ruby/site_ruby/3.1/rubygems/core_ext/kernel_require.rb>:38:in
`require'
/usr/local/www/gitlab-ce/config/application.rb:17:in `<top (required)>'
<internal:/usr/local/lib/ruby/site_ruby/3.1/rubygems/core_ext/kernel_require.rb>:86:in
`require'
<internal:/usr/local/lib/ruby/site_ruby/3.1/rubygems/core_ext/kernel_require.rb>:86:in
`require'
/usr/local/www/gitlab-ce/Rakefile:9:in `<top (required)>'
(See full trace by running task with --trace)

-- 
You are receiving this mail because:
You are on the CC list for the bug.