Bug 102598 - graphics/xaralx fails to build with non-latin LANG
Summary: graphics/xaralx fails to build with non-latin LANG
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Vasil Dimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-28 11:50 UTC by Kyryll A Minrneko
Modified: 2006-08-30 08:16 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kyryll A Minrneko 2006-08-28 11:50:18 UTC
# cd /usr/ports/graphics/xaralx
# printenv LANG
uk_UA.KOI8-U
# make

..skipped

camelot.cpp:608:1: converting to execution character set: Illegal byte sequence
camelot.cpp:1362:1: converting to execution character set: Illegal byte sequence

.skipped

*** Error code 2

Fix: 

Setting default locale helps:

# unset LANG
# make
How-To-Repeat: # cd /usr/ports/graphics/xaralx
# export LANG=uk_UA.KOI8-U
# make
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-08-28 11:50:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vd

Over to maintainer
Comment 2 Vasil Dimov freebsd_committer freebsd_triage 2006-08-29 14:43:15 UTC
State Changed
From-To: open->patched

LANG=C forced in make environment. 
Can you confirm that it now builds fine?
Comment 3 Kyryll A Minrneko 2006-08-29 16:29:14 UTC
confirmed: built ok after patch
-- 
Regards, Mirya
ICQ #313898202
Comment 4 Vasil Dimov freebsd_committer freebsd_triage 2006-08-30 08:15:28 UTC
State Changed
From-To: patched->closed

LANG=C forced in make environment.  
Thanks for reporting this problem!