Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 711886 - dev-util/idea-community-2019.3.3.193.6494.35: fails to emerge due to invalid JRE lib path
Summary: dev-util/idea-community-2019.3.3.193.6494.35: fails to emerge due to invalid ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal
Assignee: Arisu Tachibana
URL:
Whiteboard:
Keywords: PATCH, PullRequest
Depends on:
Blocks:
 
Reported: 2020-03-08 17:54 UTC by matthias.grobarek
Modified: 2020-03-27 19:48 UTC (History)
2 users (show)

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


Attachments
build log (build.log,3.77 KB, text/x-log)
2020-03-08 17:55 UTC, matthias.grobarek
Details
build environment (environment,36.08 KB, text/plain)
2020-03-08 17:55 UTC, matthias.grobarek
Details
emerge --info =dev-util/idea-community-2019.3.3.193.6494.35 (emerge-info.txt,7.91 KB, text/plain)
2020-03-08 17:56 UTC, matthias.grobarek
Details
proposed ebuild patch (fix-jre-path.patch,1.14 KB, patch)
2020-03-08 17:57 UTC, matthias.grobarek
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description matthias.grobarek 2020-03-08 17:54:29 UTC
The latest bump to idea-community-2019.3.3.193.6494.35 seems to have broken the ebuild for me. It refers to JRE files in the wrong directory, at least on my system. I created a patch for the ebuild to fix this for me but I’m not sure if this works on other systems (e.g. with jbr8 or non-64bit).
Comment 1 matthias.grobarek 2020-03-08 17:55:14 UTC
Created attachment 617530 [details]
build log
Comment 2 matthias.grobarek 2020-03-08 17:55:53 UTC
Created attachment 617532 [details]
build environment
Comment 3 matthias.grobarek 2020-03-08 17:56:49 UTC
Created attachment 617534 [details]
emerge --info =dev-util/idea-community-2019.3.3.193.6494.35
Comment 4 matthias.grobarek 2020-03-08 17:57:20 UTC
Created attachment 617536 [details, diff]
proposed ebuild patch
Comment 5 matthias.grobarek 2020-03-08 17:58:49 UTC
By the way, I’m building with these flags:

# emerge -pqv =dev-util/idea-community-2019.3.3.193.6494.35
[ebuild  N    ] dev-util/idea-community-2019.3.3.193.6494.35  USE="jbr11 -jbr8"
Comment 6 Larry the Git Cow gentoo-dev 2020-03-27 19:48:07 UTC
The bug has been closed via the following commit(s):

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

commit 277e9ef4b892b2c1c0834d05ae3c72121850e495
Author:     Mike Pagano <mpagano@gentoo.org>
AuthorDate: 2020-03-27 19:47:24 +0000
Commit:     Mike Pagano <mpagano@gentoo.org>
CommitDate: 2020-03-27 19:47:24 +0000

    dev-util/idea-community: Fix removing bundled .so files
    
    Closes: https://bugs.gentoo.org/711886
    Signed-off-by: Georg Rudoy <0xd34df00d@gmail.com>
    Package-Manager: Portage-2.3.89, Repoman-2.3.20
    Signed-off-by: Mike Pagano <mpagano@gentoo.org>

 dev-util/idea-community/idea-community-2019.3.3.193.6494.35.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)