superbuild: weird cmake error

Alexander Neundorf neundorf at kde.org
Tue Nov 29 18:34:24 UTC 2011


On Tuesday 29 November 2011, Valentin Rusu wrote:
> Hi Alex,
> 
> On 11/28/2011 08:57 PM, Alexander Neundorf wrote:
> >> Probably a "make VERBOSE=1" already shows enough information. Can you
> >> please post the output here ? Alex
> 
> Here is the output:
> 
> [valentin at zhost build]$ make VERBOSE=1
> /usr/local/bin/cmake --trace -H/home/kde/src/superbuild/kdesupport
> -B/home/kde/src/superbuild/kdesupport/build --check-build-system
> CMakeFiles/Makefile.cmake 0
> Running with trace output on.
> /usr/local/bin/cmake --trace -E cmake_progress_start
> /home/kde/src/superbuild/kdesupport/build/CMakeFiles
> /home/kde/src/superbuild/kdesupport/build/CMakeFiles/progress.marks


It's the "--trace" in the command.
I don't know how you got that in there.

If you copy that command just to the command line ("/usr/local/bin/cmake --
trace -E cmake_progress_start
/home/kde/src/superbuild/kdesupport/build/CMakeFiles
/home/kde/src/superbuild/kdesupport/build/CMakeFiles/progress.marks"), you'll 
get the error you see below, if you remove the --trace, it works.

Alex


More information about the Kde-buildsystem mailing list