FS#51967 - [mkinitcpio] missing /usr/lib/modprobe.d/usb-load-ehci-first.conf

Attached to Project: Arch Linux
Opened by James (thx1138) - Saturday, 26 November 2016, 17:45 GMT
Last edited by Dave Reisner (falconindy) - Sunday, 27 November 2016, 21:52 GMT
Task Type Bug Report
Category Packages: Testing
Status Closed
Assigned To Dave Reisner (falconindy)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 2
Private No

Details

Description:

filesystem 2016.11-3
mkinitcpio 21-1

cat /usr/lib/initcpio/install/base
...
add_file "/usr/lib/modprobe.d/usb-load-ehci-first.conf"

Old version:
filesystem 2016.11-2

pacman -Qo /usr/lib/modprobe.d/usb-load-ehci-first.conf
/usr/lib/modprobe.d/usb-load-ehci-first.conf is owned by filesystem 2016.11-2

New version:
pacman -Qo /usr/lib/modprobe.d/usb-load-ehci-first.conf
error: failed to read file '/usr/lib/modprobe.d/usb-load-ehci-first.conf': No such file or directory

$ sudo mkinitcpio -P
...
==> ERROR: file not found: `/usr/lib/modprobe.d/usb-load-ehci-first.conf'
...
==> WARNING: errors were encountered during the build. The image may not be complete.

Or, shall we blame this "omission" on the mkinitcpio package?
This task depends upon

Closed by  Dave Reisner (falconindy)
Sunday, 27 November 2016, 21:52 GMT
Reason for closing:  Fixed
Additional comments about closing:  mkinitcpio 22
Comment by Dave Reisner (falconindy) - Saturday, 26 November 2016, 17:48 GMT
The error is harmless. It'll be fixed up in the next mkinitcpio release.
Comment by Anatol Pomozov (anatolik) - Sunday, 27 November 2016, 20:41 GMT
"Updating linux initcpios" hook also complains:
"error: command failed to execute correctly"
As mkinitcpio returns exit code "1".

Is the error code returned because of this "file not found" warning?

Loading...