Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 933409 - dev-java/javatoolkit-0.6.7 installs unexpected files/directories in the site-packages directory
Summary: dev-java/javatoolkit-0.6.7 installs unexpected files/directories in the site-...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: 921650 933467
  Show dependency tree
 
Reported: 2024-06-02 09:59 UTC by Agostino Sarubbo
Modified: 2024-06-03 11:20 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,124.70 KB, text/plain)
2024-06-02 09:59 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
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(-)