Bug#460919: libgtk2.0-0: error while loading shared libraries: libgtk-x11-2.0.so.0

2008-01-16 Thread Andrzej Buchowicz

Loïc Minier wrote:

On Tue, Jan 15, 2008, Andrzej Buchowicz wrote:
  

[EMAIL PROTECTED]:~$ /usr/local/eclipse/eclipse
/usr/local/eclipse/eclipse: error while loading shared libraries: 
libgtk-x11-2.0.so.0: cannot open shared object file: No such file or 
directory



 Please attach the output of ldd /usr/local/eclipse/eclipse.

  

[EMAIL PROTECTED]:~$ ldd /usr/local/eclipse/eclipse
   linux-gate.so.1 =  (0xe000)
   libgtk-x11-2.0.so.0 = not found
   libgdk_pixbuf-2.0.so.0 = not found
   libgobject-2.0.so.0 = not found
   libgdk-x11-2.0.so.0 = not found
   libpthread.so.0 = /lib32/libpthread.so.0 (0xf7f09000)
   libdl.so.2 = /lib32/libdl.so.2 (0xf7f05000)
   libc.so.6 = /lib32/libc.so.6 (0xf7dda000)
   /lib/ld-linux.so.2 (0xf7f3)


Please let me know if you need any other data.

Regards,

Andrzej Buchowicz


Bug#460919: libgtk2.0-0: error while loading shared libraries: libgtk-x11-2.0.so.0

2008-01-16 Thread Josselin Mouette
Le mercredi 16 janvier 2008 à 10:14 +0100, Andrzej Buchowicz a écrit :
 Loïc Minier wrote: 
   Please attach the output of ldd /usr/local/eclipse/eclipse.

 [EMAIL PROTECTED]:~$ ldd /usr/local/eclipse/eclipse
 linux-gate.so.1 =  (0xe000)
 libgtk-x11-2.0.so.0 = not found
 libgdk_pixbuf-2.0.so.0 = not found
 libgobject-2.0.so.0 = not found
 libgdk-x11-2.0.so.0 = not found
 libpthread.so.0 = /lib32/libpthread.so.0 (0xf7f09000)
 libdl.so.2 = /lib32/libdl.so.2 (0xf7f05000)
 libc.so.6 = /lib32/libc.so.6 (0xf7dda000)
 /lib/ld-linux.so.2 (0xf7f3)
 
You need to install the Java runtime environment for amd64, available as
the sun-java5-nonfree package.

-- 
 .''`.
: :' :  We are debian.org. Lower your prices, surrender your code.
`. `'   We will add your hardware and software distinctiveness to
  `-our own. Resistance is futile.


signature.asc
Description: Ceci est une partie de message	numériquement signée


Bug#460919: libgtk2.0-0: error while loading shared libraries: libgtk-x11-2.0.so.0

2008-01-16 Thread Josselin Mouette
Le mercredi 16 janvier 2008 à 10:50 +0100, Josselin Mouette a écrit :
 You need to install the Java runtime environment for amd64, available as
 the sun-java5-nonfree package.

Sorry, the correct package name is sun-java5-jre. And of course, you
should use a 64-bit version of eclipse, like the one included in the
Debian eclipse package.

Cheers,
-- 
 .''`.
: :' :  We are debian.org. Lower your prices, surrender your code.
`. `'   We will add your hardware and software distinctiveness to
  `-our own. Resistance is futile.


signature.asc
Description: Ceci est une partie de message	numériquement signée


Bug#460919: libgtk2.0-0: error while loading shared libraries: libgtk-x11-2.0.so.0

2008-01-16 Thread Andrzej Buchowicz

Loïc Minier wrote:

Hi,

On Wed, Jan 16, 2008, Andrzej Buchowicz wrote:
  

[EMAIL PROTECTED]:~$ ldd /usr/local/eclipse/eclipse
   linux-gate.so.1 =  (0xe000)
   libgtk-x11-2.0.so.0 = not found
   libgdk_pixbuf-2.0.so.0 = not found
   libgobject-2.0.so.0 = not found
   libgdk-x11-2.0.so.0 = not found
   libpthread.so.0 = /lib32/libpthread.so.0 (0xf7f09000)
   libdl.so.2 = /lib32/libdl.so.2 (0xf7f05000)
   libc.so.6 = /lib32/libc.so.6 (0xf7dda000)
   /lib/ld-linux.so.2 (0xf7f3)



 It looks like:
 - you're running on amd64 on an amd64 install and kernel
  

I have Intel Pentium 4 CPU and amd64 version of Debian

 - you're not running the packaged eclipse program but a local one;
   perhaps you should use the packaged eclipse for amd64?
  
I have installed packaged eclipse for amd64. It is working (on 
sun-java5-jre/jdk) but it is an older version 3.2. Current version of 
Eclipse (3.3) significantly enhances the previous one.

 - you seem to be trying to run a local eclipse download for 32-bits
   instead of a 64-bits one; perhaps you can download a 64-bits one?
  
I am trying to run eclipse downloaded from the project site. There is 
only download for Linux with no possibility of choice between 32- and 
64-bit version.

 - if you insist on running a non-Debian 32-bits eclipse under amd64,
   you'll probably need ia32-libs-gtk which contains a set of 32-bits
   library copied from i386 but installable under amd64 systems; this
   should solve the link errors
  
It is the best solution. I can run downloaded/local Eclipse (v. 3.3) on 
java jdk/jre downloaded from the Sun web site.

 I am not sure of the influence of the JRE you're using, as Josselin
 pointed out, it's best to use Debian's (which is is sun-java5-jre).
  
Debian's java is a little bit old. The newer version (sun-java6-jre/jdk) 
is available only as an unstable package.

 In all cases, this is more a support request than a bug against libgtk;
 let us know what of the above steps fix your problem.  The only bug I
 see in libgtk is that we could provide a 32-bits libgtk under amd64; I
 prefer not implementing bi-arch since we have support for ia32-libs-gtk
 in place already and multiarch should make bi-arch obsolete.

  
Thank you very much for your help. Installation of 'ia32-libs-gtk' 
solved the problem.


Regards,

Andrzej Buchowicz



Bug#460919: libgtk2.0-0: error while loading shared libraries: libgtk-x11-2.0.so.0

2008-01-15 Thread Andrzej Buchowicz

Package: libgtk2.0-0
Version: 2.8.20-7
Severity: important



-- System Information:
Debian Release: 4.0
 APT prefers stable
 APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-amd64
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages libgtk2.0-0 depends on:
ii  libatk1.0-01.12.4-3  The ATK accessibility toolkit
ii  libc6  2.3.6.ds1-13etch4 GNU C Library: Shared libraries
ii  libcairo2  1.2.4-4   The Cairo 2D vector 
graphics libra
ii  libfontconfig1 2.4.2-1.2 generic font configuration 
library

ii  libglib2.0-0   2.12.4-2  The GLib library of C routines
ii  libgtk2.0-common   2.8.20-7  Common files for the GTK+ 
graphica
ii  libjpeg62  6b-13 The Independent JPEG 
Group's JPEG
ii  libpango1.0-0  1.14.8-5  Layout and rendering of 
internatio

ii  libpng12-0 1.2.15~beta5-1PNG library - runtime
ii  libtiff4   3.8.2-7   Tag Image File Format 
(TIFF) libra

ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxcursor11.1.7-4   X cursor management library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension 
librar
ii  libxfixes3 1:4.0.1-5 X11 miscellaneous 'fixes' 
extensio

ii  libxi6 1:1.0.1-4 X11 Input extension library
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxrandr2 2:1.1.0.2-5   X11 RandR extension library
ii  libxrender11:0.9.1-3 X Rendering Extension 
client libra


Versions of packages libgtk2.0-0 recommends:
ii  hicolor-icon-theme0.8-4  default fallback theme for 
FreeDes
ii  libgtk2.0-bin 2.8.20-7   The programs for the GTK+ 
graphica


-- no debconf information


I am trying to execute Eclipse IDE extracted from 
eclipse-jee-europa-fall2-linux-gtk.tar.gz

The following error message is displayed:
[EMAIL PROTECTED]:~$ /usr/local/eclipse/eclipse
/usr/local/eclipse/eclipse: error while loading shared libraries: 
libgtk-x11-2.0.so.0: cannot open shared object file: No such file or 
directory


I am using the following java environment:
[EMAIL PROTECTED]:~$ java -version
java version 1.6.0_04
Java(TM) SE Runtime Environment (build 1.6.0_04-b12)
Java HotSpot(TM) Client VM (build 10.0-b19, mixed mode, sharing)

The same error message is displayed if gij (GNU libgcj) version 4.1.2 
20061115 (prerelease) (Debian 4.1.1-20) java is used.


The same Eclipse IDE with Sun's java works perfectly on Fedora 8 (64 bit)



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#460919: libgtk2.0-0: error while loading shared libraries: libgtk-x11-2.0.so.0

2008-01-15 Thread Loïc Minier
On Tue, Jan 15, 2008, Andrzej Buchowicz wrote:
 [EMAIL PROTECTED]:~$ /usr/local/eclipse/eclipse
 /usr/local/eclipse/eclipse: error while loading shared libraries: 
 libgtk-x11-2.0.so.0: cannot open shared object file: No such file or 
 directory

 Please attach the output of ldd /usr/local/eclipse/eclipse.

-- 
Loïc Minier