On Fri, Jul 21, 2006 at 01:53:30PM -0700, K. Richard Pixley wrote:

> Ok, with debian devkit off, in 1.0.5 I'm getting:
> 
> make[7]: Entering directory 
> `/home/rpixley/scratchbox/scratchbox-1.0.5/tools/automake-1.4/work/main.d/automake-1.4-p6'
> cd . && automake-1.4 --gnu --include-deps Makefile
> automake: Makefile.am: output of `automake.texi', `automake-1.4.info', 
> has unrecognized extension
> make[7]: *** [Makefile.in] Error 1

Hmm.. are you compiling this on a slow machine or with heavy load?

I had similar problems when building several toolchains and doctools
simulataneously so that timestamps got skewed in the configure
scripts.

I can reproduce the problem you have by running:
.../scratchbox/tools/automake-1.4/work/main.d/automake-1.4-p6$ touch 
configure.in

And get rid of it with command:
.../scratchbox/tools/automake-1.4/work/main.d/automake-1.4-p6$ touch -r . *

It looks like the sb-core build system needs a patch similar to
http://www.scratchbox.org/cgi-bin/darcsweb.cgi?r=1.0/sb-doctools-devkit;a=commitdiff;h=20060615110857-2603f-8600240ff6203e07214a903b14a9c0dfd9188c40.gz


-- 
Toni Timonen
040-5111863,GPG 0x7984A4FD
_______________________________________________
Scratchbox-users mailing list
Scratchbox-users@lists.scratchbox.org
http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-users

Reply via email to