Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] `lvm2` hook build failure with `mkinitcpio`
@ 2024-12-12 17:41 MonsieurV
  2024-12-12 18:11 ` MonsieurV
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: MonsieurV @ 2024-12-12 17:41 UTC (permalink / raw)
  To: ml

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

New issue by MonsieurV on void-packages repository

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

Description:
### Is this a new report?

Yes

### System Info

Void 6.1.51-mod-std x86_64-musl GenuineIntel uptodate rF

### Package(s) Affected

mkinitcpio-39.2_2, lvm2-2.03.23_1

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

_No response_

### Expected behaviour

Should build the `lvm2` initramfs hook without error

### Actual behaviour

```
Executing post-install kernel hook: 20-initramfs ...
==> Starting build: '6.6.64_1'
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [autodetect]
  -> Running build hook: [keyboard]
==> WARNING: Possibly missing firmware for module: 'xhci_pci'
  -> Running build hook: [modconf]
  -> Running build hook: [keymap]
  -> Running build hook: [consolefont]
==> WARNING: consolefont: no font found in configuration
  -> Running build hook: [block]
  -> Running build hook: [mdadm_udev]
Custom /etc/mdadm.conf file will be used in initramfs for assembling arrays.
  -> Running build hook: [netconf]
  -> Running build hook: [dropbear]
dropbear_rsa_host_key : SHA256:xxwFhN0i6LxdVPWbuCkLqXlhodqRpRrPPB+k08g2IRo
dropbear_ecdsa_host_key : SHA256:IohkvDwO/ga8uLUWXfzfwCmtfZlVF+GEcOOXwFclUiE
dropbear_ed25519_host_key : SHA256:+GVTznsuYKT6RfZc7MJcBTPayJg367AqCbp+lC762Dg
  -> Running build hook: [encryptssh]
==> WARNING: Possibly missing firmware for module: 'crypto_safexcel'
==> WARNING: Possibly missing firmware for module: 'qat_c3xxx'
==> WARNING: Possibly missing firmware for module: 'qat_c62x'
  -> Running build hook: [lvm2]
==> ERROR: binary not found: 'lvmetad'
  -> Running build hook: [filesystems]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.6.64_1.img'
==> WARNING: errors were encountered during the build. The image may not be complete.
```

### Steps to reproduce

1. Install and use `mkinitcpio` as initramfs :
```sh
sudo xbps-install mkinitcpio mkinitcpio-lvm2 lvm2
xbps-alternatives -s mkinitcpio
```
2. Regenerate iniramfs `sudo xbps-reconfigure -fa `
3. See that hook `lvm2` is built without error

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

* Re: `lvm2` hook build failure with `mkinitcpio`
  2024-12-12 17:41 [ISSUE] `lvm2` hook build failure with `mkinitcpio` MonsieurV
@ 2024-12-12 18:11 ` MonsieurV
  2024-12-12 18:43 ` classabbyamp
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: MonsieurV @ 2024-12-12 18:11 UTC (permalink / raw)
  To: ml

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

New comment by MonsieurV on void-packages repository

https://github.com/void-linux/void-packages/issues/53496#issuecomment-2539698800

Comment:
The `` has been deleted from `lvm2` (upstream) since 2.03.00:
- https://gitlab.com/lvmteam/lvm2/-/blob/main/WHATS_NEW#L519
- https://gitlab.com/lvmteam/lvm2/-/commit/117160b27e510dceb1ed6acf995115c040acd88d

I'll try a PR to clean things up in `lvm2` and `mkinitcpio` Void packages.

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

* Re: `lvm2` hook build failure with `mkinitcpio`
  2024-12-12 17:41 [ISSUE] `lvm2` hook build failure with `mkinitcpio` MonsieurV
  2024-12-12 18:11 ` MonsieurV
@ 2024-12-12 18:43 ` classabbyamp
  2024-12-12 18:44 ` classabbyamp
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2024-12-12 18:43 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/issues/53496#issuecomment-2539760477

Comment:
thanks, I don't use lvm so I haven't been sure how to fix up that hook

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

* Re: `lvm2` hook build failure with `mkinitcpio`
  2024-12-12 17:41 [ISSUE] `lvm2` hook build failure with `mkinitcpio` MonsieurV
  2024-12-12 18:11 ` MonsieurV
  2024-12-12 18:43 ` classabbyamp
@ 2024-12-12 18:44 ` classabbyamp
  2024-12-12 18:44 ` MonsieurV
  2024-12-19  4:28 ` [ISSUE] [CLOSED] " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2024-12-12 18:44 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/issues/53496#issuecomment-2539760477

Comment:
thanks, I don't use lvm so I haven't been sure how to fix up that hook

I'd like to be able to upstream it to mkinitcpio at some point

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

* Re: `lvm2` hook build failure with `mkinitcpio`
  2024-12-12 17:41 [ISSUE] `lvm2` hook build failure with `mkinitcpio` MonsieurV
                   ` (2 preceding siblings ...)
  2024-12-12 18:44 ` classabbyamp
@ 2024-12-12 18:44 ` MonsieurV
  2024-12-19  4:28 ` [ISSUE] [CLOSED] " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: MonsieurV @ 2024-12-12 18:44 UTC (permalink / raw)
  To: ml

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

New comment by MonsieurV on void-packages repository

https://github.com/void-linux/void-packages/issues/53496#issuecomment-2539698800

Comment:
The `lvmetad` binary has been deleted from `lvm2` (upstream) since 2.03.00:
- https://gitlab.com/lvmteam/lvm2/-/blob/main/WHATS_NEW#L519
- https://gitlab.com/lvmteam/lvm2/-/commit/117160b27e510dceb1ed6acf995115c040acd88d

I'll try a PR to clean things up in `lvm2` and `mkinitcpio` Void packages.

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

* Re: [ISSUE] [CLOSED] `lvm2` hook build failure with `mkinitcpio`
  2024-12-12 17:41 [ISSUE] `lvm2` hook build failure with `mkinitcpio` MonsieurV
                   ` (3 preceding siblings ...)
  2024-12-12 18:44 ` MonsieurV
@ 2024-12-19  4:28 ` classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2024-12-19  4:28 UTC (permalink / raw)
  To: ml

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

Closed issue by MonsieurV on void-packages repository

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

Description:
### Is this a new report?

Yes

### System Info

Void 6.1.51-mod-std x86_64-musl GenuineIntel uptodate rF

### Package(s) Affected

mkinitcpio-39.2_2, lvm2-2.03.23_1

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

_No response_

### Expected behaviour

Should build the `lvm2` initramfs hook without error

### Actual behaviour

```
Executing post-install kernel hook: 20-initramfs ...
==> Starting build: '6.6.64_1'
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [autodetect]
  -> Running build hook: [keyboard]
==> WARNING: Possibly missing firmware for module: 'xhci_pci'
  -> Running build hook: [modconf]
  -> Running build hook: [keymap]
  -> Running build hook: [consolefont]
==> WARNING: consolefont: no font found in configuration
  -> Running build hook: [block]
  -> Running build hook: [mdadm_udev]
Custom /etc/mdadm.conf file will be used in initramfs for assembling arrays.
  -> Running build hook: [netconf]
  -> Running build hook: [dropbear]
dropbear_rsa_host_key : SHA256:xxwFhN0i6LxdVPWbuCkLqXlhodqRpRrPPB+k08g2IRo
dropbear_ecdsa_host_key : SHA256:IohkvDwO/ga8uLUWXfzfwCmtfZlVF+GEcOOXwFclUiE
dropbear_ed25519_host_key : SHA256:+GVTznsuYKT6RfZc7MJcBTPayJg367AqCbp+lC762Dg
  -> Running build hook: [encryptssh]
==> WARNING: Possibly missing firmware for module: 'crypto_safexcel'
==> WARNING: Possibly missing firmware for module: 'qat_c3xxx'
==> WARNING: Possibly missing firmware for module: 'qat_c62x'
  -> Running build hook: [lvm2]
==> ERROR: binary not found: 'lvmetad'
  -> Running build hook: [filesystems]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.6.64_1.img'
==> WARNING: errors were encountered during the build. The image may not be complete.
```

### Steps to reproduce

1. Install and use `mkinitcpio` as initramfs :
```sh
sudo xbps-install mkinitcpio mkinitcpio-lvm2 lvm2
xbps-alternatives -s mkinitcpio
```
2. Regenerate iniramfs `sudo xbps-reconfigure -fa `
3. See that hook `lvm2` is built without error

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

end of thread, other threads:[~2024-12-19  4:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-12-12 17:41 [ISSUE] `lvm2` hook build failure with `mkinitcpio` MonsieurV
2024-12-12 18:11 ` MonsieurV
2024-12-12 18:43 ` classabbyamp
2024-12-12 18:44 ` classabbyamp
2024-12-12 18:44 ` MonsieurV
2024-12-19  4:28 ` [ISSUE] [CLOSED] " classabbyamp

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