Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] nvidia340-dkms installation fails
@ 2019-09-06 21:37 voidlinux-github
  2019-09-06 22:41 ` nvidia340-dkms fails to build voidlinux-github
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: voidlinux-github @ 2019-09-06 21:37 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 954 bytes --]

New issue by VoidDuck on void-packages repository

https://github.com/void-linux/void-packages/issues/14273

Description:
### System
* xuname:  
  Void 4.19.69_1 x86_64 GenuineIntel uptodate rF
* package:  
  nvidia340-dkms-340.107_3

### Expected behavior
The kernel module should be built and installed

### Actual behavior
The build fails with following error message:
`ERROR: Kernel configuration is invalid
include/generated/autoconf.h or include/config/auto.conf are missing.
Run 'make oldconfig && make prepare' on kernel src to fix it.`

Running `make oldconfig && make prepare` gives an error as well:
`scripts/kconfig/conf  --syncconfig Kconfig
scripts/Makefile.build:45: arch/x86/entry/syscalls/Makefile: No such file or directory
make[1]: *** No rule to make target 'arch/x86/entry/syscalls/Makefile'.  Stop.
make: *** [arch/x86/Makefile:245: archheaders] Error 2`

### Steps to reproduce the behavior
Install nvidia340

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: nvidia340-dkms fails to build
  2019-09-06 21:37 [ISSUE] nvidia340-dkms installation fails voidlinux-github
@ 2019-09-06 22:41 ` voidlinux-github
  2019-09-07 11:29 ` voidlinux-github
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-09-06 22:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 218 bytes --]

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/issues/14273#issuecomment-529037209

Comment:
It works fine here. Are you sure the kernel headers are installed properly?

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: nvidia340-dkms fails to build
  2019-09-06 21:37 [ISSUE] nvidia340-dkms installation fails voidlinux-github
  2019-09-06 22:41 ` nvidia340-dkms fails to build voidlinux-github
@ 2019-09-07 11:29 ` voidlinux-github
  2019-09-07 17:43 ` voidlinux-github
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-09-07 11:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 394 bytes --]

New comment by VoidDuck on void-packages repository

https://github.com/void-linux/void-packages/issues/14273#issuecomment-529099726

Comment:
linux4.19-headers package is installed. May there be some manual task needed for the headers to be installed properly?

You can see my complete log if it cans help you.
[make.log](https://github.com/void-linux/void-packages/files/3586559/make.log)

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: nvidia340-dkms fails to build
  2019-09-06 21:37 [ISSUE] nvidia340-dkms installation fails voidlinux-github
  2019-09-06 22:41 ` nvidia340-dkms fails to build voidlinux-github
  2019-09-07 11:29 ` voidlinux-github
@ 2019-09-07 17:43 ` voidlinux-github
  2019-09-08  9:56 ` voidlinux-github
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-09-07 17:43 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 365 bytes --]

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/issues/14273#issuecomment-529129439

Comment:
Please check your `/usr/bin/cc` symlink. If it points to clang or any other compiler that is not gcc, use xbps-alternatives to set it back to gcc. The errors look like the wrong compiler is used to build the kernel module.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: nvidia340-dkms fails to build
  2019-09-06 21:37 [ISSUE] nvidia340-dkms installation fails voidlinux-github
                   ` (2 preceding siblings ...)
  2019-09-07 17:43 ` voidlinux-github
@ 2019-09-08  9:56 ` voidlinux-github
  2019-09-08  9:57 ` [ISSUE] [CLOSED] " voidlinux-github
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-09-08  9:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 187 bytes --]

New comment by VoidDuck on void-packages repository

https://github.com/void-linux/void-packages/issues/14273#issuecomment-529187639

Comment:
You're right! It works fine now. Thank you.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [ISSUE] [CLOSED] nvidia340-dkms fails to build
  2019-09-06 21:37 [ISSUE] nvidia340-dkms installation fails voidlinux-github
                   ` (3 preceding siblings ...)
  2019-09-08  9:56 ` voidlinux-github
@ 2019-09-08  9:57 ` voidlinux-github
  2019-09-10 12:38 ` voidlinux-github
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-09-08  9:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 957 bytes --]

Closed issue by VoidDuck on void-packages repository

https://github.com/void-linux/void-packages/issues/14273

Description:
### System
* xuname:  
  Void 4.19.69_1 x86_64 GenuineIntel uptodate rF
* package:  
  nvidia340-dkms-340.107_3

### Expected behavior
The kernel module should be built and installed

### Actual behavior
The build fails with following error message:
`ERROR: Kernel configuration is invalid
include/generated/autoconf.h or include/config/auto.conf are missing.
Run 'make oldconfig && make prepare' on kernel src to fix it.`

Running `make oldconfig && make prepare` gives an error as well:
`scripts/kconfig/conf  --syncconfig Kconfig
scripts/Makefile.build:45: arch/x86/entry/syscalls/Makefile: No such file or directory
make[1]: *** No rule to make target 'arch/x86/entry/syscalls/Makefile'.  Stop.
make: *** [arch/x86/Makefile:245: archheaders] Error 2`

### Steps to reproduce the behavior
Install nvidia340

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: nvidia340-dkms fails to build
  2019-09-06 21:37 [ISSUE] nvidia340-dkms installation fails voidlinux-github
                   ` (4 preceding siblings ...)
  2019-09-08  9:57 ` [ISSUE] [CLOSED] " voidlinux-github
@ 2019-09-10 12:38 ` voidlinux-github
  2019-09-10 13:32 ` voidlinux-github
  2019-09-10 14:37 ` [ISSUE] [CLOSED] " voidlinux-github
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-09-10 12:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 306 bytes --]

New comment by VoidDuck on void-packages repository

https://github.com/void-linux/void-packages/issues/14273#issuecomment-529915141

Comment:
Seems not to work with linux5.2 (which just became default). Here is my log again.
[make.log](https://github.com/void-linux/void-packages/files/3595625/make.log)

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: nvidia340-dkms fails to build
  2019-09-06 21:37 [ISSUE] nvidia340-dkms installation fails voidlinux-github
                   ` (5 preceding siblings ...)
  2019-09-10 12:38 ` voidlinux-github
@ 2019-09-10 13:32 ` voidlinux-github
  2019-09-10 14:37 ` [ISSUE] [CLOSED] " voidlinux-github
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-09-10 13:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 357 bytes --]

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/issues/14273#issuecomment-529936897

Comment:
That is indeed an issue with the package. nvidia340 was only tested on i686 up to now and this architecture doesn't have the uvm module. I will see if I can find a way to patch this once I have time to test myself.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [ISSUE] [CLOSED] nvidia340-dkms fails to build
  2019-09-06 21:37 [ISSUE] nvidia340-dkms installation fails voidlinux-github
                   ` (6 preceding siblings ...)
  2019-09-10 13:32 ` voidlinux-github
@ 2019-09-10 14:37 ` voidlinux-github
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-09-10 14:37 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 957 bytes --]

Closed issue by VoidDuck on void-packages repository

https://github.com/void-linux/void-packages/issues/14273

Description:
### System
* xuname:  
  Void 4.19.69_1 x86_64 GenuineIntel uptodate rF
* package:  
  nvidia340-dkms-340.107_3

### Expected behavior
The kernel module should be built and installed

### Actual behavior
The build fails with following error message:
`ERROR: Kernel configuration is invalid
include/generated/autoconf.h or include/config/auto.conf are missing.
Run 'make oldconfig && make prepare' on kernel src to fix it.`

Running `make oldconfig && make prepare` gives an error as well:
`scripts/kconfig/conf  --syncconfig Kconfig
scripts/Makefile.build:45: arch/x86/entry/syscalls/Makefile: No such file or directory
make[1]: *** No rule to make target 'arch/x86/entry/syscalls/Makefile'.  Stop.
make: *** [arch/x86/Makefile:245: archheaders] Error 2`

### Steps to reproduce the behavior
Install nvidia340

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-09-10 14:37 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-06 21:37 [ISSUE] nvidia340-dkms installation fails voidlinux-github
2019-09-06 22:41 ` nvidia340-dkms fails to build voidlinux-github
2019-09-07 11:29 ` voidlinux-github
2019-09-07 17:43 ` voidlinux-github
2019-09-08  9:56 ` voidlinux-github
2019-09-08  9:57 ` [ISSUE] [CLOSED] " voidlinux-github
2019-09-10 12:38 ` voidlinux-github
2019-09-10 13:32 ` voidlinux-github
2019-09-10 14:37 ` [ISSUE] [CLOSED] " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).