bug-cvs
[Top][All Lists]
Advanced

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

Re: MacOS X 10.3.7 Build Problem After CVS CheckOut


From: Derek Price
Subject: Re: MacOS X 10.3.7 Build Problem After CVS CheckOut
Date: Tue, 03 May 2005 22:30:08 -0400
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

Incidentally, I thought this was documented somewhere other than the email list, but I don't see it. I've added a note to INSTALL on stable and INSTALL-CVSon feature.

Cheers,

Derek


Derek Price wrote:

This is a well-known problem. The workaround is to use a build directory. i.e.:

   cvs co ccvs
   cd ccvs
   mkdir build
   cd build
   ../configure
   make

I never thought it was worth coming up with a more automated solution, but you're welcome to try. I would argue against changing the name of the executable though, and I'm not sure what else is workable.

Cheers,

Derek

Conrad T. Pino wrote:

I'm seeing the same build problem on both stable & feature:

Titanium:~/projects/cvs-1.12.12 conradtpino$ make
make  all-recursive
Making all in lib
make  all-am
make[3]: Nothing to be done for `all-am'.
Making all in zlib
make[2]: Nothing to be done for `all'.
Making all in diff
make[2]: Nothing to be done for `all'.
Making all in src
rm: cvs: is a directory
make[2]: *** [cvs] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Titanium:~/projects/cvs-1.12.12 conradtpino$

The problem occurs because the MacOS file system appears to
be case insensitive with respect to file names i.e. both of
the following do the same thing:

    ls CVS
    ls cvs

I'm seeing the error for the first time because I checked
out with a revision tag instead of downloading a tar ball.

I can work around the problem by using "export" instead of
"checkout" command.

The question becomes:  Is it worthwhile fixing the build
to deal with case insensitive UNIX file systems?

Conrad



_______________________________________________
Bug-cvs mailing list
Bug-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-cvs







reply via email to

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