RESOLVED FIXED 182345
Add libmount to WPE dependencies
https://bugs.webkit.org/show_bug.cgi?id=182345
Summary Add libmount to WPE dependencies
Charlie Turner
Reported 2018-01-31 11:34:57 PST
Add libmount to WPE dependencies
Attachments
Patch (1.54 KB, patch)
2018-01-31 11:36 PST, Charlie Turner
no flags
Patch (1.51 KB, patch)
2018-01-31 12:56 PST, Charlie Turner
no flags
Patch for landing (1.51 KB, patch)
2018-02-01 02:19 PST, Charlie Turner
no flags
Patch (1.47 KB, patch)
2018-02-02 05:55 PST, Charlie Turner
no flags
Patch for landing (1.47 KB, patch)
2018-02-02 05:55 PST, Charlie Turner
no flags
Archive of layout-test-results from webkit-cq-01 for mac-sierra (2.37 MB, application/zip)
2018-02-02 14:52 PST, WebKit Commit Bot
no flags
Charlie Turner
Comment 1 2018-01-31 11:36:32 PST
Created attachment 332787 [details] Patch Add libmount deps
Charlie Turner
Comment 2 2018-01-31 11:37:43 PST
Probably worth a review from someone who uses Arch Linux. I wasn't 100% confident about the package name, but I did find this, https://www.archlinux.org/packages/core/x86_64/libutil-linux/ Which says the libmount library is included in that package.
Adrian Perez
Comment 3 2018-01-31 11:51:22 PST
Comment on attachment 332787 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=332787&action=review Arch Linux user here (hi!) > Tools/wpe/install-dependencies:207 > + libutil-linux \ Here you want “util-linux” instead: the “libutil-linux” only includes the dynamic libraries, but the headers and .pc files for pkg-config are part of “util-linux”. Also, installing “util-linux” causes both packages to be installed due to package dependencies. TL;DR: Change this to “util-linux”, please.
Charlie Turner
Comment 4 2018-01-31 12:56:43 PST
Created attachment 332796 [details] Patch Thank you Adrian! I'll send this to commit queue with your blessings
Charlie Turner
Comment 5 2018-02-01 02:19:29 PST
Created attachment 332862 [details] Patch for landing
WebKit Commit Bot
Comment 6 2018-02-01 06:24:14 PST
Comment on attachment 332862 [details] Patch for landing Rejecting attachment 332862 [details] from commit-queue. Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.webkit.org', '--bot-id=webkit-cq-01', 'validate-changelog', '--check-oops', '--non-interactive', 332862, '--port=mac']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit ChangeLog entry in Tools/ChangeLog contains OOPS!. Full output: http://webkit-queues.webkit.org/results/6315512
Charlie Turner
Comment 7 2018-02-02 05:55:12 PST
Created attachment 332961 [details] Patch Rebase
Charlie Turner
Comment 8 2018-02-02 05:55:29 PST
Created attachment 332962 [details] Patch for landing
WebKit Commit Bot
Comment 9 2018-02-02 14:52:19 PST
Comment on attachment 332962 [details] Patch for landing Rejecting attachment 332962 [details] from commit-queue. New failing tests: media/modern-media-controls/tracks-support/tracks-support-show-panel-after-dragging-controls.html Full output: http://webkit-queues.webkit.org/results/6336803
WebKit Commit Bot
Comment 10 2018-02-02 14:52:21 PST
Created attachment 333003 [details] Archive of layout-test-results from webkit-cq-01 for mac-sierra The attached test failures were seen while running run-webkit-tests on the commit-queue. Bot: webkit-cq-01 Port: mac-sierra Platform: Mac OS X 10.12.6
Charlie Turner
Comment 11 2018-02-03 03:27:07 PST
Why is this patch getting rejecting for failing a MAC PORT test?
Zan Dobersek
Comment 12 2018-02-03 06:05:11 PST
(In reply to Charlie Turner from comment #11) > Why is this patch getting rejecting for failing a MAC PORT test? commit-queue is a Mac bot that runs the tests before committing. Flaky tests like this one defeat it.
WebKit Commit Bot
Comment 13 2018-02-03 06:40:32 PST
Comment on attachment 332962 [details] Patch for landing Clearing flags on attachment: 332962 Committed r228048: <https://trac.webkit.org/changeset/228048>
WebKit Commit Bot
Comment 14 2018-02-03 06:40:33 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.