2011/3/8 Laszlo Papp <djsz...@archlinux.us>: > On Tue, Mar 8, 2011 at 12:45 AM, Eric Noulard <eric.noul...@gmail.com> wrote: >> 2011/3/8 Laszlo Papp <djsz...@archlinux.us>: >>> Well: http://public.kitware.com/Bug/view.php?id=11595 >>> That is fixed in cmake 2.8.4. >>> Changelog: http://www.cmake.org/pipermail/cmake/2011-February/042839.html >>> "CPackRPM fix bug 0011595 : Can't generate RPMs (on FC11...)" >>> >>> I am trying to build this version now on MeeGo since the available >>> binary one is 2.8.3. But if it is fixed in 2.8.4, I wonder why you did >>> not know it ? >> >> I do know this bug, I fixed it. >> >> I'm just a mere human being and I did not recognize your symptom >> as being the same as the refered bug. >> >> I am really sorry for the wasted time, yours and mine :-/. > > No idea whether or not that will be the solution, but.... > > It is hilarious, I cannot run the cmake ../ properly on the version > 2.8.4... I mean it always enters an "endless loop" at random point, > but all the time. I heard qemu+cmake is scary, but still....
>I did never use such combination, I let other comment on that one. > How can I build the newest version of the cmake ? Cmake freezes all > the time from the shadow build directory.... It is more than quite > /pesky/. Concerning CPackRPM main issue, would try to 1) backup the CMake 2.8.3 , CPackRPM.cmake file 2) Edit CPackRPM.cmake file and change: %install if [ -e $RPM_BUILD_ROOT ]; then mv \"\@CPACK_TOPLEVEL_DIRECTORY\@/tmpBBroot/*\" $RPM_BUILD_ROOT else mv \"\@CPACK_TOPLEVEL_DIRECTORY\@/tmpBBroot\" $RPM_BUILD_ROOT fi to %install if [ -e $RPM_BUILD_ROOT ]; then rm -rf $RPM_BUILD_ROOT fi mv \"\@CPACK_TOPLEVEL_DIRECTORY\@/tmpBBroot\" $RPM_BUILD_ROOT then rerun cpack. -- Erk Membre de l'April - « promouvoir et défendre le logiciel libre » - http://www.april.org _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake