[krita] [Bug 378657] Compilation fails due to SIP not including /usr/share/sip/PyQt5

2017-05-16 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=378657

Boudewijn Rempt  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |FIXED
 Status|NEEDSINFO   |RESOLVED
  Latest Commit||https://commits.kde.org/kri
   ||ta/fd89b3a67d4a02a2394423b6
   ||c0aac3384bdafa4a

--- Comment #8 from Boudewijn Rempt  ---
Git commit fd89b3a67d4a02a2394423b6c0aac3384bdafa4a by Boudewijn Rempt.
Committed on 16/05/2017 at 14:49.
Pushed by rempt into branch 'master'.

Add the system sip location to the sip_include path

This lets the pykrita sip module build out of the box on Ubuntu
17.04 if all dependencies are correctly installed.

M  +12   -1plugins/extensions/pykrita/sip/CMakeLists.txt

https://commits.kde.org/krita/fd89b3a67d4a02a2394423b6c0aac3384bdafa4a

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

[krita] [Bug 378657] Compilation fails due to SIP not including /usr/share/sip/PyQt5

2017-04-13 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=378657

Dmitry Kazakov  changed:

   What|Removed |Added

 CC||dimul...@gmail.com

--- Comment #7 from Dmitry Kazakov  ---
I can confirm the bug on Ubuntu 16.04. If python and sip packages are
installed, Krita finds them and activates the features, but compilation fails
due to absence of some include files. The trouble is successfully workarounded
by setting PYQT_SIP_DIR_OVERRIDE definition. That looks like some bug in our(?)
cmake files.

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

[krita] [Bug 378657] Compilation fails due to SIP not including /usr/share/sip/PyQt5

2017-04-11 Thread beojan
https://bugs.kde.org/show_bug.cgi?id=378657

--- Comment #6 from beojan  ---
The strange thing is that it *is* correctly detecting the PyQt5 directory.

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

[krita] [Bug 378657] Compilation fails due to SIP not including /usr/share/sip/PyQt5

2017-04-11 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=378657

Boudewijn Rempt  changed:

   What|Removed |Added

 CC||b...@valdyas.org

--- Comment #5 from Boudewijn Rempt  ---
I'm not sure about arch... Never used it. But I also never tried to build with
distro packages of PyQt and Python on OpenSUSE, only with home-built packages
where PyQt and sip are in a special location.

In all cases, you can set PYQT_SIP_DIR_OVERRIDE on the cmake command line to
the right location, and the build should succeed, if the version of sip is
correct.

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

[krita] [Bug 378657] Compilation fails due to SIP not including /usr/share/sip/PyQt5

2017-04-11 Thread beojan
https://bugs.kde.org/show_bug.cgi?id=378657

--- Comment #4 from beojan  ---
They're all installed. Editing the build makefile to add `-I
/usr/share/sip/PyQt5` to the sip command line makes the build succeed.

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

[krita] [Bug 378657] Compilation fails due to SIP not including /usr/share/sip/PyQt5

2017-04-11 Thread Quiralta
https://bugs.kde.org/show_bug.cgi?id=378657

Quiralta  changed:

   What|Removed |Added

 CC||rjquira...@gmail.com

--- Comment #3 from Quiralta  ---
In Arch is simply called python (without the 3), pyqt5-common, python-pyqt5,
python-sip, sip, (check that all those are installed)

I'm on Arch/plasma too, compiling just fine here.

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

[krita] [Bug 378657] Compilation fails due to SIP not including /usr/share/sip/PyQt5

2017-04-11 Thread beojan
https://bugs.kde.org/show_bug.cgi?id=378657

--- Comment #2 from beojan  ---
Arch, with PyQt5 installed.

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

[krita] [Bug 378657] Compilation fails due to SIP not including /usr/share/sip/PyQt5

2017-04-11 Thread wolthera
https://bugs.kde.org/show_bug.cgi?id=378657

wolthera  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDSINFO
 Resolution|--- |WAITINGFORINFO
 CC||griffinval...@gmail.com

--- Comment #1 from wolthera  ---
Which distro are you running?

On an Ubuntu Flavour I could get everything to work by installed the following
deps: python3, python3-sip-dev, python3-pyqt-dev and pyqt5-dev

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