Bug 84786

Summary: OpenOffice 1.1.5 fails to build when LC_ALL is set
Product: Ports & Packages Reporter: achix mantzix <achix>
Component: Individual Port(s)Assignee: freebsd-openoffice (Nobody) <openoffice>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description achix mantzix 2005-08-11 08:00:34 UTC
OpenOffice 1.1.5 fails to build when LC_ALL is set
to a UTF-8 locale, because tr(1) gets confused with multibyte chars.
Eg. some program/docs authors names in the sources are encoded,
using iso charsets. tr fails and the build terminates.

Fix: 

put 
setenv LANG C
setenv LC_ALL C 
in your ~/.cshrc
then
source ~/.cshrc
cd /usr/ports/editors/openoffice-1.1
make
How-To-Repeat: put 
setenv LANG el_GR.UTF-8
setenv LC_ALL el_GR.UTF-8
in your ~/.cshrc
and then 
cd /usr/ports/editors/openoffice-1.1
make
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2005-08-12 09:28:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->openoffice

Over to maintainer(s).
Comment 2 Maho Nakata freebsd_committer freebsd_triage 2005-08-28 09:27:25 UTC
State Changed
From-To: open->closed

Committed, thanks!