[Bug 17400] New: build error with make -j2
http://bugs.winehq.org/show_bug.cgi?id=17400 Summary: build error with make -j2 Product: Wine Version: unspecified Platform: Other OS/Version: other Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: lkcl(a)lkcl.net -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wtype-limits -Wpointer-arith -g -O2 -o dmort.o dmort.c make[2]: Leaving directory `/mnt/video/src/wine/dlls/msftedit' make[2]: Entering directory `/mnt/video/src/wine/dlls/msg711.acm' gcc -m32 -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wtype-limits -Wpointer-arith -g -O2 -o msg711.o msg711.c ../../tools/wrc/wrc --nostdinc -I. -I. -I../../include -I../../include -D__WINESRC__ -forsrc.res rsrc.rc ../../tools/winegcc/winegcc -m32 -B../../tools/winebuild -shared ./msdmo.spec dmoreg.o dmort.o rsrc.res -o msdmo.dll.so -luuid -lole32 -luser32 -ladvapi32 -lkernel32 ../../libs/port/libwine_port.a make[2]: Leaving directory `/mnt/video/src/wine/dlls/msdmo' make[2]: Entering directory `/mnt/video/src/wine/dlls/mshtml.tlb' ../../tools/widl/widl -I. -I. -I../../include -I../../include -D__WINESRC__ -t -T mshtml_tlb.tlb mshtml_tlb.idl ../../tools/wrc/wrc --nostdinc -I. -I. -I../../include -I../../include -D__WINESRC__ -forsrc.res rsrc.rc Error: Could not open rsrc.res make[2]: *** [rsrc.res] Error 2 make[2]: Leaving directory `/mnt/video/src/wine/dlls/mshtml.tlb' make[1]: *** [mshtml.tlb] Error 2 make[1]: *** Waiting for unfinished jobs.... ../../tools/winegcc/winegcc -m32 -B../../tools/winebuild -shared ./msg711.acm.spec msg711.o -o msg711.acm.so -lwinmm -luser32 -lkernel32 ../../libs/port/libwine_port.a make[2]: Leaving directory `/mnt/video/src/wine/dlls/msg711.acm' make[1]: Leaving directory `/mnt/video/src/wine/dlls' make: *** [dlls] Error 2 -- 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=17400 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |WORKSFORME --- Comment #1 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2009-02-15 08:16:28 --- Works fine here. Try to start with an empty/clean build directory. -- 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=17400 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #2 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2009-02-15 08:16:37 --- Closing. -- 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=17400 Luke Kenneth Casson Leighton <lkcl(a)lkcl.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |UNCONFIRMED Resolution|WORKSFORME | --- Comment #3 from Luke Kenneth Casson Leighton <lkcl(a)lkcl.net> 2009-02-15 09:26:41 --- dmitri, don't be daft, man, and close the bug! of _course_ it _randomly_ will work. occasionally. _sometimes_ one of the two processes will complete the command before its output is required (by the other "make" process); sometimes it won't. it's a race condition. so of course "it worked for you". and then the next time, it didn't. so - check the Makefile dependencies! -- 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=17400 L. Rahyen <mail(a)science.su> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mail(a)science.su --- Comment #4 from L. Rahyen <mail(a)science.su> 2009-02-15 13:40:27 --- I can confirm this problem. Very annoying especially if you have 4 CPU/cores or more (and compiling with -j1 isn't an option because it is much faster to "ignore" build errors and try to build again with -j8 than to use -j1). Sometimes it works, sometimes it fails two or even three times before I can complete full build. -- 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=17400 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish(a)gmail.com -- 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=17400 --- Comment #5 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2009-02-16 00:50:52 --- I'm compiling Wine on a day by day basis with -j4 on a 2 core system without any problem for more than an year. Have you tried a clean build? -- 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=17400 --- Comment #6 from Austin English <austinenglish(a)gmail.com> 2009-08-26 12:44:57 --- Works fine here as well. Is this still an issue in 1.1.28? -- 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=17400 Rob Shearman <robertshearman(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |WORKSFORME --- Comment #7 from Rob Shearman <robertshearman(a)gmail.com> 2009-11-07 08:10:49 --- Should be retested after in a version after cf63bb880e9502532df55f78959b81a3b4478de8 was committed. Please reopen if there is still a problem, attaching new output. -- 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=17400 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #8 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2009-11-08 03:06:58 --- Closing worksforme. -- 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