https://bugs.winehq.org/show_bug.cgi?id=47724
--- Comment #18 from Allan alln_medeiros@hotmail.com --- Sorry for all the mess about this bug report.
When I think that something was on the way, I found another thing that doesn't make sense. My original report was about wine not installing Office SP3. Later, I find out that dotnet35sp1 installer triggers the same issue. And now I find that Debian package wine-4.0.2 installs Office 2007 SP3, but fails dotnet35sp1 with "MSI_OpenDatabaseW unknown flag (nil)".
Summary:
[Git] I'm building from Arch Linux, using these parameters, based on PKGBUILD from Arch Linux package[1]:
export CFLAGS="${CFLAGS/-fno-plt/}" export LDFLAGS="${LDFLAGS/,-z,-now/}" sed 's|OpenCL/opencl.h|CL/opencl.h|g' -i configure* rm -rf wine-32-build mkdir wine-32-build export PKG_CONFIG_PATH="/usr/lib32/pkgconfig" cd wine-32-build CC="ccache gcc" CFLAGS="-g -O0" ../configure --verbose --disable-tests \ --prefix=/usr \ --with-x \ --with-gstreamer \ --libdir=/usr/lib32 make
tags: wine-4.10 = good wine-4.11 = bad
git bisect: 7cd3c9f0734d217e1d08319e72a9df91fe2ef882 is the first bad commit
I made the git bisect testing only Office 2007 SP3 installer.
Appending --without-mingw to configure, I was able to install both Office 2007 SP3 and dotnet35sp1 (i.e. wine-4.15-40-g363b8809f3)
[Arch Linux] Downgrade package from Arch Linux archive. Tested with both (dotnet35sp1 and Office 2007 SP3)
4.15: FAIL 4.14: FAIL 4.13: FAIL 4.12: FAIL 4.11: FAIL 4.10: FAIL 4.9: SUCCESS 4.8: SUCCESS
[Debian] wine-4.0.2: Success with Office 2007 SP3. Fails dotnet35sp1 (Just "discovered" today) wine-development-4.11-1: Fails dotnet35sp1 wine-development-4.16-1: Fails dotnet35sp1
-- [1] https://git.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packa...