Issues for Qt5/KF5/KDE/CI system on OSX/MacPorts

Marko Käning mk-lists at email.de
Tue May 27 05:59:15 UTC 2014


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?


More information about the Kde-frameworks-devel mailing list