Package Details: linux-wsl 5.10.74.3-1

Git Clone URL: https://aur.archlinux.org/linux-wsl.git (read-only, click to copy)
Package Base: linux-wsl
Description: Microsoft's Windows Subsystem for Linux 2 (WSL2) kernel
Upstream URL: https://github.com/microsoft/WSL2-Linux-Kernel
Licenses: GPL2
Submitter: greyltc
Maintainer: greyltc
Last Packager: greyltc
Votes: 2
Popularity: 0.000000
First Submitted: 2019-11-03 13:27 (UTC)
Last Updated: 2021-11-23 17:29 (UTC)

Required by (0)

Sources (1)

Latest Comments

fahq613 commented on 2022-02-01 13:38 (UTC)

I received this error when building:

error: include/uapi/misc/d3dkmthk.h: missing "WITH Linux-syscall-note" for SPDX-License-Identifier make[1]: [scripts/Makefile.headersinst:63: usr/include/misc/d3dkmthk.h] Error 1 make[1]: Waiting for unfinished jobs.... HDRINST usr/include/misc/cxl.h make: *** [Makefile:1311: headers] Error 2

I was able to get it to build successfully by adding this under Prepare in the PKGBUILD:

sed -i 's/SPDX-License-Identifier: GPL-2.0/SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note/g' include/uapi/misc/d3dkmthk.h

I apologize if this isn't the correct way to suggest and edit since I've never needed to do this before but wanted to add what I feel is a functional fix to try and help others or to have it added to the PKGBUILD.

greyltc commented on 2020-01-02 09:49 (UTC)

@muhviehstarr would you like to post the command you ran and the error you got?

muhviehstarr commented on 2020-01-01 01:30 (UTC)

dkms not working

greyltc commented on 2019-12-17 16:35 (UTC)

@jclds139 the install file conflicts should be fixed up now

jclds139 commented on 2019-12-15 05:44 (UTC)

The package as it is won't install on ArchWSL due to some conflicting paths with filesystem. I had already started on another PKGBUILD almost entirely based on the existing one from the core linux package. I can confirm that it does build and compile, at least using ArchWSL on the current slow ring build (19041.1).

For your consideration: https://gist.github.com/jclds139/641e276329658443a7fe992d5cd26d8c