From owner-freebsd-ports@FreeBSD.ORG Sun Dec 23 00:23:50 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A264A16A421 for ; Sun, 23 Dec 2007 00:23:50 +0000 (UTC) (envelope-from timothyk@wallnet.com) Received: from mta3.srv.hcvlny.cv.net (mta3.srv.hcvlny.cv.net [167.206.4.198]) by mx1.freebsd.org (Postfix) with ESMTP id 4FC0B13C467 for ; Sun, 23 Dec 2007 00:23:50 +0000 (UTC) (envelope-from timothyk@wallnet.com) Received: from www.smsd.tv (ool-18bb7953.dyn.optonline.net [24.187.121.83]) by mta3.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0JTH002D17RNY100@mta3.srv.hcvlny.cv.net> for freebsd-ports@freebsd.org; Sat, 22 Dec 2007 19:23:49 -0500 (EST) Received: from access.smsd.tv ([10.10.10.10]) by www.smsd.tv (8.14.2/8.14.2) with ESMTP id lBN0NlFv079638; Sat, 22 Dec 2007 19:23:47 -0500 (EST envelope-from timothyk@wallnet.com) Date: Sat, 22 Dec 2007 19:23:41 -0500 From: Tim Kellers In-reply-to: <786602c60712221547n5750a8f6m8e306d7ef98d3476@mail.gmail.com> To: Thomas Zander Message-id: <476DAA8D.4070906@wallnet.com> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT References: <4761A24C.4080308@gmx.de> <786602c60712152238s68cb11bbw8a82935bfbe32a94@mail.gmail.com> <4764F331.2000307@gmx.de> <4764F5E2.4090602@gmx.de> <4765697D.3060702@wallnet.com> <476CDAD6.9070406@gmx.de> <786602c60712221547n5750a8f6m8e306d7ef98d3476@mail.gmail.com> User-Agent: Thunderbird 2.0.0.9 (X11/20071127) Cc: Dominic Fandrey , freebsd-ports@freebsd.org Subject: Re: multimedia/mplayer doesn't build (default options) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Dec 2007 00:23:50 -0000 Thomas Zander wrote: > On 22/12/2007, Dominic Fandrey wrote: > >> I've got a solution now. After the build failed just go to your WRKDIR and run >> gmake. The build will finish just fine. I've got no idea why it doesn't work >> through the ports. >> > > This is indeed strange. I still couldn't figure out how to trigger > this problem. However I have done "pkg_delete -a" on a 7.0 box and > installed all ports from scratch, including mplayer with the default > options. No problem whatsoever. It would really be helpful to know > what causes this issue. > > Riggs > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > > > I've been hacking around inside this problem during my downtime at work for days, now. I'm trying the "gmake solution" now, but I've broken so many things (fontconfig, gtk1.x, gtk2.x, etc) trying to figure this out that I have to unbreak everything before I can see if using gmake in the WRKDIR fixes it for me, too. I'll post updates as things become less broken. Of all the (unsuccessful) things I was trying, running gmake wasn't even on my radar screen. What made you think to try that?? Tim