Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73663 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75466 invoked from network); 10 Apr 2014 17:30:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Apr 2014 17:30:42 -0000 Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.49 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.216.49 mail-qa0-f49.google.com Received: from [209.85.216.49] ([209.85.216.49:37736] helo=mail-qa0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 54/D2-56277-045D6435 for ; Thu, 10 Apr 2014 13:30:40 -0400 Received: by mail-qa0-f49.google.com with SMTP id j7so4134097qaq.8 for ; Thu, 10 Apr 2014 10:30:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=otGCRxWAUu3WuXE8nVB63M1QEoRDtLk39g+f7hLQ1Rg=; b=g0Unmc8F9L7IN/wCGDbU5IGqueJZoCgbBfWnx5kCYOMU2SK7b3azSY7m6Vlh4LZhtJ 249I3/0WnZNgiV7r4XN3l1zaGOB/Z0rbx8vi3Zg3J3mXINFnk4K/Ij580pzR2RzOkgKO DTPpJOC9Ezkuh1rKOLRLtyRNTY99HvTTjCkGLeQgWSPX5vtMB4w6CxcXAXxyxRnHQW1d Bj5vKuVPKXB4b5FTxOQy1ezmX8e5Vi92GeNHUsqVkMlioevzjsQckj87vtnfyuzC/NPQ xXXxEBSqwjIg2WKWmZluSeNmfHPkFOySZxf/12iHuC0AmMPpSevFV5lebDER69YF9DcT SkWw== MIME-Version: 1.0 X-Received: by 10.140.98.116 with SMTP id n107mr20911301qge.94.1397151031118; Thu, 10 Apr 2014 10:30:31 -0700 (PDT) Received: by 10.140.17.34 with HTTP; Thu, 10 Apr 2014 10:30:31 -0700 (PDT) In-Reply-To: References: Date: Thu, 10 Apr 2014 19:30:31 +0200 Message-ID: To: marius adrian popa , Michael Wallner Cc: PHP Developers Mailing List Content-Type: multipart/alternative; boundary=001a113a9238e8b81404f6b3927b Subject: Re: [PHP-DEV] while pushing to git i get libcrypto.so.1.0.0: no version information available (required by php) From: tyra3l@gmail.com (Ferenc Kovacs) --001a113a9238e8b81404f6b3927b Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Thu, Apr 10, 2014 at 5:39 PM, marius adrian popa wrote= : > Well i'm on ubuntu 14.04 and php 5.9.x from ubuntu repository builds > and works just fine with that version 3.0.2 > https://launchpad.net/ubuntu/trusty/+source/php5/5.5.9+dfsg-1ubuntu4 if they are building from the release tarballs, then they don't need bison for that that (release tarballs are build via http://git.php.net/?p=3Dphp-src.git;a=3Dblob;f=3Dmakedist;h=3D1b47d7bd82a30= 7ca4e9dab97327bb8aabaad6bb0;hb=3DHEAD) if that isn't the case, then I guess they are either patching the php-src before the build, or building the package with a different bison version, because 5.5 also rejects bison 3.0 albeit in a slightly different way, as we were using a manually edited version whitelist until 5.6, when we moved to a blacklist based approach. > > > I wonder why 3.0.2 is excluded , i see the patch in git but i don't > know the reason why 3.0.2 is excluded > > Mike was the one who asked for 3.0 to be blacklisted, so we can ask him if he remembers the exact reason, but from a quick test it seems that I still can't compile 5.5 ZTS with bison 3.0.2 from homebrew on my mac: In file included from /Users/tyrael/checkouts/php-src.git/ext/standard/basic_functions.c:48: /Users/tyrael/checkouts/php-src.git/Zend/zend_language_parser.h:330:5: error: conflicting types for 'zendparse' int zendparse (void); ^ /Users/tyrael/checkouts/php-src.git/Zend/zend_globals_macros.h:35:5: note: previous declaration is here int zendparse(void *compiler_globals); ^ 1 error generated. make: *** [ext/standard/basic_functions.lo] Error 1 --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu --001a113a9238e8b81404f6b3927b--