From owner-freebsd-questions@FreeBSD.ORG Sun Jan 8 01:06:01 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 413AC106566C for ; Sun, 8 Jan 2012 01:06:01 +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 0BC838FC12 for ; Sun, 8 Jan 2012 01:06:00 +0000 (UTC) Received: by iadj38 with SMTP id j38so6696616iad.13 for ; Sat, 07 Jan 2012 17:06:00 -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=xYNXgdgbnooJR2R/wAyFcuAM0Dlaot8JM04RiaUx98w=; b=FAUzP+EjCgeqRhGJa8566tDd1aB+BYbcSoVacg2oLgIZcAvdpzhHWeGxtJASFJG4uc pYAX0DMsxr2Cpu3J1tt09g4LcBWPWACLXvdtcihvC19GYyhOyvRkNDV0CE1AwuPq896+ l2Ywl13hCtGLzctYqRUwYXXE5DxdF7ZmnQB/0= MIME-Version: 1.0 Received: by 10.42.145.136 with SMTP id f8mr10821497icv.3.1325984760308; Sat, 07 Jan 2012 17:06:00 -0800 (PST) Received: by 10.231.31.65 with HTTP; Sat, 7 Jan 2012 17:06:00 -0800 (PST) In-Reply-To: References: Date: Sat, 7 Jan 2012 17:06:00 -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: Sun, 08 Jan 2012 01:06:01 -0000 On Sat, Jan 7, 2012 at 1:47 PM, Waitman Gobble wrote: > > Hit another snag, seems to be related to doxygen. Seems to be going in an > infinite loop of dependency checking. > in /usr/ports/devel/doxygen make rmconfig-recursive then make install clean went back to /usr/ports/x11-wn/xfce4 and make install clean seems to be building again, continuing on... not sure at the moment why it got stuck. :) maybe I should have tried the binary install first! Waitman