bugGNU GRUB - Bugs: bug #14772, grub can't be compiled with...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #14772: grub can't be compiled with uClibc-0.9.27

Submitter:  Tomas Klas <tklas>
Submitted:  Wed 12 Oct 2005 09:26:14 AM UTC
Votes: 20
 
Category:  Compilation Severity:  Major
Priority:  5 - Normal Item Group:  None
Status:  None Privacy:  Public
Assigned to:  None Originator Name: 
Open/Closed:  Closed Release:  None
Release:  0.97 Reproducibility:  Every Time
Planned Release:  None

Sat 15 Dec 2007 05:22:11 PM UTC, comment #2: 

If PATH_MAX is defined, it must be in <limits.h> as per POSIX.  This is a bug in uclibc.

Robert Millan <robertmh>
Group administrator
Wed 12 Oct 2005 10:08:43 AM UTC, comment #1: 

oops,

#include &lt;linux/limits.h&gt;

after

#include &lt;limits.h&gt;

Tomas Klas <tklas>
Wed 12 Oct 2005 09:26:14 AM UTC, original submission:  

Compilation of lib/device.c with uClibc's header fails, because uClibc's "limits.h" doesn't define macro PATH_MAX.

correction is very simple - add to device.c line:

#include <linux/limits.h>

after:

#include <limits.h>





Tomas Klas <tklas>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by robertmh (Posted a comment)
  •  

    There are 20 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2007-12-15 robertmh Open/ClosedOpen Closed
    2005-10-12 tklas Carbon-Copy- Added tklas

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code