FTBFS: ld.lld error: libgkcodecs.so 'aom_codec_*' symbol not defined
Categories
(Firefox Build System :: Toolchains, defect)
Tracking
(Not tracked)
People
(Reporter: rautyrauty, Unassigned)
Details
Attachments
(3 files)
Steps to reproduce:
- Move my mozconfig to git root
- python3 ./mach build
No problem on firefox 135
Actual results:
[00:10:37] 9:21.35 config/external/gkcodecs/libgkcodecs.so
[00:10:37] 9:21.35 ld.lld: error: version script assignment of 'libgkcodecs.so' to symbol 'aom_codec_av1_cx' failed: symbol not defined
[00:10:37] 9:21.35 ld.lld: error: version script assignment of 'libgkcodecs.so' to symbol 'aom_codec_av1_dx' failed: symbol not defined
[00:10:37] 9:21.35 ld.lld: error: version script assignment of 'libgkcodecs.so' to symbol 'aom_codec_build_config' failed: symbol not defined
[00:10:37] 9:21.35 ld.lld: error: version script assignment of 'libgkcodecs.so' to symbol 'aom_codec_control' failed: symbol not defined
[00:10:37] 9:21.35 ld.lld: error: version script assignment of 'libgkcodecs.so' to symbol 'aom_codec_dec_init_ver' failed: symbol not defined
[00:10:37] 9:21.35 ld.lld: error: version script assignment of 'libgkcodecs.so' to symbol 'aom_codec_decode' failed: symbol not defined
[00:10:37] 9:21.35 ld.lld: error: version script assignment of 'libgkcodecs.so' to symbol 'aom_codec_destroy' failed: symbol not defined
[00:10:37] 9:21.35 ld.lld: error: version script assignment of 'libgkcodecs.so' to symbol 'aom_codec_destroy' failed: symbol not defined
[00:10:37] 9:21.35 ld.lld: error: version script assignment of 'libgkcodecs.so' to symbol 'aom_codec_enc_config_default' failed: symbol not defined
[00:10:37] 9:21.35 ld.lld: error: version script assignment of 'libgkcodecs.so' to symbol 'aom_codec_enc_config_set' failed: symbol not defined
[00:10:37] 9:21.35 ld.lld: error: version script assignment of 'libgkcodecs.so' to symbol 'aom_codec_enc_init_ver' failed: symbol not defined
[00:10:37] 9:21.35 ld.lld: error: version script assignment of 'libgkcodecs.so' to symbol 'aom_codec_encode' failed: symbol not defined
[00:10:37] 9:21.35 ld.lld: error: version script assignment of 'libgkcodecs.so' to symbol 'aom_codec_err_to_string' failed: symbol not defined
[00:10:37] 9:21.35 ld.lld: error: version script assignment of 'libgkcodecs.so' to symbol 'aom_codec_error' failed: symbol not defined
[00:10:37] 9:21.35 ld.lld: error: version script assignment of 'libgkcodecs.so' to symbol 'aom_codec_error_detail' failed: symbol not defined
[00:10:37] 9:21.35 ld.lld: error: version script assignment of 'libgkcodecs.so' to symbol 'aom_codec_get_caps' failed: symbol not defined
[00:10:37] 9:21.35 ld.lld: error: version script assignment of 'libgkcodecs.so' to symbol 'aom_codec_get_cx_data' failed: symbol not defined
[00:10:37] 9:21.35 ld.lld: error: version script assignment of 'libgkcodecs.so' to symbol 'aom_codec_get_frame' failed: symbol not defined
[00:10:37] 9:21.35 ld.lld: error: version script assignment of 'libgkcodecs.so' to symbol 'aom_codec_peek_stream_info' failed: symbol not defined
[00:10:37] 9:21.35 ld.lld: error: version script assignment of 'libgkcodecs.so' to symbol 'aom_codec_set_option' failed: symbol not defined
[00:10:37] 9:21.35 ld.lld: error: too many errors emitted, stopping now (use --error-limit=0 to see all errors)
[00:10:37] 9:21.35 clang: error: linker command failed with exit code 1 (use -v to see invocation)
[00:10:37] 9:21.35 gmake[4]: *** [/usr/src/RPM/BUILD/firefox-136.0/config/rules.mk:539: ../../../dist/bin/libgkcodecs.so] Error 1
[00:10:37] 9:21.35 gmake[3]: *** [/usr/src/RPM/BUILD/firefox-136.0/config/recurse.mk:72: config/external/gkcodecs/target] Error 2
[00:10:37] 9:21.35 gmake[3]: *** Waiting for unfinished jobs....
Expected results:
Successful build.
Reporter | ||
Comment 1•14 days ago
|
||
Comment 2•14 days ago
|
||
The Bugbug bot thinks this bug should belong to the 'Firefox Build System::Toolchains' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Updated•14 days ago
|
Reporter | ||
Comment 4•11 days ago
|
||
Patch from https://hg.mozilla.org/mozilla-central/rev/5134f15c4d35 did not help me.
Reporter | ||
Comment 5•11 days ago
|
||
Description
•