Compiling latest rsync of mol fails

Geert Janssens mol-general@lists.maconlinux.org
Thu, 23 Jan 2003 19:03:41 +0100


I rsynched mol about half an hour ago.

When I try to build the rpms (make rpms), it fails somewhere while 
trying to compile. Here is the relevant part of the log:

Making all in drivers
make[3]: Entering directory `/usr/src/rpm/BUILD/mol-0.9.68/src/drivers'
Making all in disk
make[4]: Entering directory `/usr/src/rpm/BUILD/mol-0.9.68/src/drivers/disk'
make[4]: *** No rule to make target `ablk.h', needed by `ablk.o'.  Stop.
make[4]: Leaving directory `/usr/src/rpm/BUILD/mol-0.9.68/src/drivers/disk'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/src/rpm/BUILD/mol-0.9.68/src/drivers'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/rpm/BUILD/mol-0.9.68/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/rpm/BUILD/mol-0.9.68'
error: Bad exit status from /var/tmp/rpm-tmp.52552 (%build)


RPM build errors:
     Bad exit status from /var/tmp/rpm-tmp.52552 (%build)
make: *** [rpms] Error 1

So apparently file ablk.h is missing. Is this normal ? Or is my setup 
wrong ?

By the way, my complete build sequence is:
./autogen.sh
./configure.sh
make rpms (as root)

My machine is a beige mac G3 (Rev.1), with plenty of ram, and sufficient 
diskspace, running an up to date YDL 2.3, with a custom compiled kernel 
(2.4.20-rc1-ben0).

Thanks in advance,

Geert