Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 830481

Summary: games-action/supertuxkart: ebuild states that -DUSE_IPV6=ON is "not supported by system enet", but this is no longer the case.
Product: Gentoo Linux Reporter: asdfg <andrschwarz>
Component: Current packagesAssignee: Gentoo Games <games>
Status: RESOLVED INVALID    
Severity: normal CC: sam
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description asdfg 2022-01-03 02:10:13 UTC
STK code has been updated for quite a while and nowadays it supports IPv6 quite fine.

As such, the ebuild should be amended and its line 73 (-DUSE_IPV6=OFF # not supported by system enet) should be either changed to -DUSE_IPV6=ON or                 -DUSE_IPV6=$(usex ipv6)

for more context, please check https://github.com/supertuxkart/stk-code/blob/73064a341afed6a63afd24651898bf0537f24374/CMakeLists.txt#L227
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-01-03 03:36:08 UTC
I don't think this is right, actually: it falls back to the bundled copy if USE_IPV6 is on.