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 option
character `-' in: --version
Usage: /Library/Developer/CommandLineTools/usr/bin/libtool -static [-] file
[...] [-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 <filename>] [-seg_addr_table_filename <file_system_path>]
[-all_load] [-noall_load]
Posting to http://qa.php.net/buildtest-process.php
Thank you for helping to make PHP better.
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 option
character `-' in: --versionUsage: /Library/Developer/CommandLineTools/usr/bin/libtool -static [-] file
[...] [-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 <filename>] [-seg_addr_table_filename <file_system_path>]
[-all_load] [-noall_load]Posting to http://qa.php.net/buildtest-process.php
Thank you for helping to make PHP better.
maybe related to https://bugs.php.net/bug.php?id=67284 ?
--
Ferenc Kovács
@Tyr43l - http://tyrael.hu
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 option
character `-' in: --versionUsage: /Library/Developer/CommandLineTools/usr/bin/libtool -static [-] file
[...] [-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 <filename>] [-seg_addr_table_filename <file_system_path>]
[-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?
--
Ferenc Kovács
@Tyr43l - http://tyrael.hu