From owner-freebsd-multimedia@FreeBSD.ORG Tue Feb 5 18:31:01 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F87816A418 for ; Tue, 5 Feb 2008 18:31:01 +0000 (UTC) (envelope-from freebsd@sopwith.solgatos.com) Received: from schitzo.solgatos.com (pool-96-225-216-68.ptldor.fios.verizon.net [96.225.216.68]) by mx1.freebsd.org (Postfix) with ESMTP id 3F33913C4E3 for ; Tue, 5 Feb 2008 18:31:01 +0000 (UTC) (envelope-from freebsd@sopwith.solgatos.com) Received: from schitzo.solgatos.com (localhost.home.localnet [127.0.0.1]) by schitzo.solgatos.com (8.14.1/8.13.8) with ESMTP id m15IV07O001491 for ; Tue, 5 Feb 2008 10:31:00 -0800 Received: from sopwith.solgatos.com (uucp@localhost) by schitzo.solgatos.com (8.14.1/8.13.4/Submit) with UUCP id m15IV0bC001488 for freebsd-multimedia@freebsd.org; Tue, 5 Feb 2008 10:31:00 -0800 Received: from localhost by sopwith.solgatos.com (8.8.8/6.24) id SAA25016; Tue, 5 Feb 2008 18:28:27 GMT Message-Id: <200802051828.SAA25016@sopwith.solgatos.com> To: freebsd-multimedia@freebsd.org In-reply-to: Your message of "Mon, 04 Feb 2008 23:36:18 +0100." <20080204233618.d57b55e8.torfinn.ingolfsen@broadpark.no> Date: Tue, 05 Feb 2008 10:28:27 +0000 From: Dieter Subject: Re: Multimedia/player: negative side-effect of PR ports/119593? X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2008 18:31:01 -0000 > Today I updated mplayer on one of my machines, using portupgrade b(after cvsup'ing my ports). > After the update, I get this message when playing AVI files: > "Error!" > "Compiler did not align stack variables. Libavcodec has been" > " miscompiled" > "and may be slow or crash. This is not a bug in libavcodec," > "but a bug in the compiler. You may try recompiling using gcc>=4.2." > And it has gcc 4.2.3 installed: > root@kg-quiet# portversion -v | grep gcc > gcc-4.2.3_20080130 = up-to-date with port > gcc-ooo-3.4.1_3 = up-to-date with port > gccmakedep-1.0.2 = up-to-date with port But is it actually using gcc 4.2.3 or is it finding some other version? If you run "gcc -v" does it say 4.2.3 ?