Summary: | gtk+: no jpg support in nautilus, eog with --as-needed in LDFLAGS | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Anton Kuzmin <selecter> |
Component: | [OLD] GNOME | Assignee: | Gentoo Linux Gnome Desktop Team <gnome> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | ||
Priority: | High | ||
Version: | 2006.1 | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Anton Kuzmin
2006-09-04 18:07:28 UTC
Gave up --as-needed. Surely it was the cause of the problem I think I have the same problem and other people reported facing similar problem in the thread: http://forums.gentoo.org/viewtopic-t-509019-highlight-eog.html I have tested various of eog and all fail with the same symptoms as described in the initial bug report. Below is my emerge info: $ emerge --info Portage 2.1.1 (default-linux/x86/2006.1, gcc-4.1.1, glibc-2.4-r3, 2.6.17.13-mactel i686) ================================================================= System uname: 2.6.17.13-mactel i686 Genuine Intel(R) CPU T2600 @ 2.16GHz Gentoo Base System version 1.12.5 Last Sync: Tue, 24 Oct 2006 15:00:01 +0000 app-admin/eselect-compiler: [Not Present] dev-java/java-config: [Not Present] dev-lang/python: 2.4.3-r4 dev-python/pycrypto: 2.0.1-r5 dev-util/ccache: [Not Present] dev-util/confcache: [Not Present] sys-apps/sandbox: 1.2.17 sys-devel/autoconf: 2.13, 2.59-r7 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2 sys-devel/binutils: 2.16.1-r3 sys-devel/gcc-config: 1.3.13-r4 sys-devel/libtool: 1.5.22 virtual/os-headers: 2.6.17-r1 ACCEPT_KEYWORDS="x86" AUTOCLEAN="yes" CBUILD="i686-pc-linux-gnu" CFLAGS="-march=i686 -O2 -pipe" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config" CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c" CXXFLAGS="-march=i686 -O2 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict" GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo" LINGUAS="fr en ja" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="x86 X acpi alsa apm berkdb bitmap-fonts cdparanoia cdr cli cracklib crypt cups dlloader dri dvd dvdr elibc_glibc emacs exif firefox foomaticdb fortran gdbm gpm gstreamer gtk gtk2 imagemagick input_devices_keyboard input_devices_mouse input_devices_synaptics ipv6 isdnlog jpeg kde kernel_linux latex lcms leim libg++ linguas_en linguas_fr linguas_ja lm_sensors madwifi mp3 ncurses nls nptl nptlonly opengl pam pcre pdf perl png ppds pppd python qt readline reflection sdl session spl ssl tcltk tcpd tiff truetype truetype-fonts type1-fonts udev unicode usb userland_GNU video_cards_fglrx video_cards_radeon video_cards_vesa vorbis xine xinerama xorg zlib" Unset: CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, MAKEOPTS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY Here are my use flags for eog and gtk+: [ebuild R ] x11-libs/gtk+-2.8.19 USE="X jpeg* tiff* xinerama* -debug -doc" 12,015 kB [ebuild U ] media-gfx/eog-2.14.2 [2.10.2] USE="debug jpeg lcms%*" 0 kB (In reply to comment #2) I forgot to mention that I do NOT have the --as-needed flag, yet I still have the same issues. I am not sure but recompiling gtk library and nautilus/eog without --as-needed did seem helped me. Try that. It seems that your gtk+ library doesn't include jpeg support. The jpeg* indicates that. (In reply to comment #5) > It seems that your gtk+ library doesn't include jpeg support. The jpeg* > indicates that. Indeed, this was that. Still, I am not sure to understand why gtk+ was compiled without jpeg support in the first place, since I had jpeg in my USE since the beginning. But I was not familiar with the "*" tagging of USE options in outputs of emerge. Thanks. marking resolved per reporters comments |