https://bugs.winehq.org/show_bug.cgi?id=41622
Bug ID: 41622 Summary: Make fails in dlls Product: Wine Version: 1.9.22 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: trivial Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: JustinCB@opmbx.org Distribution: ---
When running make in wine, a lot of dlls fail. It says "winebuild: somefile.o is an empty file" The workaround for me is to cd into the failed dll directory, run make clean and make. When I cd back into the build directory, it continues until it fails again on another dll with the same error. The workaround works if I cd back into the build directory and continue with make. This is a version from git a few days ago. I am trying to compile on tinycore linux, if that is any help.
https://bugs.winehq.org/show_bug.cgi?id=41622
JustinCB JustinCB@opmbx.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |Other CC| |JustinCB@opmbx.org
https://bugs.winehq.org/show_bug.cgi?id=41622
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com --- Could you run make clean from the top and make again?
https://bugs.winehq.org/show_bug.cgi?id=41622
--- Comment #2 from JustinCB JustinCB@opmbx.org --- I think that it is caused when I stop the build with Control-C and start it again. It creates the file but doesn't add anything to it. Should I mark as resolved?
https://bugs.winehq.org/show_bug.cgi?id=41622
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest@luukku.com
--- Comment #3 from winetest@luukku.com --- (In reply to JustinCB from comment #2)
I think that it is caused when I stop the build with Control-C and start it again. It creates the file but doesn't add anything to it. Should I mark as resolved?
I had this exactly issue sometime ago. I canceled wine compile with ctrl+c because I wanted to add more cores on compile time make -j number. And I end up files that were somehow broken so I started from strach, fetching wine files.
https://bugs.winehq.org/show_bug.cgi?id=41622
JustinCB JustinCB@opmbx.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |NOTOURBUG
--- Comment #4 from JustinCB JustinCB@opmbx.org --- You didn't need to start from scratch, you just needed to 'make clean'(from the top) or cd into the directory that had the failure and 'make clean' there.
I marked it resolved: not our bug because it is probably a bug in make when used on large projects(although it might be a bug in the wine build tools or wine's makefile, but it isn't that important to me that making wine can be able to be interrupted).
https://bugs.winehq.org/show_bug.cgi?id=41622
Józef Kucia joseph.kucia@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |joseph.kucia@gmail.com Resolution|NOTOURBUG |INVALID
https://bugs.winehq.org/show_bug.cgi?id=41622
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Ken Sharp imwellcushtymelike@gmail.com --- Closing.