Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 96175 - subclipse needs explicit LD_LIBRARY_PATH
Summary: subclipse needs explicit LD_LIBRARY_PATH
Status: RESOLVED DUPLICATE of bug 125563
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-15 06:03 UTC by Kurt Guenther
Modified: 2006-08-15 05:13 UTC (History)
2 users (show)

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


Attachments
Error log on AMD64 with newest subclipse and subversion 1.3.0 (hs_err_pid17278.log,54.98 KB, text/plain)
2006-03-20 22:30 UTC, Heiko Wundram
Details
Error log on AMD64 with newest subclipse and subversion 1.3.0 (hs_err_pid17278.log,54.98 KB, text/plain)
2006-03-20 22:33 UTC, Heiko Wundram
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kurt Guenther 2005-06-15 06:03:53 UTC
First, Thanks!! I'm excited about having an emerge for for subclipse. 

The issue is that I need to do this: 

export LD_LIBRARY_PATH=/usr/lib:$LD_LIBRARY_PATH

before subclipse would load properly and allow me to access the repository.




Reproducible: Always
Steps to Reproduce:
I added these to my /etc/portage/packages.keywords and emerged both packages: 

dev-util/eclipse-sdk ~x86
dev-util/eclipse-subclipse-bin ~x86

then ran:  /usr/bin/eclipse-3

You should see: 

Javahl interface not available

Actual Results:  

"Javahl interface not available" message and subclipse doesn't work. 


Expected Results:  

No message and it works. 


Portage 2.0.51.19 (default-linux/x86/2005.0, gcc-3.3.5-20050130,
glibc-2.3.4.20041102-r1, 2.6.11-gentoo-r9 i686)
=================================================================
System uname: 2.6.11-gentoo-r9 i686 Mobile Intel(R) Pentium(R) 4 - M CPU 2.50GHz
Gentoo Base System version 1.6.12
Python:              dev-lang/python-2.3.5 [2.3.5 (#1, Apr 28 2005, 10:05:34)]
dev-lang/python:     2.3.5
sys-apps/sandbox:    [Not Present]
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.16
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium4 -O3 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.2/share/config
/usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown
/usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref
/usr/share/config /usr/share/texmf/dvipdfm/config/
/usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/
/usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium4 -O3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.chem.wisc.edu/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X adns alsa apache2 apm arts avi berkdb bitmap-fonts bonobo cdr crypt
cups curl dga doc dvd eds emboss encode esd fam foomaticdb fortran gd gdbm gif
gnome gphoto2 gpm gstreamer gtk gtk2 gtkhtml guile hal howl imagemagick imlib
ipv6 java jpeg junit ldap libg++ libwww mad mikmod motif mozilla mp3 mpeg mysql
ncurses nls odbc ogg oggvorbis opengl oss pam pdflib perl png postgres python
quicktime readline samba scanner sdl slang snmp spell ssl svga tcpd tetex tiff
truetype truetype-fonts type1-fonts usb vorbis xml xml2 xmms xv zlib
userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 1 Tobias Sager 2005-07-05 05:10:00 UTC
Confirm here. Workaround works for me as well.
Comment 2 Heiko Wundram 2006-03-20 22:30:08 UTC
Created attachment 82734 [details]
Error log on AMD64 with newest subclipse and subversion 1.3.0

Attached the error log which eclipse spits out on segfault...
Comment 3 Heiko Wundram 2006-03-20 22:33:07 UTC
Forget my attachment, it's attached to the wrong bug...
Comment 4 Heiko Wundram 2006-03-20 22:33:29 UTC
Created attachment 82735 [details]
Error log on AMD64 with newest subclipse and subversion 1.3.0

Attached the error log which eclipse spits out on segfault...
Comment 5 Krzysztof Pawlik (RETIRED) gentoo-dev 2006-08-15 04:28:53 UTC
This bug is one of effects of more general bug #125563 - incomplete java.library.path. 

*** This bug has been marked as a duplicate of 125563 ***
Comment 6 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2006-08-15 05:13:10 UTC
eclipse-sdk-3.2 also sets java.library.path to /usr/lib in eclipse.ini