superbuild: weird cmake error

Valentin Rusu kde at rusu.info
Sat Dec 3 19:49:52 UTC 2011


On 11/30/2011 08:33 AM, Andreas Pakulat wrote:
> On 29.11.11 21:41:23, Alexander Neundorf wrote:
>> On Tuesday 29 November 2011, Valentin Rusu wrote:
>>> On 11/29/2011 07:34 PM, Alexander Neundorf wrote:
> Even so, its bad that cmake -E does not list the cmake_progress_start
> command. That confuses users apparently. Even if its considered an
> internal thing it could be listed under an "Internal Commands:" section

Ok, I managed to find out what's going wrong here, by selecting only one 
of the projects from kdesupport in order to get a simpler trace and here 
it is:
http://paste.kde.org/154466/

The command that fails is:
/usr/local/bin/cmake -E make_directory 
/home/kde/src/superbuild/kdesupport/build/src/Automoc4 
/home/kde/src/Automoc4

As you can see, two directories are given. If I remove the last one, the 
comand executs without problems:
/usr/local/bin/cmake -E make_directory 
/home/kde/src/superbuild/kdesupport/build/src/Automoc4

Suppose that something is wrong with cmake handling portable 
make_directory command, or it's syntax changed or there's a bug 
somewhere in our scripts. Any hint?

Cheers,

-- 
Valentin Rusu (IRC valir, KDE vrusu)
KSecretsService (former KSecretService, KWallet replacement)



More information about the Kde-buildsystem mailing list