Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
emerge cinelerra-cvs - gcc-fehler?
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
Retro 64
n00b
n00b


Joined: 20 May 2004
Posts: 44
Location: Dortmund

PostPosted: Sat Apr 29, 2006 8:22 am    Post subject: emerge cinelerra-cvs - gcc-fehler? Reply with quote

Hallo - wenn ich cinelerra-cvs emerge erhalte ich folgende Ausgabe:
Code:
=64 -march=pentium-m -O2 -pipe -MT bcmeter.lo -MD -MP -MF .deps/bcmeter.Tpo -c bcmeter.C  -fPIC -DPIC -o .libs/bcmeter.o
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  -march=pentium-m -O2 -pipe -MT bcnewfolder.lo -MD -MP -MF ".deps/bcnewfolder.Tpo" \
          -c -o bcnewfolder.lo `test -f 'bcnewfolder.C' || echo './'`bcnewfolder.C; \
        then mv -f ".deps/bcnewfolder.Tpo" ".deps/bcnewfolder.Plo"; \
        else rm -f ".deps/bcnewfolder.Tpo"; exit 1; \
        fi
 i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../quicktime -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -march=pentium-m -O2 -pipe -MT bcnewfolder.lo -MD -MP -MF .deps/bcnewfolder.Tpo -c bcnewfolder.C  -fPIC -DPIC -o .libs/bcnewfolder.o
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  -march=pentium-m -O2 -pipe -MT bcpan.lo -MD -MP -MF ".deps/bcpan.Tpo" \
          -c -o bcpan.lo `test -f 'bcpan.C' || echo './'`bcpan.C; \
        then mv -f ".deps/bcpan.Tpo" ".deps/bcpan.Plo"; \
        else rm -f ".deps/bcpan.Tpo"; exit 1; \
        fi
 i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../quicktime -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -march=pentium-m -O2 -pipe -MT bcpan.lo -MD -MP -MF .deps/bcpan.Tpo -c bcpan.C  -fPIC -DPIC -o .libs/bcpan.o
bcpan.C: In static member function `static int BC_Pan::stick_to_values(float*, int, int*, int, int, int, float)':
bcpan.C:436: error: unrecognizable insn:
(insn 480 479 466 4 (set (reg:V4SF 21 xmm0 [85])
        (and:V4SF (not:V4SF (mem:SF (plus:SI (reg/f:SI 6 bp)
                        (const_int -16 [0xfffffff0])) [86 shortest+0 S4 A8]))
            (reg:V4SF 22 xmm1))) -1 (nil)
    (nil))
bcpan.C:436: internal compiler error: in extract_insn, at recog.c:2083
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugs.gentoo.org/> for instructions.
Preprocessed source stored into /var/tmp/portage/cinelerra-cvs-20060219/temp/cc8o5Ohb.out file, please attach this to your bugreport.
make[2]: *** [bcpan.lo] Fehler 1
make[2]: Leaving directory `/var/tmp/portage/cinelerra-cvs-20060219/work/cinelerra-cvs-20060219/guicast'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/var/tmp/portage/cinelerra-cvs-20060219/work/cinelerra-cvs-20060219'
make: *** [all] Fehler 2

!!! ERROR: media-video/cinelerra-cvs-20060219 failed.
Call stack:
  ebuild.sh, line 1525:   Called dyn_compile
  ebuild.sh, line 928:   Called src_compile
  cinelerra-cvs-20060219.ebuild, line 76:   Called die

!!! make failed
!!! If you need support, post the topmost build error, and the call stack if relevant.


Ja, ich weiß - ist CVS, aber: Hat es meinen gcc zerschossen oder woran könnte es liegen ("internal compiler error" hört sich etwas böser an als Kompilierfehler...)?
Back to top
View user's profile Send private message
smg
Veteran
Veteran


Joined: 13 Aug 2004
Posts: 1402
Location: /home/stephan

PostPosted: Sun Apr 30, 2006 3:35 pm    Post subject: Reply with quote

Ist das ein live cvs ebuild oder nen Snapshot?

Bye.
_________________
GnuPG-Key-ID: 0xF8C275D4
Fingerprint: 5B6F 134A 189B A24D 342B 0961 8D4B 0230 F8C2 75D4
Code:
perl -WTe '($")=$/;print qq(@{[reverse('0'..'100')]}$/BOOM!$/);'
Back to top
View user's profile Send private message
Retro 64
n00b
n00b


Joined: 20 May 2004
Posts: 44
Location: Dortmund

PostPosted: Tue May 02, 2006 2:28 pm    Post subject: Reply with quote

Sollte nen snapshot sein, was man auch am Namen
Code:
cinelerra-cvs-20060219
sieht (Was ich zumindest daraus entnehme...).
_________________
Es braucht die Rechenpower eines Pentium IV, 256 MB RAM und 10 GB Festplattenspeicher,
um Windows XP laufen zu lassen.
Es brauchte die Rechenpower von drei C64, um zum Mond zu fliegen.
Irgendetwas stimmt mit unserer Welt nicht...
Back to top
View user's profile Send private message
smg
Veteran
Veteran


Joined: 13 Aug 2004
Posts: 1402
Location: /home/stephan

PostPosted: Tue May 02, 2006 2:48 pm    Post subject: Reply with quote

Okay hätte ich auch selbst drauf kommen können...
Vielleicht baust du es mal ausm cvs live?
Hast du mal memtest laufen lassen? Hast du andere Probleme beim emergen?

Bye.
_________________
GnuPG-Key-ID: 0xF8C275D4
Fingerprint: 5B6F 134A 189B A24D 342B 0961 8D4B 0230 F8C2 75D4
Code:
perl -WTe '($")=$/;print qq(@{[reverse('0'..'100')]}$/BOOM!$/);'
Back to top
View user's profile Send private message
Retro 64
n00b
n00b


Joined: 20 May 2004
Posts: 44
Location: Dortmund

PostPosted: Tue May 02, 2006 3:13 pm    Post subject: Reply with quote

Zur Zeit nur diesen (das ist das komische) und ein paar bei Kernel-Modulen (was aber wohl eher daran liegt, dass die Module nicht mit dem 2.6.17-rc3 kompatibel sind).
_________________
Es braucht die Rechenpower eines Pentium IV, 256 MB RAM und 10 GB Festplattenspeicher,
um Windows XP laufen zu lassen.
Es brauchte die Rechenpower von drei C64, um zum Mond zu fliegen.
Irgendetwas stimmt mit unserer Welt nicht...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum