First I was a little shocked at how quickly this bug was "closed". I
already provided the CMake code that produced the seg fault... look, I
know with a new release, everyone is probably flooded with new bugs. But
simply closing this one right off I think was a little premature.

At any rate, as you have asked, here is a CMakeLists.txt file which
produces the seg fault. I have even confirmed that the error was not
present in Feisty (also previously noted in the original report of this
bug). See the terminal output below:

** USING FEISTY VERSION OF CMAKE **
[EMAIL PROTECTED]:~/code/mysrc$ cmake -version
cmake version 2.4-patch 6
[EMAIL PROTECTED]:~/code/mysrc$ cmake .
-- What more do you need..
-- In CMake version 2.4.6, the following line of code:
--      SET( PROJECT_INSTALL_DIR=$ENV{${PROJECT_INSTALL_ENV_VAR}} )
-- Runs fine...
-- Configuring done
-- Generating done
-- Build files have been written to: /home/yamokosk/code/mysrc

** AFTER UPDATING TO GUSTY CMAKE VERISON **
[EMAIL PROTECTED]:~/code/mysrc$ cmake -version
cmake version 2.4-patch 7
[EMAIL PROTECTED]:~/code/mysrc$ cmake .
-- What more do you need..
-- In CMake version 2.4.7, the following line of code:
--      SET( PROJECT_INSTALL_DIR=$ENV{${PROJECT_INSTALL_ENV_VAR}} )
Segmentation fault (core dumped)

** Attachment added: "CMakeLists.txt file"
   http://launchpadlibrarian.net/10142212/CMakeLists.txt

** Changed in: cmake (Ubuntu)
       Status: Incomplete => New

-- 
cmake seg faults
https://bugs.launchpad.net/bugs/156403
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to