Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 415997 - app-emulation/emul-linux-x86-baselibs needs to include ">=media-libs/tiff-3.9.5-r3:3" for skype
Summary: app-emulation/emul-linux-x86-baselibs needs to include ">=media-libs/tiff-3.9...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords:
: 415999 (view as bug list)
Depends on: 416055
Blocks: emul-tracker 415985
  Show dependency tree
 
Reported: 2012-05-14 20:33 UTC by Samuli Suominen (RETIRED)
Modified: 2012-05-20 13:16 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Samuli Suominen (RETIRED) gentoo-dev 2012-05-14 20:33:29 UTC
note to amd64:

i'm adding custom symlink creating to the emul-linux-x86-baselibs ebuild for this to workaround it for now
remove the code from the ebuild once it includes -r3 of tiff from SLOT="3"

required for bug 415985
Comment 1 Julian Ospald 2012-05-14 20:35:37 UTC
*** Bug 415999 has been marked as a duplicate of this bug. ***
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2012-05-14 20:46:23 UTC
This is the code that should be dropped once -r3 (or higher) from SLOT="3" of media-libs/tiff is included properly:

http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20120127-r1.ebuild?rev=1.1&content-type=text/plain

diff -u emul-linux-x86-baselibs-20120127.ebuild emul-linux-x86-baselibs-20120127-r1.ebuild

@@ -29,3 +29,11 @@
 
 	ln -s ../share/terminfo "${S}/usr/lib32/terminfo" || die
 }
+
+src_install() {
+	emul-linux-x86_src_install
+
+	# http://bugs.gentoo.org/415997
+	dosym libtiff$(get_libname 3) /usr/lib32/libtiff$(get_libname 4)
+	dosym libtiffxx$(get_libname 3) /usr/lib32/libtiffxx$(get_libname 4)
+}
Comment 3 Pacho Ramos gentoo-dev 2012-05-20 13:16:29 UTC
done in latest set