#1387 closed defect (fixed)
BUG: clisp doesn't build if LC*/LANG are set (to fr_FR.UTF-8)
Reported by: | pguyot (Paul Guyot) | Owned by: | gwright@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | waqar@… | |
Port: |
Description
I do have these variables set like this: LANG=fr_FR.UTF-8 LC_COLLATE=fr_FR.UTF-8 LC_CTYPE=fr_FR.UTF-8 LC_MONETARY=fr_FR.UTF-8 LC_NUMERIC=fr_FR.UTF-8 LC_TIME=fr_FR.UTF-8 LC_MESSAGES=fr_FR.UTF-8 LC_ALL=fr_FR.UTF-8
and clisp fails (see gzipped log). If I unset the variables, it works. (see gzipped log).
Attachments (1)
Change History (7)
Changed 21 years ago by pguyot (Paul Guyot)
Attachment: | Portfile-clisp.diff added |
---|
comment:1 Changed 21 years ago by gwright@…
Status: | new → assigned |
---|
I don't see this problem under OS X 10.3.2. The tests run to completion without failure. I'll build using --with-nogettext if the problem can be repeated.
Perhaps a Jaguar problem and not a Panther problem? If so, we can fix it with a platform variant.
comment:3 Changed 21 years ago by waqar@…
Cc: | waqar@… added |
---|
comment:4 Changed 20 years ago by snu@…
Summary: | clisp doesn't build if LC*/LANG are set (to fr_FR.UTF-8) → BUG: clisp doesn't build if LC*/LANG are set (to fr_FR.UTF-8) |
---|
comment:5 Changed 19 years ago by pguyot (Paul Guyot)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
I just removed all lang variables when compiling ports. They shouldn't be needed and this way we get more reproduceable compilations.
Note: See
TracTickets for help on using
tickets.
Patch to fix the problem