[Bug 1580981] Re: PKGCONFIG not working in SDK

2016-09-20 Thread Pat McGowan
** Changed in: canonical-devices-system-image Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1580981 Title: PKGCONFIG not working in SDK To manage

[Bug 1580981] Re: PKGCONFIG not working in SDK

2016-09-13 Thread Benjamin Zeller
** Changed in: ubuntu-sdk-ide Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1580981 Title: PKGCONFIG not working in SDK To manage notifications about this bug go

[Bug 1580981] Re: PKGCONFIG not working in SDK

2016-09-01 Thread Jean-Baptiste Lallement
** Also affects: canonical-devices-system-image Importance: Undecided Status: New ** Changed in: canonical-devices-system-image Status: New => Fix Committed ** Changed in: canonical-devices-system-image Milestone: None => 13 ** Changed in: canonical-devices-system-image

[Bug 1580981] Re: PKGCONFIG not working in SDK

2016-09-01 Thread Ɓukasz Zemczak
This bug was fixed in the package qtbase-opensource-src 5.4.1+dfsg- 2ubuntu11~vivid12~3 in https://launchpad.net/~ci-train-ppa- service/+archive/ubuntu/stable-phone-overlay --- qtbase-opensource-src (5.4.1+dfsg-2ubuntu11~vivid12~3) vivid; urgency=medium *

[Bug 1580981] Re: PKGCONFIG not working in SDK

2016-08-31 Thread Pat McGowan
** Changed in: canonical-developer-experience Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1580981 Title: PKGCONFIG not working in SDK To manage

[Bug 1580981] Re: PKGCONFIG not working in SDK

2016-08-24 Thread Timo Jyrinki
Ok going with hard coding. < faenil> Mirv: I think hardcoding in the arm .conf is fine, because that file already has everything hardcoded afaict .. < zbenjamin> Mirv: well there is nothing wrong with fixing it properly < zbenjamin> Mirv: yes sounds perfect -- You received this bug

[Bug 1580981] Re: PKGCONFIG not working in SDK

2016-08-24 Thread Timo Jyrinki
Only: PKG_CONFIG = arm-linux-gnueabihf-pkg-config works. Not: contains(DISTRO_OPTS, deb-multi-arch): \ PKG_CONFIG = arm-linux-gnueabihf-pkg-config nor: contains(DISTRO_OPTS, deb-multi-arch): \ PKG_CONFIG = $${CROSS_COMPILE}pkg-config So it seems neither DISTRO_OPTS or CROSS_COMPILE is set

[Bug 1580981] Re: PKGCONFIG not working in SDK

2016-08-24 Thread Timo Jyrinki
...except that the fix is only the upstream one, not the similar change to our own mkspec. To reproduce: bzr branch lp:telegram-app vi telegram-app/scope/scope.pro # remove the PKG_CONFIG_LIBDIR line as instructed sudo chroot /var/lib/schroot/mount/click-ubuntu-sdk-15.04-armhf-ucca-1000-* #

[Bug 1580981] Re: PKGCONFIG not working in SDK

2016-08-22 Thread Timo Jyrinki
This is now fixed in Ubuntu 16.10 and in the to-be-landed xenial overlay silo. ** Changed in: qtbase-opensource-src (Ubuntu) Status: Confirmed => Fix Released ** Changed in: qtbase-opensource-src (Ubuntu RTM) Status: Incomplete => Fix Committed -- You received this bug

[Bug 1580981] Re: PKGCONFIG not working in SDK

2016-05-30 Thread Andrea Bernabei
Timo already nicely summed up our discussion :) I will leave my investigation here just for completeness: the fix applies to the "device" mkspec, which is the one (I guess) that is used when building using QtCreator with an ARM device target. So it "should" fix that usecase (not tested). What

[Bug 1580981] Re: PKGCONFIG not working in SDK

2016-05-19 Thread Timo Jyrinki
We have had a silo for this already, now combined with another backport: https://requests.ci-train.ubuntu.com/#/ticket/1411 ** Changed in: qtbase-opensource-src (Ubuntu RTM) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1580981] Re: PKGCONFIG not working in SDK

2016-05-19 Thread Pat McGowan
Can we cherry pick from 5.6? ** Changed in: canonical-developer-experience Importance: Undecided => High ** Changed in: canonical-developer-experience Status: New => Confirmed ** Changed in: canonical-developer-experience Assignee: (unassigned) => Zoltan Balogh (bzoltan) **

[Bug 1580981] Re: PKGCONFIG not working in SDK

2016-05-12 Thread Timo Jyrinki
** Also affects: qtbase-opensource-src (Ubuntu) Importance: Undecided Status: New ** Also affects: qtbase-opensource-src (Ubuntu RTM) Importance: Undecided Status: New ** Description changed: having this in a qmake .pro file: CONFIG += link_pkgconfig PKGCONFIG +=