Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 284582 - dev-java/icedtea6-bin-1.4.1 : libsplashscreen.so depends on libjpeg.so.62, media-libs/jpeg-7 doesn't provide it
Summary: dev-java/icedtea6-bin-1.4.1 : libsplashscreen.so depends on libjpeg.so.62, me...
Status: RESOLVED DUPLICATE of bug 283248
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-11 10:18 UTC by Yura Kudryashov
Modified: 2009-09-11 10:24 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 Yura Kudryashov 2009-09-11 10:18:16 UTC
After upgrade to media-libs/jpeg-7 and emerge @preserved-rebuild:
!!! existing preserved libs:
>>> package: media-libs/jpeg-7
 *  - /usr/lib/libjpeg.so.62
 *  - /usr/lib/libjpeg.so.62.0.0
 *      used by /opt/icedtea6-bin-1.4.1/jre/lib/i386/libsplashscreen.so (dev-java/icedtea6-bin-1.4.1)

I think that icedtea6-bin-1.4.1 should either depend on jpeg-6* or be rebuilt against jpeg-7.

Reproducible: Always

Steps to Reproduce:
1. Upgrade media-libs/jpeg to version 7.
2. ldd /opt/icedtea6-bin-1.4.1/jre/lib/i386/libsplashscreen.so

Actual Results:  
libjpeg.so.62 => /usr/lib/libjpeg.so.62 (with preserved-libs FEATURE).
I think that it'll be 'not found' whitout preserved-libs.

Expected Results:  
libjpeg.so.7 => /usr/lib/libjpeg.so.7
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2009-09-11 10:24:15 UTC

*** This bug has been marked as a duplicate of bug 283248 ***