From owner-freebsd-questions@freebsd.org Tue Sep 12 16:59:32 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1198E1285C for ; Tue, 12 Sep 2017 16:59:32 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 83CF57D482; Tue, 12 Sep 2017 16:59:32 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id C6082180DD; Tue, 12 Sep 2017 16:59:31 +0000 (UTC) From: Jan Beich To: Edwin Ancaer Cc: freebsd-questions@freebsd.org Subject: Re: Installing ICU ports on freebsd 11.0 References: Date: Tue, 12 Sep 2017 18:59:28 +0200 In-Reply-To: (Edwin Ancaer's message of "Tue, 12 Sep 2017 09:44:28 +0200") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Sep 2017 16:59:32 -0000 Edwin Ancaer 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