You are not logged in.

#1 2006-12-16 11:58:21

kozaki
Member
From: London >. < Paris
Registered: 2005-06-13
Posts: 671
Website

what about depends=[lib32] in PKGBUILD for both arch32 &

Example with qemu PKGBUILD

For arch 32 it depends on sdl, alsa-lib & zlib
For arch64 this is sdl, alsa-lib & lib32-zlib

Is it okay to use default depends=('sdl' 'alsa-lib' 'zlib') when building on/for arch64, or should one replace 'zlib' --> 'lib32-zlib' ?


Seeded last month: Arch 50 gig, derivatives 1 gig
Desktop @3.3GHz 8 gig RAM, linux-ck
laptop #1 Atom 2 gig RAM, Arch linux stock i686 (6H w/ 6yrs old battery smile) #2: ARM Tegra K1, 4 gig RAM, ChrOS
Atom Z520 2 gig RAM, OMV (Debian 7) kernel 3.16 bpo on SDHC | PGP Key: 0xFF0157D9

Offline

#2 2006-12-16 12:11:15

Pierre
Developer
From: Bonn
Registered: 2004-07-05
Posts: 1,964
Website

Re: what about depends=[lib32] in PKGBUILD for both arch32 &

Why not use a native qemu-version? Works fine for me.

Offline

#3 2006-12-16 12:42:25

kozaki
Member
From: London >. < Paris
Registered: 2005-06-13
Posts: 671
Website

Re: what about depends=[lib32] in PKGBUILD for both arch32 &

'cause it uses a kernel I do not have (kernel-2.6.19 / 2.6.18 for example).
That's when I noticed the "depends=('zlib'). Then namcap complained about missing dependency lib32-zlib

I'm just wondering how such differences (on depends as well as provides or conflict) between 32 & 64 might have some effect sooner or later, especially when using makepkg.


Seeded last month: Arch 50 gig, derivatives 1 gig
Desktop @3.3GHz 8 gig RAM, linux-ck
laptop #1 Atom 2 gig RAM, Arch linux stock i686 (6H w/ 6yrs old battery smile) #2: ARM Tegra K1, 4 gig RAM, ChrOS
Atom Z520 2 gig RAM, OMV (Debian 7) kernel 3.16 bpo on SDHC | PGP Key: 0xFF0157D9

Offline

#4 2006-12-16 12:54:38

Pierre
Developer
From: Bonn
Registered: 2004-07-05
Posts: 1,964
Website

Re: what about depends=[lib32] in PKGBUILD for both arch32 &

You`ll have to compile qemu yourself because the arch64-version is broken. You`ll have to compile it with gcc3:  http://www.archlinux.de/~pierre/packages/src/

Ignore the output of namcap; it is not able to handle multilib-setups.

Offline

Board footer

Powered by FluxBB