https://bugs.winehq.org/show_bug.cgi?id=37183
Bug ID: 37183 Summary: Autogenerated programs/cscript/ihost.h is not being removed by make clean Product: Wine Version: 1.7.25 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: scott@open-vote.org
If I do a binary build of the Wine package twice in a row, or a binary build followed by a source build, dpkg-source will complain that there are uncommitted changes to the source.
The issue is programs/cscript/ihost.h gets generated during the build process, but never gets cleaned up even after make clean is run to make a new source package.
A simple workaround is to just delete programs/cscript/ihost.h before running the next command, but this is something clean should be handling for us.
https://bugs.winehq.org/show_bug.cgi?id=37183
--- Comment #1 from Austin English austinenglish@gmail.com --- This is your friendly reminder that there has been no bug activity for over a year. Is this still an issue in current (1.7.51 or newer) wine?
https://bugs.winehq.org/show_bug.cgi?id=37183
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sebastian@fds-team.de, | |winetest@luukku.com
--- Comment #2 from winetest@luukku.com --- Who is building the packages now? Should be quite easy to test when you have the build enviroument there.
https://bugs.winehq.org/show_bug.cgi?id=37183
--- Comment #3 from Sebastian Lackner sebastian@fds-team.de --- (In reply to winetest from comment #2)
Who is building the packages now? Should be quite easy to test when you have the build enviroument there.
There is no easy way to test it on our build servers (they never run "make clean" on an existing Wine directory). Nevertheless, when looking at the Makefile in programs/cscript this should be fixed:
--- snip --- clean:: rm -f ihost.h arguments.o host.o main.o ihost.tlb cscript.exe.so cscript.exe.fake -- snip ---
Scott, can you confirm that this is the case?
https://bugs.winehq.org/show_bug.cgi?id=37183
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Fixed by SHA1| |a2db8bc137fbfa0bcf8664083e9 | |969bf5a3f6745 Resolution|--- |FIXED
--- Comment #4 from Alexandre Julliard julliard@winehq.org --- This was fixed by a2db8bc137fbfa0bcf8664083e9969bf5a3f6745.
https://bugs.winehq.org/show_bug.cgi?id=37183
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.9.21.
https://bugs.winehq.org/show_bug.cgi?id=37183
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |build-env