Date: Tue, 12 Sep 2017 18:59:28 +0200 From: Jan Beich <jbeich@FreeBSD.org> To: Edwin Ancaer <eancaer@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Installing ICU ports on freebsd 11.0 Message-ID: <shfr-hmz3-wny@FreeBSD.org> In-Reply-To: <CAMSnosN7DMEaL-erbEQOi8m0gHN3x%2BiNjyTLBiNc=KVmvUyDqQ@mail.gmail.com> (Edwin Ancaer's message of "Tue, 12 Sep 2017 09:44:28 %2B0200") References: <CAMSnosN7DMEaL-erbEQOi8m0gHN3x%2BiNjyTLBiNc=KVmvUyDqQ@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Edwin Ancaer <eancaer@gmail.com> writes: > I installed GNUstep on Freebsd 11.0, and I seem to be having a problem > with the localization methods for Dates and Times in GNUstep. While > everything seems to be OK when calling these methods, the results are > wrong. Do you have a sample code or steps to reproduce? Maybe file a bug, so maintainer can help filter out GNUstep-specific issues. > Apparently, the library /usr/local/lib/libicudata.so.58.2 should be > several megabytes, while I find it is only 1.1K. devel/icu is built --with-data-packaging=archive which means the data ends up in icudt* file e.g., $ pkg info -l icu | fgrep icudt | xargs du -Ah 25M /usr/local/share/icu/59.1/icudt59l.dat
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?shfr-hmz3-wny>