[CMake] CPack: Problems creating debs (problem in tar command?)

2011-04-30 Thread Martin Felis
Hi there, I am currently trying to build a debian package using CPack, which worked surprisingly well, however when trying to install that package I get some errors that dpkg fails to create some files. I get error messages of the form: Unpacking asteroids (from steroids-0.9.1-Linux.deb)

Re: [CMake] CPack: Problems creating debs (problem in tar command?)

2011-04-30 Thread Eric Noulard
2011/4/30 Martin Felis mar...@silef.de: Hi there, I am currently trying to build a debian package using CPack, which worked surprisingly well, however when trying to install that package I get some errors that dpkg fails to create some files. I get error messages of the form: Unpacking

Re: [CMake] CPack: Problems creating debs (problem in tar command?)

2011-04-30 Thread Martin Felis
Hi Eric, On 04/30/2011 09:13 PM, Eric Noulard wrote: I think I remember we fixed something like that recently Woud you be able to give CMake 2.8.4 a shot (or even CMake master branch). It works now perfectly! I installed 2.8.4 and it worked right away. Thanks! Martin You may install 2.8.4

Re: [CMake] cpack problems.

2006-05-15 Thread Andy Cedilnik
Hi Axel, Axel Roebel wrote: However, I would like to come back to my main questions related to the cpack command. Does anybody know 1.) how to prevent cpack from creating a binary distribution and to have it create a source distribution, only. When including CPack, it will create

[CMake] cpack problems.

2006-05-10 Thread Axel Roebel
Hello, I just tried the cpack program. It failed when executing a post_install_script which is configured to access the installed libraries and to rename them. Unfortunately this seems to be required if one wants to install a static and a shared library of the same name. Here the rename script

Re: [CMake] cpack problems.

2006-05-10 Thread Brad King
Axel Roebel wrote: I just tried the cpack program. It failed when executing a post_install_script which is configured to access the installed libraries and to rename them. Unfortunately this seems to be required if one wants to install a static and a shared library of the same name. In CMake