[Bug 15179] New: Parallel install in multiple jobs as in "make -j99 install" fails
http://bugs.winehq.org/show_bug.cgi?id=15179 Summary: Parallel install in multiple jobs as in "make -j99 install" fails Product: Wine Version: 1.1.4 Platform: All URL: https://bugs.gentoo.org/show_bug.cgi?id=237011 OS/Version: All Status: UNCONFIRMED Severity: trivial Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: Martin.vGagern(a)gmx.net Installing wine in parallel, like running "make -j99 install", has a high probability of failure. Errors look like this: make[2]: Entering directory `.../wine-1.1.4/dlls/wintab32' /usr/bin/install -c wintab32.dll.so /usr/lib/wine/wintab32.dll.so make[2]: Entering directory `.../wine-1.1.4/dlls/wintab32' /usr/bin/install -c wintab32.dll.so /usr/lib/wine/wintab32.dll.so /usr/bin/install: cannot create regular file `/usr/lib/wine/wintab32.dll.so': File exists make[2]: *** [install] Error 1 make[2]: Leaving directory `.../wine-1.1.4/dlls/wintab32' make[1]: *** [wintab32/__install__] Error 2 make[1]: *** Waiting for unfinished jobs.... The reason for this is that the dlls subdir is entered twice, once for the target "install" as dlls is part of INSTALLSUBDIRS, and once for the target "install-lib" as required as a dependency of programs/__install__. The dependency on install-lib has been present in the tree for quite some time now, and was first introduced by Alexandre Julliard in 2002 according to http://source.winehq.org/git/wine.git/?a=commit;h=ada5e6521bfb0ca5 The inclusion of dlls in INSTALLSUBDIRS seems to be a recent modification which was not present in 1.1.3. It's again by Alexandre Julliard according to http://source.winehq.org/git/wine.git/?a=commit;h=b3ec2e5f95e36aa9 The issue surfaced quite frequently on Gentoo Linux, as Gentoo encourages building packages from source and employing parallel builds for this. See also the original report at https://bugs.gentoo.org/show_bug.cgi?id=237011 There you can also find a patch which seems to work around the problem. -- 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=15179 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |build-env OS/Version|All |Linux Platform|All |Other -- 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=15179 --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2008-09-08 10:31:29 --- Could you try git. Alexandre already committed that fix: http://source.winehq.org/git/wine.git/?a=commitdiff;h=78c79ba349deea392e4a68... -- 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=15179 --- Comment #2 from Martin von Gagern <Martin.vGagern(a)gmx.net> 2008-09-08 15:34:56 --- (In reply to comment #1)
Could you try git. Alexandre already committed that fix: http://source.winehq.org/git/wine.git/?a=commitdiff;h=78c79ba349deea39
Confirmed that there is no error message with Gentoo ebuild from GIT sources. Installation seems correct from what I can tell, but I don't use wine too often, so that doesn't mean much. Still, I'd say this can be resolved FIXED. Thanks for the really fast reaction 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=15179 James Hawkins <truiken(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #3 from James Hawkins <truiken(a)gmail.com> 2008-09-08 16:06:40 --- Fixed. -- 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=15179 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #4 from Alexandre Julliard <julliard(a)winehq.org> 2008-09-19 11:17:47 --- Closing bugs fixed in 1.1.5. -- 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