Closed
Bug 1892292
Opened 1 year ago
Closed 1 year ago
HANG when running ./mach vendor media/libyuv/moz.yaml --patch-mode only
Categories
(Developer Infrastructure :: Mach Vendor & Updatebot, defect)
Developer Infrastructure
Mach Vendor & Updatebot
Tracking
(firefox128 fixed)
RESOLVED
FIXED
128 Branch
| Tracking | Status | |
|---|---|---|
| firefox128 | --- | fixed |
People
(Reporter: ng, Assigned: tjr)
Details
Attachments
(1 file)
A hang occurs when running ./mach vendor media/libyuv/moz.yaml --patch-mode only. A ^C^C yields a python trace indicating that the hang is occurring during the patch command execution. The user is prompted for input when I run that command locally:
$ patch -p1 --directory media/libyuv/libyuv/ --input $HOME/dev/mozilla-unified/media/libyuv/fix_build_errors. patch --no-backup-if-mismatch
patching file 'include/libyuv/row.h'
Reversed (or previously applied) patch detected! Assume -R? [y]
patch --version yields patch 2.0-12u11-Apple
This triggered by user error. I ran mach vendor with --patch-mode=only before running it with --patch-mode=none. In that case, the prompt that patch presented was exactly what it should have done. mach vendor could point one in the right direction if patch prompts in this way.
| Assignee | ||
Updated•1 year ago
|
Severity: -- → S3
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Comment 2•1 year ago
|
||
I've attached a patch the better improve the error message; but I can't replicate the hang behavior - it might be specific to the mac version of patch?
Pushed by tritter@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/84c3ffaba300
Have a better error message for when patching fails r=maltejur
Comment 4•1 year ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox128:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 128 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•