[Bug 22134] New: wine fails to build, tools makedep not found
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(a)winehq.org ReportedBy: alasdairs(a)dsl.pipex.com Doing a clean build of wine results in the following build failure: [ams(a)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(a)winehq.org> Date: Sat Mar 20 15:24:22 2010 +0100 makefiles: Generate all the top-level make rules inside the corresponding shell function. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=22134 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.1.41 --- Comment #1 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2010-03-22 20:41:43 --- Have you cleaned up your source tree? Have you ran configure? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=22134 --- Comment #2 from Alasdair Sinclair <alasdairs(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=22134 --- Comment #3 from Vitaliy Margolen <vitaliy(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=22134 ajmklean <meanmklean(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |meanmklean(a)gmail.com --- Comment #4 from ajmklean <meanmklean(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=22134 --- Comment #5 from ajmklean <meanmklean(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=22134 Alasdair Sinclair <alasdairs(a)dsl.pipex.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #6 from Alasdair Sinclair <alasdairs(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=22134 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #7 from Alexandre Julliard <julliard(a)winehq.org> 2010-04-02 12:52:33 --- Closing bugs fixed in 1.1.42. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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