php-extras rpm building problem

Support/Development for PHP
Highland
Forum Regular
Forum Regular
Posts: 674
Joined: Mon Apr 10, 2006 12:55 pm

php-extras rpm building problem

Unread post by Highland »

I have an app that needs php-mcrypt and, since nobody seems to have one for 5.2.2, I've gone and tried to compile my own RPM. After around 4 hours of playing around I got pretty close but I can't get around a failed check at the end. Anyone have any ideas how I can get around this?

-using CentOS 4.4
-using atomic channel PHP 5.2.2 and MySQL 5
-using php-extras-5.1.6-1.el4.centos.src.rpm for specs file (from centosplus)
-using php 5.2.2 gzip from php.net
-using libtidy-0.99.0-9.20051025.el4.centos.3 (had to get from pbone)
-using gcc and gcc-c++

And the error (from the end of the process)
FAIL libtidy handling of 'new-blocklevel-tags' [tests/024.phpt]
PASS tidyNode tests [tests/025.phpt]
PASS tidy.clean_output test [tests/026.phpt]
PASS Bug: tidy segfaults with markup=false [tests/027.phpt]
PASS tidyNode::getParent() [tests/028.phpt]
=====================================================================
Number of tests : 28 28
Tests skipped : 0 ( 0.0%) --------
Tests warned : 0 ( 0.0%) ( 0.0%)
Tests failed : 1 ( 3.6%) ( 3.6%)
Tests passed : 27 ( 96.4%) ( 96.4%)
---------------------------------------------------------------------
Time taken : 4 seconds
=====================================================================

=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
libtidy handling of 'new-blocklevel-tags' [tests/024.phpt]
=====================================================================
error: Bad exit status from /var/tmp/rpm-tmp.91746 (%check)


RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.91746 (%check)
I've not built RPMs like this before so any help would be appreciated.
Post Reply