make[4]: *** No rule to make target '../../media/libdav1d/asm/config.o', needed by 'libxul.so'. Stop.
Categories
(Core :: Audio/Video: Playback, enhancement, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: jkt, Assigned: glandium)
References
Details
Attachments
(2 files, 1 obsolete file)
Reporter | ||
Comment 1•6 years ago
|
||
Comment 2•6 years ago
|
||
Comment 3•6 years ago
|
||
Comment 4•6 years ago
|
||
Updated•6 years ago
|
Comment 5•6 years ago
|
||
Comment 6•6 years ago
|
||
Comment 7•6 years ago
|
||
Comment 8•6 years ago
|
||
Comment 9•6 years ago
|
||
Comment 10•6 years ago
|
||
Comment 11•6 years ago
|
||
Comment 12•6 years ago
|
||
Comment 13•6 years ago
|
||
Comment 14•6 years ago
|
||
Comment 15•6 years ago
|
||
Comment 16•6 years ago
|
||
Comment 17•6 years ago
|
||
Comment 18•6 years ago
|
||
Assignee | ||
Comment 20•6 years ago
|
||
AV1 is actually enabled everywhere by default (except 32-bits Windows
when building with MSVC), so let's make the option --disable-av1 rather
than --enable-av1. Also, since AV1 is backed by both libaom and
libdav1d, remove mentions to libaom.
Updated•6 years ago
|
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Comment 21•6 years ago
|
||
Comment 22•6 years ago
|
||
Backed out 2 changesets (bug 1515641) for Linux static-analysis bustage on a CLOSED TREE.
Backout link: https://hg.mozilla.org/integration/autoland/rev/cc76d4da63a5503bf9bd1c133776b350428faa56
Push with failures: https://treeherder.mozilla.org/#/jobs?repo=autoland&resultStatus=testfailed%2Cbusted%2Cexception&revision=99cc2de46625844171a53e94934ccba596005360&selectedJob=225542545
Log link: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=225542545&repo=autoland&lineNumber=1260
Log snippet:
task 2019-02-01T22:15:55.076Z] 22:15:55 INFO - checking for freetype2 >= 6.1.0... yes
[task 2019-02-01T22:15:55.266Z] 22:15:55 INFO - checking _FT2_CFLAGS... -I/usr/include/freetype2
[task 2019-02-01T22:15:55.463Z] 22:15:55 INFO - checking _FT2_LIBS... -lfreetype
[task 2019-02-01T22:15:55.465Z] 22:15:55 INFO - ERROR: nasm 2.13 or greater is required for AV1 support. Either install nasm or add --disable-av1 to your configure options.
[task 2019-02-01T22:15:55.513Z] 22:15:55 INFO - *** Fix above errors and then restart with
[task 2019-02-01T22:15:55.514Z] 22:15:55 INFO - "./mach build"
[task 2019-02-01T22:15:55.515Z] 22:15:55 INFO - client.mk:111: recipe for target 'configure' failed
[task 2019-02-01T22:15:55.515Z] 22:15:55 INFO - make: *** [configure] Error 1
[task 2019-02-01T22:15:55.599Z] 22:15:55 ERROR - Return code: 2
[task 2019-02-01T22:15:55.600Z] 22:15:55 WARNING - setting return code to 2
[task 2019-02-01T22:15:55.601Z] 22:15:55 FATAL - 'mach configure' did not run successfully. Please check log for errors.
[task 2019-02-01T22:15:55.602Z] 22:15:55 FATAL - Running post_fatal callback...
[task 2019-02-01T22:15:55.602Z] 22:15:55 FATAL - Exiting -1
[task 2019-02-01T22:15:55.603Z] 22:15:55 INFO - [mozharness: 2019-02-01 22:15:55.603706Z] Finished static-analysis-autotest step (failed)
[task 2019-02-01T22:15:55.604Z] 22:15:55 INFO - Running post-run listener: _parse_build_tests_ccov
[task 2019-02-01T22:15:55.604Z] 22:15:55 INFO - Running post-run listener: _shutdown_sccache
[task 2019-02-01T22:15:55.606Z] 22:15:55 INFO - Running command: ['/builds/worker/workspace/build/src/sccache2/sccache', '--stop-server'] in /builds/worker/workspace/build/src
[task 2019-02-01T22:15:55.607Z] 22:15:55 INFO - Copy/paste: /builds/worker/workspace/build/src/sccache2/sccache --stop-server
[task 2019-02-01T22:15:55.612Z] 22:15:55 INFO - Stopping sccache server...
Assignee | ||
Comment 23•6 years ago
|
||
Those builds don't have nasm in their docker image. Bug 1524703 was filed for that.
Assignee | ||
Updated•6 years ago
|
Comment 24•6 years ago
|
||
Comment 25•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/9820df609ddf
https://hg.mozilla.org/mozilla-central/rev/7b565c75d34b
Comment 26•6 years ago
|
||
I think that would be cool add the information that the build require nasm >= 2.12 in the docs, since this has been very recurrent.
Description
•