Package Details: wine-wow64-git 20120216-1

Package Base: wine-wow64-git
Description: A compatibility layer for running Windows programs (both 32-bit and 64-bit; from git)
Upstream URL: http://www.winehq.com
Category: emulators
Licenses: LGPL
Submitter: heftig
Maintainer: Cinelli
Last Packager: None
Votes: 11
First Submitted: 2010-04-08 22:30
Last Updated: 2013-01-14 22:41

Dependencies (1)

Required by (0)

Sources

Latest Comments

Comment by dlin

2012-03-07 09:19

* display wrong dependencies info on https://aur.archlinux.org/packages.php?ID=36298
* wine could not find a Gecko package after I click the auto-download. log as following.

wine: created the configuration directory '$HOME/.wine'
fixme:urlmon:DownloadBSC_OnProgress Unsupported status 3
fixme:wininet:InternetLockRequestFile STUB
fixme:storage:create_storagefile Storage share mode not implemented.
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
fixme:seh:RtlAddFunctionTable 0x61e45620 1 61e40000: stub
fixme:seh:RtlAddFunctionTable 0x61776ba0 1 61700000: stub
fixme:seh:RtlAddFunctionTable 0x64f69540 1 64f40000: stub
fixme:seh:RtlAddFunctionTable 0x622c6620 1 622c0000: stub
fixme:seh:RtlAddFunctionTable 0x6ce47620 1 6ce40000: stub
fixme:seh:RtlAddFunctionTable 0x682d4b20 1 682c0000: stub
fixme:seh:RtlAddFunctionTable 0x638d1dc0 1 63800000: stub
fixme:seh:RtlAddFunctionTable 0x4c6ea0 1 4a0000: stub
fixme:seh:RtlAddFunctionTable 0x68f5b6a0 1 68f40000: stub
fixme:seh:RtlAddFunctionTable 0x6b431bc0 1 69c40000: stub
fixme:iphlpapi:NotifyAddrChange (Handle 0xece308, overlapped 0xece2d0): stub

Comment by dlin

2012-03-07 09:17

display wrong dependencies info on https://aur.archlinux.org/packages.php?ID=36298.

Anonymous comment

2012-02-16 00:28

It seems this can no longer be built, or at least not with the last 'lib32-libxpm' package from the AUR.

>>lib32-libxpm 3.5.9-1
>>This package is orphaned
>>( Unsupported package: Potentially dangerous ! )

In addition to the warning, it doesn't build either.

Anonymous comment

2010-09-17 15:34

It will make everything okay to enable [Multilib] repository in pacman.conf

Anonymous comment

2010-09-12 03:09

lib32-fontconfig is not exist, does change it to lib32-fontconfig-ubuntu okay ?

Comment by Anonymo

2010-08-19 00:31

This package takes forever to compile
http://www.mediafire.com/file/v2n1nv95ya1drzr/wine-wow64-git-20100818-1-x86_64.pkg.tar.xz

Comment by Svenstaro

2010-08-02 20:12

Bug is now fixed upstream.

Comment by Nephyrin

2010-08-01 12:50

Commit b0e48e1e2bb285fe9dd31c6c77505f0b51819178 broke wow64 builds, see:
http://archives.free.net.ph/message/20100730.233914.069ac537.en.html

The non-git build uses http://repos.archlinux.org/wsvn/community/wine/trunk/unbreak-wow64.patch to fix building, which appears to just be a revert patch for this commit.

Comment by heftig

2010-07-17 17:45

Your build environment is broken.

Comment by ChristophLSA

2010-07-17 14:28

Building Wine-32 gives me this error:

configure: error: in `/home/chris/aur/wine-wow64/src/wine-32-build':
configure: error: C compiler cannot create executables

any suggestion?

Comment by heftig

2010-06-06 09:55

Ah right, I had to add that file to lib32-glibc-devel as well.

Anonymous comment

2010-06-06 09:35

Another solution would be to install all the required lib32 files from ABS, adding one line to the end of the build() function:
cp -r usr/include $pkgdir/opt/lib32/usr

I'm going into src/wine-32-build and running the configure line to find all the missing libraries, installing their include files, then when I'm all done with that, I'll re-run the configure script to make sure and voila, all the necessary includes...

The compiler's builtin include path only covers what's in /opt/lib32, and that makes some sense to me: you don't want to be autodetecting the presence of a feature by the presence of a header, only to find that the library doesn't exist at compile time.
Also, there are a few oddities that occur due to compiling for 32-bit using headers from a 64-bit system. gnu/stubs-32.h comes to mind.

Comment by heftig

2010-05-31 23:56

The problem is that most lib32 packages do not contain include files. One solution would be to alter lib32-glibc-devel to install a symlink /opt/lib32/usr/include --> /usr/include (This will also make lib32-linux-api-headers unneccessary).

Anonymous comment

2010-05-31 23:27

I second the FreeType Development files not found issue, as per wido on 27 May 2010. No combination of playing around worked in my favor, and following the suggested --without-freetype option resulted in a buggy build (not sure if that was normal, though; this was my first time trying this package).

Comment by flow

2010-05-27 18:56

problem FreeType development files no found:
http://pastebin.ca/1873004

Comment by heftig

2010-05-23 22:08

Builds again using gcc >= 4.5.0-2

Comment by heftig

2010-04-19 07:47

Currently does not build using gcc 4.5 due to an ICE related to the ms_abi attribute.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43662

Comment by heftig

2010-04-08 23:00

This is a monster to build, beware.