Bug 178939 - media-gfx/digikam-0.9.1 fails to build with media-gfx/exiv2-0.14
|
Bug#:
178939
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: kde@gentoo.org
|
Reported By: roberto.castagnola@gmail.com
|
|
Component: Ebuilds
|
|
|
URL:
|
|
Summary: media-gfx/digikam-0.9.1 fails to build with media-gfx/exiv2-0.14
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2007-05-17 21:04 0000
|
Due to API change in exiv2-0.14, media-gfx/digikam fails to build.
(In reply to comment #3)
> I've tried your ebuild, but it gives me the error attached :-(
From your log, my patch isn't applied. It should be applied if
media-gfx/exiv2-0.14 is installed (which cause your error).
Try to comment condition check in my ebuild at line 65:
# if has_version ">=media-gfx/exiv2-0.14"; then
epatch "${FILESDIR}/${P}-exiv2.patch"
# fi
(In reply to comment #4)
> (In reply to comment #3)
> > I've tried your ebuild, but it gives me the error attached :-(
>
> From your log, my patch isn't applied. It should be applied if
> media-gfx/exiv2-0.14 is installed (which cause your error).
> Try to comment condition check in my ebuild at line 65:
>
> # if has_version ">=media-gfx/exiv2-0.14"; then
> epatch "${FILESDIR}/${P}-exiv2.patch"
> # fi
>
You was right... it was emerged the wrong ebuild... I just renamed your in to
"-r2" now it works great :-)
tnx
I can confirm this patch/ebuild fixed the same problem here. Thanks.
Thanks for the patch. I've just committed the fixes to CVS.