[llvm-bugs] [Bug 51447] New: Cyclic symlink between libclang1-13 and libclang-13-dev

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Aug 11 23:53:39 PDT 2021


https://bugs.llvm.org/show_bug.cgi?id=51447

            Bug ID: 51447
           Summary: Cyclic symlink between libclang1-13 and
                    libclang-13-dev
           Product: new-bugs
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: carlosgalvezp at gmail.com
                CC: htmldeveloper at gmail.com, llvm-bugs at lists.llvm.org

Hi,

I'm trying out clang 13 and I find a cyclic symlink. How to reproduce:

$ dpkg-deb -x
libclang1-13_13.0.0_++20210811062557+6789c4564a4b-1_exp1_20210811163359.35_amd64.deb
.
$ dpkg-deb -x
libclang-13-dev_13.0.0_++20210811062557+6789c4564a4b-1_exp1_20210811163359.35_amd64.deb
.
$ tree usr/lib/x86_64-linux-gnu/
usr/lib/x86_64-linux-gnu/
├── libclang-13.so -> libclang-13.so.1
├── libclang-13.so.1 -> libclang-13.so

I couldn't find a more specific place to place the bug, please some admin move
it to the correct section!

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20210812/3b23acea/attachment.html>


More information about the llvm-bugs mailing list