Josselin Mouette writes:
> Le mercredi 03 février 2010 à 10:48 +0100, Goswin von Brederlow a
> écrit :
>> > If we want to support multiarch compilation, this sounds ok to me. I'm
>> > personally not convinced by the point of doing it. Though.
>>
>> We probably don't want multiarch compilat
Peter Samuelson writes:
> [Goswin von Brederlow]
>> Then installing the i386 package on amd64 would create the symlink
>> and make sources building for 64bit find the 32bit libraries. Verry
>> bad idea.
You completly missed the point.
> 1) People shouldn't be installing -dev packages from the w
Le mercredi 03 février 2010 à 10:48 +0100, Goswin von Brederlow a
écrit :
> > If we want to support multiarch compilation, this sounds ok to me. I'm
> > personally not convinced by the point of doing it. Though.
>
> We probably don't want multiarch compilation as such but cross
> compilation is
[Goswin von Brederlow]
> Then installing the i386 package on amd64 would create the symlink
> and make sources building for 64bit find the 32bit libraries. Verry
> bad idea.
1) People shouldn't be installing -dev packages from the wrong
architecture. It is too early in the game to rely on that s
Am Freitag 05 Februar 2010 09:04:45 schrieb Tollef Fog Heen:
> | #get the location of the .pc file
> | PC_NONOPTS=`echo $@ | sed -e 's/\(--[^ ]* \)*//g'`
> | PC_FILEDIR=`pkg-config --variable=pcfiledir "$PC_NONOPTS"`
> | PC_RESULT=$?
> | test "$PC_FILEDIR" || exit $PC_RESULT
>
> This one is not, i
]] Hendrik Sattler
Please don't send me copies, I'm subscribed and set my mail-followup-to
as well as mail-copies-to.
| Am Dienstag 02 Februar 2010 21:43:21 schrieb Tollef Fog Heen:
| > ]] Hendrik Sattler
| > | pkg-config actually does support relocation of the libraries but for a
| > | strange
Am Dienstag 02 Februar 2010 21:43:21 schrieb Tollef Fog Heen:
> ]] Hendrik Sattler
>
> | Am Dienstag 02 Februar 2010 16:14:27 schrieb Simon McVittie:
> | > However, this would also require that pkg-config itself was multiarch
> | > or otherwise supported cross-compilation
> | > (/usr/bin/i486-linu
]] Goswin von Brederlow
| But how would -dev packages signal that they need support for this? They
| do not depend on pkg-config as they are usable without. Should they
| Breaks: pkg-config (<< ver)? Seems too strong.
Breaks sounds fine to me.
--
Tollef Fog Heen
UNIX is user friendly, it's jus
Peter Samuelson writes:
> [Goswin von Brederlow]
>> But how would -dev packages signal that they need support for this?
>> They do not depend on pkg-config as they are usable without. Should
>> they Breaks: pkg-config (<< ver)? Seems too strong.
>
> Alternatively, create a symlink into /usr/lib/p
[Goswin von Brederlow]
> But how would -dev packages signal that they need support for this?
> They do not depend on pkg-config as they are usable without. Should
> they Breaks: pkg-config (<< ver)? Seems too strong.
Alternatively, create a symlink into /usr/lib/pkgconfig/ in postinst,
if one isn
Tollef Fog Heen writes:
> ]] Simon McVittie
>
> | `pkg-config --debug 2>&1 | grep i486` (on my i386) reveals that pkg-config
> | already looks in /usr/lib/pkgconfig/i486-linux-gnu; perhaps it could be made
> | to search /usr/lib/TRIPLET/pkgconfig too (hackish version:
> | /usr/lib/pkgconfig/TRIP
]] Hendrik Sattler
| Am Dienstag 02 Februar 2010 16:14:27 schrieb Simon McVittie:
| > However, this would also require that pkg-config itself was multiarch or
| > otherwise supported cross-compilation (/usr/bin/i486-linux-gnu-pkg-config,
| > like AC_CHECK_TOOL would use? pkg-config --arch=i486-li
]] Simon McVittie
| `pkg-config --debug 2>&1 | grep i486` (on my i386) reveals that pkg-config
| already looks in /usr/lib/pkgconfig/i486-linux-gnu; perhaps it could be made
| to search /usr/lib/TRIPLET/pkgconfig too (hackish version:
| /usr/lib/pkgconfig/TRIPLET could be a symlink there, on Debi
Am Dienstag 02 Februar 2010 16:14:27 schrieb Simon McVittie:
> However, this would also require that pkg-config itself was multiarch or
> otherwise supported cross-compilation (/usr/bin/i486-linux-gnu-pkg-config,
> like AC_CHECK_TOOL would use? pkg-config --arch=i486-linux-gnu? etc.);
> until then
14 matches
Mail list logo