From owner-freebsd-ports@FreeBSD.ORG Fri Jun 8 09:26:22 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 98E1C16A400 for ; Fri, 8 Jun 2007 09:26:22 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id E5D8413C455 for ; Fri, 8 Jun 2007 09:26:21 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 08 Jun 2007 09:26:20 -0000 Received: from nat-wh-1.rz.uni-karlsruhe.de (EHLO mobileKamikaze.norad) [129.13.72.169] by mail.gmx.net (mp057) with SMTP; 08 Jun 2007 11:26:20 +0200 X-Authenticated: #5465401 X-Provags-ID: V01U2FsdGVkX18uj0YCy1wun4iPVU4EWloMgadpvA1XOiksB+QqpA okNlJmjclzrKHY Message-ID: <4669209D.4090406@gmx.de> Date: Fri, 08 Jun 2007 11:25:49 +0200 From: "[LoN]Kamikaze" User-Agent: Thunderbird 2.0.0.0 (X11/20070603) MIME-Version: 1.0 To: =?UTF-8?B?SGFnZW4gS8O8aGw=?= References: <20070608105026.7c95b6cf@l140.fem.tu-ilmenau.de> In-Reply-To: <20070608105026.7c95b6cf@l140.fem.tu-ilmenau.de> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Y-GMX-Trusted: 0 Cc: freebsd-ports@freebsd.org Subject: Re: mplayer buildproblem FreeBSD 6-stable 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: Fri, 08 Jun 2007 09:26:22 -0000 Hagen Kühl wrote: > Hi, > since the 0.99.09 or so I can't build mplayer anymore. > > Helpful information I can think of is here or attached(snipped script > of build and make.conf). The complete build.log is at: > http://www.stud.tu-ilmenau.de/~haku-in/mplayer_build.log > > nornagest@feanor:[~]% uname -a > FreeBSD feanor 6.2-STABLE FreeBSD 6.2-STABLE #2: Thu May 31 12:13:02 > CEST 2007 nornagest@feanor:/usr/obj/usr/src/sys/FEANOR i386 > > If you need any more information, please let me know. > Thanks in advance, > Hagen WITH_DEBUG triggers .if defined(WITH_DEBUG) no matter what it's sat to, so it will cause many ports to actually build WITH debugging. Setting WITH_DEBUG=no doesn't make any sense. About your problem, try a 'portupgrade -Rf' that will take a lot of time, but normally it solves this kind of problem.