From owner-freebsd-questions@FreeBSD.ORG Fri Jun 1 08:12:19 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 936D916A400; Fri, 1 Jun 2007 08:12:19 +0000 (UTC) (envelope-from h.nieser@xs4all.nl) Received: from smtp-vbr12.xs4all.nl (smtp-vbr12.xs4all.nl [194.109.24.32]) by mx1.freebsd.org (Postfix) with ESMTP id 32C4B13C448; Fri, 1 Jun 2007 08:12:19 +0000 (UTC) (envelope-from h.nieser@xs4all.nl) Received: from [192.168.1.10] (aphax.nl [82.92.29.227]) by smtp-vbr12.xs4all.nl (8.13.8/8.13.8) with ESMTP id l518CHGd093074 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 1 Jun 2007 10:12:17 +0200 (CEST) (envelope-from h.nieser@xs4all.nl) Message-ID: <465FD4DF.6080007@xs4all.nl> Date: Fri, 01 Jun 2007 10:12:15 +0200 From: Hans Nieser User-Agent: Thunderbird 2.0.0.0 (X11/20070424) MIME-Version: 1.0 To: Torfinn Ingolfsen , "Greg 'groggy' Lehey" References: <465F06C1.20105@xs4all.nl> In-Reply-To: <465F06C1.20105@xs4all.nl> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org Subject: Re: MythTV port compilation error (solved) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2007 08:12:19 -0000 Hans Nieser wrote: > I've been trying occasionally the past few weeks to compile MythTV, but it > keeps failing. I have an updated ports tree. Does anyone know if this is a > known problem, or how to fix it? > > ... Ok, after reading http://linpvr.org/forum/viewtopic.php?p=6168&sid=660d608693094519a305b939cc711e6e and especially this bit: "For some packages, the already installed files for the package can impact the build. This is true for Myth.", I decided to try uninstalling MythTV manually before trying to build it, and it worked. I nany case, thanks for your interest in my problem Greg and Torfinn