Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 484592 - dev-lang/j-701-r1: fails to start:
Summary: dev-lang/j-701-r1: fails to start:
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick Lauer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-11 15:47 UTC by Alexander Vershilov (RETIRED)
Modified: 2013-09-12 06:32 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 Alexander Vershilov (RETIRED) gentoo-dev 2013-09-11 15:47:51 UTC
dev-lang/j has several problems in build system so libj doesn't compile but
build_libj doesn't return error so ebuild is marked as corrent

Steps to reproduce:
1. emerge dev-lang/g
2. jc
Actual results:
You'll get: Load library /opt/j/bin/libj.so failed
Expected results:
jconsole should be started.

Solution:

add to src_prepare:

	sed -i -e 's:W1,soname:Wl,-soname:' bin/jconfig || die
Comment 1 Alexander Vershilov (RETIRED) gentoo-dev 2013-09-12 06:32:46 UTC
Fixed in tree. Thanks Patrick for reproducing this problem.