[Craft] [Bug 386787] compiling cantor via craft fails

Kevin Funk bugzilla_noreply at kde.org
Sun Nov 12 21:22:52 UTC 2017


https://bugs.kde.org/show_bug.cgi?id=386787

Kevin Funk <kfunk at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |CONFIRMED
     Ever confirmed|0                           |1

--- Comment #3 from Kevin Funk <kfunk at kde.org> ---
Please check the blueprints in such cases.

Inspecting kpty.py reveals:

```
if OsUtils.isUnix():
    class Package(UnixPackage):
        def __init__(self):
            UnixPackage.__init__(self)
else:
    class Package(VirtualPackageBase):
        def __init__(self):
            VirtualPackageBase.__init__(self)
```

=> It won't be built on non-Unix platforms. KF5 Pty can't be built on Windows
(check 'Support Platforms' on
https://api.kde.org/frameworks/kpty/html/index.html).

=> Make Cantor buildable without kpty or make kpty build on Windows (likely
won't make sense).

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Kde-windows mailing list