Admin message

Due to an influx of spam, we have had to require each new account to be manually approved. Please register an account and then write an email to accountsupport@archlinux.org to get it approved. Sorry for the inconvenience.

Packaged dangling symlinks are not installed
<!-- Please read our Bug reporting guidelines before opening a bug: https://wiki.archlinux.org/title/Bug_reporting_guidelines If you want to help catching more bugs upfront, consider joining the Arch Testing Team: https://wiki.archlinux.org/title/Arch_Testing_Team --> # Description: The package contains three dangling symlinks: ``` opt/intel/oneapi/tbb/2021.12/lib/libhwloc.so.15 -> ../../../tcm/latest/lib/libhwloc.so.15 opt/intel/oneapi/tbb/2021.12/lib/libtcm.so.1 -> ../../../tcm/latest/lib/libtcm.so.1 opt/intel/oneapi/tbb/2021.12/lib/libtcm_debug.so.1 -> ../../../tcm/latest/lib/libtcm_debug.so.1 ``` I guess pacman has a verification during the installation because they are not installed even after a reinstallation. Not sure if the problem comes from `intel-oneapi-tbb` that packages these symlinks, or `intel-oneapi-tcm` (a tbb dependency) that is missing a `opt/intel/oneapi/tcm/latest` symlink, like tbb does. # Additional info: * package version(s): 2021.12.0-1 # Steps to reproduce: <!-- Describe how to reproduce the bug step by step including the commands --> 1. install intel-oneapi-tbb: `pacman -S intel-oneapi-tbb` 2. check it: `pacman -Qk intel-oneapi-tbb` ``` warning: intel-oneapi-tbb: /opt/intel/oneapi/tbb/2021.12/lib/libhwloc.so.15 (No such file or directory) warning: intel-oneapi-tbb: /opt/intel/oneapi/tbb/2021.12/lib/libtcm.so.1 (No such file or directory) warning: intel-oneapi-tbb: /opt/intel/oneapi/tbb/2021.12/lib/libtcm_debug.so.1 (No such file or directory) ```
issue