Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 887123

Summary: sys-cluster/libquo-1.3.1-r2 installs less files with clang stricter
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Gentoo Science Related Packages <sci>
Status: CONFIRMED ---    
Severity: normal CC: sci
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 870412    

Description Agostino Sarubbo gentoo-dev 2022-12-19 08:25:03 UTC
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.
Comment 1 Agostino Sarubbo gentoo-dev 2022-12-19 08:25:16 UTC
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