Bug 129242 - [GTK] [Stable] webkit-gtk-2.2.5: parallel install fails sometimes with resources/audio/Composite.wav’: File exists
Summary: [GTK] [Stable] webkit-gtk-2.2.5: parallel install fails sometimes with resour...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-23 23:10 PST by Pacho Ramos
Modified: 2017-03-11 10:46 PST (History)
2 users (show)

See Also:


Attachments
build.log.bz2 (391.34 KB, application/x-bzip)
2014-02-23 23:11 PST, Pacho Ramos
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pacho Ramos 2014-02-23 23:10:22 PST
As reported at:
https://bugs.gentoo.org/show_bug.cgi?id=501990

We sometimes get failures like:
 /bin/mkdir -p '/var/tmp/notmpfs/portage/net-libs/webkit-gtk-2.2.5-r200/image//usr/share/webkitgtk-1.0/resources/audio/'
 /usr/lib64/portage/bin/ebuild-helpers/xattr/install -c -m 644 ./Source/WebCore/platform/audio/resources/Composite.wav '/var/tmp/notmpfs/portage/net-libs/webkit-gtk-2.2.5-r200/image//usr/share/webkitgtk-1.0/resources/audio/'
 /bin/mkdir -p '/var/tmp/notmpfs/portage/net-libs/webkit-gtk-2.2.5-r200/image//usr/share/webkitgtk-1.0/resources/audio/'
 /bin/mkdir -p '/var/tmp/notmpfs/portage/net-libs/webkit-gtk-2.2.5-r200/image//usr/share/webkitgtk-1.0/images'
 /usr/lib64/portage/bin/ebuild-helpers/xattr/install -c -m 644 ./Source/WebCore/platform/audio/resources/Composite.wav '/var/tmp/notmpfs/portage/net-libs/webkit-gtk-2.2.5-r200/image//usr/share/webkitgtk-1.0/resources/audio/'
 /bin/mkdir -p '/var/tmp/notmpfs/portage/net-libs/webkit-gtk-2.2.5-r200/image//usr/share/webkitgtk-1.0/resources'
 /usr/lib64/portage/bin/ebuild-helpers/xattr/install -c -m 644 ./Source/WebCore/Resources/textAreaResizeCorner.png ./Source/WebCore/Resources/nullPlugin.png ./Source/WebCore/Resources/urlIcon.png ./Source/WebCore/Resources/missingImage.png ./Source/WebCore/Resources/panIcon.png ./Source/WebCore/Resources/deleteButton.png ./Source/WebCore/Resources/inputSpeech.png '/var/tmp/notmpfs/portage/net-libs/webkit-gtk-2.2.5-r200/image//usr/share/webkitgtk-1.0/images'
 /usr/lib64/portage/bin/ebuild-helpers/xattr/install -c -m 644 ./Source/WebKit/gtk/resources/error.html '/var/tmp/notmpfs/portage/net-libs/webkit-gtk-2.2.5-r200/image//usr/share/webkitgtk-1.0/resources'
 /bin/mkdir -p '/var/tmp/notmpfs/portage/net-libs/webkit-gtk-2.2.5-r200/image//usr/include/webkitgtk-1.0/JavaScriptCore'
 /usr/lib64/portage/bin/ebuild-helpers/xattr/install -c -m 644 Source/JavaScriptCore/API/JSBase.h Source/JavaScriptCore/API/JSContextRef.h Source/JavaScriptCore/API/JSObjectRef.h Source/JavaScriptCore/API/JSStringRef.h Source/JavaScriptCore/API/JSValueRef.h Source/JavaScriptCore/API/JavaScript.h Source/JavaScriptCore/API/WebKitAvailability.h '/var/tmp/notmpfs/portage/net-libs/webkit-gtk-2.2.5-r200/image//usr/include/webkitgtk-1.0/JavaScriptCore'
/usr/bin/install: cannot create regular file ‘/var/tmp/notmpfs/portage/net-libs/webkit-gtk-2.2.5-r200/image//usr/share/webkitgtk-1.0/resources/audio/Composite.wav’: File exists
make[2]: *** [install-audioDATA] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/notmpfs/portage/net-libs/webkit-gtk-2.2.5-r200/work/webkitgtk-2.2.5'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/var/tmp/notmpfs/portage/net-libs/webkit-gtk-2.2.5-r200/work/webkitgtk-2.2.5'
make: *** [install] Error 2
Comment 1 Pacho Ramos 2014-02-23 23:11:27 PST
Created attachment 225027 [details]
build.log.bz2