Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 865029 - dev-cpp/opentelemetry-cpp-1.5.0 installs more files with FEATURES=test
Summary: dev-cpp/opentelemetry-cpp-1.5.0 installs more files with FEATURES=test
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick McLean
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-13 06:40 UTC by Agostino Sarubbo
Modified: 2022-08-19 18:31 UTC (History)
0 users

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-08-13 06:40:08 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-cpp/opentelemetry-cpp-1.5.0 installs more files with FEATURES=test.
Discovered on: amd64 (internal ref: ci)

NOTE:
This is an experimental tinderbox feature.
To reproduce this issue:
1) Install the package with FEATURES=test
2) Put the list of the installed files into a file ( qlist -e PACKAGE:SLOT | sort | uniq > /tmp/qlist_test )
3) Install the package without FEATURES=test
4) Put the list of the installed files into a file ( qlist -e PACKAGE:SLOT | sort | uniq > /tmp/qlist_notest )
5) See the diff between the two files ( diff -ru /tmp/qlist_test /tmp/qlist_notest )

On this machine:
- the installed files with FEATURES=test are 253
- the installed files without FEATURES=test are 252
Comment 1 Agostino Sarubbo gentoo-dev 2022-08-13 06:40:35 UTC
DIFF:
--- /dev/fd/63  2022-08-13 01:22:56.032412659 +0200
+++ /dev/fd/62  2022-08-13 01:22:56.042412725 +0200
@@ -239,6 +239,7 @@
 /usr/lib64/cmake/opentelemetry-cpp/opentelemetry-cpp-config-version.cmake
 /usr/lib64/cmake/opentelemetry-cpp/opentelemetry-cpp-target.cmake
 /usr/lib64/cmake/opentelemetry-cpp/opentelemetry-cpp-target-relwithdebinfo.cmake
+/usr/lib64/libhttp_client_nosend.so
 /usr/lib64/libopentelemetry_common.so
 /usr/lib64/libopentelemetry_exporter_in_memory.so
 /usr/lib64/libopentelemetry_exporter_jaeger_trace.so
Comment 2 Larry the Git Cow gentoo-dev 2022-08-19 18:31:26 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67fb969bd8947f7545dd1498592113a594f7cfc5

commit 67fb969bd8947f7545dd1498592113a594f7cfc5
Author:     Patrick McLean <chutzpah@gentoo.org>
AuthorDate: 2022-08-19 18:30:20 +0000
Commit:     Patrick McLean <chutzpah@gentoo.org>
CommitDate: 2022-08-19 18:31:22 +0000

    dev-cpp/opentelemetry-cpp: add 1.6.0, fix bug #865029
    
    Closes: https://bugs.gentoo.org/865029
    Signed-off-by: Patrick McLean <chutzpah@gentoo.org>

 dev-cpp/opentelemetry-cpp/Manifest                 |  1 +
 ...entelemetry-cpp-1.6.0-dont-install-nosend.patch | 15 +++++++
 .../opentelemetry-cpp-1.6.0.ebuild                 | 52 ++++++++++++++++++++++
 3 files changed, 68 insertions(+)