From owner-freebsd-questions@freebsd.org Tue Sep 12 22:00:54 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 AA574E20CD8 for ; Tue, 12 Sep 2017 22:00:54 +0000 (UTC) (envelope-from eancaer@gmail.com) Received: from mail-lf0-x233.google.com (mail-lf0-x233.google.com [IPv6:2a00:1450:4010:c07::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2F67964E19; Tue, 12 Sep 2017 22:00:54 +0000 (UTC) (envelope-from eancaer@gmail.com) Received: by mail-lf0-x233.google.com with SMTP id l196so29764595lfl.1; Tue, 12 Sep 2017 15:00:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=MQ1k7jBBPHbPL1raShUqMj1MSGEx7NE5XGZauiGRtMw=; b=ieiM1U2NbupJwWLAQXe3PfegQ5eAihzBv8FQVt3HjB9Q2qlwz3r/SiFCLfha+G5Aa4 blstOBMSvAHncZ3zKxEyBP4PK/E52188LIHHcxeGEaBxPBXanX5rfSZZUMX81uT8MEi1 BDDfDEHO1lyMZ7bIlOJ7ulltBCcq1zem64GpXAU7jbTz9f3klkpL9ZzEvFtim5d7xW3y gqbIqm77+xLKyEzUOd2W8lo/qrMkWXoPjepp5qwCzHaytm5NjUMksF0YdVtekk1nYy0d kr9Z1JwLzLRrgbr9c5auFQ0hUFIsRJD8yHATW4i/ZdOCRnD91rn1Tc2h6G4KBg1bTD43 dAWw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=MQ1k7jBBPHbPL1raShUqMj1MSGEx7NE5XGZauiGRtMw=; b=P/+dMrwHUxt6KiR7AZQEgw+fkMzEtQYPAku22PmGDgC8ALPIuCom90f6Xd7t6jN0R2 kTruqyyJkqpjZpvgl4h46z4UYZfV3RJolaBensyN2DBTCQTK0KzJX0VmUnybGNSb/qli B4gA2CqKeTl1CtXHFboiUo9dlYmcWmbBWRrRsiGVVyJUiFdGjyGjnqoQk5gKG2Afwinu VAahgeZ7uo9AEEf1xMPrePEjdXc5aCh9Rqf1aN9vCG7cBxaR/q6Mi2lsq0nvwVtwr6T0 J8mk7xP73G+4smTqCU669s7KV+3VqfgwVU8FFeYk0Gz4h3uRVWTbMwcb5KvOtDMtRC+c MFLA== X-Gm-Message-State: AHPjjUjq/KSBqskR5ZdTZfpmRjTxpF7PJcCpAL9WrnNHsxzigmjMhnCf 0EVgXZvAuPC7UuLsCclOF5VarMZUhWwXoWuS9cGT2w== X-Google-Smtp-Source: AOwi7QD+WI8icjRJ2giKB/UwiIf+qBzTPHls5IwIrN2ST4HoCGAgpZaNTVQED1cjbbT/IhnzZMx8myzYtqs0KS+x1a0= X-Received: by 10.25.0.143 with SMTP id 137mr4912300lfa.242.1505253652158; Tue, 12 Sep 2017 15:00:52 -0700 (PDT) MIME-Version: 1.0 Received: by 10.46.5.198 with HTTP; Tue, 12 Sep 2017 15:00:51 -0700 (PDT) In-Reply-To: References: From: Edwin Ancaer Date: Wed, 13 Sep 2017 00:00:51 +0200 Message-ID: Subject: Re: Installing ICU ports on freebsd 11.0 To: Jan Beich Cc: freebsd-questions@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 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 22:00:54 -0000 Jan, thanks for looking into this. I also found 25M for icudt58l.dat [edwin@ottopedi ~]$ pkg info -l icu | fgrep icudt | xargs du -Ah 25M /usr/local/share/icu/58.2/icudt58l.dat. Before coming to the FreeBSD list, someone on the GNUstep-list checked my code, and it worked out OK for him. The difference we saw was that he had a libicudata.so.55.1 of 25M, so we supposed there was some ICU-issue. Now maybe his version (55 I presume) was working differently than mine (59), or generated without the --with-data-packaging=archive, and it is that that causes the problems for GNUstep. Is it worth trying to build devel/icu without this option, or would that be a bad id? Kind regards, and thanks for looking into this? Edwin 2017-09-12 18:59 GMT+02:00 Jan Beich : > 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 >