Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] dkms v3.0.6 does not create /var/lib/dkms which is needed to build dkms modules
@ 2022-09-02 19:48 tdm4
  2022-09-02 19:51 ` tdm4
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: tdm4 @ 2022-09-02 19:48 UTC (permalink / raw)
  To: ml

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

New issue by tdm4 on void-packages repository

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

Description:
### Is this a new report?

Yes

### System Info

Void 5.18.19_1 x86_64 GenuineIntel notuptodate rFFFF

### Package(s) Affected

dkms-3.0.6_1

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

_No response_

### Expected behaviour

When dkms is installed fresh with version 3.0.6_1 it's supposed to create a /var/lib/dkms directory which is required for building DKMS modules.

### Actual behaviour

/var/lib/dkms is not created when package is installed fresh.

See this pull request: https://github.com/void-linux/void-packages/commit/efe694ed366e77a281c6e4745bc7e14ff686af3b

srcpkgs/dkms/template line 28:
-     vinstall dkms_dbversion 644 var/lib/dkms

(Line is removed -- this breaks a fresh install because it never creates /var/lib/dkms)

### Steps to reproduce

1. Fresh install of Void Linux
2. Install dkms
3. Try installing any -dkms package
4. DKMS fails to create the module



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

* Re: dkms v3.0.6 does not create /var/lib/dkms which is needed to build dkms modules
  2022-09-02 19:48 [ISSUE] dkms v3.0.6 does not create /var/lib/dkms which is needed to build dkms modules tdm4
@ 2022-09-02 19:51 ` tdm4
  2022-09-02 19:52 ` ahesford
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: tdm4 @ 2022-09-02 19:51 UTC (permalink / raw)
  To: ml

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

New comment by tdm4 on void-packages repository

https://github.com/void-linux/void-packages/issues/39066#issuecomment-1235846697

Comment:
Sorry forgot to mention original committer: @subnut 

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

* Re: dkms v3.0.6 does not create /var/lib/dkms which is needed to build dkms modules
  2022-09-02 19:48 [ISSUE] dkms v3.0.6 does not create /var/lib/dkms which is needed to build dkms modules tdm4
  2022-09-02 19:51 ` tdm4
@ 2022-09-02 19:52 ` ahesford
  2022-09-02 19:55 ` paper42
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ahesford @ 2022-09-02 19:52 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/issues/39066#issuecomment-1235847322

Comment:
Is the existence of the directory sufficient to resolve the issue?

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

* Re: dkms v3.0.6 does not create /var/lib/dkms which is needed to build dkms modules
  2022-09-02 19:48 [ISSUE] dkms v3.0.6 does not create /var/lib/dkms which is needed to build dkms modules tdm4
  2022-09-02 19:51 ` tdm4
  2022-09-02 19:52 ` ahesford
@ 2022-09-02 19:55 ` paper42
  2022-09-03  1:42 ` [ISSUE] [CLOSED] " ahesford
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2022-09-02 19:55 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/issues/39066#issuecomment-1235849961

Comment:
> Is the existence of the directory sufficient to resolve the issue?

We discussed this on IRC and `mkdir /var/lib/dkms` solved it for @tdm4

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

* Re: [ISSUE] [CLOSED] dkms v3.0.6 does not create /var/lib/dkms which is needed to build dkms modules
  2022-09-02 19:48 [ISSUE] dkms v3.0.6 does not create /var/lib/dkms which is needed to build dkms modules tdm4
                   ` (2 preceding siblings ...)
  2022-09-02 19:55 ` paper42
@ 2022-09-03  1:42 ` ahesford
  2022-09-03  1:46 ` ahesford
  2022-09-03 17:58 ` subnut
  5 siblings, 0 replies; 7+ messages in thread
From: ahesford @ 2022-09-03  1:42 UTC (permalink / raw)
  To: ml

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

Closed issue by tdm4 on void-packages repository

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

Description:
### Is this a new report?

Yes

### System Info

Void 5.18.19_1 x86_64 GenuineIntel notuptodate rFFFF

### Package(s) Affected

dkms-3.0.6_1

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

_No response_

### Expected behaviour

When dkms is installed fresh with version 3.0.6_1 it's supposed to create a /var/lib/dkms directory which is required for building DKMS modules.

### Actual behaviour

/var/lib/dkms is not created when package is installed fresh.

See this pull request: https://github.com/void-linux/void-packages/commit/efe694ed366e77a281c6e4745bc7e14ff686af3b

srcpkgs/dkms/template line 28:
-     vinstall dkms_dbversion 644 var/lib/dkms

(Line is removed -- this breaks a fresh install because it never creates /var/lib/dkms)

### Steps to reproduce

1. Fresh install of Void Linux
2. Install dkms
3. Try installing any -dkms package
4. DKMS fails to create the module



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

* Re: dkms v3.0.6 does not create /var/lib/dkms which is needed to build dkms modules
  2022-09-02 19:48 [ISSUE] dkms v3.0.6 does not create /var/lib/dkms which is needed to build dkms modules tdm4
                   ` (3 preceding siblings ...)
  2022-09-03  1:42 ` [ISSUE] [CLOSED] " ahesford
@ 2022-09-03  1:46 ` ahesford
  2022-09-03 17:58 ` subnut
  5 siblings, 0 replies; 7+ messages in thread
From: ahesford @ 2022-09-03  1:46 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/issues/39066#issuecomment-1236022610

Comment:
Please ping me if the latest revision doesn't resolve this issue.

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

* Re: dkms v3.0.6 does not create /var/lib/dkms which is needed to build dkms modules
  2022-09-02 19:48 [ISSUE] dkms v3.0.6 does not create /var/lib/dkms which is needed to build dkms modules tdm4
                   ` (4 preceding siblings ...)
  2022-09-03  1:46 ` ahesford
@ 2022-09-03 17:58 ` subnut
  5 siblings, 0 replies; 7+ messages in thread
From: subnut @ 2022-09-03 17:58 UTC (permalink / raw)
  To: ml

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

New comment by subnut on void-packages repository

https://github.com/void-linux/void-packages/issues/39066#issuecomment-1236172893

Comment:
Sorry. I honestly didn't realize that packages also created directories.

Lesson learnt. I won't make the same mistake in the future.

Thank you @tdm4 for digging into the root cause and pinging me.

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

end of thread, other threads:[~2022-09-03 17:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-02 19:48 [ISSUE] dkms v3.0.6 does not create /var/lib/dkms which is needed to build dkms modules tdm4
2022-09-02 19:51 ` tdm4
2022-09-02 19:52 ` ahesford
2022-09-02 19:55 ` paper42
2022-09-03  1:42 ` [ISSUE] [CLOSED] " ahesford
2022-09-03  1:46 ` ahesford
2022-09-03 17:58 ` subnut

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