Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 260826 - media-sound/amarok-2.0.1.1: typo in use-dependency (seasame2 instead of sesame2)
Summary: media-sound/amarok-2.0.1.1: typo in use-dependency (seasame2 instead of sesame2)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-02 07:27 UTC by mikopp
Modified: 2009-03-02 13:32 UTC (History)
1 user (show)

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


Attachments
fix typo in amarok-2.0.1.1.ebuild (fix-amarok-2.0.1.1.diff,323 bytes, patch)
2009-03-02 09:24 UTC, Matthias Schwarzott
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mikopp 2009-03-02 07:27:38 UTC
After the latest sync Amarok has the following dependency

semantic-desktop? ( ||
( dev-libs/soprano[redland]
dev-libs/soprano[seasame2] )
)

My soprano is build with seasame2

Calculating dependencies... done!
[ebuild   R   ] dev-libs/soprano-2.2.1  USE="clucene sesame2 -debug -doc -redland" 0 kB

my portage is 2.1.6.7

and I do get the following error

emerge: there are no ebuilds built with USE flags to satisfy "dev-libs/soprano[redland]".
!!! One of the following packages is required to complete your request:
- dev-libs/soprano-2.2.1 (Change USE: +redland)


According to the dependency it should require either of the two but it seems to want both.

Reproducible: Always
Comment 1 Michael Amrhein 2009-03-02 08:55:54 UTC
(In reply to comment #0)
> After the latest sync Amarok has the following dependency
> 
> semantic-desktop? ( ||
> ( dev-libs/soprano[redland]
> dev-libs/soprano[seasame2] )
> )
> 
> My soprano is build with seasame2
> 
> Calculating dependencies... done!
> [ebuild   R   ] dev-libs/soprano-2.2.1  USE="clucene sesame2 -debug -doc
> -redland" 0 kB
> 
> my portage is 2.1.6.7
> 
> and I do get the following error
> 
> emerge: there are no ebuilds built with USE flags to satisfy
> "dev-libs/soprano[redland]".
> !!! One of the following packages is required to complete your request:
> - dev-libs/soprano-2.2.1 (Change USE: +redland)
> 
> 
> According to the dependency it should require either of the two but it seems to
> want both.
> 
> Reproducible: Always
> 

It's just a typo in the amarok ebuild:
"seasame2" instead of "sesame2"
Comment 2 mikopp 2009-03-02 09:10:53 UTC
Thanks,that works. Could have seen that myself..
Comment 3 Matthias Schwarzott gentoo-dev 2009-03-02 09:24:24 UTC
Created attachment 183655 [details, diff]
fix typo in amarok-2.0.1.1.ebuild
Comment 4 Alexey Shvetsov archtester gentoo-dev 2009-03-02 13:32:51 UTC
Fixed =)