|
Viewing Issue Simple Details
[ Jump to Notes ]
|
[ View Advanced ]
[ Issue History ]
[ Print ]
|
|
ID |
Category |
Severity |
Reproducibility |
Date Submitted |
Last Update |
|
0001869 |
[uClibc] Other |
minor |
always |
01-04-08 03:42 |
01-04-08 22:03 |
|
|
Reporter |
michael_d |
View Status |
public |
|
|
Assigned To |
uClibc |
|
Priority |
normal |
Resolution |
fixed |
|
|
Status |
closed |
|
Product Version |
|
|
|
Summary |
0001869: error_at_line, etc. not compatible with GNU |
|
Description |
The uClibc implementation of error_at_line() and related functions omits the program name from the error messages.
This causes many spurious test-suite failures in packages such as coreutils, because error messages are no longer byte-for-byte identical to what the self-checks expect.
I've attached a patch to make uClibc emit the name, so the tests don't spuriously fail. Note that issue 0001859 must be fixed first, otherwise the patch won't work when uClibc is shared, as __uclibc_progname would be uninitialized. |
|
Additional Information |
|
|
|
Attached Files |
uClibc-0.9.29-erroratl.diff [^] (710 bytes) 01-04-08 03:42 |
|
|