[Bug 53856] New: Wine 7.20 doesn't come with a number of files
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(a)winehq.org Reporter: aros(a)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? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=53856 --- Comment #1 from Artem S. Tashkinov <aros(a)gmx.com> --- I'm using only GCC to compile (no mingw here). -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=53856 Zeb Figura <z.figura12(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12(a)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(a)gmail.com> --- The common factor is that all those DLLs are data-only, for what it's worth. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=53856 Artem S. Tashkinov <aros(a)gmx.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID --- Comment #3 from Artem S. Tashkinov <aros(a)gmx.com> --- Looks like everyone's busy. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=53856 --- Comment #4 from Zeb Figura <z.figura12(a)gmail.com> --- (In reply to Artem S. Tashkinov from comment #3)
Looks like everyone's busy.
Sorry, what do you mean? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=53856 --- Comment #5 from Nikolay Sivov <bunglehead(a)gmail.com> --- Why is it invalid? Did you find some problem on your end? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=53856 --- Comment #6 from Artem S. Tashkinov <aros(a)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 :-) -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=53856 --- Comment #7 from Nikolay Sivov <bunglehead(a)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? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=53856 Artem S. Tashkinov <aros(a)gmx.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|INVALID |--- Status|RESOLVED |UNCONFIRMED --- Comment #8 from Artem S. Tashkinov <aros(a)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(a)zen i386-unix]# pwd /opt/wine/lib/wine/i386-unix [root(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=53856 --- Comment #9 from Artem S. Tashkinov <aros(a)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 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=53856 Artem S. Tashkinov <aros(a)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 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=53856 --- Comment #10 from Nikolay Sivov <bunglehead(a)gmail.com> --- I tried with --without-mingw, but couldn't reproduce this. I had mferror.dll for instance installed to i386-windows. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=53856 --- Comment #11 from Alexandre Julliard <julliard(a)winehq.org> --- It's a bug, it should be fixed by b1f59bc679a8c2dea18a6789a5b9b1a1ae825129. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=53856 --- Comment #12 from Nikolay Sivov <bunglehead(a)gmail.com> --- Ah, nice. That means I used already fixed version for testing then. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=53856 Ken Sharp <imwellcushtymelike(a)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(a)gmail.com> --- As above. Reopen if you can recreate in the latest version of Wine. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=53856 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #14 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 7.21. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
WineHQ Bugzilla