Closed
Bug 1639618
Opened 5 years ago
Closed 5 years ago
toolchain-linux64-clang-7 fails to build
Categories
(Firefox Build System :: Toolchains, defect)
Firefox Build System
Toolchains
Tracking
(firefox78 fixed)
RESOLVED
FIXED
mozilla78
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: rjl, Assigned: rjl)
Details
Attachments
(1 file)
https://firefox-ci-tc.services.mozilla.com/tasks/Xt3gi7fgSYuMbFH-y_nSgg
[task 2020-05-20T11:41:07.669Z] python3 $GECKO_PATH/build/build-clang/build-clang.py -c $GECKO_PATH/$1
[task 2020-05-20T11:41:07.759Z] patch -d /builds/worker/fetches/llvm-project -p1 -i /builds/worker/workspace/build/src/build/build-clang/static-llvm-symbolizer.patch --fuzz=0 -s
[task 2020-05-20T11:41:07.762Z] patch -d /builds/worker/fetches/llvm-project -p1 -i /builds/worker/workspace/build/src/build/build-clang/find_symbolizer_linux-clang-9.patch --fuzz=0 -s
[task 2020-05-20T11:41:07.764Z] patch: **** Can't open patch file /builds/worker/workspace/build/src/build/build-clang/find_symbolizer_linux-clang-9.patch : No such file or directory
It looks like the file got renamed with the switch to clang-10, and the right patch is now find_symbolizer_linux.patch.
linux64-mar-tools is using clang-7, at the moment Thunderbird Nightly for 2020-05-20 is stuck because it wants to rebuild clang-7 and cannot.
Assignee | ||
Comment 1•5 years ago
|
||
The "clang-9" variant of the patch is no longer present. For clang-7, the patch
file to use is now "find_symbolizer_linux.patch".
Updated•5 years ago
|
Assignee: nobody → rob
Status: NEW → ASSIGNED
Pushed by thunderbird@calypsoblue.org:
https://hg.mozilla.org/integration/autoland/rev/fd8f013eed8b
Use correct find_symbolizer_linux patch when building clang-7. r=froydnj
Comment 3•5 years ago
|
||
There's only one job using clang 7, and there are no reasons for it to use clang 7. It should be updated to use the current clang (or the baseline clang, whichever), and clang 7 removed.
Comment 4•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
You need to log in
before you can comment on or make changes to this bug.
Description
•