Compiling latest rsync of mol fails

Samuel Rydh mol-general@lists.maconlinux.org
Thu, 23 Jan 2003 20:54:45 +0100


On Thu, Jan 23, 2003 at 07:03:41PM +0100, Geert Janssens wrote:
> 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.
>
> 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)
> 

You seem to have some stale autogenerated dependencies from
an earlier mol version around. If you removing the .deps 
directory in src/driver/disk, things it should compile again.

/Samuel