From owner-freebsd-questions@FreeBSD.ORG Sat Jan 7 21:47:13 2012 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 D0A72106564A for ; Sat, 7 Jan 2012 21:47:13 +0000 (UTC) (envelope-from gobble.wa@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 95FD88FC12 for ; Sat, 7 Jan 2012 21:47:13 +0000 (UTC) Received: by iadj38 with SMTP id j38so6498221iad.13 for ; Sat, 07 Jan 2012 13:47:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=ru5eZ/LqVZDPsyz0ZDALhqaWjLUbRBVNOOfDxhnsJD8=; b=EncuSiT/YsGgkRFvdgeZWU0A/PYrZGVPFQBQmX+WlcINZ035cmFD8krbGQG+UVFFHC BtIg5rQJrQ2nlBQhLOgeSsbAVfqPMCdzbf6sqnfRPC8kkEdpdamQXlwXuPkKV+RZMcKf 4iUSk5nrm+Y0QDRTzD1V+cE8yPPwlhBAGC6B8= MIME-Version: 1.0 Received: by 10.42.131.7 with SMTP id x7mr10455255ics.11.1325972833109; Sat, 07 Jan 2012 13:47:13 -0800 (PST) Received: by 10.231.31.65 with HTTP; Sat, 7 Jan 2012 13:47:13 -0800 (PST) In-Reply-To: References: Date: Sat, 7 Jan 2012 13:47:13 -0800 Message-ID: From: Waitman Gobble To: FreeBSD Questions List Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: xfce4 / gtk-update-icon-cache fails with "cairo needs X11" 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: Sat, 07 Jan 2012 21:47:13 -0000 On Fri, Jan 6, 2012 at 6:59 AM, Waitman Gobble wrote: > Hi, > > I am doing a fresh install of FreeBSD 9.0-RC3 > from FreeBSD-9.0-RELEASE-i386-memstick.img on an Acer Aspire One > netbook. Last night I attempted to install xfce4 from /usr/ports/x11-wm and > it stopped with error: > > gtk-update-icon-cache-(version): Needs cairo build with X11 support > > (sorry, don't recall version off the top of my head) I remember that cairo > was installed before getting to gtk-update-icon-cache. I checked > /etc/make.conf and there is nothing X11 related, ie WITHOUT_X11 is NOT set. > I went over to /usr/ports/graphics/cairo and did a make config, did not see > anything about X11 as an option, did a make install clean and I saw libX11 > in the output.. Think it's ok. Then I went back to /usr/ports/x11-wm/xfce4 > and redid make install clean to build... it continued on without further > issue (so far :) > > I found another post about gtk-update-icon-cache and cairo/X11 but it does > not appear to be a related issue. > > At the moment the xfce4 build is working for me, so my issue is resolved.. > But not sure why I received the error, might be something to check out? Is > there a better place to report potential issues with RC versions? > > Excited about 9 on the netbook, I tried FreeBSD 7.0 when i first got the > Acer but could not get wireless working at the time so i scrapped it. > > Thanks, > > Waitman Gobble > San Jose California USA > Hit another snag, seems to be related to doxygen. (still) Installing xfce4 from /usr/ports/x11-wm with a fresh install of FreeBSD 9.0-RC3 / FreeBSD-9.0-RELEASE-i386-memstick.img on an Acer Aspire One netbook... Seems to be going in an infinite loop of dependency checking. I'm getting a 'make max recursion 500 error' and the build bombs out. Just to see I went to /usr/ports/devel/doxygen and make clean then make install with same results. Just now starting to troubleshoot but if anyone has any hints that would be great! :) Thanks Waitman