tech-toolchain archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

ICE when compiling pkgsrc multimedia/libvpx on macppc



Hi,

I'm getting this when trying to compile libvpx:


bash-4.2# make
=> Bootstrap dependency digest>=20010302: found digest-20121220
===> Checking for vulnerabilities in libvpx-1.3.0nb3
===> Building for libvpx-1.3.0nb3
    [CC] vp9/encoder/vp9_variance_c.c.o
libtool: compile: gcc -O2 -maltivec -O3 -fPIC -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wdeclaration-after-statement -Wdisabled-optimization -Wpointer-arith -Wtype-limits -Wcast-qual -Wvla -Wimplicit-function-declaration -Wuninitialized -Wunused-variable -Wunused-but-set-variable -Wno-unused-function -I. -I/local/netbsd-src/pkgsrc/multimedia/libvpx/work.powerpc/libvpx-1.3.0 -c vp9/encoder/vp9_variance_c.c -fPIC -DPIC -o vp9/encoder/.libs/vp9_variance_c.c.o
rs6000_secondary_reload_inner:17027, type = load
(parallel [
        (set (reg:V16QI 78 1)
(mem:V16QI (and:SI (reg/v/f:SI 65 lr [orig:1251 second_pred ] [1251]) (const_int -16 [0xfffffffffffffff0])) [0 MEM[(const __uint8_t *)second_pred_17(D) & 4294967280B]+0 S16 A128]))
        (clobber (reg:SI 31 31))
    ])
vp9/encoder/vp9_variance_c.c: In function 'vp9_sub_pixel_avg_variance8x16_c': vp9/encoder/vp9_variance_c.c:1004:1: internal compiler error: in rs6000_secondary_reload_fail, at config/rs6000/rs6000.c:16818
 }
 ^
no stack trace because unwind library not available
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://www.NetBSD.org/support/send-pr.html> for instructions.
gmake[1]: *** [vp9/encoder/vp9_variance_c.c.o] Error 1
gmake: *** [.DEFAULT] Error 2
*** Error code 2

Stop.
make[1]: stopped in /local/netbsd-src/pkgsrc/multimedia/libvpx
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/multimedia/libvpx
bash-4.2# gcc --version
gcc (nb2 20150115) 4.8.4
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

bash-4.2# uname -a
NetBSD muc-twinppc 7.99.5 NetBSD 7.99.5 (TWINPPC.MP) #0: Wed Feb 18 13:54:23 CET 2015 chris@muc-twinppc:/local/netbsd-src/obj/sys/arch/macppc/compile/TWINPPC.MP macppc
bash-4.2#


regards,
chris



Home | Main Index | Thread Index | Old Index