Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 127687

Summary: update media-libs/tiff in emul-linux-x86-baselibs
Product: Gentoo Linux Reporter: Gustavo Felisberto (RETIRED) <humpback>
Component: New packagesAssignee: AMD64 Project <amd64>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 103587    

Description Gustavo Felisberto (RETIRED) gentoo-dev 2006-03-26 15:56:21 UTC
Trying to run gizmo ( a im/iphone system ) i found that i needed libtiff in 32 bits mode.
Comment 1 Simon Stelling (RETIRED) gentoo-dev 2006-03-27 03:06:49 UTC
there is no gizmo package in the tree.. beside that, media-libs/tiff is already in emul-baselibs:

http://www.gentoo.org/proj/en/base/amd64/emul/emul-content.txt
Comment 2 Gustavo Felisberto (RETIRED) gentoo-dev 2006-03-27 15:03:33 UTC
I actually know that Simon. I am supposed to bring it to the tree.
sam ~ # tar tvfj /usr/portage/distfiles/emul-linux-x86-baselibs-2.5.tar.bz2 |grep tiff
-rwxr-xr-x root/root    327180 2005-12-05 16:46:50 emul/linux/x86/usr/lib/libtiff.so.3.7.3
lrwxrwxrwx root/root         0 2005-09-06 15:41:23 emul/linux/x86/usr/lib/libtiff.so -> libtiff.so.3.7.3
-rwxr-xr-x root/root      8052 2005-12-05 16:47:01 emul/linux/x86/usr/lib/libtiffxx.so.3.7.3
lrwxrwxrwx root/root         0 2005-09-06 15:41:23 emul/linux/x86/usr/lib/libtiff.so.3 -> libtiff.so.3.7.3
lrwxrwxrwx root/root         0 2005-09-06 15:41:31 emul/linux/x86/usr/lib/libtiffxx.so.3 -> libtiffxx.so.3.7.3
lrwxrwxrwx root/root         0 2005-09-06 15:41:31 emul/linux/x86/usr/lib/libtiffxx.so -> libtiffxx.so.3.7.3


and for gizmo:

sam ~ # ldd /usr/bin/gizmo |grep tiff
	libtiff.so.4 => not found
Comment 3 Simon Stelling (RETIRED) gentoo-dev 2006-03-28 07:44:22 UTC
i see... you could have mentioned before that you just need a different version :P

i'm still being dumb: according to the ebuild attached to bug 103587, gizmo requires >=media-libs/tiff-3. That dependency is met with 3.7.3. I even merged the ~amd64 3.7.4, but it doesn't provide a *.so.4 either. What version of tiff do you actually want? 3.7.4 is the most recent in the tree, btw.
Comment 4 Simon Stelling (RETIRED) gentoo-dev 2006-06-22 13:28:54 UTC
please answer the questions in comment 3
Comment 5 Gustavo Felisberto (RETIRED) gentoo-dev 2006-06-22 19:58:21 UTC
From what i could find[1] some distros started naming libtiff greater that 3.6.1 as version 4.

But the number of still missing libs is way to big to solve
humpback@sam /opt/gizmo $ LD_LIBRARY_PATH=".:/emul/linux/x86/usr/lib/:${LD_LIBRARY_PATH}"  ldd ./gizmo |grep found
	libgconf-2.so.4 => not found
	libORBit-2.so.0 => not found
	libglade-2.0.so.0 => not found
	libxml2.so.2 => not found
	libexpat.so.1 => not found
	libdns_sd.so => not found
	libexpat.so.1 => not found
	libcurl.so.3 => not found


[1]http://www.asmail.be/msg0055435656.html
Comment 6 Simon Stelling (RETIRED) gentoo-dev 2006-06-23 00:46:22 UTC
many (all?) of these libs are provided by the emul-libs, check http://www.gentoo.org/proj/en/base/amd64/emul/content.xml

i assume you have them installed...
Comment 7 Simon Stelling (RETIRED) gentoo-dev 2006-08-25 08:17:20 UTC
WORKSFORME
Comment 8 Steven Newbury 2008-10-17 12:54:56 UTC
I've created a new gizmo ebuild, but I'm missing libgconf-2.so.4 from any emul-linux-x86*.  Is there some reason this isn't shipped in apps-emulation/emul-linux-x86-gtklibs?

This is the only missing library.