Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 904890 - dev-libs/apache-arrow-11.0.0-r1 installs more files with FEATURES=test
Summary: dev-libs/apache-arrow-11.0.0-r1 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
Assignee: Tupone Alfredo
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-23 17:22 UTC by Agostino Sarubbo
Modified: 2023-04-23 17:52 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 2023-04-23 17:22:26 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-libs/apache-arrow-11.0.0-r1 installs more files with FEATURES=test.
Discovered on: amd64 (internal ref: ci)

NOTE:
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 284
- the installed files without FEATURES=test are 276

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 2023-04-23 17:23:06 UTC
DIFF:
--- /dev/fd/63  2023-04-23 17:48:32.050283823 +0200
+++ /dev/fd/62  2023-04-23 17:48:32.050283823 +0200
@@ -262,13 +262,21 @@
 /usr/lib64/cmake/Arrow/ArrowOptions.cmake
 /usr/lib64/cmake/Arrow/ArrowTargets.cmake
 /usr/lib64/cmake/Arrow/ArrowTargets-relwithdebinfo.cmake
+/usr/lib64/cmake/ArrowTesting/ArrowTestingConfig.cmake
+/usr/lib64/cmake/ArrowTesting/ArrowTestingConfigVersion.cmake
+/usr/lib64/cmake/ArrowTesting/ArrowTestingTargets.cmake
+/usr/lib64/cmake/ArrowTesting/ArrowTestingTargets-relwithdebinfo.cmake
 /usr/lib64/libarrow.so
 /usr/lib64/libarrow.so.1100
 /usr/lib64/libarrow.so.1100.0.0
+/usr/lib64/libarrow_testing.so
+/usr/lib64/libarrow_testing.so.1100
+/usr/lib64/libarrow_testing.so.1100.0.0
 /usr/lib64/pkgconfig/arrow-csv.pc
 /usr/lib64/pkgconfig/arrow-filesystem.pc
 /usr/lib64/pkgconfig/arrow-json.pc
 /usr/lib64/pkgconfig/arrow.pc
+/usr/lib64/pkgconfig/arrow-testing.pc
 /usr/share/arrow/gdb/gdb_arrow.py
 /usr/share/doc/apache-arrow-11.0.0-r1/LICENSE.txt.bz
Comment 2 Larry the Git Cow gentoo-dev 2023-04-23 17:52:34 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6878a6fd4170021e465010160e366595211f8c57

commit 6878a6fd4170021e465010160e366595211f8c57
Author:     Alfredo Tupone <tupone@gentoo.org>
AuthorDate: 2023-04-23 17:51:44 +0000
Commit:     Alfredo Tupone <tupone@gentoo.org>
CommitDate: 2023-04-23 17:51:44 +0000

    dev-libs/apache-arrow: rm extra test files
    
    Closes: https://bugs.gentoo.org/904890
    Signed-off-by: Alfredo Tupone <tupone@gentoo.org>

 ...he-arrow-11.0.0-r1.ebuild => apache-arrow-11.0.0-r2.ebuild} | 10 ++++++++++
 1 file changed, 10 insertions(+)