Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 178939 - media-gfx/digikam-0.9.1 fails to build with media-gfx/exiv2-0.14
Summary: media-gfx/digikam-0.9.1 fails to build with media-gfx/exiv2-0.14
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-17 21:04 UTC by Roberto Castagnola
Modified: 2007-05-21 20:17 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
digikam-0.9.1-exiv2.patch (digikam-0.9.1-exiv2.patch,4.46 KB, patch)
2007-05-17 21:06 UTC, Roberto Castagnola
Details | Diff
digikam-0.9.1.ebuild (digikam-0.9.1.ebuild,2.53 KB, text/plain)
2007-05-17 21:08 UTC, Roberto Castagnola
Details
ebuild_digikam_error_log (media-gfx:digikam-0.9.1:20070519-090736.log,131.92 KB, text/plain)
2007-05-19 09:46 UTC, Leo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Roberto Castagnola 2007-05-17 21:04:37 UTC
Due to API change in exiv2-0.14, media-gfx/digikam fails to build.
Comment 1 Roberto Castagnola 2007-05-17 21:06:41 UTC
Created attachment 119556 [details, diff]
digikam-0.9.1-exiv2.patch

patch for digikam-0.9.1 needed to build against media-gfx/exiv2-0.14
Comment 2 Roberto Castagnola 2007-05-17 21:08:16 UTC
Created attachment 119557 [details]
digikam-0.9.1.ebuild

ebuild witch applies above patch if media-gfx/exiv2-0.14 is installed
Comment 3 Leo 2007-05-19 09:46:43 UTC
Created attachment 119678 [details]
ebuild_digikam_error_log

I've tried your ebuild, but it gives me the error attached :-(
Comment 4 Roberto Castagnola 2007-05-19 20:58:49 UTC
(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
Comment 5 Leo 2007-05-20 11:21:20 UTC
(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
Comment 6 James Tomlinson 2007-05-21 16:29:02 UTC
I can confirm this patch/ebuild fixed the same problem here. Thanks.
Comment 7 Wulf Krueger (RETIRED) gentoo-dev 2007-05-21 20:17:54 UTC
Thanks for the patch. I've just committed the fixes to CVS.