Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 255601 - games-action/bzflag-2.0.12 requiring net-misc/curl-7.15.0[ares] conflicts with USE=ipv6 net-misc/curl
Summary: games-action/bzflag-2.0.12 requiring net-misc/curl-7.15.0[ares] conflicts wit...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Games
URL: http://sources.gentoo.org/viewcvs.py/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-20 10:19 UTC by Petr Pisar
Modified: 2009-01-20 18:52 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Pisar 2009-01-20 10:19:05 UTC
Due to cleanup in games-action/bzflag-2.0.12.ebuild (see URL) it's not possible to install bzflag and curl with IPv6 at the same time:

# emerge -uDvNa world

These are the packages that would be merged, in order:

Calculating dependencies... done!

emerge: there are no ebuilds built with USE flags to satisfy ">=net-misc/curl-7.15.0[ares]".
!!! One of the following packages is required to complete your request:
- net-misc/curl-7.18.2 (Change USE: +ares)
(dependency required by "games-action/bzflag-2.0.12" [installed])
(dependency required by "world" [argument])

This is caused by net-misc/curl-7.18.2 which switches of ares support if ipv6 is required (c-ares does not support IPv6 yet).

Original bzflag ebuild had weaker dependency on curl with ares (see bug #200798) and worked very well linked against USE="-ares ipv6" curl.

I suggest to revert this change in bzflag-2.0.12.
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2009-01-20 15:59:30 UTC
I thought it was in response to a bug but it doesn't appear to be needed.  I removed the use dep.
Comment 2 Petr Pisar 2009-01-20 18:52:18 UTC
Thanks.

One hint: Remove now meaningless EAPI=2 statement from the ebuild to comply with Gentoo QA.