FS#53304 - [mkinitcpio] Fails to add module zlib_deflate with 23-1

Attached to Project: Arch Linux
Opened by Matthias Riegler (xvzf) - Tuesday, 14 March 2017, 09:44 GMT
Last edited by Dave Reisner (falconindy) - Sunday, 01 October 2017, 18:11 GMT
Task Type Bug Report
Category Arch Projects
Status Closed
Assigned To Dave Reisner (falconindy)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 7
Private No

Details

Description:
With the recent version of mkinitcpio (mkinitcpio-23-1-any.pkg.tar.xz), building ZFS modules in the initramfs fails:

-> Running build hook: [zfs]
==> ERROR: module not found: `zlib_deflate'

With mkinitcpio 22-1 there are no error messages and the initramfs is build successfull.


Additional info:
- Affects: mkinitcpio-23-1-any.pkg.tar.xz
- HOOKS in mkinitcpio.conf:
HOOKS="base udev autodetect modconf block zfs filesystems keyboard"

Steps to reproduce:
Upgrading from mkinitcpio-22-1-any to mkinitcpio-23-1-any while using zfs on linux kernel modules (both DKMS and the ones in AUR archzfs).

This task depends upon

Closed by  Dave Reisner (falconindy)
Sunday, 01 October 2017, 18:11 GMT
Reason for closing:  Fixed
Additional comments about closing:  https://git.archlinux.org/mkinitcpio.git /commit/?id=c90eb88f04
Comment by Doug Newgard (Scimmia) - Tuesday, 14 March 2017, 13:36 GMT
This module is built-in, so there's not really a problem besides the extraneous error. Same thing is happening with dm-crypt:  FS#53305 
Comment by Dave Reisner (falconindy) - Tuesday, 14 March 2017, 14:51 GMT
Well sure, but mkinitcpio could do a better job of hiding the error since it knows that it's a builtin at this point.

See: https://git.archlinux.org/mkinitcpio.git/commit/?id=c90eb88f04c6acf621e9682172636fae3d0328ad

Loading...