You are not logged in.
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 ) #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
Why not use a native qemu-version? Works fine for me.
Offline
'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 ) #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
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