has anybody also problems getting the git sources? It seems it is going to download forever:
0% (798/7414985), 340.00 KiB | 5.00 KiB/s
Git Clone URL: | https://aur.archlinux.org/linux-amd-staging-drm-next-git.git (read-only, click to copy) |
---|---|
Package Base: | linux-amd-staging-drm-next-git |
Description: | The Linux-amd-staging-drm-next-git kernel and modules |
Upstream URL: | https://cgit.freedesktop.org/~agd5f/linux/ |
Keywords: | amd amdgpu dal dc radeon vega |
Licenses: | |
Submitter: | yurikoles |
Maintainer: | yurikoles |
Last Packager: | yurikoles |
Votes: | 19 |
Popularity: | 0.37 |
First Submitted: | 2017-08-24 18:09 |
Last Updated: | 2019-11-26 17:17 |
has anybody also problems getting the git sources? It seems it is going to download forever:
0% (798/7414985), 340.00 KiB | 5.00 KiB/s
@Strunkenbold I created a PR that should fix the problem.
https://github.com/yurikoles-aur/linux-amd-staging-drm-next-git/pull/6
@Strunkenbold, thanks for your report. I will double check it.
Can anyone actually use this kernel? I made a fresh git checkout of the aur git repo. I didnt alter anything of the config file. But it seems it doesnt create the initramfs. Even if I force the creation with mkinitcpio, it doesnt work. It just do's nothing. I compiled another kernel and it worked without problem, so I guess theres a problem with the preset file.
I've just built it (5.3.841339) and modules are packaged in 5.2.0-rc1-amd-staging(...)-g865b4ca43826 dir. What am I doing wrong?
Hi,
I get the exact samedi error than radmen : c (exception: cannot import name 'AutodocReporter' from 'sphinx.ext.autodoc' (/usr/lib/python3.7/site-packages/sphinx/ext/autodoc/init.py))
Failed with the following error: Could not import extension kerneldoc (exception: cannot import name 'AutodocReporter' from 'sphinx.ext.autodoc' (/usr/lib/python3.7/site-packages/sphinx/ext/autodoc/init.py))
Quite possible that package python-sphinx
will fix this. Can't verify it now because build takes literally hours and it seems that on each install attempt compiled sources are removed so everything has to be compiled once again.
// Edit: python-sphinx
package was already installed. Can't say way I got this error :/
@kmaris fixed!
export LC_ALL=C; makepkg -si
I'm getting this error during header package build:
==> Starting package_linux-amd-staging-drm-next-git-headers()...
-> Installing build files...
-> Installing headers...
install: cannot stat 'arch/x86/kernel/macros.s': No such file or directory
==> ERROR: A failure occurred in package_linux-amd-staging-drm-next-git-headers().
Aborting...
Pinned Comments
yurikoles commented on 2017-09-25 18:29
Pull-requests are welcome: https://github.com/yurikoles/linux-amd-staging-drm-next-git
Please report bugs upstream: https://bugs.freedesktop.org/ or amd-gfx mailing list.
Please make sure that build output is not localized by adding
LC_ALL=C
in front of command that you use to build a kernel, e.g.LC_ALL=C makepkgs -si