Closed
Bug 1868918
Opened 1 year ago
Closed 1 year ago
[clang-trunk] Perma make[1]: *** [Makefile:671: check-symbols] Error 1
Categories
(Firefox Build System :: Toolchains, defect, P5)
Firefox Build System
Toolchains
Tracking
(firefox122 fixed)
RESOLVED
FIXED
122 Branch
Tracking | Status | |
---|---|---|
firefox122 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: glandium)
Details
Attachments
(1 file)
Filed by: mh [at] glandium.org
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=439248919&repo=toolchains
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/HDSdohvQRy6oXepP5GkSUA/runs/0/artifacts/public/logs/live_backing.log
[task 2023-12-07T21:05:17.153Z] diff -wur expected/wasm32-wasi/predefined-macros.txt /builds/worker/fetches/wasi-sdk/build/install/wasi/share/wasi-sysroot/share/wasm32-wasi/predefined-macros.txt
[task 2023-12-07T21:05:17.153Z] --- expected/wasm32-wasi/predefined-macros.txt 2023-12-07 20:31:27.000000000 +0000
[task 2023-12-07T21:05:17.153Z] +++ /builds/worker/fetches/wasi-sdk/build/install/wasi/share/wasi-sysroot/share/wasm32-wasi/predefined-macros.txt 2023-12-07 21:05:17.149130684 +0000
[task 2023-12-07T21:05:17.153Z] @@ -2573,6 +2573,11 @@
[task 2023-12-07T21:05:17.153Z] #define __LONG_LONG_MAX__ 9223372036854775807LL
[task 2023-12-07T21:05:17.153Z] #define __LONG_MAX __LONG_MAX__
[task 2023-12-07T21:05:17.153Z] #define __LONG_MAX__ 2147483647L
[task 2023-12-07T21:05:17.153Z] +#define __MEMORY_SCOPE_DEVICE 1
[task 2023-12-07T21:05:17.153Z] +#define __MEMORY_SCOPE_SINGLE 4
[task 2023-12-07T21:05:17.153Z] +#define __MEMORY_SCOPE_SYSTEM 0
[task 2023-12-07T21:05:17.153Z] +#define __MEMORY_SCOPE_WRKGRP 2
[task 2023-12-07T21:05:17.153Z] +#define __MEMORY_SCOPE_WVFRNT 3
[task 2023-12-07T21:05:17.153Z] #define __NAMESER 19991006
[task 2023-12-07T21:05:17.153Z] #define __NEED_FILE
[task 2023-12-07T21:05:17.153Z] #define __NEED___isoc_va_list
[task 2023-12-07T21:05:17.153Z] make[1]: *** [Makefile:671: check-symbols] Error 1
[task 2023-12-07T21:05:17.153Z] make[1]: Leaving directory '/builds/worker/fetches/wasi-sdk/src/wasi-libc'
Assignee | ||
Updated•1 year ago
|
Summary: Perma make[1]: *** [Makefile:671: check-symbols] Error 1 → [clang-trunk] Perma make[1]: *** [Makefile:671: check-symbols] Error 1
Assignee | ||
Comment 1•1 year ago
|
||
Submitted upstream at https://github.com/WebAssembly/wasi-libc/pull/448
Updated•1 year ago
|
Assignee: nobody → mh+mozilla
Status: NEW → ASSIGNED
Comment hidden (Intermittent Failures Robot) |
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/958ec979e98e
Update wasi-libc build-time check for latest LLVM trunk. r=firefox-build-system-reviewers,sergesanspaille
Comment 4•1 year ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox122:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 122 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•