Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Aug 2005 09:59:44 +0300 (EEST)
From:      achix mantzix <achix@smadev.internal.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/84786: OpenOffice 1.1.5 fails to build when LC_ALL is set
Message-ID:  <200508110659.j7B6xixL085961@smadev.internal.net>
Resent-Message-ID: <200508110700.j7B70Zun066669@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         84786
>Category:       ports
>Synopsis:       OpenOffice 1.1.5 fails to build when LC_ALL is set
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 11 07:00:34 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     achix mantzix
>Release:        FreeBSD 6.0-BETA2 i386
>Organization:
Dynacom Tankers Mgmt
>Environment:
System: FreeBSD smadev.internal.net 6.0-BETA2 FreeBSD 6.0-BETA2 #2: Wed Aug 10 11:06:15 EEST 2005 root@smadev.internal.net:/usr/obj/usr/src/sys/SMADEV3 i386


>Description:
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.
>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
>Fix:

put 
setenv LANG C
setenv LC_ALL C 
in your ~/.cshrc
then
source ~/.cshrc
cd /usr/ports/editors/openoffice-1.1
make
>Release-Note:
>Audit-Trail:
>Unformatted:
 to a UTF-8 locale, because tr(1) gets confused with multibyte chars. 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508110659.j7B6xixL085961>