https://bugzilla.novell.com/show_bug.cgi?id=436436
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=436436#c3 Jonathan Pryor <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|WORKSFORME |FIXED --- Comment #3 from Jonathan Pryor <[EMAIL PROTECTED]> 2008-10-20 08:30:11 MDT --- The problem is source builds, not svn builds. cs-errors.{tree,zip} requires a sibling mcs checkout so that it can find & use mcs/errors/* for file inclusion purposes. If there is no sibling mcs directory (e.g. you're building from source and not a "full" svn checkout), then the cs-errors.{tree,zip} files can't be regenerated, thus breaking the rebuild. I'm not sure what the proper fix for this within monodoc is, as for svn checkouts `make clean` should remove the cs-errors.{tree,zip} files so that they can be rebuilt from the mcs/errors contents, but this breaks things horribly for source builds. The best fix for this is to merge the monodoc & mcs modules so that a dependency on an "mcs" sibling directory is no longer present. Fortunately, this has already been done for Mono 2.2: http://lists.ximian.com/pipermail/mono-packagers-list/2008-October/000019.html -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
