[Fink-users] libvpx update failed on 10.10.5

2016-01-18 Thread Ingo Thies
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))
  ^
:68:2: note: expanded from here
"vp8_block_coeff"
 ^
: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))
  ^
:69:2: note: expanded from here
"vp8_block_zbin"
 ^
: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))
  ^
:70:2: note: expanded from here
"vp8_block_round"
 ^
: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))
  ^
:71:2: note: expanded from here
"vp8_block_quant"
 ^
: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))
  ^
:72:2: note: expanded from here
"vp8_block_quant_fast"
 ^
: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))
  ^
:73:2: note: expanded from here
"vp8_block_zbin_extra"
 ^
: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))
  ^
:74:2: note: expanded from here
"vp8_block_zrun_zbin_boost"
 ^
: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))
  ^
:75:2: note: expanded from here
"vp8_block_quant_shift"
 ^
: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))
  ^
:76:2: note: expanded from here
"vp8_blockd_qcoeff"
 ^
: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: 

Re: [Fink-users] libvpx update failed on 10.10.5

2016-01-18 Thread Ingo Thies
On 18.01.2016 15:02, Daniel Johnson wrote:
> 
> 
>> On Jan 18, 2016, at 8:45 AM, Ingo Thies 
>> 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  An: fink-users mailing list
>> 
>> 
>> 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)) ^ :68:2: note: expanded
>> from here "vp8_block_coeff" ^ :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)) ^ :69:2: note: expanded
>> from here "vp8_block_zbin" ^ :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)) ^ :70:2: note: expanded
>> from here "vp8_block_round" ^ :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)) ^ :71:2: note: expanded
>> from here "vp8_block_quant" ^ :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)) ^ :72:2:
>> note: expanded from here "vp8_block_quant_fast" ^ > 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)) ^ :73:2:
>> note: expanded from here "vp8_block_zbin_extra" ^ > 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)) ^ :74:2: note: expanded from here 
>> "vp8_block_zrun_zbin_boost" ^ :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)) ^ :75:2:
>> note: expanded from here "vp8_block_quant_shift" ^ > 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)); ^ 

Re: [Fink-users] libvpx update failed on 10.10.5

2016-01-18 Thread Daniel Johnson


> On Jan 18, 2016, at 8:45 AM, Ingo Thies  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.

Daniel

> 
>  Weitergeleitete Nachricht 
> Betreff: libvpx update failed on 10.10.5
> Datum: Mon, 18 Jan 2016 14:43:01 +0100
> Von: Ingo Thies 
> An: fink-users mailing list 
> 
> 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))
>  ^
> :68:2: note: expanded from here
> "vp8_block_coeff"
> ^
> :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))
>  ^
> :69:2: note: expanded from here
> "vp8_block_zbin"
> ^
> :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))
>  ^
> :70:2: note: expanded from here
> "vp8_block_round"
> ^
> :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))
>  ^
> :71:2: note: expanded from here
> "vp8_block_quant"
> ^
> :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))
>  ^
> :72:2: note: expanded from here
> "vp8_block_quant_fast"
> ^
> :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))
>  ^
> :73:2: note: expanded from here
> "vp8_block_zbin_extra"
> ^
> :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))
>  ^
> :74:2: note: expanded from here
> "vp8_block_zrun_zbin_boost"
> ^
> :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) 

Re: [Fink-users] libvpx update failed on 10.10.5

2016-01-18 Thread Daniel Macks
On Mon, 18 Jan 2016 15:09:21 +0100, Ingo Thies 
 wrote:
On 18.01.2016 15:02, Daniel Johnson wrote:
> > > >> On Jan 18, 2016, at 8:45 AM, Ingo Thies 
> >> 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. 

I see no reverse-deps for "libvpx" in the current distro. Kill it?

dan

--
Daniel Macks
dma...@netspace.org


--
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=/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