From owner-freebsd-multimedia@FreeBSD.ORG Sun Feb 10 09:38:21 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 C084D16A418 for ; Sun, 10 Feb 2008 09:38:21 +0000 (UTC) (envelope-from torfinn.ingolfsen@broadpark.no) Received: from osl1smout1.broadpark.no (osl1smout1.broadpark.no [80.202.4.58]) by mx1.freebsd.org (Postfix) with ESMTP id 73EBB13C467 for ; Sun, 10 Feb 2008 09:38:21 +0000 (UTC) (envelope-from torfinn.ingolfsen@broadpark.no) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=US-ASCII Received: from osl1sminn1.broadpark.no ([80.202.4.59]) by osl1smout1.broadpark.no (Sun Java(tm) System Messaging Server 6.3-3.01 (built Jul 12 2007; 32bit)) with ESMTP id <0JW0005QRO3VCJA0@osl1smout1.broadpark.no> for freebsd-multimedia@freebsd.org; Sun, 10 Feb 2008 10:38:19 +0100 (CET) Received: from kg-work.kg4.no ([80.202.173.59]) by osl1sminn1.broadpark.no (Sun Java(tm) System Messaging Server 6.3-3.01 (built Jul 12 2007; 32bit)) with SMTP id <0JW0000X6O3VKJ64@osl1sminn1.broadpark.no> for freebsd-multimedia@freebsd.org; Sun, 10 Feb 2008 10:38:19 +0100 (CET) Date: Sun, 10 Feb 2008 10:38:19 +0100 From: Torfinn Ingolfsen To: freebsd-multimedia@freebsd.org Message-id: <20080210103819.5ab0ed6c.torfinn.ingolfsen@broadpark.no> In-reply-to: <200802060157.BAA11764@sopwith.solgatos.com> References: <20080205231007.a89b5f6d.torfinn.ingolfsen@broadpark.no> <200802060157.BAA11764@sopwith.solgatos.com> X-Mailer: Sylpheed 2.4.8 (GTK+ 2.12.5; i386-portbld-freebsd6.3) X-Face: "t9w2,-X@O^I`jVW\sonI3.,36KBLZE*AL[y9lL[PyFD*r_S:dIL9c[8Y>V42R0"!"yb_zN,f#%.[PYYNq; m"_0v; ~rUM2Yy!zmkh)3&U|u!=T(zyv,MHJv"nDH>OJ`t(@mil461d_B'Uo|'nMwlKe0Mv=kvV?Nh@>Hb<3s_z2jYgZhPb@?Wi^x1a~Hplz1.zH 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: Sun, 10 Feb 2008 09:38:21 -0000 On Tue, 05 Feb 2008 17:57:42 +0000 Dieter wrote: > So, if ports is using your $PATH, it is finding gcc 3.4.6. It was, see below. > And then try rebuilding. If it does the echo you know it is > using $PATH, so either rearrange your $PATH so that the gcc you > want is first, or change the 1stbin/gcc to be a symlink to the > gcc you want. Since the port(s) now supports CC, I decided to use that. With CC set to /usr/bin/gcc, I rebuilt the port. And got the same problems. Remember, /usr/bin/gcc is version 3.4.6 on this system. Then I set CC to /usr/local/bin/gcc42 and rebuilt the port again. And now mplayer works without problems. So it seems like mplayer needs gcc > 3.4.6. And BTW, you were right - ports are using $PATH to pick up compilers if nothing else is set. -- Regards, Torfinn Ingolfsen