| Summary: | nl_langinfo is in libc but not in include files. | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Stephen Montgomery-Smith <stephen> |
| Component: | bin | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 4.4-STABLE | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Stephen Montgomery-Smith
2001-11-06 19:00:01 UTC
On Tue, Nov 06, 2001 at 12:59:26 -0600, Stephen Montgomery-Smith wrote: > > nl_langinfo is in the libraries like libc, but it is not mentioned anywhere > in the include files. This creates a problem for ports like gnupg or > mozilla, because the configure script finds nl_langinfo in libc, but it > then files to compile because there is no langinfo.h > > Looks like langinfo.h is in src-cur, so best to get it into src-4 as soon as > possible. No, addition of _fake_ nl_langinfo to src-4 should be backed out instead (or full locale merged from src-cur). -- Andrey A. Chernov http://ache.pp.ru/ It looks like nl_langinfo was backed out of src-4 last night, so the problem is fixed, and This PR can be closed. -- Stephen Montgomery-Smith stephen@math.missouri.edu http://www.math.missouri.edu/~stephen State Changed From-To: open->closed Submitter says problem is resolved. |