Bug#224665: misleading error text `FATAL: cannot determine library version'
tags 224665 fixed-upstream
thanks
At Sat, 20 Dec 2003 21:55:57 +0100,
Bill Allombert wrote:
> FATAL ("FATAL: cannot determine library version\n"); \
> __close (fd); \
> buf[MIN (reslen, (ssize_t) sizeof (bufmem) - 1)] = '\0'; \
> } \
>
> Either the comments are grossly misleading or the error message should be
> "FATAL: cannot determine kernel version" instead.
Yes, it's correct. It's fixed in the latest upstream. Thanks.
> Also it seems to not be a l6able string.
You mean "localization" (l10n) with gettext? The answer is no.
Dynamic linker code cannot display such string because it's called
before setlocale() is issued by the user program.
Regards,
-- gotom
Reply to: