From owner-freebsd-ports@FreeBSD.ORG Fri Nov 2 01:58:15 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 3AFAA16A419 for ; Fri, 2 Nov 2007 01:58:15 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id DB91D13C4A6 for ; Fri, 2 Nov 2007 01:58:14 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from root by ciao.gmane.org with local (Exim 4.43) id 1Inkja-000106-KT for freebsd-ports@freebsd.org; Fri, 02 Nov 2007 00:50:02 +0000 Received: from d90-129-7-133.cust.tele2.lu ([90.129.7.133]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 02 Nov 2007 00:50:02 +0000 Received: from jo-ml by d90-129-7-133.cust.tele2.lu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 02 Nov 2007 00:50:02 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: Jona Joachim Date: Fri, 02 Nov 2007 01:48:07 +0100 Lines: 18 Message-ID: References: <472A2719.1050704@math.missouri.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: d90-129-7-133.cust.tele2.lu User-Agent: Pan/0.14.2 (This is not a psychotic episode. It's a cleansing moment of clarity.) Sender: news Subject: Re: Problems building certain ports 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, 02 Nov 2007 01:58:15 -0000 On Thu, 01 Nov 2007 14:20:57 -0500, Stephen Montgomery-Smith wrote: > Some ports build beautifully on a clean system, but on a well populated > system break at the configure stage. My guess is that some port > somewhere (perhaps something related to gnome) changes the system. > Ports that suffer from this include mutt, libvorbis, and grub. There is a bug in the mutt ports concerning security/heimdal and security/krb5. In short mutt will fail to install (build?) when heimdal is installed because it expects krb5 and both ports (heimdal and krb5) conflict. As a matter of fact security/heimdal is a Gnome dependency. I reported this to the maintainer some days ago but haven't received an answer, yet. I don't know for libvorbis and grub. Best regards, Jona