Re: [CMake] Progress report strange behaviour with mixed file permissions

2012-01-13 Thread Bill Hoffman
On 1/13/2012 6:41 AM, Mateusz Loskot wrote: David& Daniel, thanks! I'll confirm with my friend and follow-up if needed. Best regards, My guess would be that someone did a sudo make install. That would be a reason why you might run make a root. But, you have to be consistent and always u

Re: [CMake] Progress report strange behaviour with mixed file permissions

2012-01-13 Thread Mateusz Loskot
On 13 January 2012 11:30, David Cole wrote: > On Fri, Jan 13, 2012 at 5:48 AM, Mateusz Loskot wrote: >> >> A friend of mine has asked me to confirm if there may be a bug in CMake >> related to file permissions on Unix. Here is the story: >> >> There are some files under CMakeFiles/ directory owne

Re: [CMake] Progress report strange behaviour with mixed file permissions

2012-01-13 Thread David Cole
On Fri, Jan 13, 2012 at 5:48 AM, Mateusz Loskot wrote: > Hi, > > A friend of mine has asked me to confirm if there may be a bug in CMake > related to file permissions on Unix. Here is the story: > > There are some files under CMakeFiles/ directory owned by "root" > and not overridable by "strk" (n

RE: [CMake] Progress report

2007-02-23 Thread Ken Martin
It can go above 100% if you are using an old version of CMake (2.4.3 maybe or older) or if you have multiple makes running at the same time. (not make -j that is OK, but "make foo" in one shell while you do "make bar" in another shell where foo and bar are in the same Makefile) This can also happe