Bug#402340: browser support not working on upgrading from eclise 3.1.2 to eclipse 3.2.1
Kiss Karoly
crash at klamzi.hu
Thu Aug 20 09:33:14 UTC 2009
Package: eclipse
Version: 3.4.1-1
Severity: normal
Looking at /usr/bin/eclipse line 132-135 shows:
------ SNIP -----
MOZILLA_FIVE_HOME=${MOZILLA_FIVE_HOME%*/}
if false && [ -n "$MOZILLA_FIVE_HOME" -a -e $MOZILLA_FIVE_HOME/libgtkembedmoz.so ]; then
:
elif [ -e /usr/lib/mozilla/libgtkembedmoz.so ]; then
------ SNIP -----
The problem is that having a conditional false && something always gives a false result.
The developer probably intended false || something.
That way simply exporting MOZILLA_FIVE_HOME in a shell before starting eclipse would enable
the user to specify the location of the libgtkembedmoz.so he would like to use.
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.30-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages eclipse depends on:
ii eclipse-jdt 3.4.1-1 Java Development Tools plug-ins fo
ii eclipse-pde 3.4.1-1 Plug-in Development Environment to
ii eclipse-source 3.4.1-1 Eclipse source code plug-ins
ii libc6 2.9-24 GNU C Library: Shared libraries
ii zenity 2.26.0-1 Display graphical dialog boxes fro
Versions of packages eclipse recommends:
pn eclipse-gcj <none> (no description available)
eclipse suggests no packages.
-- no debconf information
More information about the pkg-java-maintainers
mailing list