ID:               36068
 User updated by:  php at rince dot de
 Reported By:      php at rince dot de
-Status:           Feedback
+Status:           Open
 Bug Type:         Compile Failure
 Operating System: Solaris 8
 PHP Version:      5.1.2
 New Comment:

*sigh* since this machine has no internet-access I hoped it would be
enough to tell that php expects bison but doesn't check wether it's
there.

but here it is: I do the make test, there seems to be a problem:

----
XMLWriter: PI, Comment, CDATA [ext/xmlwriter/tests/00_009.phpt]
====================================================================

You may have found a problem in PHP.
We would like to send this report automatically to the
PHP QA team, to give us a better understanding of how 
the test cases are doing. If you don't want to send it
immediately, you can choose "s" to save the report to
a file that you can send us later.
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 txt):  [my email address]
sh: bison: not found
PHP Warning: PHP Startup: /: Unable to initialize module
[..]

If you look into "run-tests.php" line 717, it checks the version of
bison if a test fails. And this check fails (of course) if bison is not
installed. I don't know why php wants to have bison, but at least
run-tests.php expects it.


Previous Comments:
------------------------------------------------------------------------

[2006-01-18 16:04:12] [EMAIL PROTECTED]

Apparently you forgot to tell us what exactly the problem is.

>Then, the testsuite wants to report this and wants to use
> "bison" - which isn't installed usually on a Solaris machine.
And you know that because you see some error, right?
Or is it a secret?

------------------------------------------------------------------------

[2006-01-18 15:58:33] php at rince dot de

Situation:
Solaris 8 on Sparc. Fresh Download of php-sources, Version 5.1.2.
unpack, "./configure --with-apxs2=/usr/local/apache-2.0.55/bin/apxs"
results in a "Build complete."
After that I make a "make test", there are quite some tests and at one
point the tests result apparently in an unexpected state. Then, the
testsuite wants to report this and wants to use "bison" - which isn't
installed usually on a Solaris machine. So there should be a check
against bison in the configure-script (this was already a problem in
php3, as I can see in the bug database).

------------------------------------------------------------------------

[2006-01-18 15:30:56] [EMAIL PROTECTED]

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.




------------------------------------------------------------------------

[2006-01-18 15:24:25] php at rince dot de

Description:
------------
I just did a "make test" and somewhere it failed. As the testsuite
tried to send the report to the php-group, it expected to have bison
installed - which I hadn't at that time. configure didn't complain
about a missing bison.



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=36068&edit=1

Reply via email to