Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 502190 - kde-base/krossjava create incorrect link to kross.jar
Summary: kde-base/krossjava create incorrect link to kross.jar
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: kde-4.12.5-stable
  Show dependency tree
 
Reported: 2014-02-23 02:57 UTC by Miroslaw Mieszczak
Modified: 2014-03-14 03:20 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 Miroslaw Mieszczak 2014-02-23 02:57:45 UTC
When package kde-base/krossjava is installed, the ebuild create incorrect link to kross.jar.
The created link is:
kross.jar -> ../../../share/krossjava-4/4.12/lib/kross.jar
while it should be:
kross.jar -> ../../../share/krossjava-4/lib/kross.jar
because 
kross.jar is located in:
/usr/share/krossjava-4/lib/kross.jar

Reproducible: Always
Comment 1 Michael Palimaka (kensington) gentoo-dev 2014-02-25 16:39:59 UTC
I tried to test this, but hit bug #502412 instead.
Comment 2 Johannes Huber (RETIRED) gentoo-dev 2014-03-13 16:56:08 UTC
The symlink generation relies on SLOT, which is broken since introducing subslots in kde4-base.eclass. Will come up with a fix soon.
Comment 3 Johannes Huber (RETIRED) gentoo-dev 2014-03-13 18:02:20 UTC
Thanks for reporting. This is fixed in cvs now. Please sync in some hours to get the changes.

+
+  13 Mar 2014; Johannes Huber <johu@gentoo.org> +krossjava-4.12.3-r1.ebuild,
+  -krossjava-4.12.3.ebuild:
+  Revision bump fixes symlink generation in src_install, bug #502190.
+
Comment 4 Miroslaw Mieszczak 2014-03-14 03:20:01 UTC
Thank you for the fix.