[Bug 39596] New: "make distclean" does not work
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(a)winehq.org Reporter: wylda(a)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 -- 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=39596 Sebastian Lackner <sebastian(a)fds-team.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sebastian(a)fds-team.de --- Comment #1 from Sebastian Lackner <sebastian(a)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. -- 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=39596 Wylda <wylda(a)volny.cz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #2 from Wylda <wylda(a)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. -- 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=39596 Wylda <wylda(a)volny.cz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #3 from Wylda <wylda(a)volny.cz> --- Closing invalid bug report. -- 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)
-
wine-bugs@winehq.org