|
Bugzilla – Full Text Bug Listing |
| Summary: | Use of uninitialized value in concatenation (.) or string | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.1 | Reporter: | Per Jessen <per> |
| Component: | YaST2 | Assignee: | Josef Reidinger <jreidinger> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Minor | ||
| Priority: | P5 - None | ||
| Version: | Alpha 1 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | /var/log/Yast2 tarred and gzipped | ||
Please attach the YaST logs: http://en.opensuse.org/Bugs/YaST Created attachment 231958 [details]
/var/log/Yast2 tarred and gzipped
Forgot to remove NEEDINFO flag. thanks for report, fixed in perl-Bootloader 0.4.66 *** Bug 414262 has been marked as a duplicate of this bug. *** |
During an install over ssh, I noticed the following warning in the console: Use of uninitialized value in concatenation (.) or string at /usr/lib/perl5/vendor_perl/5.10.0/Bootloader/Path.pm line 14 (#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.