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

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 31 Dec 2021 11:32:54 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260841

            Bug ID: 260841
           Summary: circular symbolic links in /usr/share/locale
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: misc
          Assignee: bugs@FreeBSD.org
          Reporter: d8zNeCFG@aon.at

Scenario:
- FreeBSD main (but also in previous releases)
- Building in /usr/src using "make buildworld buildkernel"
- Installing using "make installkernel installworld"

Result:
- There are circular symbolic links in /usr/local/share
- See the following output:

[0]# diff -r /usr/share/locale /usr/share/locale > /dev/null
diff: /usr/share/locale/nn_NO.ISO8859-1/LC_MESSAGES: Too many levels of
symbolic links
diff: /usr/share/locale/nn_NO.ISO8859-15/LC_MESSAGES: Too many levels of
symbolic links
diff: /usr/share/locale/sl_SI.ISO8859-2/LC_MESSAGES: No such file or directory
[0]# 

Expected result:
- The links should point to reasonable targets

-- 
You are receiving this mail because:
You are the assignee for the bug.