Re: [CMake] CPack tar ownership

2011-01-12 Thread Eric Noulard
2011/1/12 Tim St. Clair : > As a side issue: not all platforms which support the TGZ natively > support fakeroot. > > I think ownership rights should likely be a CPACK option as a result. True off course. Would you be willing to file a feature request and possibly a patch proposal? -- Erk Membre

Re: [CMake] CPack tar ownership

2011-01-12 Thread Tim St. Clair
As a side issue: not all platforms which support the TGZ natively support fakeroot. I think ownership rights should likely be a CPACK option as a result. Cheers, Tim On Sat, Jan 8, 2011 at 8:22 AM, Eric Noulard wrote: > 2011/1/8 Tim St. Clair : >> This will be across several *nix platforms, >>

Re: [CMake] CPack tar ownership

2011-01-10 Thread Tim St. Clair
Thanks! I think I botched my 1st verification... fakeroot gives me a root owned package, which expands correctly using tar --no-same-owner -xzf. w00t, Tim On Sat, Jan 8, 2011 at 8:22 AM, Eric Noulard wrote: > 2011/1/8 Tim St. Clair : >> This will be across several *nix platforms, >> >> I tried

Re: [CMake] CPack tar ownership

2011-01-08 Thread Eric Noulard
2011/1/8 Tim St. Clair : > This will be across several *nix platforms, > > I tried fakeroot but when I expand it has the euid of the user. This is odd, by the way which version of CMake are you using? On my ubuntu 10.04 box with CMake 2.8.3, I get: A) cpack -G TGZ leads to a tar+gz archive whose

Re: [CMake] CPack tar ownership

2011-01-08 Thread Tim St. Clair
This will be across several *nix platforms, I tried fakeroot but when I expand it has the euid of the user. Cheers, Tim On Fri, Jan 7, 2011 at 6:33 PM, Eric Noulard wrote: > 2011/1/7 Tim St. Clair : >> Is there a way to make all entries in the tar package are owned by >> root, vs. build user. >

Re: [CMake] CPack tar ownership

2011-01-07 Thread Eric Noulard
2011/1/7 Tim St. Clair : > Is there a way to make all entries in the tar package are owned by > root, vs. build user. On which platform? Linux ? Debian? Fedora? Did you try using "fakeroot" ? -- Erk Membre de l'April - « promouvoir et défendre le logiciel libre » - http://www.april.org __

[CMake] CPack tar ownership

2011-01-07 Thread Tim St. Clair
Is there a way to make all entries in the tar package are owned by root, vs. build user. -- Cheers, Timothy St. Clair ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please