From owner-freebsd-questions@FreeBSD.ORG Sat Jun 12 21:22:38 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7920F16A4CE for ; Sat, 12 Jun 2004 21:22:38 +0000 (GMT) Received: from thunder.trej.net (as3-3-6.orby.s.bonet.se [217.215.33.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17ED943D53 for ; Sat, 12 Jun 2004 21:22:35 +0000 (GMT) (envelope-from freebsd@dagerot.nu) Received: from mailgw.trej.net (localhost [127.0.0.1])i5CLLov02477 for ; Sat, 12 Jun 2004 23:21:50 +0200 Message-Id: <200406122121.i5CLLov02477@thunder.trej.net> Date: Sat, 12 Jun 2004 23:21:49 +0200 Content-Transfer-Encoding: 8bit From: Joachim Dagerot Content-Type: text/plain; charset=iso-8859-1 MIME-Version: 1.0 To: freebsd-questions@freebsd.org User-Agent: IMHO/0.98.3t (Webmail for Roxen) 3j-MailScanner-Information: Please contact the ISP for more information 3j-MailScanner: Found to be clean Subject: Problems installing ffmpeg port in 5.1: can't find a register in class `GENERAL_REGS' while reloading `asm' X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jun 2004 21:22:38 -0000 Something is broken in my system, that's for sure - but how can I solve it. I can't root@server1:/usr/ports/multimedia/ffmpeg/ > make install clean because (sorry if I copied too much, I'm not sure where the problems starts): i386/dsputil_mmx_rnd.h:362: warning: `avg_no_rnd_pixels8_l2_mmx' defined but not used i386/dsputil_mmx_rnd.h:409: warning: `avg_no_rnd_pixels16_l2_mmx' defined but not used i386/dsputil_mmx_avg.h:57: warning: `put_pixels8_l2_3dnow' defined but not used i386/dsputil_mmx_avg.h:129: warning: `put_pixels16_l2_3dnow' defined but not used i386/dsputil_mmx_avg.h:57: warning: `put_pixels8_l2_mmx2' defined but not used i386/dsputil_mmx_avg.h:129: warning: `put_pixels16_l2_mmx2' defined but not used cc -O -pipe -mcpu=pentiumpro -fPIC -DPIC -I/usr/local/include -I/usr/X11R6/include -Wall -DHAVE_AV_CONFIG_H -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -o i386/mpegvideo_mmx.o i386/mpegvideo_mmx.c In file included from i386/mpegvideo_mmx.c:493: i386/mpegvideo_mmx_template.c: In function `dct_quantize_MMX': i386/mpegvideo_mmx_template.c:89: can't find a register in class `GENERAL_REGS' while reloading `asm' i386/mpegvideo_mmx_template.c:141: can't find a register in class `GENERAL_REGS' while reloading `asm' gmake[1]: *** [i386/mpegvideo_mmx.o] Error 1 gmake[1]: Leaving directory `/usr/ports/multimedia/ffmpeg/work/ffmpeg-0.4.8/libavcodec' gmake: *** [lib] Error 2 *** Error code 2 Any help is much appreciated.