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
Responsible Changed From-To: freebsd-ports-bugs->openoffice Over to maintainer(s).
State Changed From-To: open->closed Committed, thanks!