Bug 764304

Summary: plymouth label.so file missing leads to mkinitrd issue
Product: [openSUSE] openSUSE 12.2 Reporter: Lars Müller <lmuelle>
Component: BasesystemAssignee: Raymond Wooninck <rwooninck>
Status: RESOLVED DUPLICATE QA Contact: E-mail List <qa-bugs>
Severity: Enhancement    
Priority: P5 - None CC: vuntz
Version: Factory   
Target Milestone: ---   
Hardware: All   
OS: openSUSE 12.2   
Whiteboard:
Found By: Community User Services Priority:
Business Priority: Blocker: No
Marketing QA Status: --- IT Deployment: ---
Attachments: mkinitrd-log.txt as requested with comment #1

Description Lars Müller 2012-05-27 14:12:59 UTC
The following output I've seen while calling zypper dup to my openSUSE Factory testing system.

Installation von: glibc-locale-32bit-2.15-21.1 .........................[fertig]
Installation von: kernel-desktop-3.4.0-2.1 .............................[fertig]
Zusätzliche rpm-Ausgabe:

Kernel image:   /boot/vmlinuz-3.4.0-2-desktop
Initrd image:   /boot/initrd-3.4.0-2-desktop
cp: cannot stat '/usr/lib64/plymouth//label.so': No such file or directory
Root device:    /dev/vda2 (mounted on / as ext4)
Resume device:  /dev/vda1
Kernel Modules: thermal_sys thermal processor fan ata_generic virtio virtio_ring virtio_pci virtio_blk pata_acpi scsi_dh scsi_dh_emc scsi_dh_alua scsi_dh_hp_sw scsi_d
h_rdac hid-logitech-dj
Features:       acpi plymouth block usb resume.userspace resume.kernel
Bootsplash:     openSUSE (1024x768)
ldd: /usr/lib64/plymouth//label.so: No such file or directory


Installation von: kernel-default-3.4.0-2.1 .............................[fertig]
Zusätzliche rpm-Ausgabe:

Kernel image:   /boot/vmlinuz-3.4.0-2-default
Initrd image:   /boot/initrd-3.4.0-2-default
cp: cannot stat '/usr/lib64/plymouth//label.so': No such file or directory
Root device:    /dev/vda2 (mounted on / as ext4)
Resume device:  /dev/vda1
Kernel Modules: thermal_sys thermal processor fan ata_generic virtio virtio_ring virtio_pci virtio_blk pata_acpi scsi_dh scsi_dh_emc scsi_dh_alua scsi_dh_hp_sw scsi_dh_rdac usb-common usbcore pcmcia_core pcmcia mmc_core ssb ohci-hcd uhci-hcd ehci-hcd usbhid hid-logitech-dj
Features:       acpi plymouth block usb resume.userspace resume.kernel
Bootsplash:     openSUSE (1024x768)
ldd: /usr/lib64/plymouth//label.so: No such file or directory


Installation von: libwmf-tools-0.2.8.4-227.16 ..........................[fertig]
Comment 1 Michal Marek 2012-05-28 11:35:56 UTC
Can you run
bash -vx /sbin/mkinitrd -k /boot/vmlinuz-`uname -r` -i /boot/initrd-`uname -r` &>mkinitrd-log.txt
and attach the log?
Comment 2 Lars Müller 2012-05-28 12:54:35 UTC
Created attachment 492669 [details]
mkinitrd-log.txt as requested with comment #1
Comment 3 Vincent Untz 2012-05-30 16:21:10 UTC
Nearly sure that we simply need a dependency on plymouth-plugin-label.
Comment 4 Vincent Untz 2012-05-30 16:32:39 UTC
Actually, already fixed.

*** This bug has been marked as a duplicate of bug 763574 ***