Summary: | media-libs/jpeg-6b-r7 - needs to have build system redone to support cross-compiling | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Nguyen Thai Ngoc Duy (RETIRED) <pclouds> |
Component: | New packages | Assignee: | Gentoo Graphics Project <graphics+disabled> |
Status: | RESOLVED TEST-REQUEST | ||
Severity: | trivial | CC: | codehero, jakub, odole |
Priority: | High | ||
Version: | 2006.0 | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Nguyen Thai Ngoc Duy (RETIRED)
![]() Eh, it's not crosscompile-specific at all, there's tons of duplicates [1] for this issue without any crosscompile, because LIBTOOL is missing --tag=CC in Makefile... [1] http://tinyurl.com/356tef I should have said clearer. I knew about --tag=CC but after i patched it to support --tag=CC it still failed because it tried to use i686-pc-linux-gnu-gcc as linker. removing the patch to satisfy the cross-compiling crowd isnt really worth it better to just redo the whole build system ... but that gets us back to the fact that the jpeg package has a friggin dead upstream *** Bug 185157 has been marked as a duplicate of this bug. *** I have exactly the same problem when cross compiling media-libs/jpeg-6b-r8. After a quick look at patch applied to libjpeg it seems that this pacth: 06_all_jpeg-libtool.patch is responsible of the bug. As a matter of fact, if I use ./libtool in libtool-wrapper instead of libtool, everything is ok. So I suggest to modify the patch to use ./libtool in libtool-wrapper. Try >=media-libs/jpeg-7, appears to have more recent autotools ... |