php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #29136 make test - libtool failure
Submitted: 2004-07-14 10:24 UTC Modified: 2005-01-19 02:31 UTC
Votes:1
Avg. Score:1.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: ralph dot martin at cs dot cf dot ac dot uk Assigned:
Status: Closed Package: Compile Failure
PHP Version: 5.0.0 OS: MacOS X 10.3.x
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: ralph dot martin at cs dot cf dot ac dot uk
New email:
PHP Version: OS:

 

 [2004-07-14 10:24 UTC] ralph dot martin at cs dot cf dot ac dot uk
Description:
------------
After configuring and making PHP 5.0.0 on MacOS X 
10.3.4, then doing make test, make test first prints the 
failed test summary, but ends with a libtool failure 
when trying to mail it, before I get a chance to enter 
my email address.

Reproduce code:
---------------
My configuration, if relevant, was (using some fink libraries)

./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-apxs --with-ldap=/usr --with-kerberos=/usr --with-zlib-dir=/usr --enable-trans-sid --with-libxml-dir=/sw --enable-exif --enable-ftp --enable-mbstring --enable-dbx --enable-sockets --with-curl=/sw --with-config-file-path=/etc --with-iodbc=/usr --sysconfdir=/etc --localstatedir=/var --with-gd --with-jpeg-dir=/sw --with-png-dir=/sw --with-mysql=/usr/local/mysql --with-openssl --with-bz2=/sw --with-ncurses --with-pdflib=/sw --enable-soap --with-xsl=/sw

Expected result:
----------------
expect the failed tests to be correctly mailed.

Actual result:
--------------
========================================================
=============
FAILED TEST SUMMARY
--------------------------------------------------------
-------------
Test for buffering in core functions with implicit flush 
off [tests/func/008.phpt]
Catch Interfaces [tests/lang/039.phpt]
Bug #22836 (returning references to NULL) [Zend/tests/
bug22836.phpt]
Test 5: HTML Test [ext/dom/tests/dom005.phpt]
HTML input/output [ext/mbstring/tests/htmlent.phpt]
mb_output_handler() (Shift_JIS) [ext/mbstring/tests/
mb_output_handler_shift_jis.phpt]
microtime() function [ext/standard/tests/time/001.phpt] 
(warn: system dependent)
Bug #20382 (strtotime ("Monday", $date) produces wrong 
result on DST changeover) [ext/standard/tests/time/
bug20382.phpt]
Bug #27719: mktime returns incorrect timestamp for dst 
days [ext/standard/tests/time/bug27719.phpt]
Bug #27780 (strtotime(+1 xxx) returns a wrong date/time) 
[ext/standard/tests/time/bug27780.phpt]
Bug #26614 (CDATA sections skipped on line count) [ext/
xml/tests/bug26614.phpt]
gzopen(), gzread(), gzwrite() for non-compressed data 
[ext/zlib/tests/gzreadgzwriteplain.phpt]
========================================================
=============

Please allow this report to be send to the PHP QA
team. This will give us a better understanding in how
PHP's test cases are doing.
(choose "s" to just save the results to a file)? [Yns]: 

Please enter your email address.
(Your address will be mangled so that it will not go out 
on any
mailinglist in plain text): libtool: unknown option 
character `-' in: --version
Usage: libtool -static [-] file [...] [-filelist 
listfile[,dirname]] [-arch_only arch] [-sacLT]
Usage: 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]
sh: line 1: ldd: command not found

Posting to qa.php.net /buildtest-process.php
[ralph:local/src/php-5.0.0] ralph% 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-01-19 02:31 UTC] sniper@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 23:01:28 2024 UTC