Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Linux6.14: DKMS module fails to build for 570.133.07
@ 2025-04-01 13:36 sp0389
  2025-04-01 14:10 ` Duncaen
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: sp0389 @ 2025-04-01 13:36 UTC (permalink / raw)
  To: ml

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

New issue by sp0389 on void-packages repository

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

Description:
### Is this a new report?

Yes

### System Info

Void 6.13.9_1 x86_64 GenuineIntel uptodate rmnFFFFFFFF

### Package(s) Affected

linux6.14-6.14.0_1

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

_No response_

### Expected behaviour

DKMS should build the NVIDIA module.

### Actual behaviour

When installing the latest 6.14 kernel:

> Building DKMS module: nvidia-570.133.07... FAILED!


### Steps to reproduce

1. Install the Linux6.14 package
2. DKMS will fail to build the module.
3. Installation of kernel will complete and the NVIDIA module will not load on next boot.

[make.log](https://github.com/user-attachments/files/19551806/make.log) 

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

* Re: Linux6.14: DKMS module fails to build for 570.133.07
  2025-04-01 13:36 [ISSUE] Linux6.14: DKMS module fails to build for 570.133.07 sp0389
@ 2025-04-01 14:10 ` Duncaen
  2025-04-01 14:29 ` Duncaen
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Duncaen @ 2025-04-01 14:10 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/issues/54925#issuecomment-2769497129

Comment:
This is generally only guaranteed to work with the version the `linux` meta package points to. In this case its `linux6.12`. There is no newer stable version of the nvidia driver available yet.

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

* Re: Linux6.14: DKMS module fails to build for 570.133.07
  2025-04-01 13:36 [ISSUE] Linux6.14: DKMS module fails to build for 570.133.07 sp0389
  2025-04-01 14:10 ` Duncaen
@ 2025-04-01 14:29 ` Duncaen
  2025-04-17 13:40 ` sp0389
  2025-04-17 13:40 ` [ISSUE] [CLOSED] " sp0389
  3 siblings, 0 replies; 5+ messages in thread
From: Duncaen @ 2025-04-01 14:29 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/issues/54925#issuecomment-2769575393

Comment:
Might be just missing some new header files.

```patch
diff --git a/srcpkgs/linux6.14/template b/srcpkgs/linux6.14/template
index 3d1ebd7c671..9d51c776672 100644
--- a/srcpkgs/linux6.14/template
+++ b/srcpkgs/linux6.14/template
@@ -208,7 +208,8 @@ do_install() {
        rm -rf ${DESTDIR}/usr/lib/firmware
 
        for i in acpi asm-generic clocksource config crypto drm generated linux vdso \
-               math-emu media net pcmcia scsi sound trace uapi video xen dt-bindings; do
+               math-emu media net pcmcia scsi sound trace uapi video xen dt-bindings \
+               hyperv; do
                if [ -d include/$i ]; then
                        cp -a include/$i ${hdrdest}/include
                fi
```

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

* Re: Linux6.14: DKMS module fails to build for 570.133.07
  2025-04-01 13:36 [ISSUE] Linux6.14: DKMS module fails to build for 570.133.07 sp0389
  2025-04-01 14:10 ` Duncaen
  2025-04-01 14:29 ` Duncaen
@ 2025-04-17 13:40 ` sp0389
  2025-04-17 13:40 ` [ISSUE] [CLOSED] " sp0389
  3 siblings, 0 replies; 5+ messages in thread
From: sp0389 @ 2025-04-17 13:40 UTC (permalink / raw)
  To: ml

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

New comment by sp0389 on void-packages repository

https://github.com/void-linux/void-packages/issues/54925#issuecomment-2812971814

Comment:
This seems to be fixed now without manual intervention. Closing.

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

* Re: [ISSUE] [CLOSED] Linux6.14: DKMS module fails to build for 570.133.07
  2025-04-01 13:36 [ISSUE] Linux6.14: DKMS module fails to build for 570.133.07 sp0389
                   ` (2 preceding siblings ...)
  2025-04-17 13:40 ` sp0389
@ 2025-04-17 13:40 ` sp0389
  3 siblings, 0 replies; 5+ messages in thread
From: sp0389 @ 2025-04-17 13:40 UTC (permalink / raw)
  To: ml

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

Closed issue by sp0389 on void-packages repository

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

Description:
### Is this a new report?

Yes

### System Info

Void 6.13.9_1 x86_64 GenuineIntel uptodate rmnFFFFFFFF

### Package(s) Affected

linux6.14-6.14.0_1 linux6.14-headers-6.14.0_1

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

_No response_

### Expected behaviour

DKMS should build the NVIDIA module.

### Actual behaviour

When installing the latest 6.14 kernel:

> Building DKMS module: nvidia-570.133.07... FAILED!


### Steps to reproduce

1. Install the Linux6.14 & Linux6.14-headers packages.
2. DKMS will fail to build the module.
3. Installation of kernel will complete and the NVIDIA module will not load on next boot.

[make.log](https://github.com/user-attachments/files/19551806/make.log) 

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

end of thread, other threads:[~2025-04-17 13:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-01 13:36 [ISSUE] Linux6.14: DKMS module fails to build for 570.133.07 sp0389
2025-04-01 14:10 ` Duncaen
2025-04-01 14:29 ` Duncaen
2025-04-17 13:40 ` sp0389
2025-04-17 13:40 ` [ISSUE] [CLOSED] " sp0389

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).