zfs-dracut error: /usr/lib*/gcc/**/libgcc_s.so*

Bug #1980353 reported by John DB
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
zfs-linux (Ubuntu)
New
Undecided
Unassigned

Bug Description

When installing this package on ARM (Raspberry-PI):
zfs-dracut (2.1.2-1ubuntu3)

This error appears:
dracut: Generating /boot/initrd.img-5.15.0-1005-raspi
dracut-install: ERROR: installing '/usr/lib*/gcc/**/libgcc_s.so*'
dracut: FAILED: /usr/lib/dracut/dracut-install -D /var/tmp/dracut.aiLERg/initramfs -a /usr/lib*/gcc/**/libgcc_s.so*

The bug appears to be the "double star", which should have "slash" in between.
Eg:

pi_$ ls -lhF /usr/lib*/gcc/**/libgcc_s.so*
/bin/ls: cannot access '/usr/lib*/gcc/**/libgcc_s.so*': No such file or directory

pi_$ ls -lhF /usr/lib*/gcc/*/*/libgcc_s.so*
-rw-r--r-- 1 root root 132 Mar 24 15:22 /usr/lib/gcc/aarch64-linux-gnu/11/libgcc_s.so

pi_$ md5sum /usr/lib*/gcc/*/*/libgcc_s.so*
e90f13d2c5b8c878ee56fb1bf00004be /usr/lib/gcc/aarch64-linux-gnu/11/libgcc_s.so

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.