Open
Bug 589903
Opened 15 years ago
Updated 3 years ago
Check yasm version for Linux
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
REOPENED
People
(Reporter: Ms2ger, Unassigned)
Details
At least yasm 0.5.0.1591 (which is in the Ubuntu 8.04 repos) doesn't work.
(FTR: failing with
yasm: warning: unrecognized option `-c'
~/Mozilla/mozilla-central/media/libvpx/vpx_ports/x86_abi_support.asm:110: symbol references not supported
~/Mozilla/mozilla-central/media/libvpx/vpx_ports/x86_abi_support.asm:110: non-constant value given to `%if'
~/Mozilla/mozilla-central/media/libvpx/vpx_ports/x86_abi_support.asm:241: invalid argument to [SECTION]
~/Mozilla/mozilla-central/media/libvpx/vpx_ports/x86_abi_support.asm:241: undefined symbol `.note.GNU' (first use)
~/Mozilla/mozilla-central/media/libvpx/vpx_ports/x86_abi_support.asm:241: undefined symbol `stack' (first use)
~/Mozilla/mozilla-central/media/libvpx/vpx_ports/x86_abi_support.asm:241: (Each undefined symbol is reported only once.)
)
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 2•15 years ago
|
||
Actually, while that bug fixes the warning, the errors are still present.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Comment 3•15 years ago
|
||
Oh, I see. You're right; this is a different issue. -c causes a warning, and then yasm gives other errors.
I have code for checking the yasm version in bug 583849.
Updated•7 years ago
|
Product: Core → Firefox Build System
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•