https://bugs.winehq.org/show_bug.cgi?id=58027
Bug ID: 58027 Summary: trivial use of Win32 GNU make failes with Wine 10.x but not with Wine 9.0 Product: Wine Version: 10.4 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: dl.soluz@gmx.net Distribution: ---
Created attachment 78286 --> https://bugs.winehq.org/attachment.cgi?id=78286 contains the specific make.exe (with MD5, and source-infos)+makefile and scenarios
its a super simple makefile that does nothing more then
clean: del *.not_existing_at_all
and make fails to run the del command on 10.x Wine versions but works on Wine 9.0
i created a git-repo with the make.exe (with MD5) a makefile and a clear description whats happening - in short Wine 10.x breaks someway the del command run
the repo: https://github.com/LowLevelMahn/bug_repo0 (i also attached the 3 files of the repo as zip)
i don't know if that is a real Wine bug but its strange that is does not happen with a older Wine version (tested only 9.0 so far)
tested with
up-to-date Ubuntu 24.10 (up-to-date) + sudo apt install wine32 => wine 9.0 up-to-date WSL2/SUSE Tumbleweed + sudo zypper install wine => wine 10.0 up-to-date Fedora 42 (Beta) + sudo dnf install wine32 => wine 10.4