bug-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gsl] PATCH: 'make dist(check|clean)' bug


From: Stewart V. Wright
Subject: Re: [Bug-gsl] PATCH: 'make dist(check|clean)' bug
Date: Wed, 30 Jun 2004 12:02:55 +0100
User-agent: Mutt/1.5.4i

G'day Brian,

* Brian Gough <address@hidden> [040630 11:31]:
> Stewart V. Wright writes:
>  > It doesn't actually look like anyone's noticed that there is a
>  > small problem with "make distcheck"/"make distclean".  (Probably
>  > because the command take so long to run! :) ) The Makefile created
>  > in the gsl directory is not deleted when "make distclean" is run,
>  > and so the distcheck target fails.
> 
> Can you provide a full example which shows how to reproduce the
> problem from a clean checkout or release tar file. Thanks.

Sure.  Sorry.  Didn't think of providing that.


1 # cvs -d :pserver:address@hidden:/cvs/gsl checkout gsl
2 # cd gsl
3 # ./autogen.sh
4 # mkdir ../build
5 # cd ../build
6 # ../gsl/configure
7 # make distclean
8 # find . -type f

Will find the file
   ./gsl/Makefile
(and _only_ this file).

This should have been deleted as it is created by the configure
script.


If step 7 was replace with a "make distcheck" after a series of "make"s,
and "make check"s it will fail with an error because of the existence
of ./gsl/Makefile...

I can run "make distcheck" and give you the exact error message, but
it will take some time.  :-)


Cheers,

S.

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]