<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
This wouldn't happen to be an AIX machine, would it? ... If you google
4294967294 you'll see some info about that being the user id / group id
for "NOBODY" on AIX... Any reason it would be associated with "NOBODY"?<br>
<br>
Who's on first...<br>
<br>
<span class="moz-smiley-s1"><span> :-) </span></span><br>
David Cole<br>
<br>
<br>
David Somers wrote:
<blockquote cite="mid200507070219.55470.dsomers@omz13.com" type="cite">
  <pre wrap="">On Wednesday 06 July 2005 22:12, Andy Cedilnik wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">This is interesting. We do not set user or groups for any file.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
But somebody/something is? ;-)

  </pre>
  <blockquote type="cite">
    <pre wrap="">I tried the same thing and all files are owned by root. Check toplevel
directory the sticky flags.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Sticky flags are (as far as I can tell) clear.

 # stat /home/users/dsomers/prj/build
  File: `/home/users/dsomers/prj/build'
  Size: 4096            Blocks: 8          IO Block: 32768  directory
Device: fh/15d  Inode: 3905633     Links: 5
Access: (0777/drwxrwxrwx)  Uid: ( 1002/ dsomers)   Gid: ( 1002/ dsomers)
Access: 2005-07-07 01:46:59.000000000 +0200
Modify: 2005-07-07 02:06:25.000000000 +0200
Change: 2005-07-07 02:06:25.000000000 +0200

Here's an ls from my our-of-source build directory... 

I just do
cmake ../checkcvswrappers
make
su
make install

Only install_manifest.txt gets the wrong owner/group (it should be root?)... 

/home/users/dsomers/prj/build # ls -l
total 76
-rw-r--r--  1 dsomers    dsomers     416 Jul  7 01:58 CMakeCCompiler.cmake
-rw-r--r--  1 dsomers    dsomers     131 Jul  7 01:58 CMakeCXXCompiler.cmake
-rw-r--r--  1 dsomers    dsomers    9719 Jul  7 01:58 CMakeCache.txt
-rw-r--r--  1 dsomers    dsomers    1987 Jul  7 02:06 CMakeOutput.log
-rw-r--r--  1 dsomers    dsomers     198 Jul  7 01:58 CMakeSystem.cmake
drwxr-xr-x  2 dsomers    dsomers    4096 Jul  7 01:58 CMakeTmp/
-rw-r--r--  1 dsomers    dsomers    8516 Jul  7 02:06 Makefile
-rw-r--r--  1 dsomers    dsomers      85 Jul  7 02:06 cmake.check_cache
-rw-r--r--  1 dsomers    dsomers     200 Jul  7 01:58 cmake.check_depends
-rw-r--r--  1 dsomers    dsomers      37 Jul  7 01:58 cmake.depends
-rw-r--r--  1 dsomers    dsomers     416 Jul  7 01:58 cmake_install.cmake
-rw-r--r--  1 dsomers    dsomers     816 Jul  7 01:58 cmake_uninstall.cmake
drwxr-xr-x  2 dsomers    dsomers    4096 Jul  7 02:06 doc/
-rw-r--r--  1 4294967294 4294967294   71 Jul  7 02:06 install_manifest.txt
drwxr-xr-x  2 dsomers    dsomers    4096 Jul  7 02:06 src/


  </pre>
</blockquote>
</body>
</html>