https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: sys-cluster/libquo-1.3.1-r2 installs less files with clang stricter. Discovered on: amd64 (internal ref: clang-stricter_tinderbox) NOTE: To reproduce this issue: 1) Install the package with CC=clang - CXX=clang++ 2) Put the list of the installed files into a file ( qlist -e PACKAGE:SLOT | sort | uniq > /tmp/qlist1 ) 3) Install the package with CC=clang - CXX=clang++ - CFLAGS/CXXFLAGS=-Werror=implicit-function-declaration -Werror=implicit-int -Werror=incompatible-function-pointer-types 4) Put the list of the installed files into a file ( qlist -e PACKAGE:SLOT | sort | uniq > /tmp/qlist2 ) 5) See the diff between the two files ( diff -ru /tmp/qlist_1 /tmp/qlist_2 ) On this machine: - the installed files with clang are 16 - the installed files with clang stricter are 11 This type of report comes from a check that is a bit outside of the tinderbox, that's the reason because build.log was not provided (however in cases like these the build.log doesn't help much) but if you need further help to diagnose this issue feel free to ask. In any case I'm providing a diff.
DIFF: --- /dev/fd/63 2022-12-18 22:14:53.890778886 +0100 +++ /dev/fd/62 2022-12-18 22:14:53.890778886 +0100 @@ -1,15 +1,10 @@ /usr/bin/quo-info /usr/include/quo.h -/usr/lib64/libquo-usequo.la -/usr/lib64/libquo-usequo.so -/usr/lib64/libquo-usequo.so.7 -/usr/lib64/libquo-usequo.so.7.0.0 /usr/lib64/libquo.la /usr/lib64/libquo.so /usr/lib64/libquo.so.7 /usr/lib64/libquo.so.7.0.0 /usr/lib64/pkgconfig/libquo.pc -/usr/lib64/quo.mod /usr/share/doc/libquo-1.3.1-r2/AUTHORS.bz2 /usr/share/doc/libquo-1.3.1-r2/README.md.bz2 /usr/share/doc/libquo-1.3.1-r2/THANKS.bz2