Re: [CMake] Creating an RPM package on AIX fails

2011-05-21 Thread Pasi Valminen
On Sat, May 21, 2011 at 1:39 PM, Eric Noulard wrote: > Just tested and merged your patch proposal to next. > db45b10 CPack make RPM work on AIX. fix #0012183 merge patch from Pasi > Valminen > Splendid. Thanks. Cheers, Pasi ___ Powered by www.kitware.c

Re: [CMake] Creating an RPM package on AIX fails

2011-05-21 Thread Eric Noulard
2011/5/11 Pasi Valminen : > > Thanks. :) > AIX knows about RPMs since 5.1 at least (current version being 7.1), but the > version is a bit old 3.x IIRC. I find RPMs more flexible in their rules than > the AIX bff format. So, I prefer creating RPM packages if possible since > there's native support

Re: [CMake] Creating an RPM package on AIX fails

2011-05-11 Thread Pasi Valminen
On Wed, May 11, 2011 at 10:42 AM, Eric Noulard wrote: > 2011/5/11 Pasi Valminen : > > Hi, > > > > I tried to create a simple RPM package on AIX with CPack, but my attempt > > resulted in an empty RPM file since the file list population failed. In > the > > process I got a couple of error messages

Re: [CMake] Creating an RPM package on AIX fails

2011-05-11 Thread Eric Noulard
2011/5/11 Pasi Valminen : > Hi, > > I tried to create a simple RPM package on AIX with CPack, but my attempt > resulted in an empty RPM file since the file list population failed. In the > process I got a couple of error messages from `find' and `sed' which turned > out to be pretty easy to fix to

[CMake] Creating an RPM package on AIX fails

2011-05-11 Thread Pasi Valminen
Hi, I tried to create a simple RPM package on AIX with CPack, but my attempt resulted in an empty RPM file since the file list population failed. In the process I got a couple of error messages from `find' and `sed' which turned out to be pretty easy to fix to work both on Linux and AIX, which doe