bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bugs #9628] convert() says (hd0,)


From: Yoshinori K. Okuji
Subject: [bugs #9628] convert() says (hd0,)
Date: Fri, 16 Jul 2004 07:40:36 -0400
User-agent: Mozilla/5.0 (compatible; Konqueror/3.2; Linux; en_US, ja_JP, ja) (KHTML, like Gecko)

This mail is an automated notification from the bugs tracker
 of the project: GNU GRUB.

/**************************************************************************/
[bugs #9628] Latest Modifications:

Changes by: 
                Yoshinori K. Okuji <address@hidden>
'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 &amp; 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/







reply via email to

[Prev in Thread] Current Thread [Next in Thread]