Fwd: Unexpected signal when buliding hugs98 CVS HEAD

Ross Paterson ross at soi.city.ac.uk
Sat Sep 9 20:35:35 EDT 2006


On Sat, Sep 09, 2006 at 07:21:10PM -0500, Brian Smith wrote:
> The problem is that an empty hsc2hs directory gets created when we do a CVS
> checkout. When we darcs pull hsc2hs, then darcs sees the existing hsc2hs
> directory and puts everything into hsc2hs_0 instead.
> 
> Actually, this was happening yesterday too, but I didn't mention it because
> I was trying to get around the unexpected signal problem.
> 
> Here are the exact command I executed:
> 
> rm -Rf hugs98
> cvs co hugs98
> cd hugs98
> make

Ah, I have "checkout -P" in my .cvsrc, so I wasn't getting this.

The Makefile now removes the darcs directories before fetching,
which should fix it.



More information about the Cvs-hugs mailing list