Subject: |
cipe 1.5.1: make install fails (and kernel check fails) |
From: |
Paul Jakma <paulj,AT,itg,DOT,ie> |
Date: |
Sun, 11 Mar 2001 17:16:06 +0100 |
there is a problem with cipe-1.5.1, "make install" fails with:
gmake[1]: Leaving directory `/var/tmp/cipe-1.5.1/2.2.16-3-i386-cb'
make: *** No rule to make target `cipe.texinfo', needed by
`cipe.info'. Stop.
i can work around this by removing the dependcy on cipe.info in the
install:: target in the makefile.
also, on the system i tried to build on, the kernel check in configure
fails because it is:
"2.2.16-3"
i added a [ ] to the beginning of the sed regex that parses the above
ie: s/^ .... -> s/^[ ]....
regards,
Paul Jakma.