[Mono-devel-list] Problem in generating mono-1.0 tar ball during the daily build

Gonzalo Paniagua Javier gonzalo at ximian.com
Wed Jul 14 01:27:21 EDT 2004


El mar, 13-07-2004 a las 13:48, Roopa Wilson escribió:
> Hello,
> 
> I was not able to generate the mono 1.0 tar ball for the daily snapshots
> today because 'make dist' inside the mono directory failed with the
> following error:
> 	.
> 	.
> 	.
> make[2]: Entering directory `/tmp/snapshot/20040713/mono/mono/mini'
> make[2]: *** No rule to make target `propagated_relations_table.def',
> needed by `distdir'.
> make[2]: *** No rule to make target
> `build_relations_propagation_table.pl', needed by `distdir'.
> make[2]: Target `distdir' not remade because of errors.
> make[2]: Leaving directory `/tmp/snapshot/20040713/mono/mono/mini'
> make[1]: *** [distdir] Error 1
> make[1]: Leaving directory `/tmp/snapshot/20040713/mono/mono'
> make: *** [distdir] Error 1
> make: Target `dist' not remade because of errors.
> 
> 
> The propagated_relations_table.def and
> build_relations_propagation_table.pl files were not found in the
> mono/mono/mini directory.
> 
> what should I do to resolve this problem?

Rerun autogen.sh.

And if you add --enable-maintainer-mode when running it, next time any
Makefile.am is modified, Makefile will be generated again.

-Gonzalo





More information about the Mono-devel-list mailing list