From owner-freebsd-questions@FreeBSD.ORG Mon Apr 27 19:03:18 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D86631065672 for ; Mon, 27 Apr 2009 19:03:18 +0000 (UTC) (envelope-from StevenFriedrich@InsightBB.com) Received: from mxsf09.insightbb.com (mxsf09.insightbb.com [74.128.0.79]) by mx1.freebsd.org (Postfix) with ESMTP id A60BC8FC1E for ; Mon, 27 Apr 2009 19:03:18 +0000 (UTC) (envelope-from StevenFriedrich@InsightBB.com) X-IronPort-AV: E=Sophos;i="4.40,255,1238990400"; d="scan'208";a="84989978" Received: from unknown (HELO asav00.insightbb.com) ([172.31.249.123]) by mxsf09.insightbb.com with ESMTP; 27 Apr 2009 14:34:28 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AmICAP6W9UlKg4ed/2dsb2JhbAAIzj6DdAU X-IronPort-AV: E=Sophos;i="4.40,255,1238990400"; d="scan'208";a="79353830" Received: from 74-131-135-157.dhcp.insightbb.com (HELO [192.168.2.3]) ([74.131.135.157]) by asavout00.insightbb.com with ESMTP; 27 Apr 2009 14:34:28 -0400 Message-ID: <49F5F9F9.5050506@InsightBB.com> Date: Mon, 27 Apr 2009 14:31:21 -0400 From: Steven Friedrich User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Chicken and egg 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: Mon, 27 Apr 2009 19:03:19 -0000 I've been having trouble with X11 ports, so I deleted all my packages and tried to install xorg fresh. xorg port failed trying to build cairo, cairo failed because it couldn't build libdrm, libdrm failed because cairo's headers weren't installed. So in summary, I can't install cairo because it wants to build libdrm, which won't build/install because it wants cairo. And I tried to install packages or the X11 distro from the ftp site and also from my 7.2 RC-1 media. I tried setting the Options for "any" as well as RELEASE_7_2_0, to no avail. My system is up and running multi-user, so sysinstall failed to install any packages. I built cairo with make -k install, so it would brute force past the error, and after that I built libdrm and cairo again with portupgrade -fr libdrm cairo. -- Steven Friedrich Lexington, KY 40509