Firefox 3.6 with-plugins was installed and working correctly. I updated some packages on debian:

libc6-i386 (2.7-18lenny2)
libc6-dev (2.7-18lenny2)
libc6-dev-i386 (2.7-18lenny2)
haskell-utils (1.11+b1)
ghc6 (6.8.2dfsg1-1.1)
ghc6-prof (6.8.2dfsg1-1.1)
haddock (0.8-2.1+b1)
(There were more, but these looked most suspicious)

Afterwards firefox segfaults:
/nix/store/chgdrh4cwbx533q9pn13ndk8ng059hbw-firefox-3.6/bin/firefox: symbol lookup error: /usr/lib/libxml2.so.2: undefined symbol: gzopen64

I have also tried installing Firefox 3.5.7 which gives the same error. I also uninstalled both and removed them with nix-collect-garbage -d, and then reinstalled. I still get the same error. I installed and can run other applications without any problem e.g. Inkscape.

$ ldd /nix/store/chgdrh4cwbx533q9pn13ndk8ng059hbw-firefox-3.6/bin/firefox
linux-vdso.so.1 => (0x00007fff9c4b0000)
libpthread.so.0 => /nix/store/s88vdfglm94x7jn0vqm24pqhq460s0c7-glibc-2.9/lib/libpthread.so.0 (0x00007f54345ae000)
libasound.so.2 => /nix/store/mlc760x4z9d5b9vk8naskb02ixdzryci-alsa-lib-1.0.21a/lib/libasound.so.2 (0x00007f54342cc000)
libdl.so.2 => /nix/store/s88vdfglm94x7jn0vqm24pqhq460s0c7-glibc-2.9/lib/libdl.so.2 (0x00007f54340c8000)
libstdc++.so.6 => /nix/store/5m02zhx43wykfm52krz79mgzmbpdg3w8-gcc-4.3.3/lib64/libstdc++.so.6 (0x00007f5433dc3000)
libm.so.6 => /nix/store/s88vdfglm94x7jn0vqm24pqhq460s0c7-glibc-2.9/lib/libm.so.6 (0x00007f5433b40000)
libgcc_s.so.1 => /nix/store/5m02zhx43wykfm52krz79mgzmbpdg3w8-gcc-4.3.3/lib64/libgcc_s.so.1 (0x00007f5433929000)
libc.so.6 => /nix/store/s88vdfglm94x7jn0vqm24pqhq460s0c7-glibc-2.9/lib/libc.so.6 (0x00007f54335d5000)
/nix/store/s88vdfglm94x7jn0vqm24pqhq460s0c7-glibc-2.9/lib/ld-linux-x86-64.so.2 (0x00007f54347ca000)
librt.so.1 => /nix/store/s88vdfglm94x7jn0vqm24pqhq460s0c7-glibc-2.9/lib/librt.so.1 (0x00007f54333ba000)

I hope this is the correct place to report this, it is probably more of a problem with my system than with nix-pkgs, but any help would be greatly appreciated. Please let me know if there is any further information I can provide.

Thanks,
Cillian

Submitted on 4 February 2010 at 13:25

Log in to post comments