Re: Could the multiarch wiki page be explicit about pkgconfig files?

2011-10-31 Thread Jakub Wilk
* Simon McVittie , 2011-09-19, 18:56: The correct place for debug files is a hash-based path, instead of the crapfuck we have today. ... but until then, for gdb to pick them up, debug symbols for $THING must be in /usr/lib/debug/$THING (a general rule, independent of multiarch), resulting in

Re: Could the multiarch wiki page be explicit about pkgconfig files?

2011-09-25 Thread Ted Ts'o
On Mon, Sep 19, 2011 at 10:00:35PM +0200, Josselin Mouette wrote: > Le lundi 19 septembre 2011 à 18:56 +0100, Simon McVittie a écrit : > > > The correct place for debug files is a hash-based path, instead of the > > > crapfuck we have today. > > > > ... but until then, for gdb to pick them up, de

Re: Could the multiarch wiki page be explicit about pkgconfig files?

2011-09-21 Thread Vincent Danjean
On 21/09/2011 09:13, Raphael Hertzog wrote: > On Tue, 20 Sep 2011, Vincent Danjean wrote: >> dpkg-architecture can convert Debian arch to triplet (DEB_HOST_GNU_TYPE) >> and multiarchdir (DEB_HOST_MULTIARCH) >> >> Is there an easy way to convert triplet to multiarchdir ? (which is >> what is neede

Re: Could the multiarch wiki page be explicit about pkgconfig files?

2011-09-21 Thread Raphael Hertzog
On Tue, 20 Sep 2011, Vincent Danjean wrote: > dpkg-architecture can convert Debian arch to triplet (DEB_HOST_GNU_TYPE) > and multiarchdir (DEB_HOST_MULTIARCH) > > Is there an easy way to convert triplet to multiarchdir ? (which is > what is needed for pkg-config-crosswrapper) $ dpkg-architectur

Re: Could the multiarch wiki page be explicit about pkgconfig files?

2011-09-20 Thread Vincent Danjean
On 19/09/2011 10:24, Tollef Fog Heen wrote: > ]] Vincent Danjean > > | I already raise (without answer) the question when is not > | (if I recall correctly, this is the case for the i386 > | Debian architecture). > > $triplet really means $multiarchdir in my text. /usr/share/pkg-config-cros

Re: Could the multiarch wiki page be explicit about pkgconfig files?

2011-09-19 Thread Jakub Wilk
* Josselin Mouette , 2011-09-19, 22:00: The correct place for debug files is a hash-based path, instead of the crapfuck we have today. ... but until then, for gdb to pick them up, debug symbols for $THING must be in /usr/lib/debug/$THING (a general rule, independent of multiarch), No, gdb is

Re: Could the multiarch wiki page be explicit about pkgconfig files?

2011-09-19 Thread Josselin Mouette
Le lundi 19 septembre 2011 à 18:56 +0100, Simon McVittie a écrit : > > The correct place for debug files is a hash-based path, instead of the > > crapfuck we have today. > > ... but until then, for gdb to pick them up, debug symbols for $THING must be > in /usr/lib/debug/$THING (a general rule, i

Re: Could the multiarch wiki page be explicit about pkgconfig files?

2011-09-19 Thread Simon McVittie
On Mon, 19 Sep 2011 at 19:01:04 +0200, Josselin Mouette wrote: > Le lundi 19 septembre 2011 à 12:52 -0400, Ted Ts'o a écrit : > > OK, how about /usr/lib//debug/sbin/e2fsck? > > > > I just checked and gdb doesn't find the debugging symbols if I drop the > > debug files under /usr/lib/. What is th

Re: Could the multiarch wiki page be explicit about pkgconfig files?

2011-09-19 Thread Josselin Mouette
Le lundi 19 septembre 2011 à 12:52 -0400, Ted Ts'o a écrit : > OK, how about /usr/lib//debug/sbin/e2fsck? > > I just checked and gdb doesn't find the debugging symbols if I drop the > debug files under /usr/lib/. What is the planned "correct" > place for the debug files? The correct place for d

Re: Could the multiarch wiki page be explicit about pkgconfig files?

2011-09-19 Thread Ted Ts'o
On Mon, Sep 19, 2011 at 08:51:00AM +0200, Tollef Fog Heen wrote: > ]] "Theodore Ts'o" > > | and that's the correct location of pkgconfig files, which currently are > | stored at /usr/lib/pkgconfig/.pc. The Wiki page seems to imply > | the correct location is /usr/lib//pkgconfig/.pc. And > | I

Re: Could the multiarch wiki page be explicit about pkgconfig files?

2011-09-19 Thread Bastien ROUCARIES
On Mon, Sep 19, 2011 at 10:24 AM, Tollef Fog Heen wrote: > ]] Vincent Danjean > > |   I already raise (without answer) the question when is not > | (if I recall correctly, this is the case for the i386 > | Debian architecture). > > $triplet really means $multiarchdir in my text. > > |   So, how

Re: Could the multiarch wiki page be explicit about pkgconfig files?

2011-09-19 Thread Tollef Fog Heen
]] Vincent Danjean | I already raise (without answer) the question when is not | (if I recall correctly, this is the case for the i386 | Debian architecture). $triplet really means $multiarchdir in my text. | So, how pkg-config (and other tools) does the -> | translation? Is it hard-cod

Re: Could the multiarch wiki page be explicit about pkgconfig files?

2011-09-19 Thread Vincent Danjean
On 19/09/2011 08:51, Tollef Fog Heen wrote: > ]] "Theodore Ts'o" > > | and that's the correct location of pkgconfig files, which currently are > | stored at /usr/lib/pkgconfig/.pc. The Wiki page seems to imply > | the correct location is /usr/lib//pkgconfig/.pc. And > | I've received patches

Re: Could the multiarch wiki page be explicit about pkgconfig files?

2011-09-18 Thread Tollef Fog Heen
]] "Theodore Ts'o" | and that's the correct location of pkgconfig files, which currently are | stored at /usr/lib/pkgconfig/.pc. The Wiki page seems to imply | the correct location is /usr/lib//pkgconfig/.pc. And | I've received patches that drop them there. /usr/lib//pkgconfig/.pc is correc

Could the multiarch wiki page be explicit about pkgconfig files?

2011-09-18 Thread Theodore Ts'o
I'm trying to implement Multiarch for e2fsprogs, and there's one thing which is confusing about the Multiarch wiki page at http://wiki.debian.org/Multiarch/Implementation and that's the correct location of pkgconfig files, which currently are stored at /usr/lib/pkgconfig/.pc. The Wiki