On 18.01.2016 15:02, Daniel Johnson wrote: > > >> On Jan 18, 2016, at 8:45 AM, Ingo Thies <ith...@astro.uni-bonn.de> >> wrote: >> >> Dear Daniel Johnson, >> >> please find my message to the Fink users list below (sorry that I >> forgot to Cc it directly). > > libvpx doesn't build anymore on recent OS X and can't easily be > fixed. It's been replaced with libvpx14 or libvpx15. There shouldn't > be anything still using the old version. Maybe try removing it before > updating.
Ah thanks, I didn't know this. I have removed it. Hopefully you are right and it wasn't in use anymore in my system. Ingo > > Daniel > >> >> -------- Weitergeleitete Nachricht -------- Betreff: libvpx update >> failed on 10.10.5 Datum: Mon, 18 Jan 2016 14:43:01 +0100 Von: Ingo >> Thies <ith...@astro.uni-bonn.de> An: fink-users mailing list >> <Fink-users@lists.sourceforge.net> >> >> Dear Fink users, >> >> the recent update of libvpx failed on my Mac (10.10.5). I got a >> huge list of errors, the first of them listed at the end of this >> posting. If required, I can copy more of them from into a follow-up >> message. >> >> System Info: Package manager version: 0.39.2 Distribution version: >> selfupdate-rsync Mon Jan 18 14:34:37 2016, 10.10, x86_64 Trees: >> local/main stable/main local/injected Xcode.app: 6.4 Xcode >> command-line tools: 6.4.0.0.1.1435007323 Max. Fink build jobs: 1 >> >> >> Error messages: >> >> vp8/encoder/vp8_asm_enc_offsets.c:23:1: error: unexpected token in >> argument list DEFINE(vp8_block_coeff, >> offsetof(BLOCK, coeff)); ^ ./vpx_ports/asm_offsets.h:22:35: note: >> expanded from macro 'DEFINE' #define DEFINE(sym, val) asm("\n" #sym >> " EQU %0" : : "i" (val)) ^ <scratch space>:68:2: note: expanded >> from here "vp8_block_coeff" ^ <inline asm>:2:21: note: instantiated >> into assembly here vp8_block_coeff EQU $8 ^ >> vp8/encoder/vp8_asm_enc_offsets.c:24:1: error: unexpected token in >> argument list DEFINE(vp8_block_zbin, >> offsetof(BLOCK, zbin)); ^ ./vpx_ports/asm_offsets.h:22:35: note: >> expanded from macro 'DEFINE' #define DEFINE(sym, val) asm("\n" #sym >> " EQU %0" : : "i" (val)) ^ <scratch space>:69:2: note: expanded >> from here "vp8_block_zbin" ^ <inline asm>:2:20: note: instantiated >> into assembly here vp8_block_zbin EQU $40 ^ >> vp8/encoder/vp8_asm_enc_offsets.c:25:1: error: unexpected token in >> argument list DEFINE(vp8_block_round, >> offsetof(BLOCK, round)); ^ ./vpx_ports/asm_offsets.h:22:35: note: >> expanded from macro 'DEFINE' #define DEFINE(sym, val) asm("\n" #sym >> " EQU %0" : : "i" (val)) ^ <scratch space>:70:2: note: expanded >> from here "vp8_block_round" ^ <inline asm>:2:21: note: instantiated >> into assembly here vp8_block_round EQU $56 ^ >> vp8/encoder/vp8_asm_enc_offsets.c:26:1: error: unexpected token in >> argument list DEFINE(vp8_block_quant, >> offsetof(BLOCK, quant)); ^ ./vpx_ports/asm_offsets.h:22:35: note: >> expanded from macro 'DEFINE' #define DEFINE(sym, val) asm("\n" #sym >> " EQU %0" : : "i" (val)) ^ <scratch space>:71:2: note: expanded >> from here "vp8_block_quant" ^ <inline asm>:2:21: note: instantiated >> into assembly here vp8_block_quant EQU $16 ^ >> vp8/encoder/vp8_asm_enc_offsets.c:27:1: error: unexpected token in >> argument list DEFINE(vp8_block_quant_fast, >> offsetof(BLOCK, quant_fast)); ^ ./vpx_ports/asm_offsets.h:22:35: >> note: expanded from macro 'DEFINE' #define DEFINE(sym, val) >> asm("\n" #sym " EQU %0" : : "i" (val)) ^ <scratch space>:72:2: >> note: expanded from here "vp8_block_quant_fast" ^ <inline >> asm>:2:26: note: instantiated into assembly here >> vp8_block_quant_fast EQU $24 ^ >> vp8/encoder/vp8_asm_enc_offsets.c:28:1: error: unexpected token in >> argument list DEFINE(vp8_block_zbin_extra, >> offsetof(BLOCK, zbin_extra)); ^ ./vpx_ports/asm_offsets.h:22:35: >> note: expanded from macro 'DEFINE' #define DEFINE(sym, val) >> asm("\n" #sym " EQU %0" : : "i" (val)) ^ <scratch space>:73:2: >> note: expanded from here "vp8_block_zbin_extra" ^ <inline >> asm>:2:26: note: instantiated into assembly here >> vp8_block_zbin_extra EQU $64 ^ >> vp8/encoder/vp8_asm_enc_offsets.c:29:1: error: unexpected token in >> argument list DEFINE(vp8_block_zrun_zbin_boost, >> offsetof(BLOCK, zrun_zbin_boost)); ^ >> ./vpx_ports/asm_offsets.h:22:35: note: expanded from macro >> 'DEFINE' #define DEFINE(sym, val) asm("\n" #sym " EQU %0" : : "i" >> (val)) ^ <scratch space>:74:2: note: expanded from here >> "vp8_block_zrun_zbin_boost" ^ <inline asm>:2:31: note: instantiated >> into assembly here vp8_block_zrun_zbin_boost EQU $48 ^ >> vp8/encoder/vp8_asm_enc_offsets.c:30:1: error: unexpected token in >> argument list DEFINE(vp8_block_quant_shift, >> offsetof(BLOCK, quant_shift)); ^ ./vpx_ports/asm_offsets.h:22:35: >> note: expanded from macro 'DEFINE' #define DEFINE(sym, val) >> asm("\n" #sym " EQU %0" : : "i" (val)) ^ <scratch space>:75:2: >> note: expanded from here "vp8_block_quant_shift" ^ <inline >> asm>:2:27: note: instantiated into assembly here >> vp8_block_quant_shift EQU $32 ^ >> vp8/encoder/vp8_asm_enc_offsets.c:32:1: error: unexpected token in >> argument list DEFINE(vp8_blockd_qcoeff, >> offsetof(BLOCKD, qcoeff)); ^ ./vpx_ports/asm_offsets.h:22:35: note: >> expanded from macro 'DEFINE' #define DEFINE(sym, val) asm("\n" #sym >> " EQU %0" : : "i" (val)) ^ <scratch space>:76:2: note: expanded >> from here "vp8_blockd_qcoeff" ^ <inline asm>:2:23: note: >> instantiated into assembly here vp8_blockd_qcoeff EQU $0 >> >> vp8/encoder/vp8_asm_enc_offsets.c:33:1: error: unexpected token in >> argument list DEFINE(vp8_blockd_dequant, >> offsetof(BLOCKD, dequant)); ^ ./vpx_ports/asm_offsets.h:22:35: >> note: expanded from macro 'DEFINE' #define DEFINE(sym, val) >> asm("\n" #sym " EQU %0" : : "i" (val)) ^ >> >> Best wishes, >> >> Ingo -- ========================================== Ingo Thies, PhD >> Argelander-Institut fuer Astronomie (AIfA) Sternwarte, University >> of Bonn Auf dem Huegel 71, D-53121 Bonn, Germany Tel : +49 (0)228 >> 73-3659 Mail: ith...@astro.uni-bonn.de >> >> ------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140 _______________________________________________ Fink-users mailing list Fink-users@lists.sourceforge.net List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users