https://bugs.winehq.org/show_bug.cgi?id=39596
Bug ID: 39596 Summary: "make distclean" does not work Product: Wine Version: 1.7.55 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: wylda@volny.cz Distribution: ---
I wanted to build wine from git source as out-of-tree build. But configure says:
checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu configure: error: you are building out of the source tree, but the source tree contains object files. You need to run 'make distclean' in the source tree first.
But running "make distclean" inside git tree fails:
$ make distclean make: *** No rule to make target 'Make.vars.in', needed by 'Makefile'. Stop.
IIRC this used to work. Work arounded in git tree by: $ rm -rf * $ git checkout -f wine-1.7.55
https://bugs.winehq.org/show_bug.cgi?id=39596
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sebastian@fds-team.de
--- Comment #1 from Sebastian Lackner sebastian@fds-team.de --- I assume you previously compiled an in-tree build with an old version of Wine, right? For files generated during the build process (like Makefiles) there is no guarantee that they are compatible across multiple versions.
If there is no way to reproduce this with a single Wine version (compiling 1.7.55 in-tree, and then running "make distclean"), this bug report is most likely invalid. For me it worked fine when I did that yesterday.
https://bugs.winehq.org/show_bug.cgi?id=39596
Wylda wylda@volny.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID
--- Comment #2 from Wylda wylda@volny.cz ---
I assume you previously compiled an in-tree build with an old version of Wine, right? ...
Yes. I played lastly with 1.7.48 and today upgraded by git to 1.7.55. Thank you for the hint and sorry for the nosie.
Invalid.
https://bugs.winehq.org/show_bug.cgi?id=39596
Wylda wylda@volny.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Wylda wylda@volny.cz ---
Closing invalid bug report.