Bug 764304 - plymouth label.so file missing leads to mkinitrd issue
Summary: plymouth label.so file missing leads to mkinitrd issue
Status: RESOLVED DUPLICATE of bug 763574
Alias: None
Product: openSUSE 12.2
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: Factory
Hardware: All openSUSE 12.2
: P5 - None : Enhancement (vote)
Target Milestone: ---
Assignee: Raymond Wooninck
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-27 14:12 UTC by Lars Müller
Modified: 2012-05-30 16:32 UTC (History)
1 user (show)

See Also:
Found By: Community User
Services Priority:
Business Priority:
Blocker: No
Marketing QA Status: ---
IT Deployment: ---


Attachments
mkinitrd-log.txt as requested with comment #1 (800.68 KB, text/plain)
2012-05-28 12:54 UTC, Lars Müller
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***