Closed
Bug 1847683
Opened 2 years ago
Closed 2 years ago
Perma ld.lld: error: undefined symbol: SENSOR_DATA_TYPE_ACCELERATION_X_G
Categories
(Firefox Build System :: Toolchains, defect, P5)
Firefox Build System
Toolchains
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: intermittent-bug-filer, Unassigned)
Details
Filed by: mh [at] glandium.org
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=425209472&repo=toolchains
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/UfsDmh4TRN2qrq-sGIOK8A/runs/0/artifacts/public/logs/live_backing.log
[task 2023-08-07T23:08:35.422Z] 23:08:35 ERROR - ld.lld: error: undefined symbol: SENSOR_DATA_TYPE_ACCELERATION_X_G
[task 2023-08-07T23:08:35.422Z] 23:08:35 INFO - >>> referenced by ../../../hal/Unified_cpp_hal0.o:(.refptr.SENSOR_DATA_TYPE_ACCELERATION_X_G)
[task 2023-08-07T23:08:35.422Z] 23:08:35 ERROR - ld.lld: error: undefined symbol: SENSOR_DATA_TYPE_ACCELERATION_Y_G
[task 2023-08-07T23:08:35.422Z] 23:08:35 INFO - >>> referenced by ../../../hal/Unified_cpp_hal0.o:(.refptr.SENSOR_DATA_TYPE_ACCELERATION_Y_G)
[task 2023-08-07T23:08:35.422Z] 23:08:35 ERROR - ld.lld: error: undefined symbol: SENSOR_DATA_TYPE_ACCELERATION_Z_G
[task 2023-08-07T23:08:35.422Z] 23:08:35 INFO - >>> referenced by ../../../hal/Unified_cpp_hal0.o:(.refptr.SENSOR_DATA_TYPE_ACCELERATION_Z_G)
[task 2023-08-07T23:08:35.422Z] 23:08:35 ERROR - ld.lld: error: undefined symbol: SENSOR_PROPERTY_CURRENT_REPORT_INTERVAL
[task 2023-08-07T23:08:35.423Z] 23:08:35 INFO - >>> referenced by ../../../hal/Unified_cpp_hal0.o:(.refptr.SENSOR_PROPERTY_CURRENT_REPORT_INTERVAL)
[task 2023-08-07T23:08:35.423Z] 23:08:35 ERROR - clang: error: linker command failed with exit code 1 (use -v to see invocation)
[task 2023-08-07T23:08:35.423Z] 23:08:35 ERROR - gmake[4]: *** [/builds/worker/checkouts/gecko/config/rules.mk:526: xul.dll] Error 1
Comment 1•2 years ago
|
||
Since https://sourceforge.net/p/mingw-w64/mingw-w64/ci/3638d5e9a6f28354bc3e18f04ba0d97e2cc3b44c/ libsensorsapi.a doesn't contain the symbols mentioned in comment 0.
Flags: needinfo?(martin)
Flags: needinfo?(jacek)
Comment 2•2 years ago
|
||
Fixed in https://sourceforge.net/p/mingw-w64/mingw-w64/ci/f360b3eb4884a4bfd41633f995958b22ce8b93ed/
Thanks, Jacek.
Status: NEW → RESOLVED
Closed: 2 years ago
Flags: needinfo?(martin)
Flags: needinfo?(jacek)
Resolution: --- → FIXED
Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•