Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 296589 - www-client/chromium-bin-9999.ebuild should add dependency to media-libs/jpeg-compat
Summary: www-client/chromium-bin-9999.ebuild should add dependency to media-libs/jpeg-...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Bernard Cafarelli
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-12 06:49 UTC by leeight
Modified: 2009-12-15 14:34 UTC (History)
0 users

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 leeight 2009-12-12 06:49:36 UTC
after upgrade media-libs/jpeg-7, chromium-bin can't lanunch, because it's needs libjpeg.so.62 which was provides by media-libs/jpeg-compat packages.

 

Reproducible: Always

Steps to Reproduce:
1. run chromium-bin
2.
3.

Actual Results:  
failed to launch


--- chromium-bin-9999.ebuild	2009-12-12 14:42:29.000000000 +0800
+++ /usr/portage/www-client/chromium-bin/chromium-bin-9999.ebuild	2009-12-02 00:07:51.000000000 +0800
@@ -9,13 +9,12 @@
 HOMEPAGE="http://code.google.com/chromium/"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS=""
 IUSE=""
 
 DEPEND="app-arch/unzip"
 RDEPEND="gnome-base/gconf
 	media-fonts/corefonts
-	media-libs/jpeg-compat
 	>=media-libs/alsa-lib-1.0.19
 	>=sys-devel/gcc-4.2
 	>=dev-libs/nspr-4.7
Comment 1 Bernard Cafarelli gentoo-dev 2009-12-15 14:34:57 UTC
Ah yes, newer compilations upstream now use more system libraries by default (libpng, bzip2, zlib, ... and jpeg version 6 here)

Thanks for the report! I've updated the RDEPEND to match this change (adding jpeg-compat and a few others)