Opened 20 years ago

Closed 19 years ago

Last modified 19 years ago

#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)

Portfile-clisp.diff (625 bytes) - added by pguyot (Paul Guyot) 20 years ago.
Patch to fix the problem

Download all attachments as: .zip

Change History (7)

Changed 20 years ago by pguyot (Paul Guyot)

Attachment: Portfile-clisp.diff added

Patch to fix the problem

comment:1 Changed 20 years ago by gwright@…

Status: newassigned

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:2 Changed 20 years ago by pguyot (Paul Guyot)

I do have 10.3.2.

comment:3 Changed 20 years ago by waqar@…

Cc: waqar@… added

comment:4 Changed 19 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: assignedclosed

I just removed all lang variables when compiling ports. They shouldn't be needed and this way we get more reproduceable compilations.

comment:6 Changed 19 years ago by gwright@…

Thanks, Paul!

-Greg

Note: See TracTickets for help on using tickets.