Changes between Initial Version and Version 1 of Ticket #33285


Ignore:
Timestamp:
Feb 17, 2012, 5:31:18 PM (12 years ago)
Author:
jeremyhu (Jeremy Huddleston Sequoia)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33285 – Description

    initial v1  
    11My 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.
     2
     3{{{
     4: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
     5:info:build asm_enc_offsets.asm:1: error: instruction expected after label
     6:info:build asm_enc_offsets.asm:1: warning: no non-local label before `.ascii'
     7:info:build asm_enc_offsets.asm:2: error: `%0': not in a macro call
     8:info:build asm_enc_offsets.asm:2: error: instruction expected after label
     9:info:build asm_enc_offsets.asm:2: warning: no non-local label before `.ascii'
     10:info:build asm_enc_offsets.asm:2: warning: ignoring unrecognized character `\'
     11:info:build asm_enc_offsets.asm:2: warning: ignoring unrecognized character `\'
     12:info:build asm_enc_offsets.asm:2: warning: ignoring unrecognized character `\'
     13:info:build asm_enc_offsets.asm:2: warning: ignoring unrecognized character `\'
     14:info:build asm_enc_offsets.asm:2: warning: ignoring unrecognized character `\'
     15:info:build asm_enc_offsets.asm:2: error: instruction expected after label
     16:info:build asm_enc_offsets.asm:2: warning: no non-local label before `.ascii'
     17:info:build asm_enc_offsets.asm:2: error: instruction expected after label
     18:info:build asm_enc_offsets.asm:2: warning: no non-local label before `.ascii'
     19:info:build asm_enc_offsets.asm:2: error: instruction expected after label
     20:info:build asm_enc_offsets.asm:2: warning: no non-local label before `.ascii'
     21:info:build asm_enc_offsets.asm:2: error: instruction expected after label
     22:info:build asm_enc_offsets.asm:2: warning: no non-local label before `.ascii'
     23:info:build asm_enc_offsets.asm:2: error: instruction expected after label
     24:info:build asm_enc_offsets.asm:2: warning: no non-local label before `.ascii'
     25:info:build asm_enc_offsets.asm:2: error: instruction expected after label
     26:info:build asm_enc_offsets.asm:2: warning: no non-local label before `.ascii'
     27:info:build asm_enc_offsets.asm:2: error: instruction expected after label
     28:info:build asm_enc_offsets.asm:2: warning: no non-local label before `.ascii'
     29:info:build make[1]: *** [vp8/encoder/x86/quantize_sse2.asm.o] Error 1
     30}}}