Re: [CMake] CPack 2.6.2: can't create temporary directory

2008-10-16 Thread David Cole
[EMAIL PROTECTED] Subject: Re: [CMake] CPack 2.6.2: can't create temporary directory To: [EMAIL PROTECTED] Cc: cmake@cmake.org Date: Wednesday, October 15, 2008, 6:46 AM This is fixed now in CVS HEAD: /cvsroot/CMake/CMake/Source/CPack/cmCPackGenerator.cxx,v -- Source/CPack

Re: [CMake] CPack 2.6.2: can't create temporary directory

2008-10-15 Thread David Cole
, David Cole [EMAIL PROTECTED]* wrote: From: David Cole [EMAIL PROTECTED] Subject: Re: [CMake] CPack 2.6.2: can't create temporary directory To: Petri Hodju [EMAIL PROTECTED] Cc: cmake@cmake.org Date: Tuesday, October 14, 2008, 1:44 PM Scratch my last reply somewhat. Your CMakeLists file

Re: [CMake] CPack 2.6.2: can't create temporary directory

2008-10-15 Thread Petri Hodju
: David Cole [EMAIL PROTECTED] Subject: Re: [CMake] CPack 2.6.2: can't create temporary directory To: [EMAIL PROTECTED] Cc: cmake@cmake.org Date: Wednesday, October 15, 2008, 6:46 AM This is fixed now in CVS HEAD:     /cvsroot/CMake/CMake/Source/CPack/cmCPackGenerator.cxx,v  --   Source/CPack

Re: [CMake] CPack 2.6.2: can't create temporary directory

2008-10-14 Thread David Cole
OK so when I reproduce this issue, I see that I do not have directory creation permissions in /opt on my Linux machine. So... the error message is not really surprising to me. Plus, I get the same error with CMake 2.6.0 and CMake 2.6.2. Maybe you lost permissions to your /opt directory at the

Re: [CMake] CPack 2.6.2: can't create temporary directory

2008-10-14 Thread David Cole
Scratch my last reply somewhat. Your CMakeLists file runs cpack as the custom command, which was picking up cpack 2.6.2 from my PATH rather than using the same cpack that goes with the cmake 2.6.0 which I was using by fullpath to configure the project. So. It does work with CPack 2.6.0 and I

Re: [CMake] CPack 2.6.2: can't create temporary directory

2008-10-14 Thread Petri Hodju
David! Br, Petri --- On Tue, 10/14/08, David Cole [EMAIL PROTECTED] wrote: From: David Cole [EMAIL PROTECTED] Subject: Re: [CMake] CPack 2.6.2: can't create temporary directory To: Petri Hodju [EMAIL PROTECTED] Cc: cmake@cmake.org Date: Tuesday, October 14, 2008, 1:44 PM Scratch my last reply

Re: [CMake] CPack 2.6.2: can't create temporary directory

2008-10-13 Thread Eric Noulard
2008/10/13 Petri Hodju [EMAIL PROTECTED]: Hi! I have put together a custom way of building packages inspired by Stuart Herring posted here earlier: Fri Apr 4 20:39:04 EDT 2008 [CMake] CPack: Building Multiple Packages Everything is working fine with version 2.6.0 but things break up with

[CMake] CPack 2.6.2: can't create temporary directory

2008-10-13 Thread Petri Hodju
Hi! I have put together a custom way of building packages inspired by Stuart Herring posted here earlier: Fri Apr 4 20:39:04 EDT 2008 [CMake] CPack: Building Multiple Packages Everything is working fine with version 2.6.0 but things break up with 2.6.2. The error I get is like: CPack Error:

Re: [CMake] CPack 2.6.2: can't create temporary directory

2008-10-13 Thread Bill Hoffman
Eric Noulard wrote: 2008/10/13 Petri Hodju [EMAIL PROTECTED]: Hi! I have put together a custom way of building packages inspired by Stuart Herring posted here earlier: Fri Apr 4 20:39:04 EDT 2008 [CMake] CPack: Building Multiple Packages Everything is working fine with version 2.6.0 but

Re: [CMake] CPack 2.6.2: can't create temporary directory

2008-10-13 Thread Eric Noulard
2008/10/13 Bill Hoffman [EMAIL PROTECTED]: Eric Noulard wrote: It seems that DESTDIR is not honored in CMake 2.6.[12] whereas it was in 2.6.0. Change has been made in Source/CPack/cmCPackGenerator.cxx::prepareNames which does not check for destdir being set or not... try a diff between