Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 830481 - games-action/supertuxkart: ebuild states that -DUSE_IPV6=ON is "not supported by system enet", but this is no longer the case.
Summary: games-action/supertuxkart: ebuild states that -DUSE_IPV6=ON is "not supported...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-03 02:10 UTC by asdfg
Modified: 2022-01-03 03:36 UTC (History)
1 user (show)

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 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.