Package Details: wine-git 9.9.r71.g1bccb4cf9a5-1

Git Clone URL: https://aur.archlinux.org/wine-git.git (read-only, click to copy)
Package Base: wine-git
Description: A compatibility layer for running Windows programs (git version)
Upstream URL: https://www.winehq.org/
Keywords: windows wine
Licenses: LGPL-2.1-or-later
Conflicts: bin32-wine, wine, wine-wow64
Provides: bin32-wine, wine, wine-wow64
Replaces: bin32-wine
Submitter: None
Maintainer: dbermond
Last Packager: dbermond
Votes: 86
Popularity: 0.000106
First Submitted: 2007-07-18 16:01 (UTC)
Last Updated: 2024-05-23 02:09 (UTC)

Dependencies (99)

Required by (382)

Sources (3)

Latest Comments

« First ‹ Previous 1 .. 10 11 12 13 14 15

sxe commented on 2010-08-15 12:45 (UTC)

still not working. Getting the same error "Cannot build a 32-bit program, you need to install 32-bit development libraries.".

intellitech commented on 2010-07-26 16:12 (UTC)

whiteychs - You're right, one will likely need to do this in a chroot. I haven't been able to successfully build it on x86_64, but it's theoretically possible. gueek - depends array has been fixed.

<deleted-account> commented on 2010-07-25 23:30 (UTC)

Building is broken for x86_64 as below poster stated. "configure: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." I don't think you can compile this without a chroot for 64bit users...

<deleted-account> commented on 2010-07-21 11:51 (UTC)

sorry, I meant "lib32", not "bin32".

<deleted-account> commented on 2010-07-16 13:58 (UTC)

is the "depends" array supposed to be composed exclusively of packages for x64? they're all prefixed by "bin32", and won't build on my x86 system (as expected). I removed all the bin32 prefixes, and I'm waiting for the build to finish. is 1.2 x64-only? I'm confused. maybe you just forgot to differenciate the depends, but I really don't know, so I'll just post this: depends=('fontconfig' 'libxxf86dga' 'mesa' 'libxcursor' 'libxrandr' 'libxdamage' 'libldap' 'libxslt' 'lcms' 'mesa' 'libpng>=1.4.0')

intellitech commented on 2010-07-13 17:12 (UTC)

IncredibleLaser - It was commented out, not exactly warranting a PKGBUILD update. Either way, the package has been updated, with changes made to depends/makedepends/conflicts.

IncredibleLaser commented on 2010-07-04 13:32 (UTC)

There are some issues with your PKGBUILD. 1. Most of your depends are makedepends. Check out the official wine PKGBUILD. Also, your alignment is not very readable. 2. provides=("wine-git=$pkgver" ...) is unnecessary. Better: provides=("wine=1.2") or whichever is the next version of wine. 3. conflicts=(... 'wine-git') is wrong. A package cannot conflict itself. 4. # patch -p1 < ${startdir}/patchfile.diff is commented out, but never use $startdir. Add your patches to the sources array and refer to them as ${srcdir}/patchname later. Also, add "|| return 1" to your patchlines. 5. I don't know if necessary, but have a look at the official PKGBUILD for configure-options.

Noctivivans commented on 2010-06-21 12:55 (UTC)

On Arch x86_64 I got configure error: checking whether gcc -m32 works... no configure: error: Cannot build a 32-bit program, you need to install 32-bit development libraries.