[Bug 743983] New: Wine-32bit is not properly built on x86_64 arch
https://bugzilla.novell.com/show_bug.cgi?id=743983 https://bugzilla.novell.com/show_bug.cgi?id=743983#c0 Summary: Wine-32bit is not properly built on x86_64 arch Classification: openSUSE Product: openSUSE 12.1 Version: Final Platform: x86-64 OS/Version: openSUSE 12.1 Status: NEW Severity: Critical Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: vitaliy@kievinfo.com QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1 It appears that Wine-32bit is simply copied from i686 arch built. This won't work. It creates broken wineprefix and many 32-bit applications fail to run. The 32-bit package have to be built together with 64-bit package under x86_64 with configure --with-wine64=<path> option. Ex: %build mkdir build64 mkdir build32 cd build64 ./configure --enable-win64 make all cd ../build32 ./configure --with-wine64=../build64/ make all Reproducible: Always Steps to Reproduce: WINEPREFIX=~/.wine-testrpm WINEARCH=win32 wine winecfg On Desktop Integration tab all folder links are absent. "My Documents" entry missing the name. This should be fixed before wine-1.4 release. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=743983 https://bugzilla.novell.com/show_bug.cgi?id=743983#c Vitaliy Margolen <vitaliy@kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P2 - High CC| |meissner@suse.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=743983 https://bugzilla.novell.com/show_bug.cgi?id=743983#c1 Marcus Meissner <meissner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Marcus Meissner <meissner@suse.com> 2012-01-29 17:33:50 UTC --- Actually this is not the issue and the problem only showed up 1 or 2 weeks ago as I changed the method of how wine-32bit is built. I missed to include /usr/lib/wine/fakedlls/ in this last change. I fixed this yesterday evening, so the current rpms will just work fine. ( 1.3.38_1.4rc1-2.1 and newer are good ) --with-wine64 is not required, it just changes what files are installed, not much how they are built. If there still are problems, I can debug them. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=743983 https://bugzilla.novell.com/show_bug.cgi?id=743983#c2 --- Comment #2 from Vitaliy Margolen <vitaliy@kievinfo.com> 2012-01-29 18:34:22 UTC --- Seems to be working now. Will do some more checks and will keep an eye for more issues on Wine forum. Thanks! -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com