[Bug 218049] New: perl bootloader errors, uninitialized variables
https://bugzilla.novell.com/show_bug.cgi?id=218049 Summary: perl bootloader errors, uninitialized variables Product: openSUSE 10.2 Version: Beta 1 plus Platform: i386 OS/Version: Linux Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: jplack@novell.com ReportedBy: olh@novell.com QAContact: qa@suse.de what I found on tty during bug #218029 inst-sys:~ # ./vcs.sh 80 < /dev/vcs1 defined. It was interpreted as a "" or a 0, but maybe it was a mistake. To suppress this warning assign a defined value to your variables. To help you figure out what was undefined, perl tells you what operation you used the undefined value in. Note, however, that perl optimizes your program and the operation displayed in the warning may not necessarily appear literally in your program. For example, "that $foo" is usually optimized into "that " . $foo, and the warning will refer to the concatenation (.) operator, even though there is no . in your program. Use of uninitialized value in string eq at /usr/lib/perl5/vendor_perl/5.8.8/Bootloader/Core/GRUB.pm line 1429 (#1) Use of uninitialized value in addition (+) at /usr/share/YaST2/modules/Bootloader_API.pm line 185 (#1) Use of uninitialized value in split at /usr/lib/perl5/vendor_perl/5.8.8/Bootloader/Core/GRUB.pm line 1492 (#1) ATTENTION Starting shell... (use 'exit' to proceed) Welcome to the inst-sys... Linux linux 2.6.18.1-13-default #1 SMP Mon Oct 30 14:26:03 UTC 2006 i686 i686 i3 86 GNU/Linux / inst-sys:/ # -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=218049 ------- Comment #1 from olh@novell.com 2006-11-03 15:28 MST ------- full text is: Found a Linux console terminal on /dev/console (80 columns x 25 lines). Please supply a config file *** Starting YaST2 *** Use of uninitialized value in split at /usr/lib/perl5/vendor_perl/5.8.8/Bootloader/Core/GRUB.pm line 1427 (#1) (W uninitialized) An undefined value was used as if it were already defined. It was interpreted as a "" or a 0, but maybe it was a mistake. To suppress this warning assign a defined value to your variables. To help you figure out what was undefined, perl tells you what operation you used the undefined value in. Note, however, that perl optimizes your program and the operation displayed in the warning may not necessarily appear literally in your program. For example, "that $foo" is usually optimized into "that " . $foo, and the warning will refer to the concatenation (.) operator, even though there is no . in your program. Use of uninitialized value in string eq at /usr/lib/perl5/vendor_perl/5.8.8/Bootloader/Core/GRUB.pm line 1429 (#1) Use of uninitialized value in addition (+) at /usr/share/YaST2/modules/Bootloader_API.pm line 185 (#1) Use of uninitialized value in split at /usr/lib/perl5/vendor_perl/5.8.8/Bootloader/Core/GRUB.pm line 1492 (#1) -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=218049 jplack@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Normal |Major Status|NEW |ASSIGNED Fixed in Milestone|--- |RC 1 ------- Comment #2 from jplack@novell.com 2006-11-14 01:24 MST ------- yes Bootloader::Core::Grub::Info2Section() has to go through a more general review -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=218049 jplack@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |DUPLICATE ------- Comment #3 from jplack@novell.com 2006-11-27 09:33 MST ------- *** This bug has been marked as a duplicate of bug 223909 *** -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=218049 Olaf Hering <olh@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Found By|Other |Development -- 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