El jueves, 6 de octubre de 2022 1:58:46 (CEST) Allan McRae escribió: > >> * The source files should be located in > >> `/usr/src/debug/${pkgbase}-${pkgver}` > > > > That doesn't seem to be the case. The entire ${srcdir} is installed > > directly under /usr/src/debug. > > This can potentially cause conflicts, especially with out-of-tree > > cmake/meson builds. > > > > Can you provide more details? Anything that uses {C,CXX,RUST}FLAGS > should work.
As far as I can see, source files are being copied to /usr/src/debug [1][2]. No ${pkgbase}-${pkgver} subdir is even created [1] https://gitlab.archlinux.org/pacman/pacman/-/blob/v6.0.2/scripts/libmakepkg/tidy/strip.sh.in#L77 [2] https://gitlab.archlinux.org/pacman/pacman/-/blob/v6.0.2/scripts/libmakepkg/tidy/strip.sh.in#L144