This mail is an automated notification from the bugs tracker
of the project: GNU GRUB.
/**************************************************************************/
[bugs #9628] Latest Modifications:
Changes by:
Yoshinori K. Okuji <[EMAIL PROTECTED]>
'Date:
Fri 07/16/2004 at 11:37 (GMT)
What | Removed | Added
---------------------------------------------------------------------------
Resolution | None | Fixed
Assigned to | None | okuji
Status | Open | Closed
Planned Release | | 0.96
------------------ Additional Follow-up Comments ----------------------------
I fixed it in the CVS.
/**************************************************************************/
[bugs #9628] Full Item Snapshot:
URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=9628>
Project: GNU GRUB
Submitted by: 0
On: Tue 07/13/2004 at 11:45
Category: Disk & Partition
Severity: Major
Priority: 5 - Normal
Item Group: Software Error
Resolution: Fixed
Assigned to: okuji
Originator Name:
Originator Email:
Status: Closed
Release: 0.95
Reproducibility: Every Time
Planned Release: 0.96
Summary: convert() says (hd0,)
Original Submission: The convert() function inside grub-install, if its argument
is e.g. /dev/hda, prints a warning:
expr: non-numeric argument
and returns the answer "(hd0,)"
In 0.94 it correctly returned "(hd0)" without any warning.
The long sed commands which calculate tmp_disk and tmp_part
inside convert() have introduced a new line with d[0-9]*p...
This one seems to be buggy. Currently
tmp_part=.....
-e 's%.*d[0-9]*p*%%'...
I'm not sure but I think this should be
tmp_part=.....
-e 's%.*d[0-9]*p[0-9]*%%'...
Follow-up Comments
------------------
-------------------------------------------------------
Date: Fri 07/16/2004 at 11:37 By: okuji
I fixed it in the CVS.
CC List
-------
CC Address | Comment
------------------------------------+-----------------------------
egmont | the bug was reported by me, I just had some
troubles with login/cookies...
For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=9628>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
_______________________________________________
Bug-grub mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/bug-grub