Issues for Qt5/KF5/KDE/CI system on OSX/MacPorts
Ben Cooksley
bcooksley at kde.org
Wed May 28 06:46:23 UTC 2014
On Tue, May 27, 2014 at 5:59 PM, Marko Käning <mk-lists at email.de> wrote:
> On 27 May 2014, at 07:29 , Ben Cooksley <bcooksley at kde.org> wrote:
>> configurePlatformArgs=-DCMAKE_INSTALL_BUNDLEDIR="{installPrefix}/Applications”
>
> I ran into stg I had seen with my own trials to access the installPrefix variable via %(*)s:
> ---
> Traceback (most recent call last):
> File "tools/perform-build.py", line 51, in <module>
> if not manager.configure_build():
> File "/Users/marko/scripts/tools/kdecilib.py", line 720, in configure_build
> return self.run_build_commands( buildCommands )
> File "/Users/marko/scripts/tools/kdecilib.py", line 428, in run_build_commands
> command = command.format( instPrefix=self.installPrefix.replace("\\", "/"), sources=self.projectSources.replace("\\", "/"), loadLevel=cpuCount, jobCount=cpuCount + 1 )
> KeyError: ‘installPrefix'
> ---
>
> Any idea what’s going wrong?
Oops, my mistake. Change {installPrefix} for {instPrefix}
Thanks,
Ben
More information about the Kde-frameworks-devel
mailing list