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

2018-04-19 Thread Simon Andric
https://bugs.kde.org/show_bug.cgi?id=386787

Simon Andric  changed:

   What|Removed |Added

 CC||simonandr...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

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

2017-12-08 Thread Uwe Stöhr
https://bugs.kde.org/show_bug.cgi?id=386787

--- Comment #9 from Uwe Stöhr  ---
Many thanks!

-- 
You are receiving this mail because:
You are watching all bug changes.

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

2017-12-08 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=386787

--- Comment #8 from Hannah von Reth  ---
https://community.kde.org/Craft#Hardcode_versions_of_packages

-- 
You are receiving this mail because:
You are watching all bug changes.

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

2017-11-13 Thread Uwe Stöhr
https://bugs.kde.org/show_bug.cgi?id=386787

Uwe Stöhr  changed:

   What|Removed |Added

 CC||kf...@kde.org

--- Comment #7 from Uwe Stöhr  ---
> craft --target=master -i cantor

many thanks Kevin!

I was looking for a full documentation of craft but couldn't find one. 

I only found this page:
https://community.kde.org/Craft

Could you maybe add the info for the --target option and the one with
KDEApplications = master to this page?

-- 
You are receiving this mail because:
You are watching all bug changes.

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

2017-11-12 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=386787

--- Comment #6 from Kevin Funk  ---
You're probably using the 17.08.3 tag for Cantor, which doesn't contain the
fix. Christophe pushed his fix to 17.08 branch though.

Overwrite the target for just one single Craft invokation:
=> craft --target=master -i cantor

Overwrite the target for KDE Applications permanently:
=> Open CraftSettings.ini in %KDEROOT%\etc\ and set:

[BlueprintVersions]
  KDEApplications = master

-- 
You are receiving this mail because:
You are watching all bug changes.

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

2017-11-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=386787

--- Comment #5 from uwesto...@web.de ---
Many thanks for the quick fix!

But How can I benefit from the fix? I did

craft -i cantor

but get the same error as before.

-- 
You are receiving this mail because:
You are watching all bug changes.

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

2017-11-12 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=386787

Christophe Giboudeaux  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/can
   ||tor/5700cc59da6f8bba503a38b
   ||a4c902877206a59cf

--- Comment #4 from Christophe Giboudeaux  ---
Git commit 5700cc59da6f8bba503a38ba4c902877206a59cf by Christophe Giboudeaux.
Committed on 12/11/2017 at 22:11.
Pushed by cgiboudeaux into branch 'Applications/17.08'.

Don't look for KF5Pty when using Windows.

KF5::Pty is used in 2 backends :
- sage isn't built for WIN32 platform,
- maxima doesn't link to KF5::Pty on Windows.

M  +6-2CMakeLists.txt

https://commits.kde.org/cantor/5700cc59da6f8bba503a38ba4c902877206a59cf

-- 
You are receiving this mail because:
You are watching all bug changes.

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

2017-11-12 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=386787

Kevin Funk  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #3 from Kevin Funk  ---
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 watching all bug changes.

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

2017-11-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=386787

uwesto...@web.de changed:

   What|Removed |Added

Version|stable  |master

-- 
You are receiving this mail because:
You are watching all bug changes.

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

2017-11-12 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=386787

Christophe Giboudeaux  changed:

   What|Removed |Added

Product|extra-cmake-modules |Craft
  Component|general |Core
Version|5.39.0  |stable
 CC||kde-wind...@kde.org
   Assignee|ecm-bugs-n...@kde.org   |vonr...@kde.org

-- 
You are receiving this mail because:
You are watching all bug changes.