Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74763 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24871 invoked from network); 5 Jun 2014 22:07:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Jun 2014 22:07:45 -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.50 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.216.50 mail-qa0-f50.google.com Received: from [209.85.216.50] ([209.85.216.50:55949] helo=mail-qa0-f50.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FF/40-20025-E2AE0935 for ; Thu, 05 Jun 2014 18:07:44 -0400 Received: by mail-qa0-f50.google.com with SMTP id j15so2353398qaq.23 for ; Thu, 05 Jun 2014 15:07:40 -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=e5KowPEmTCkk7rS6nuLKnp/MiRKwaaoVqxcl/JzFRdM=; b=jbewHlYlRotUwGQPt9bnpEZT+uXP558E+gWOBD2LRWODoiM7kWkJFVTN6AVyIAy3ua X5FTVWzrZ2tueUGkaq4Javeje5FuKV8gS1B8plLbJgMKCq9+tYYrGzkMgKKpVdUYHSGe Q2WWgxuAvjcNRBJKFWWqJQZYhS593ZGqxnaNZXfom9ezbJH9P/Tp4hjnen5cuTOGaewQ WBP8W5/bp2CJw9i3RQFHxs0bhPxgvw5aAj6T7V67CsV504ECZl1DiVD4/AzXjiT3Hizv EdtizALv8I8Qq+GbXxALXbza5l4ibY6+P8tdZWBcjdY+MaQ0vlGHIShemfZmnTFiBPtP jOAQ== MIME-Version: 1.0 X-Received: by 10.140.102.166 with SMTP id w35mr659433qge.97.1402006060022; Thu, 05 Jun 2014 15:07:40 -0700 (PDT) Received: by 10.140.17.77 with HTTP; Thu, 5 Jun 2014 15:07:39 -0700 (PDT) In-Reply-To: References: Date: Fri, 6 Jun 2014 00:07:39 +0200 Message-ID: To: Levi Morrison Cc: internals Content-Type: multipart/alternative; boundary=001a11c15f3a2e422804fb1df910 Subject: Re: [PHP-DEV] PHP 5.6.0beta3 works on Mac OS X 10.9 (almost) From: tyra3l@gmail.com (Ferenc Kovacs) --001a11c15f3a2e422804fb1df910 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Thu, May 15, 2014 at 6:27 PM, Levi Morrison wrote: > No tests failed for me on Mac OS X 10.9 which is great. > > However, I had some errors submitting my results to qa.php.net (see > below). > It appears that we are using libtool to submit the QA results but are > passing flags that the OS X versions don't seem to understand. > > > --- > > > Do you want to send this report now? [Yns]: Y > > > Please enter your email address. > > (Your address will be mangled so that it will not go out on any > > mailinglist in plain text): levim@php.net > > sh: autoconf: command not found > > error: /Library/Developer/CommandLineTools/usr/bin/libtool: unknown optio= n > character `-' in: --version > > Usage: /Library/Developer/CommandLineTools/usr/bin/libtool -static [-] fi= le > [...] [-filelist listfile[,dirname]] [-arch_only arch] [-sacLT] > > Usage: /Library/Developer/CommandLineTools/usr/bin/libtool -dynamic [-] > file [...] [-filelist listfile[,dirname]] [-arch_only arch] [-o output] > [-install_name name] [-compatibility_version #] [-current_version #] > [-seg1addr 0x#] [-segs_read_only_addr 0x#] [-segs_read_write_addr 0x#] > [-seg_addr_table ] [-seg_addr_table_filename = ] > [-all_load] [-noall_load] > > > Posting to http://qa.php.net/buildtest-process.php > > > Thank you for helping to make PHP better. > hi, on a second look this is unrelated. it seems that libtools is present on Mac OS X (since Mavericks maybe?), but that's the apple flavored, so it uses -V instead of --version which isn't properly handled by run-tests.php about the autoconf error my guess is that you don't have it installed (as apple doesn't ship that, not even with xcode), and you used a release tarball which doesn't have autoconf dependency (as those already have the configure file pre-built). could you please create a bugreport about this? --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu --001a11c15f3a2e422804fb1df910--