[Bug 357334] New: mkinitrd / perl-bootloader broken
https://bugzilla.novell.com/show_bug.cgi?id=357334 Summary: mkinitrd / perl-bootloader broken Product: openSUSE 11.0 Version: Alpha 1 Platform: Other OS/Version: Other Status: NEW Severity: Critical Priority: P5 - None Component: Basesystem AssignedTo: aosthof@novell.com ReportedBy: seife@novell.com QAContact: qa@suse.de CC: fseidel@novell.com Found By: Development STABLE as of today: root@susi:/# mkinitrd Kernel image: /boot/vmlinuz-2.6.24-2-default Initrd image: /boot/initrd-2.6.24-2-default cp: cannot stat `/usr/lib/libdirect-1.0.so.0': No such file or directory cp: cannot stat `/usr/lib/libdirectfb-1.0.so.0': No such file or directory cp: cannot stat `/usr/lib/libfusion-1.0.so.0': No such file or directory Root device: /dev/disk/by-id/scsi-SATA_ST960812A_3PJ00N95-part3 (/dev/sda3) (mounted on / as ext3) Resume device: /dev/sda2 Kernel Modules: processor thermal scsi_mod libata ata_piix fan jbd mbcache ext3 edd sd_mod usbcore ohci-hcd uhci-hcd ehci-hcd ff-memless hid usbhid Features: block usb resume.userspace resume.kernel Bootsplash: SuSE (1024x768) 20343 blocks Constant subroutine main::LC_CTYPE redefined at /usr/lib/perl5/5.10.0/Exporter.pm line 66. at /sbin/update-bootloader line 7 Prototype mismatch: sub main::LC_CTYPE () vs none at /usr/lib/perl5/5.10.0/Exporter.pm line 66. at /sbin/update-bootloader line 7 Constant subroutine main::LC_NUMERIC redefined at /usr/lib/perl5/5.10.0/Exporter.pm line 66. at /sbin/update-bootloader line 7 Prototype mismatch: sub main::LC_NUMERIC () vs none at /usr/lib/perl5/5.10.0/Exporter.pm line 66. at /sbin/update-bootloader line 7 Constant subroutine main::LC_TIME redefined at /usr/lib/perl5/5.10.0/Exporter.pm line 66. at /sbin/update-bootloader line 7 Prototype mismatch: sub main::LC_TIME () vs none at /usr/lib/perl5/5.10.0/Exporter.pm line 66. at /sbin/update-bootloader line 7 Constant subroutine main::LC_COLLATE redefined at /usr/lib/perl5/5.10.0/Exporter.pm line 66. at /sbin/update-bootloader line 7 Prototype mismatch: sub main::LC_COLLATE () vs none at /usr/lib/perl5/5.10.0/Exporter.pm line 66. at /sbin/update-bootloader line 7 Constant subroutine main::LC_MONETARY redefined at /usr/lib/perl5/5.10.0/Exporter.pm line 66. at /sbin/update-bootloader line 7 Prototype mismatch: sub main::LC_MONETARY () vs none at /usr/lib/perl5/5.10.0/Exporter.pm line 66. at /sbin/update-bootloader line 7 Constant subroutine main::LC_MESSAGES redefined at /usr/lib/perl5/5.10.0/Exporter.pm line 66. at /sbin/update-bootloader line 7 Prototype mismatch: sub main::LC_MESSAGES () vs none at /usr/lib/perl5/5.10.0/Exporter.pm line 66. at /sbin/update-bootloader line 7 Constant subroutine main::LC_ALL redefined at /usr/lib/perl5/5.10.0/Exporter.pm line 66. at /sbin/update-bootloader line 7 Prototype mismatch: sub main::LC_ALL () vs none at /usr/lib/perl5/5.10.0/Exporter.pm line 66. at /sbin/update-bootloader line 7 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=357334 User aosthof@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=357334#c1 Alexander Osthof <aosthof@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Alexander Osthof <aosthof@novell.com> 2008-01-31 01:08:52 MST --- This is no perl-Bootloader bug, but a perl-gettext bug. Anyway, this should be fixed now (see #353715). Thus, closing RESOLVED FIXED. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=357334 User holler@nefkom.info added comment https://bugzilla.novell.com/show_bug.cgi?id=357334#c2 Hans-Peter Holler <holler@nefkom.info> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |holler@nefkom.info Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #2 from Hans-Peter Holler <holler@nefkom.info> 2008-01-31 03:09:18 MST --- OK. Take away the perl part. But:
cp: cannot stat `/usr/lib/libdirect-1.0.so.0': No such file or directory cp: cannot stat `/usr/lib/libdirectfb-1.0.so.0': No such file or directory cp: cannot stat `/usr/lib/libfusion-1.0.so.0': No such file or directory
grep -r -e libdirect -e libfusion /lib/mkinitrd/* /lib/mkinitrd/scripts/setup-splashy.sh:/usr/$LIBDIR/libdirect-1.0.so.0 \ /lib/mkinitrd/scripts/setup-splashy.sh:/usr/$LIBDIR/libdirectfb-1.0.so.0 \ /lib/mkinitrd/scripts/setup-splashy.sh:/usr/$LIBDIR/libfusion-1.0.so.0 \ /lib/mkinitrd/setup/01-splashy.sh:/usr/$LIBDIR/libdirect-1.0.so.0 \ /lib/mkinitrd/setup/01-splashy.sh:/usr/$LIBDIR/libdirectfb-1.0.so.0 \ /lib/mkinitrd/setup/01-splashy.sh:/usr/$LIBDIR/libfusion-1.0.so.0 \ Factory now has DirectFB-1.1.1. Please adjust the scripts. Thanks. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=357334 User holler@nefkom.info added comment https://bugzilla.novell.com/show_bug.cgi?id=357334#c3 Hans-Peter Holler <holler@nefkom.info> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|aosthof@novell.com |hmacht@novell.com Status|REOPENED |NEW --- Comment #3 from Hans-Peter Holler <holler@nefkom.info> 2008-01-31 04:49:41 MST --- /lib/mkinitrd/scripts/setup-splashy.sh is part of the splashy package. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=357334 User hmacht@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=357334#c4 Holger Macht <hmacht@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #4 from Holger Macht <hmacht@novell.com> 2008-01-31 05:26:12 MST --- Will do. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=357334 User hmacht@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=357334#c5 Holger Macht <hmacht@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #5 from Holger Macht <hmacht@novell.com> 2008-04-09 03:52:12 MST --- A fixed package was already checked in in february. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com