I'm building the full courier package from the tarball using the command:
[scott@test scott]$ rpmbuild -ta courier-0.42.2.20030617.tar.bz2
After the sanity check it spews a bunch of LOGIN/LOGOUT lines followed
by the error below:
****************************
* Sanity check in progress *
****************************
INFO: LOGIN, user=user, ip=[127.0.0.1], protocol=IMAP
INFO: LOGOUT, user=user, ip=[127.0.0.1], headers=0, body=0
...
...
make[1]: *** [check] Error 1
make[1]: Leaving directory
`/home/adaire/rpm/BUILD/courier-0.42.2.20030617/imap'
make: *** [check-recursive] Error 1
error: Bad exit status from /var/tmp/rpm-tmp.84478 (%build)
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.84478 (%build)
My RPM versions:
rpm-4.1-1.06
rpm-build-4.1-1.06
My build environment is up to date, at least according to
ayo.freshrpms.net's apt repository. What is causing this error and how
can I overcome it? BTW, build machine is redhat 8.0, and previous
builds up to this one have worked great.