Summary: | media-video/vdr-1.6.0_p2 does not compile with <media-libs/jpeg-8 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Stefan Bauer <stefan.andreas.bauer> |
Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | VERIFIED FIXED | ||
Severity: | normal | ||
Priority: | High | ||
Version: | 2008.0 | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log of vdr with jpeg-6b-r9 installed |
Description
Stefan Bauer
2010-03-22 16:19:30 UTC
why would you mask jpeg-8? the old jpeg's are for binary-only applications, and only for them, no installed headers at all that said, i've committed the change to all vdr ebuilds Created attachment 224707 [details]
build.log of vdr with jpeg-6b-r9 installed
An interesting thing:
$ equery f jpeg
[ Searching for packages matching jpeg... ]
* Contents of media-libs/jpeg-6b-r9:
/usr
/usr/lib
/usr/lib/debug
/usr/lib/debug/usr
/usr/lib/debug/usr/lib
/usr/lib/debug/usr/lib/libjpeg.so.62.debug
/usr/lib/libjpeg.so.62
No headers installed at all!?
(In reply to comment #1) > why would you mask jpeg-8? I'm currently digging down another bug in a package depending on jpeg (https://sourceforge.net/tracker/?func=detail&aid=2974620&group_id=160063&atid=814342). I wanted to check for regressions in jpeg. > the old jpeg's are for binary-only applications, and only for them, no > installed headers at all Thanks for explaining this. > that said, i've committed the change to all vdr ebuilds Thank you. (In reply to comment #3) > I'm currently digging down another bug in a package depending on jpeg > (https://sourceforge.net/tracker/?func=detail&aid=2974620&group_id=160063&atid=814342). > I wanted to check for regressions in jpeg. There was a regression in jpeg-8, please upgrade to jpeg-8a. Also don't forget to run, revdep-rebuild --library libjpeg.so.62 revdep-rebuild --library libjpeg.so.7 To sanitize the system (a.k.a. relink everything against libjpeg.so.8 that is still linked to old jpeg). Otherwise all debugging data is more than unrealiable :) I just looked at the bug again, grep the sources for cinfo.raw_data_out or cinfo.raw_data_in. If you find those, you likely need similar patch to one applied in portage for media-video/mjpegtools /usr/portage/media-video/mjpegtools/files/mjpegtools-1.9.0-jpeg-7.patch |