From owner-freebsd-questions@FreeBSD.ORG Mon May 31 14:17:11 2010 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8EE77106566B for ; Mon, 31 May 2010 14:17:11 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 52FEC8FC0A for ; Mon, 31 May 2010 14:17:11 +0000 (UTC) Received: by vws10 with SMTP id 10so1518073vws.13 for ; Mon, 31 May 2010 07:17:10 -0700 (PDT) Received: by 10.224.65.152 with SMTP id j24mr1670964qai.52.1275315430150; Mon, 31 May 2010 07:17:10 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.148.201 with HTTP; Mon, 31 May 2010 07:16:50 -0700 (PDT) From: Eitan Adler Date: Mon, 31 May 2010 17:16:50 +0300 Message-ID: To: questions@freebsd.org Content-Type: text/plain; charset=UTF-8 Cc: Subject: multimedia/ffmpeg fails with internal compiler error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 May 2010 14:17:11 -0000 Is this a a) PEBKAC b) freeBSD ports error c) ffmpeg problem d) compiler problem (as the error seems to be saying) gcc46 -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/dta/ports/multimedia/ffmpeg/work/ffmpeg-0.5.2" -pipe -mssse3 -mtune=native -O3 -ffast-math -fno-finite-math-only -fomit-frame-pointer -Wl,-rpath=/usr/local/lib/gcc46 -fno-strict-aliasing -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/usr/local/include/vorbis -I/usr/local/include -std=c99 -fomit-frame-pointer -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -O3 -fno-math-errno -fno-signed-zeros -c -o libavutil/crc.o libavutil/crc.c libavutil/crc.c: In function 'av_crc_init': libavutil/crc.c:58:5: internal compiler error: in predicate_bbs, at tree-if-conv.c:555 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. gmake: *** [libavutil/crc.o] Error 1 gmake: *** Waiting for unfinished jobs.... *** Error code 1 # make showconfig ===> The following configuration options are available for ffmpeg-0.5.2,1: AMR_NB=off "AMR Narrow Band encoder" AMR_WB=off "AMR Wide Band encoder" DIRAC=off "Dirac codec via libdirac" FAAC=off "FAAC mp4/aac audio encoder" FAAD=on "FAAD mp4/aac audio decoder" FFSERVER=off "Build and install ffserver" GSM=off "GSM audio codec" IPV6=off "IPV6 network support" LAME=off "LAME MP3 encoder" OPENJPEG=off "JPEG 2000 decoder" OPTIMIZED_CFLAGS=on "Additional optimizations" SCHROEDINGER=off "Dirac codec via libschroedinger" SDL=off "SDL support (build ffplay)" SPEEX=off "Speex audio decoder" SSSE3=on "Enable ssse3 support (gcc 4.4+)" THEORA=on "Theora encoder (implies OGG)" VHOOK=off "Video hook support" VORBIS=on "Vorbis encoder via libvorbis (implies OGG)" X11GRAB=off "enable X11 grabbing" X264=on "H.264 encoder" XVID=on "Xvid encoder via xvidcore" ===> Use 'make config' to modify these settings # make -V CC gcc46 # make -V CFLAGS -pipe -mssse3 -mtune=native -O3 -ffast-math -fno-finite-math-only -fomit-frame-pointer -Wl,-rpath=/usr/local/lib/gcc46 -fno-strict-aliasing # cat /etc/libmap.conf libgcc_s.so.1 gcc46/libgcc_s.so.1 libgomp.so.1 gcc46/libgomp.so.1 libobjc.so.3 gcc46/libobjc.so.2 libssp.so.0 gcc46/libssp.so.0 libstdc++.so.6 gcc46/libstdc++.so.6 -- Eitan Adler