https://bugs.winehq.org/show_bug.cgi?id=53856
Bug ID: 53856 Summary: Wine 7.20 doesn't come with a number of files Product: Wine Version: 7.20 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: aros@gmx.com Distribution: ---
I've just installed Wine 7.20 from sources and I've noticed that it doesn't install to $PREFIX/lib/wine/i386-windows a number of files which were available part of 7.19:
activeds.tlb apisetschema.dll icmp.dll light.msstyles lz32.dll mferror.dll mshtml.tlb msimsg.dll normaliz.dll security.dll sfc.dll shdoclc.dll stdole2.tlb stdole32.tlb tzres.dll usp10.dll wmi.dll
Is this intentional? Is this OK?
https://bugs.winehq.org/show_bug.cgi?id=53856
--- Comment #1 from Artem S. Tashkinov aros@gmx.com --- I'm using only GCC to compile (no mingw here).
https://bugs.winehq.org/show_bug.cgi?id=53856
Zeb Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com Summary|Wine 7.20 doesn't come with |Wine 7.20 doesn't install |a number of files |data-only libraries
--- Comment #2 from Zeb Figura z.figura12@gmail.com --- The common factor is that all those DLLs are data-only, for what it's worth.
https://bugs.winehq.org/show_bug.cgi?id=53856
Artem S. Tashkinov aros@gmx.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID
--- Comment #3 from Artem S. Tashkinov aros@gmx.com --- Looks like everyone's busy.
https://bugs.winehq.org/show_bug.cgi?id=53856
--- Comment #4 from Zeb Figura z.figura12@gmail.com --- (In reply to Artem S. Tashkinov from comment #3)
Looks like everyone's busy.
Sorry, what do you mean?
https://bugs.winehq.org/show_bug.cgi?id=53856
--- Comment #5 from Nikolay Sivov bunglehead@gmail.com --- Why is it invalid? Did you find some problem on your end?
https://bugs.winehq.org/show_bug.cgi?id=53856
--- Comment #6 from Artem S. Tashkinov aros@gmx.com --- (In reply to Nikolay Sivov from comment #5)
Why is it invalid? Did you find some problem on your end?
I always keep track of files in $PREFIX/lib/wine and it's the first time in many years that so many of them have disappeared from release to release.
All the applications work just fine, I just needed consolation/explanation, that's it.
Sorry for the noise :-)
https://bugs.winehq.org/show_bug.cgi?id=53856
--- Comment #7 from Nikolay Sivov bunglehead@gmail.com --- It still could be a valid issue. Are those modules just not installed, or are they missing from the build tree as well?
https://bugs.winehq.org/show_bug.cgi?id=53856
Artem S. Tashkinov aros@gmx.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|INVALID |--- Status|RESOLVED |UNCONFIRMED
--- Comment #8 from Artem S. Tashkinov aros@gmx.com --- (In reply to Nikolay Sivov from comment #7)
It still could be a valid issue. Are those modules just not installed, or are they missing from the build tree as well?
The corresponding `i386-unix` files are there, it's just their `i386-windows` counterparts which are suddenly not installed.
OMG, I've found all the files in `/opt/wine/lib/wine/i386-unix`.
[root@zen i386-unix]# pwd /opt/wine/lib/wine/i386-unix
[root@zen i386-unix]# ls | grep -v .so activeds.tlb apisetschema.dll icmp.dll light.msstyles lz32.dll mferror.dll mshtml.tlb msimsg.dll normaliz.dll security.dll sfc.dll shdoclc.dll stdole2.tlb stdole32.tlb tzres.dll usp10.dll wmi.dll
Is this intentional? This looks like a bug.
https://bugs.winehq.org/show_bug.cgi?id=53856
--- Comment #9 from Artem S. Tashkinov aros@gmx.com --- I did not touch or edit any files when I was compiling Wine.
It's as always:
./configure --prefix=/opt/wine --disable-tests && nice make -j`nproc` && make install-lib
https://bugs.winehq.org/show_bug.cgi?id=53856
Artem S. Tashkinov aros@gmx.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Wine 7.20 doesn't install |Wine 7.20 installs some |data-only libraries |windows files to the wrong | |location
https://bugs.winehq.org/show_bug.cgi?id=53856
--- Comment #10 from Nikolay Sivov bunglehead@gmail.com --- I tried with --without-mingw, but couldn't reproduce this. I had mferror.dll for instance installed to i386-windows.
https://bugs.winehq.org/show_bug.cgi?id=53856
--- Comment #11 from Alexandre Julliard julliard@winehq.org --- It's a bug, it should be fixed by b1f59bc679a8c2dea18a6789a5b9b1a1ae825129.
https://bugs.winehq.org/show_bug.cgi?id=53856
--- Comment #12 from Nikolay Sivov bunglehead@gmail.com --- Ah, nice. That means I used already fixed version for testing then.
https://bugs.winehq.org/show_bug.cgi?id=53856
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |b1f59bc679a8c2dea18a6789a5b | |9b1a1ae825129 Keywords| |download, source Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED
--- Comment #13 from Ken Sharp imwellcushtymelike@gmail.com --- As above. Reopen if you can recreate in the latest version of Wine.
https://bugs.winehq.org/show_bug.cgi?id=53856
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #14 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 7.21.