Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 366563 - media-sound/xnoise-0.1.22 emerge fails with dev-lang/vala:0
Summary: media-sound/xnoise-0.1.22 emerge fails with dev-lang/vala:0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Christoph Mende (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-09 09:10 UTC by Tomoh K.
Modified: 2011-05-16 11:29 UTC (History)
1 user (show)

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


Attachments
xnoise-0.1.22.ebuild patch (xnoise-0.1.22.ebuild.patch,467 bytes, patch)
2011-05-09 09:10 UTC, Tomoh K.
Details | Diff
build.log (xnoise.build.log,3.49 KB, text/plain)
2011-05-09 09:13 UTC, Tomoh K.
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomoh K. 2011-05-09 09:10:33 UTC
Created attachment 272589 [details, diff]
xnoise-0.1.22.ebuild patch

emerging media-sound/xnoise-0.1.22 fails because its ebuild lacks dev-lang/vala:0.12 dependence.

Proposal patch is attached.
Comment 1 Tomoh K. 2011-05-09 09:13:41 UTC
Created attachment 272591 [details]
build.log
Comment 2 Tomoh K. 2011-05-09 10:29:25 UTC
Sorry, I misunderstood about this.
Emerging xnoise fails on vala:0.8 or/and vala:0.10 installed system.
Emerging xnoise succeed on a vala-less system, but It seems some features of xnoise are disabled (e.g. cover art fetching and displaying).

IMHO, xnoise needs a USE Flag about vala.
Comment 3 Tomoh K. 2011-05-09 12:42:28 UTC
It was a misunderstanding. again.
emerging xnoise only fails on a vala:0 installed system. configure script stopped with error(shown by build.log above).
On vala:0.10 and/or vala:0.12 installed or vala-less systems, configure script just ignore vala related staff. Because of /usr/bin/valac absence.

I'm very sorry for spamming here...
Regards.
Comment 4 Christoph Mende (RETIRED) gentoo-dev 2011-05-16 11:29:08 UTC
Well, I'm pretty sure vala is not required at all to build xnoise, but I wasn't able to find a way to disable the check if /usr/bin/valac exists. So I've forced valac-0.12 for now.