Matt -
Try this: http://209.204.172.137/misc/build_errors.txt
Would it help to pipe the complete build process to a file?
Todd
Matt Hyclak wrote:
On Fri, Jan 12, 2007 at 08:17:59AM -0800, Todd Cary enlightened us:
Matt -
I did rpmbuild -ba php.spec 2> /tmp/build_errors.txt
The build_errors.txt file is quite large, so I am not sure if I should sent it as an attachment. Here are the last few lines:
cpio: php-4.3.9/ext/standard/<stdout>: No such file or directory 18492 blocks
- /usr/lib/rpm/redhat/brp-compress
- /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
- /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
- umask 022
- cd /usr/src/redhat/BUILD
- cd php-4.3.9
- cd build-cgi
- export NO_INTERACTION=1 REPORT_EXIT_STATUS=1 MALLOC_CHECK_=2
- NO_INTERACTION=1
- REPORT_EXIT_STATUS=1
- MALLOC_CHECK_=2
- unset TZ LANG LC_ALL
- make test
make: *** [test] Error 1
- set +x
error: Bad exit status from /var/tmp/rpm-tmp.36559 (%check) Bad exit status from /var/tmp/rpm-tmp.36559 (%check)
Tough to tell from that. Can you post the entire log somewhere and send a URL to the list?
Matt