--On Monday, September 12, 2005 10:50 AM -0700 Eric Wagar
<eric@xxxxxxxxxxxxxxx> wrote:
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.76493 (%build)
But, while doing a ./configure; make; make test of the php source, I get
a proper build.
How do I go about troubleshooting the rpmbuild function?
Note the RPM build error, which tells you that it was running the %build
scriptlet and that it was stored in the temp file /var/tmp/rpm-tmp.76493.
Look at that file and perhaps try running the commands within it "by hand".