Opened 12 years ago

Last modified 12 years ago

#33285 closed defect

libvpx does not build on SnowLeopard + XCode 3.2.6 + i386 — at Version 1

Reported by: jeremyhu (Jeremy Huddleston Sequoia) Owned by: ryandesign@…
Priority: Normal Milestone:
Component: ports Version: 2.0.3
Keywords: Cc:
Port: libvpx

Description (last modified by jeremyhu (Jeremy Huddleston Sequoia))

My SL box hit a snag updating when it came across libvpx. Reverting r82638 allowed it to build the previous version successfully, so it seems to be an issue with the newer version brought in by that commit.

:info:build yasm -f macho32 -I./ -I"/opt/local/var/macports/build/_Users_jeremy_src_macports_trunk_dports_multimedia_libvpx/libvpx/work/libvpx-v0.9.7-p1"/ -o vp8/encoder/x86/quantize_sse2.asm.o vp8/encoder/x86/quantize_sse2.asm
:info:build asm_enc_offsets.asm:1: error: instruction expected after label
:info:build asm_enc_offsets.asm:1: warning: no non-local label before `.ascii'
:info:build asm_enc_offsets.asm:2: error: `%0': not in a macro call
:info:build asm_enc_offsets.asm:2: error: instruction expected after label
:info:build asm_enc_offsets.asm:2: warning: no non-local label before `.ascii'
:info:build asm_enc_offsets.asm:2: warning: ignoring unrecognized character `\'
:info:build asm_enc_offsets.asm:2: warning: ignoring unrecognized character `\'
:info:build asm_enc_offsets.asm:2: warning: ignoring unrecognized character `\'
:info:build asm_enc_offsets.asm:2: warning: ignoring unrecognized character `\'
:info:build asm_enc_offsets.asm:2: warning: ignoring unrecognized character `\'
:info:build asm_enc_offsets.asm:2: error: instruction expected after label
:info:build asm_enc_offsets.asm:2: warning: no non-local label before `.ascii'
:info:build asm_enc_offsets.asm:2: error: instruction expected after label
:info:build asm_enc_offsets.asm:2: warning: no non-local label before `.ascii'
:info:build asm_enc_offsets.asm:2: error: instruction expected after label
:info:build asm_enc_offsets.asm:2: warning: no non-local label before `.ascii'
:info:build asm_enc_offsets.asm:2: error: instruction expected after label
:info:build asm_enc_offsets.asm:2: warning: no non-local label before `.ascii'
:info:build asm_enc_offsets.asm:2: error: instruction expected after label
:info:build asm_enc_offsets.asm:2: warning: no non-local label before `.ascii'
:info:build asm_enc_offsets.asm:2: error: instruction expected after label
:info:build asm_enc_offsets.asm:2: warning: no non-local label before `.ascii'
:info:build asm_enc_offsets.asm:2: error: instruction expected after label
:info:build asm_enc_offsets.asm:2: warning: no non-local label before `.ascii'
:info:build make[1]: *** [vp8/encoder/x86/quantize_sse2.asm.o] Error 1

Change History (2)

Changed 12 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Attachment: main.log added

main.log

comment:1 Changed 12 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Description: modified (diff)
Note: See TracTickets for help on using tickets.