Gentoo Archives: gentoo-user

From: Grant Edwards <grante@××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] emerge cinelerra-cvs fails with itnernal compiler error
Date: Thu, 14 Dec 2006 20:14:17
Message-Id: elsao2$a8f$1@sea.gmane.org
1 I'm trying to emerge cinelerra-cvs, but the compile fails with
2 an internal compiler error. Anybody have any idea what the fix
3 might be?
4
5 ------------------------------------------------------------------------------
6 i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../quicktime -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -march=pentium-m -pipe -MT bcpan.lo -MD -MP -MF .deps/bcpan.Tpo -c bcpan.C -fPIC -DPIC -o .libs/bcpan.o
7 if /bin/sh ../libtool --tag=CXX --mode=compile i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../quicktime -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -march=pentium-m -pipe -MT bcpbuffer.lo -MD -MP -MF ".deps/bcpbuffer.Tpo" \
8 -c -o bcpbuffer.lo `test -f 'bcpbuffer.C' || echo './'`bcpbuffer.C; \
9 then mv -f ".deps/bcpbuffer.Tpo" ".deps/bcpbuffer.Plo"; \
10 else rm -f ".deps/bcpbuffer.Tpo"; exit 1; \
11 fi
12 bcpan.C: In static member function `static int BC_Pan::stick_to_values(float*, int, int*, int, int, int, float)':
13 bcpan.C:437: error: unrecognizable insn:
14 (insn 480 479 466 4 (set (reg:V4SF 21 xmm0 [85])
15 (and:V4SF (not:V4SF (mem:SF (plus:SI (reg/f:SI 6 bp)
16 (const_int -16 [0xfffffff0])) [91 shortest+0 S4 A8]))
17 (reg:V4SF 22 xmm1))) -1 (nil)
18 (nil))
19 bcpan.C:437: internal compiler error: in extract_insn, at recog.c:2083
20 Please submit a full bug report,
21 with preprocessed source if appropriate.
22 See <URL:http://bugs.gentoo.org/> for instructions.
23 Preprocessed source stored into /var/tmp/portage/cinelerra-cvs-20061020/temp/ccjezPDg.out file, please attach this to your bugreport.
24 make[2]: *** [bcpan.lo] Error 1
25 make[2]: *** Waiting for unfinished jobs....
26 i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../quicktime -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -march=pentium-m -pipe -MT bcpbuffer.lo -MD -MP -MF .deps/bcpbuffer.Tpo -c bcpbuffer.C -fPIC -DPIC -o .libs/bcpbuffer.o
27 make[2]: Leaving directory `/var/tmp/portage/cinelerra-cvs-20061020/work/cinelerra-cvs-20061020/guicast'
28 make[1]: *** [all-recursive] Error 1
29 make[1]: Leaving directory `/var/tmp/portage/cinelerra-cvs-20061020/work/cinelerra-cvs-20061020'
30 make: *** [all] Error 2
31
32 !!! ERROR: media-video/cinelerra-cvs-20061020 failed.
33 Call stack:
34 ebuild.sh, line 1546: Called dyn_compile
35 ebuild.sh, line 937: Called src_compile
36 cinelerra-cvs-20061020.ebuild, line 74: Called die
37
38 !!! make failed
39 !!! If you need support, post the topmost build error, and the call stack if relevant.
40 ------------------------------------------------------------------------------
41
42 --
43 gentoo-user@g.o mailing list

Replies

Subject Author
[gentoo-user] Re: emerge cinelerra-cvs fails with itnernal compiler error Grant Edwards <grante@××××.com>