Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Mar 2013 20:16:59 +0100
From:      Dominic Fandrey <kamikaze@bsdforen.de>
To:        ajtiM <lumiwa@gmail.com>
Cc:        office@freebsd.org
Subject:   Re: libreoffice 4.0.1.2 more
Message-ID:  <513CDC2B.4000701@bsdforen.de>
In-Reply-To: <9176404.9u9rxKqjq2@luna.wi.rr.com>
References:  <2043300.So56QvNnU6@luna.wi.rr.com> <513CAB93.8020001@bsdforen.de> <9176404.9u9rxKqjq2@luna.wi.rr.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 10/03/2013 16:57, ajtiM wrote:
> On Sunday 10 March 2013 16:49:39 Dominic Fandrey wrote:
>> On 10/03/2013 16:37, ajtiM wrote:
>>> I deinstalled
>>> it and I try again but now I have all the time problem with clang 3.2 core
>>> dump. Is it possible to build version 4.0.1 with system default clang 3.1,
>>> please?
>>
>> Could you just download a package instead so we can help diagnose your
>> first problem?
>> http://wiki.bsdforen.de/anwendungen/libreoffice_aus_inoffiziellen_paketen
>>
>>> Because I had/have a problem to start LibreOffice 4.0.1.2 on my FreeBSD
>>> 9.1- Release (I18N: Operating system doesn't support locale "en_US")
>>
>> That looks like your locale isn't set properly. Could you provide
>> us with the output of "locale"?
> 
> And 
>> locale
> LANG=
> LC_CTYPE="C"
> LC_COLLATE="C"
> LC_TIME="C"
> LC_NUMERIC="C"
> LC_MONETARY="C"
> LC_MESSAGES="C"
> LC_ALL=

That's very unusual, I think if nothing is set up LANG should at least
default to C. I'd first try to start libreoffice with env LANG=C.

Usually you acquire a locale from the login class, the default
login.conf(5). Users can override the lang and charset settings in
~/.login_conf. I'd really try to find out what breaks your LANG setting,
maybe a stray entry in ~/.profile or ~/.cshrc.

Some WMs also override it.

Mine looks like this:
# locale
LANG=en_GB.UTF-8
LC_CTYPE="en_GB.UTF-8"
LC_COLLATE="en_GB.UTF-8"
...

I think apart from root every user is better of with a .UTF-8 locale
like en_US.UTF-8.

> I didn't set anything as was setup as default and I didn't have problems. 
> LibreOffice 3.6 works very good.

It probably fell back to LANG=C somewhere.

Regards

-- 
A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail? 



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