USE_LIBS contains "dav1d", which does not match any LIBRARY_NAME in the tree [--disable-av1]
Categories
(Core :: Audio/Video: Playback, defect, P3)
Tracking
()
People
(Reporter: herrtimson, Assigned: jhorak)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file, 2 obsolete files)
7.49 KB,
application/gzip
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0
Steps to reproduce:
I downloaded latest git sources and configured them on amd64-linux.
Actual results:
I got this error:
0:24.30 Creating config.status
0:24.63 Reticulating splines...
0:25.26 0:00.67 File already read. Skipping: /var/tmp/portage/www-client/firefox-9999-r1/work/firefox/intl/components/moz.build
0:25.69 0:01.10 File already read. Skipping: /var/tmp/portage/www-client/firefox-9999-r1/work/firefox/gfx/angle/targets/angle_common/moz.build
0:30.12 Traceback (most recent call last):
0:30.12 File "/var/tmp/portage/www-client/firefox-9999-r1/work/firefox/configure.py", line 350, in <module>
0:30.12 sys.exit(main(sys.argv))
0:30.12 File "/var/tmp/portage/www-client/firefox-9999-r1/work/firefox/configure.py", line 162, in main
0:30.12 return config_status(config)
0:30.12 File "/var/tmp/portage/www-client/firefox-9999-r1/work/firefox/configure.py", line 301, in config_status
0:30.12 return config_status(args=[], **sanitized_config)
0:30.12 File "/var/tmp/portage/www-client/firefox-9999-r1/work/firefox/python/mozbuild/mozbuild/config_status.py", line 162, in config_status
0:30.12 definitions = list(definitions)
0:30.12 File "/var/tmp/portage/www-client/firefox-9999-r1/work/firefox/python/mozbuild/mozbuild/frontend/emitter.py", line 174, in emit
0:30.12 objs = list(self._emit_libs_derived(contexts))
0:30.12 File "/var/tmp/portage/www-client/firefox-9999-r1/work/firefox/python/mozbuild/mozbuild/frontend/emitter.py", line 256, in _emit_libs_derived
0:30.12 self._link_libraries(context, obj, variable, idl_sources)
0:30.12 File "/var/tmp/portage/www-client/firefox-9999-r1/work/firefox/python/mozbuild/mozbuild/frontend/emitter.py", line 373, in _link_libraries
0:30.12 self._link_library(context, obj, variable, path)
0:30.12 File "/var/tmp/portage/www-client/firefox-9999-r1/work/firefox/python/mozbuild/mozbuild/frontend/emitter.py", line 464, in _link_library
0:30.12 raise SandboxValidationError(
0:30.12 mozbuild.frontend.reader.SandboxValidationError:
0:30.12 ==============================
0:30.12 FATAL ERROR PROCESSING MOZBUILD FILE
0:30.12 ==============================
0:30.12
0:30.12 The error occurred while processing the following file or one of the files it includes:
0:30.12
0:30.12 /var/tmp/portage/www-client/firefox-9999-r1/work/firefox/media/ffvpx/libavcodec/moz.build
0:30.12
0:30.12 The error occurred when validating the result of the execution. The reported error is:
0:30.12
0:30.12 USE_LIBS contains "dav1d", which does not match any LIBRARY_NAME in the tree.
0:30.12
Expected results:
I expect the configure to pass smothly and be able to compile the source code after
I'm very bad with reading python errors, so not sure if this is due to the drop of configure.in file and thus eautoconf, or if its a bug independend of that in one of the involved moz.build files.
the full build.log is attached
Comment 1•3 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Firefox Build System::General' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Updated•3 years ago
|
Updated•3 years ago
|
Comment 3•3 years ago
|
||
:stransky, since you are the author of the regressor, bug 1745285, could you take a look? Also, could you set the severity field?
For more information, please visit auto_nag documentation.
Comment 4•3 years ago
|
||
Jan, I expect you have patches for it?
Assignee | ||
Comment 5•3 years ago
|
||
Updated•3 years ago
|
Assignee | ||
Comment 6•3 years ago
|
||
Depends on D163593
Thank you, I tested locally and the initial bug is fixed with your patches.
Updated•3 years ago
|
Updated•3 years ago
|
Assignee | ||
Updated•2 years ago
|
![]() |
||
Updated•3 months ago
|
Description
•