Your message dated Mon, 31 Oct 2011 21:00:25 +0100
with message-id <[email protected]>
and subject line Re: Bug#647216: xulrunner-7.0: symbol lookup error in libxul.so
has caused the Debian Bug report #647216,
regarding xulrunner-7.0: symbol lookup error in libxul.so
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
647216: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=647216
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: xulrunner-7.0
Version: 7.0.1-4
Severity: normal
-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160
I tried to start iceweasel, but it never starts, because of a missing
symbol from libxul.so
bminton@bminton:~$ iceweasel
failed to create drawable
/usr/lib/iceweasel/firefox-bin: symbol lookup error:
/usr/lib/xulrunner-7.0/libxul.so: undefined symbol:
gdk_x11_window_get_drawable_impl
bminton@bminton:~$
I don't know if this is related to bug 628723
- -- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.35.5 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash
Versions of packages xulrunner-7.0 depends on:
ii libasound2 1.0.24.1-4
ii libatk1.0-0 2.2.0-2
ii libbz2-1.0 1.0.5-7
ii libc6 2.13-21
ii libcairo2 1.10.2-6.1
ii libdbus-1-3 1.4.16-1
ii libevent-1.4-2 1.4.14b-stable-1
ii libfontconfig1 2.8.0-3
ii libfreetype6 2.4.7-2
ii libgcc1 1:4.6.1-16
ii libgdk-pixbuf2.0-0 2.24.0-1
ii libglib2.0-0 2.28.6-1
ii libgtk2.0-0 2.24.7-1
ii libhunspell-1.3-0 1.3.2-4
ii libjpeg8 8c-2
ii libmozjs7d 7.0.1-4
ii libnotify4 0.7.4-1
ii libnspr4-0d 4.8.9-1
ii libnss3-1d 3.12.11-3
ii libpango1.0-0 1.29.4-2
ii libpixman-1-0 0.22.2-1
ii libreadline6 6.2-4
ii libsqlite3-0 3.7.8-1
ii libstartup-notification0 0.12-1
ii libstdc++6 4.6.1-16
ii libvpx0 0.9.7.p1-2
ii libx11-6 2:1.4.4-2
ii libxext6 2:1.3.0-3
ii libxrender1 1:0.9.6-2
ii libxt6 1:1.1.1-2
ii zlib1g 1:1.2.3.4.dfsg-3
xulrunner-7.0 recommends no packages.
Versions of packages xulrunner-7.0 suggests:
ii libcanberra0 0.28-3
ii libdbus-glib-1-2 0.98-1
ii libgnomeui-0 2.24.5-2
- -- no debconf information
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEAREDAAYFAk6u7C8ACgkQ2/alund99IdFeACeObqMQYLzz7AryJ6NwWgUuUpb
AdcAn15KArAdCQJLtL3QSCzHD/lL+lme
=CYLP
-----END PGP SIGNATURE-----
--- End Message ---
--- Begin Message ---
On Mon, Oct 31, 2011 at 02:43:00PM -0400, Brian Minton wrote:
> Package: xulrunner-7.0
> Version: 7.0.1-4
> Severity: normal
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: RIPEMD160
>
> I tried to start iceweasel, but it never starts, because of a missing
> symbol from libxul.so
>
> bminton@bminton:~$ iceweasel
> failed to create drawable
> /usr/lib/iceweasel/firefox-bin: symbol lookup error:
> /usr/lib/xulrunner-7.0/libxul.so: undefined symbol:
> gdk_x11_window_get_drawable_impl
This symbol is in this package:
> ii libgtk2.0-0 2.24.7-1
Which you have installed and has the same version as it has on my
system.
What this suggests is that you have an old copy of libgdk somewhere on
your system. Try running ldd /usr/lib/xulrunner-7.0/libxul.so and figure
where it comes from.
Mike
--- End Message ---