[Webkit-unassigned] [Bug 94303] [WK2] [GTK] build fails when the build dir is in a separate filesystem/mountpoint

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 17 01:15:25 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=94303





--- Comment #3 from Tomeu Vizoso <tomeu at tomeuvizoso.net>  2012-08-17 01:15:58 PST ---
(In reply to comment #2)
> Have you checked this doesn't break make distcheck?

Just tried, and seems that distcheck is broken in my system in the same way with or without my patch, regardless of where the build directory is:

[tomeu at cizrna (master) webkit-gtk+]$ make distcheck
make  dist-xz am__post_remove_distdir='@:'
make[1]: Entering directory `/home/tomeu/bosch-prefix/source/webkit-gtk+'
if test -d "webkit-1.9.6"; then find "webkit-1.9.6" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "webkit-1.9.6" || { sleep 5 && rm -rf "webkit-1.9.6"; }; else :; fi
test -d "webkit-1.9.6" || mkdir "webkit-1.9.6"
make  \
  top_distdir="webkit-1.9.6" distdir="webkit-1.9.6" \
  dist-hook
make[2]: Entering directory `/home/tomeu/bosch-prefix/source/webkit-gtk+'
  CXX      Source/WebKit/gtk/WebCoreSupport/libwebkitgtk_3_0_la-TextCheckerClientGtk.lo
  CXX      Source/WebCore/bindings/gobject/libwebkitgtk_3_0_la-ConvertToUTF8String.lo
  CXX      Source/WebCore/bindings/gobject/libwebkitgtk_3_0_la-DOMObjectCache.lo
In file included from ./Source/WebCore/dom/EventTarget.h:36:0,
                 from ./Source/WebCore/dom/Node.h:29,
                 from ./Source/WebCore/dom/ContainerNode.h:28,
                 from ./Source/WebCore/dom/Document.h:33,
                 from Source/WebCore/bindings/gobject/DOMObjectCache.cpp:22:
./Source/WebCore/dom/EventNames.h:25:29: fatal error: EventInterfaces.h: No such file or directory
compilation terminated.
make[2]: *** [Source/WebCore/bindings/gobject/libwebkitgtk_3_0_la-DOMObjectCache.lo] Error 1
make[2]: Leaving directory `/home/tomeu/bosch-prefix/source/webkit-gtk+'
make[1]: *** [distdir] Error 2
make[1]: Leaving directory `/home/tomeu/bosch-prefix/source/webkit-gtk+'
make: *** [dist] Error 2

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list