Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73631 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 69289 invoked from network); 8 Apr 2014 00:49:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Apr 2014 00:49:07 -0000 Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.43 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.215.43 mail-la0-f43.google.com Received: from [209.85.215.43] ([209.85.215.43:62590] helo=mail-la0-f43.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CE/94-41229-08743435 for ; Mon, 07 Apr 2014 20:49:06 -0400 Received: by mail-la0-f43.google.com with SMTP id e16so185004lan.16 for ; Mon, 07 Apr 2014 17:49:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=UWsEhQQ5SFpLszOBB8N7nDj+BhRvSrw5QayXdGzI74g=; b=V32DU+2a5AfR8y+dzZndwOpx8UZ8mpZs3c3Is/GSF9ZVyEMH4OMWbWrLyySCWybYfW v+/QtWtgCADm86gy4VdqhFImVBM1ZaVxSRaWzO/jPunBIeiqvnRmVzlhcXTX7OebLm+l TkqyGVoRG93/qcS4zzavHyUNDf2S5rs6nhGdAvJhYq2YlXyt2g/QWS7WsyfEISW8ze6I HISztZCximLUzRBMQ6wv3lv9ROwq9rtKcMZ6svGrfQQPMrYllyPSMoKis6QJWHf+EgNZ Z4w4q1PgQh/PhLIaIuaoVe23hbOYEbYlIS/Jy3/oYkxUNOCes+cb1z7YQbWDn84zbW8s WEmg== X-Received: by 10.112.150.233 with SMTP id ul9mr350803lbb.2.1396918141661; Mon, 07 Apr 2014 17:49:01 -0700 (PDT) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.205.73 with HTTP; Mon, 7 Apr 2014 17:48:21 -0700 (PDT) In-Reply-To: References: Date: Tue, 8 Apr 2014 09:48:21 +0900 X-Google-Sender-Auth: 4pJbc97OUGOEMFr2MvkytxzUbeg Message-ID: To: Ferenc Kovacs Cc: Anatoliy Belsky , PHP Internals Content-Type: multipart/alternative; boundary=047d7b342f6c9d363e04f67d5992 Subject: Re: [PHP-DEV] failing intl test (ext/intl/tests/dateformat_format_variant2.phpt) From: yohgaki@ohgaki.net (Yasuo Ohgaki) --047d7b342f6c9d363e04f67d5992 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi Ferenc, On Mon, Apr 7, 2014 at 9:48 PM, Ferenc Kovacs wrote: > Could anybody who has this test passing tell me what ICU version are you > testing with? > I use Fedora20 and it comes with $ rpm -q libicu libicu-50.1.2-10.fc20.x86_64 and does not work. So I installed $ ll /usr/local/lib/libicu* lrwxrwxrwx. 1 root root 20 1=E6=9C=88 30 08:44 /usr/local/lib/libicu= data.so -> libicudata.so.48.1.1 lrwxrwxrwx. 1 root root 20 1=E6=9C=88 30 08:44 /usr/local/lib/libicudata.so.48 -> libicudata.so.48.1.1 *SNIP* lrwxrwxrwx. 1 root root 18 1=E6=9C=88 30 08:44 /usr/local/lib/libicu= uc.so.48 -> libicuuc.so.48.1.1 -rwxr-xr-x. 1 root root 1713890 1=E6=9C=88 30 08:44 /usr/local/lib/libicuuc.so.48.1.1 then it worked for me. I'm not sure exact version, but it would be following following source. (w/o debian patch) http://icu.sourcearchive.com/downloads/4.8.1.1-14/ BTW, I seems current build system has problem building with specific ICU version libs, but it works if target ICU version is installed under /usr/local. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --047d7b342f6c9d363e04f67d5992--