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

Bug 913709

Summary: net-wireless/neard-0.18 installs more files with FEATURES=test
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED FIXED    
Severity: normal Keywords: PullRequest
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/32648
Whiteboard:
Package list:
Runtime testing required: ---

Description Agostino Sarubbo gentoo-dev 2023-09-06 07:42:48 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-wireless/neard-0.18 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 34
- the installed files without FEATURES=test are 26

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-09-06 07:43:02 UTC
DIFF:
--- /dev/fd/63  2023-09-06 09:18:43.784898499 +0200
+++ /dev/fd/62  2023-09-06 09:18:43.784898499 +0200
@@ -14,6 +14,14 @@
 /usr/include/near/tlv.h
 /usr/include/near/types.h
 /usr/include/near/version.h
+/usr/lib64/neard/test/bt-handover
+/usr/lib64/neard/test/handover-agent
+/usr/lib64/neard/test/monitor-near
+/usr/lib64/neard/test/neardutils.py
+/usr/lib64/neard/test/phdc-simple-manager
+/usr/lib64/neard/test/test-adapter
+/usr/lib64/neard/test/test-device
+/usr/lib64/neard/test/test-tag
 /usr/lib64/pkgconfig/neard.pc
 /usr/libexec/nfc/neard
 /usr/libexec/nfc/seeld
Comment 2 Larry the Git Cow gentoo-dev 2023-09-09 18:01:39 UTC
The bug has been closed via the following commit(s):

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

commit ea9dc541cdaf615aa694fc9f87ff5672f43a4f2f
Author:     Azamat H. Hackimov <azamat.hackimov@gmail.com>
AuthorDate: 2023-09-06 13:03:41 +0000
Commit:     Arthur Zamarin <arthurzam@gentoo.org>
CommitDate: 2023-09-09 17:58:22 +0000

    net-wireless/neard: add 0.19
    
    Closes: https://bugs.gentoo.org/913709
    Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
    Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>

 net-wireless/neard/Manifest          |  1 +
 net-wireless/neard/neard-0.19.ebuild | 61 ++++++++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)