Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 887123 - sys-cluster/libquo-1.3.1-r2 installs less files with clang stricter
Summary: sys-cluster/libquo-1.3.1-r2 installs less files with clang stricter
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2022-12-19 08:25 UTC by Agostino Sarubbo
Modified: 2023-03-19 02:10 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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