[Bug 623478] Re: PKG_CONFIG_LIBDIR needs to be set by xdeb

2010-09-15 Thread Wookey
in version 0.6.1 ** Changed in: xdeb (Ubuntu) Status: Triaged = Fix Released -- PKG_CONFIG_LIBDIR needs to be set by xdeb https://bugs.launchpad.net/bugs/623478 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 623478] Re: PKG_CONFIG_LIBDIR needs to be set by xdeb

2010-09-10 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/xdeb -- PKG_CONFIG_LIBDIR needs to be set by xdeb https://bugs.launchpad.net/bugs/623478 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 623478] Re: PKG_CONFIG_LIBDIR needs to be set by xdeb

2010-09-08 Thread Wookey
Here is a patch that adds this functionality/fixes the bug. I don't have a good test-case to know if it really has the desired affect. -- PKG_CONFIG_LIBDIR needs to be set by xdeb https://bugs.launchpad.net/bugs/623478 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 623478] Re: PKG_CONFIG_LIBDIR needs to be set by xdeb

2010-09-08 Thread Wookey
** Patch added: xdebPKGCONFIG.patch https://bugs.launchpad.net/ubuntu/+source/xdeb/+bug/623478/+attachment/1556771/+files/xdebPKGCONFIG.patch -- PKG_CONFIG_LIBDIR needs to be set by xdeb https://bugs.launchpad.net/bugs/623478 You received this bug notification because you are a member of

[Bug 623478] Re: PKG_CONFIG_LIBDIR needs to be set by xdeb

2010-09-08 Thread Loïc Minier
Thanks for working on this Try building libxt (didn't try it out myself), it seems to call pkg- config for e.g. x11.pc Your patch comments out GTEST_INCLUDEDIR and GTEST_LIBDIR. You don't need string, you can 'foo:bar:baz'.split(os.pathsep). You could just provide a function to search an

[Bug 623478] Re: PKG_CONFIG_LIBDIR needs to be set by xdeb

2010-09-08 Thread Loïc Minier
Ah one more thing: your changelog entry should mention LP: #1234 rather than close: 1234 (closes is for Debian bugs). -- PKG_CONFIG_LIBDIR needs to be set by xdeb https://bugs.launchpad.net/bugs/623478 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 623478] Re: PKG_CONFIG_LIBDIR needs to be set by xdeb

2010-09-08 Thread Brian Murray
** Tags added: patch -- PKG_CONFIG_LIBDIR needs to be set by xdeb https://bugs.launchpad.net/bugs/623478 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 623478] Re: PKG_CONFIG_LIBDIR needs to be set by xdeb

2010-08-24 Thread Loïc Minier
** Changed in: xdeb (Ubuntu) Status: New = Triaged ** Changed in: xdeb (Ubuntu) Assignee: (unassigned) = Wookey (wookey) ** Changed in: xdeb (Ubuntu) Importance: Undecided = High -- PKG_CONFIG_LIBDIR needs to be set by xdeb https://bugs.launchpad.net/bugs/623478 You received

[Bug 623478] Re: PKG_CONFIG_LIBDIR needs to be set by xdeb

2010-08-24 Thread Loïc Minier
So as a workaround, we should add this for now: buildpackage.append('-ePKG_CONFIG_LIBDIR=/usr/%s/lib/pkgconfig' % deb_host_gnu_type) IF there is no $triplet-pkg-config in the path (which there isn't right now). -- PKG_CONFIG_LIBDIR needs to be set by xdeb

[Bug 623478] Re: PKG_CONFIG_LIBDIR needs to be set by xdeb

2010-08-24 Thread Loïc Minier
Probably /usr/share/pkgconfig should be added as well, not /usr/$triplet/share/pkgconfig -- PKG_CONFIG_LIBDIR needs to be set by xdeb https://bugs.launchpad.net/bugs/623478 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

Re: [Bug 623478] Re: PKG_CONFIG_LIBDIR needs to be set by xdeb

2010-08-24 Thread Wookey
+++ Loïc Minier [2010-08-24 17:16 -]: Probably /usr/share/pkgconfig should be added as well, not /usr/$triplet/share/pkgconfig I think you are right that /usr/share/pkgconfig is a 'better' place, but dpkg-cross currently puts arch-indep pkgconfig files in /usr/$triplet/share/pkgconfig So I