Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 703940 - net-vpn/wireguard-tools should not depend on virtual/linux-sources
Summary: net-vpn/wireguard-tools should not depend on virtual/linux-sources
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Jason A. Donenfeld
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-12-27 08:42 UTC by Yorhel
Modified: 2019-12-27 16:01 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 Yorhel 2019-12-27 08:42:09 UTC
Problem: Installing =net-vpn/wireguard-tools-1.0.20191226 brings in virtual/linux-sources and sys-kernel/gentoo-sources. I use a precompiled kernel from another system and hence have no sources installed or configured, nor should I need to.

wireguard-tools-1.0.20191226.ebuild makes use of the linux-mod eclass to test for some kernel options, but at a cursory glance doesn't seem to need it for anything else. I was able to build earlier versions without installing the kernel sources.

Reproducible: Always
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2019-12-27 16:01:03 UTC
commit de6c11cf4be3fb4ce0baf00231909e897da27719
Author: Jason A. Donenfeld <zx2c4@gentoo.org>
Date:   Fri Dec 27 16:24:37 2019 +0100

    net-vpn/wireguard-tools: use linux-info rather than linux-mod

    Package-Manager: Portage-2.3.83, Repoman-2.3.20
    Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>