Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 911383 - [guru] dev-util/lua-language-server-3.6.25 installs more files with FEATURES=test
Summary: [guru] dev-util/lua-language-server-3.6.25 installs more files with FEATURES=...
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Mathis Winterer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-07-28 08:21 UTC by Agostino Sarubbo
Modified: 2023-07-29 15:04 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 2023-07-28 08:21:00 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-util/lua-language-server-3.6.25 installs more files with FEATURES=test.
Discovered on: amd64 (internal ref: guru_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 1169
- the installed files without FEATURES=test are 1168

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-07-28 08:21:20 UTC
DIFF:
--- /dev/fd/63  2023-07-28 00:27:19.277541438 +0200
+++ /dev/fd/62  2023-07-28 00:27:19.277541438 +0200
@@ -15,6 +15,7 @@
 /opt/lua-language-server/locale/zh-tw/setting.lua
 /opt/lua-language-server/main.lua
 /opt/lua-language-server/meta/198256b1/Users/runner/work/lua-language-server/lua-language-server/test_root/unittest/ffi.lua
+/opt/lua-language-server/meta/198256b1/var/tmp/portage/dev-util/lua-language-server-3.6.25/work/test_root/unittest/ffi.lua
 /opt/lua-language-server/meta/3rd/Cocos4.0/config.json
 /opt/lua-language-server/meta/3rd/Cocos4.0/library/cc/Action.lua
 /opt/lua-language-server/meta/3rd/Cocos4.0/library/cc/ActionCamera.lua
Comment 2 Larry the Git Cow gentoo-dev 2023-07-29 15:04:24 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b8d8aaeb0e071abdca05631a52bf964ab4973a9d

commit b8d8aaeb0e071abdca05631a52bf964ab4973a9d
Author:     Mathis Winterer <mrmagic223325@fedora.email>
AuthorDate: 2023-07-29 14:19:32 +0000
Commit:     Mathis Winterer <mrmagic223325@fedora.email>
CommitDate: 2023-07-29 14:19:32 +0000

    dev-util/lua-language-server: fix installed files mismatch
    
    Closes: https://bugs.gentoo.org/911383
    Signed-off-by: Mathis Winterer <mrmagic223325@fedora.email>

 dev-util/lua-language-server/lua-language-server-3.6.25.ebuild | 1 +
 1 file changed, 1 insertion(+)