RESOLVED FIXED 41100
add ENABLE_DIRECTORY_UPLOAD build support
https://bugs.webkit.org/show_bug.cgi?id=41100
Summary add ENABLE_DIRECTORY_UPLOAD build support
John Gregg
Reported 2010-06-23 13:53:12 PDT
new code for directory upload (see https://bugs.webkit.org/show_bug.cgi?id=40872) is behind ENABLE_DIRECTORY_UPLOAD flag; need to add the necessary build support.
Attachments
Patch (24.09 KB, patch)
2010-06-23 14:11 PDT, John Gregg
no flags
Patch (24.09 KB, patch)
2010-06-25 10:20 PDT, John Gregg
tkent: review+
commit-queue: commit-queue-
John Gregg
Comment 1 2010-06-23 14:11:29 PDT
WebKit Review Bot
Comment 2 2010-06-23 18:38:08 PDT
Kent Tamura
Comment 3 2010-06-24 20:20:50 PDT
Comment on attachment 59561 [details] Patch > checking whether to build gtk-doc documentation... no > checking for gtkdoc-check... /usr/bin/gtkdoc-check > ../../configure: line 21510: syntax error near unexpected token `(' > ../../configure: line 21510: ` as_echo_body='eval expr "X$1" : "X\\(.*\\)"'' > Failed to setup build environment using 'autotools'! I don't know the reason, but I confirmed this error of GTK was caused by your changes for config.ac and WebCore/GNUmakefile.am. WebKit/chromium/features.gypi:48 + 'ENABLE_DIRECTORY_UPLOAD=0', I recommend enable ENABLE_DIRECTORY_UPLOAD for this file because - We can confirm build by buildbots - Changing features.gypi later is hard because of Bug#38926.
John Gregg
Comment 4 2010-06-25 10:20:00 PDT
John Gregg
Comment 5 2010-06-25 10:20:46 PDT
(In reply to comment #3) > (From update of attachment 59561 [details]) > > > checking whether to build gtk-doc documentation... no > > checking for gtkdoc-check... /usr/bin/gtkdoc-check > > ../../configure: line 21510: syntax error near unexpected token `(' > > ../../configure: line 21510: ` as_echo_body='eval expr "X$1" : "X\\(.*\\)"'' > > Failed to setup build environment using 'autotools'! > > I don't know the reason, but I confirmed this error of GTK was caused by your changes for config.ac and WebCore/GNUmakefile.am. > I think I found the typo (missing "). Uploaded a new patch. > WebKit/chromium/features.gypi:48 > + 'ENABLE_DIRECTORY_UPLOAD=0', > I recommend enable ENABLE_DIRECTORY_UPLOAD for this file because > - We can confirm build by buildbots > - Changing features.gypi later is hard because of Bug#38926. Done.
Kent Tamura
Comment 6 2010-06-26 05:37:23 PDT
Comment on attachment 59778 [details] Patch OK
WebKit Commit Bot
Comment 7 2010-06-27 09:12:56 PDT
Comment on attachment 59778 [details] Patch Rejecting patch 59778 from commit-queue. Failed to run "[u'/Users/eseidel/Projects/CommitQueue/WebKitTools/Scripts/svn-apply', u'--reviewer', u'Kent Tamura', u'--force']" exit_code: 1 Last 500 characters of output: le WebKitLibraries/ChangeLog Hunk #1 succeeded at 1 with fuzz 3. patching file WebKitLibraries/win/tools/vsprops/FeatureDefines.vsprops Hunk #1 FAILED at 9. 1 out of 2 hunks FAILED -- saving rejects to file WebKitLibraries/win/tools/vsprops/FeatureDefines.vsprops.rej patching file WebKitLibraries/win/tools/vsprops/FeatureDefinesCairo.vsprops patching file WebKitTools/ChangeLog Hunk #1 succeeded at 1 with fuzz 3. patching file WebKitTools/Scripts/build-webkit Hunk #1 succeeded at 61 with fuzz 2. Full output: http://webkit-commit-queue.appspot.com/results/3281909
John Gregg
Comment 8 2010-06-28 16:54:32 PDT
Note You need to log in before you can comment on or make changes to this bug.