Claus-Justus Heine <[EMAIL PROTECTED]> writes:
> I'm sorry, there seems to be something wrong with the cron job. I'll
> fix it.
>
> In the meantime, you'll need the packages mentioned above to
> successfully run "mkautofiles".
The problem was that "." wasn't in the PATH environment variable of
the cron job. The perl script cron was running tried to execute
system "cd ftape-tools ; mkautofiles || true";
I have changed this to
system "cd ftape-tools ; ./mkautofiles || true";
which should work. As I have gettext, autoconf and automake installed
on the system where the cron job runs the next snapshot should come
with all needed configure scripts.
Sorry for the inconvenience.
In the meantime, you need to get the gettext library, the autoconf and
automake packages. Then you will be able to run mkautofiles yourself.
BTW:
> > I have the tools-1.07 installed, and the ftformat won't go. It reports
> > an 'Unknown format API version.' and gives up!
Correct, the API has changed a little bit.
Claus
--
Claus-Justus Heine
[EMAIL PROTECTED]
http://www.math1.rwth-aachen.de/~heine/
Ftape - the Linux Floppy Tape Project
Home Page : http://www.math1.rwth-aachen.de/~heine/ftape/
CVS Repos. : http://iris3.math1.rwth-aachen.de:8000/cvsweb/
Bug Reports : http://iris3.math1.rwth-aachen.de:8080/gnats/
[EMAIL PROTECTED]
Mailing-list: [EMAIL PROTECTED]