Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 913709 - net-wireless/neard-0.18 installs more files with FEATURES=test
Summary: net-wireless/neard-0.18 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: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2023-09-06 07:42 UTC by Agostino Sarubbo
Modified: 2023-09-09 18:01 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-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(+)