http://bugs.winehq.org/show_bug.cgi?id=22134
Summary: wine fails to build, tools makedep not found Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: build-env AssignedTo: wine-bugs@winehq.org ReportedBy: alasdairs@dsl.pipex.com
Doing a clean build of wine results in the following build failure: [ams@hal build]$ make depend config.status: creating dlls/acledit/Makefile make[1]: Entering directory `/home/ams/src/wine/build/dlls/acledit' ../../tools/makedep -C../../../wine-git/dlls/acledit -S../../../wine-git -T../.. main.c make[1]: ../../tools/makedep: Command not found make[1]: *** [depend] Error 127 make[1]: Leaving directory `/home/ams/src/wine/build/dlls/acledit' make: *** [dlls/acledit/__depend__] Error 2
wine01.1.41 builds ok The first failing commit is:
commit 03642414a84a14d9cd0efe143b2de9cf35a693a2 Author: Alexandre Julliard julliard@winehq.org Date: Sat Mar 20 15:24:22 2010 +0100
makefiles: Generate all the top-level make rules inside the corresponding shell function.
http://bugs.winehq.org/show_bug.cgi?id=22134
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.1.41
--- Comment #1 from Vitaliy Margolen vitaliy@kievinfo.com 2010-03-22 20:41:43 --- Have you cleaned up your source tree? Have you ran configure?
http://bugs.winehq.org/show_bug.cgi?id=22134
--- Comment #2 from Alasdair Sinclair alasdairs@dsl.pipex.com 2010-03-22 20:51:19 --- (In reply to comment #1)
Have you cleaned up your source tree? Have you ran configure?
The tree is clean, I always do an out of tree build, deleting the previous build tree first. e.g. rm -rf build mkdir build cd build ../wine-git/configure --prefix=/usr/local/wine/ make depend make
http://bugs.winehq.org/show_bug.cgi?id=22134
--- Comment #3 from Vitaliy Margolen vitaliy@kievinfo.com 2010-03-22 22:51:16 --- I'll repeat my question have you cleaned up your source tree? most of the time this kind of issues caused by extra/bad files in your source tree. Make sure it doesn't have any patches on it. You can do that with something like 'git reset --hard origin'. Of it you want to preserve your current craft if any 'git checkout -b test origin'.
Besides out-of-tree build works just fine here.
http://bugs.winehq.org/show_bug.cgi?id=22134
ajmklean meanmklean@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |meanmklean@gmail.com
--- Comment #4 from ajmklean meanmklean@gmail.com 2010-03-23 10:39:24 --- I am having the same problem when I do a fresh clone of wine-git and attempt the build in a clean directory. If I run ./configure twice it seems to autoconf the makedep tool build correctly. Then make depend; make works fine.
http://bugs.winehq.org/show_bug.cgi?id=22134
--- Comment #5 from ajmklean meanmklean@gmail.com 2010-03-23 12:56:14 --- Ah, in my case the problem seems to be resolved, given today's git commits. Perhaps commit 92b57312b54277cb67fba60aba5ead2e74ab2375 (http://source.winehq.org/git/wine.git/?a=commit;h=92b57312b54277cb67fba60aba...) has something to do with it.
http://bugs.winehq.org/show_bug.cgi?id=22134
Alasdair Sinclair alasdairs@dsl.pipex.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #6 from Alasdair Sinclair alasdairs@dsl.pipex.com 2010-03-23 16:38:45 --- (In reply to comment #5)
Ah, in my case the problem seems to be resolved, given today's git commits. Perhaps commit 92b57312b54277cb67fba60aba5ead2e74ab2375 (http://source.winehq.org/git/wine.git/?a=commit;h=92b57312b54277cb67fba60aba...) has something to do with it.
This resolved it for me too.
http://bugs.winehq.org/show_bug.cgi?id=22134
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #7 from Alexandre Julliard julliard@winehq.org 2010-04-02 12:52:33 --- Closing bugs fixed in 1.1.42.