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

Bug 933409

Summary: dev-java/javatoolkit-0.6.7 installs unexpected files/directories in the site-packages directory
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Java team <java>
Status: RESOLVED FIXED    
Severity: normal CC: fordfrog
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/36984
https://bugs.gentoo.org/show_bug.cgi?id=909906
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 921650, 933467    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2024-06-02 09:59:22 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-java/javatoolkit-0.6.7 installs unexpected files/directories in the site-packages directory.
Discovered on: amd64 (internal ref: ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#QA0078
Comment 1 Agostino Sarubbo gentoo-dev 2024-06-02 09:59:23 UTC
Created attachment 894939 [details]
build.log

build log and emerge --info
Comment 2 Paul Zander 2024-06-02 18:42:09 UTC
Seems like --install-scripts="${EPREFIX}"/usr/libexec/${PN} is ignored. The binaries end up in /usr/bin as well.
Comment 3 Larry the Git Cow gentoo-dev 2024-06-03 11:20:26 UTC
The bug has been closed via the following commit(s):

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

commit 80a512317dac9e26be293b7fddb4633fec6d5ff9
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2024-06-03 11:18:52 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-06-03 11:19:51 +0000

    Revert "dev-java/javatoolkit: migrated to pep517"
    
    This reverts commit 5c70bf44a9aa9973e6e08941c9b0bcdb7c8d4560.
    
    The PEP517 port ends up not installing files to /usr/bin etc.
    
    Bug: https://bugs.gentoo.org/909906
    Closes: https://bugs.gentoo.org/933409
    CLoses: https://bugs.gentoo.org/933467
    Signed-off-by: Sam James <sam@gentoo.org>

 .../{javatoolkit-0.6.7.ebuild => javatoolkit-0.6.7-r1.ebuild}         | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)