From owner-freebsd-questions Wed Nov 20 18:51:19 2002 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 3C66037B401 for ; Wed, 20 Nov 2002 18:51:18 -0800 (PST) Received: from jive.SoftHome.net (jive.SoftHome.net [66.54.152.27]) by mx1.FreeBSD.org (Postfix) with SMTP id 38E4D43E3B for ; Wed, 20 Nov 2002 18:51:17 -0800 (PST) (envelope-from temperanza@softhome.net) Received: (qmail 30048 invoked by uid 417); 21 Nov 2002 02:51:03 -0000 Received: from shunt-smtp-out-0 (HELO softhome.net) (172.16.3.12) by shunt-smtp-out-0 with SMTP; 21 Nov 2002 02:51:03 -0000 Received: from softhome.net ([63.194.84.111]) (AUTH: PLAIN temperanza@softhome.net) by softhome.net with esmtp; Wed, 20 Nov 2002 19:51:02 -0700 Message-ID: <3DDC4A3E.70605@softhome.net> Date: Wed, 20 Nov 2002 18:51:42 -0800 From: La Temperanza User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021023 X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: mplayer build error Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This isn't a big problem, but I've been recieving a consistent build error in MPlayer under 4.6 and 4.7-STABLE for quite some time now. My usual solution is to remove the offending "junk", which breaks mp3lib audio but allows the build to complete. I'm a little tired of it, so I was wondering if someone could identify the problem here. cc -c -march=i686 -O -fforce-mem -fforce-addr -frerun-cse-after-loop -frerun-loop-opt -pipe -O3 -ffast-math -fomit-frame-pointer -D_THREAD_SAFE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -o tabinit_MMX.o tabinit_MMX.c {standard input}: Assembler messages: {standard input}:295: Error: junk `+444' after register {standard input}:336: Error: junk `+444' after register gmake[1]: *** [tabinit_MMX.o] Error 1 gmake[1]: Leaving directory `/usr/ports/graphics/mplayer/work/MPlayer-0.90pre10/mp3lib' gmake: *** [mp3lib/libMP3.a] Error 2 *** Error code 2 Stop in /usr/ports/graphics/mplayer. Here's some context in the assembly file itself, if that helps- ".L00:\n\t" "cmpl $528,%%ecx\n\t" "jnc .L02\n\t" "movswl (%%edi),%%eax\n\t" "cmpl %0+444,%%edi\n\t" "jc .L01\n\t" "addl $60000,%%eax\n\t" ... ".L05:\n\t" "cmpl $528,%%ecx\n\t" "jnc .L11\n\t" "movswl (%%edi),%%eax\n\t" "cmpl %0+444,%%edi\n\t" "jc .L06\n\t" "addl $60000,%%eax\n\t" If you need any more information, just ask. ^_^ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message