Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 632241 - [poly-c-overlay] net-wireless/rtl8812au-9999 - fails to build
Summary: [poly-c-overlay] net-wireless/rtl8812au-9999 - fails to build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Overlays (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Lars Wendler (Polynomial-C) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-28 17:09 UTC by Denis Descheneaux
Modified: 2017-10-02 10:23 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 Denis Descheneaux 2017-09-28 17:09:10 UTC
Package name: net-wireless/rtl8812au-9999::poly-c

fails to build unless module name is changed in ebuild

Built and tested with AC1200 USB 3 key and working

modified Ebuild below
#####################

EAPI=6

inherit linux-info linux-mod git-r3

DESCRIPTION="Driver for AC1200 (801.11ac) Wireless Dual-Band USB Adapter"
HOMEPAGE="https://github.com/abperiasamy/rtl8812AU_8821AU_linux"
EGIT_REPO_URI="https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git"
#EGIT_COMMIT="c33ddb05a77741d2a9c9b974ad0cf0fa26d17b6e"

LICENSE="GPL-2"
SLOT="0"
#KEYWORDS="~amd64 ~x86"
IUSE=""

# - MODULE_NAMES="8812au(net/wireless:)"
# + MODULE_NAMES="rtl8812au(net/wireless:)"
MODULE_NAMES="rtl8812au(net/wireless:)"
BUILD_TARGETS="clean modules"
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2017-10-02 10:23:52 UTC
Thanks for the report. Fixed.