http://bugs.winehq.org/show_bug.cgi?id=25619
Summary: exe16 files changed to directories. Breaking build of older branches Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: jan-winehq@h-i-s.nl
There are three directories in 1.3.10 build system which were files in 1.1.33. Building 1.1.33 (selected with git -checkout wine-1.1.33 for a regression test) generates errors in make install. Also, "make distclean" failed with these directories present
I removed them rm -rf */gdi.exe16 rm -rf */krnl386.exe16 rm -rf */user.exe16
to compile version 1.1.33.
http://bugs.winehq.org/show_bug.cgi?id=25619
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #1 from Andrew Nguyen arethusa26@gmail.com 2010-12-26 08:22:19 CST --- I fail to see how this is a bug. Forcing a git clean on untracked directories should do the trick.
http://bugs.winehq.org/show_bug.cgi?id=25619
--- Comment #2 from Jan Hoogenraad jan-winehq@h-i-s.nl 2010-12-26 09:12:42 CST --- Hi Andrew:
What does git clean do ? And if this is necessary, please include this in the manual at: http://wiki.winehq.org/RegressionTesting
This is my sole source of knowledge about git and retrieving older versions of wine.
http://bugs.winehq.org/show_bug.cgi?id=25619
--- Comment #3 from Andrew Nguyen arethusa26@gmail.com 2010-12-26 09:18:17 CST --- (In reply to comment #2)
Hi Andrew:
What does git clean do ? And if this is necessary, please include this in the manual at:
http://www.kernel.org/pub/software/scm/git/docs/git-clean.html
http://bugs.winehq.org/show_bug.cgi?id=25619
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #4 from Dan Kegel dank@kegel.com 2010-12-26 12:37:59 CST --- Doing out-of-tree builds, with an empty build directory each time, is another way to protect yourself from this problem during regression testing.
http://bugs.winehq.org/show_bug.cgi?id=25619
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Jeff Zaroyko jeffz@jeffz.name 2010-12-26 16:09:35 CST --- Closing invalid.