From owner-freebsd-questions@FreeBSD.ORG Thu Apr 3 16:37:03 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 45DE9106566C for ; Thu, 3 Apr 2008 16:37:03 +0000 (UTC) (envelope-from lou@metron.com) Received: from pop.metron.com (pop.metron.com [192.160.193.52]) by mx1.freebsd.org (Postfix) with ESMTP id 1FF8F8FC1A for ; Thu, 3 Apr 2008 16:37:02 +0000 (UTC) (envelope-from lou@metron.com) Received: from pop.metron.com (pop.metron.com [127.0.0.1]) by pop.metron.com (8.13.2/8.13.6) with ESMTP id m33Gb29r071834 for ; Thu, 3 Apr 2008 09:37:02 -0700 (PDT) (envelope-from lou@metron.com) Received: (from lou@localhost) by pop.metron.com (8.13.2/8.13.6/Submit) id m33Gb2Ok071833 for freebsd-questions@freebsd.org; Thu, 3 Apr 2008 09:37:02 -0700 (PDT) (envelope-from lou@metron.com) X-Authentication-Warning: pop.metron.com: lou set sender to lou@metron.com using -f Date: Thu, 3 Apr 2008 09:37:02 -0700 From: Lou Katz To: freebsd-questions@freebsd.org Message-ID: <20080403163701.GA70411@metron.com> Mail-Followup-To: freebsd-questions@freebsd.org References: <20080402232138.GA24981@metron.com> <200804031211.52630.fbsd.questions@rachie.is-a-geek.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200804031211.52630.fbsd.questions@rachie.is-a-geek.net> User-Agent: Mutt/1.4.2i Subject: Re: Webalizer compiles and installs fine in 6.1, goes splat in 6.2. 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: Thu, 03 Apr 2008 16:37:03 -0000 On Thu, Apr 03, 2008 at 12:11:52PM +0200, Mel wrote: > On Thursday 03 April 2008 01:21:38 Lou Katz wrote: > > In /usr/ports/webalizer (6.2) > > > > # make > > -DHAVE_ICONV_H -DHAVE_ICONV_T_DEF -c gdft.c gdft.c:1403:35: > > fontconfig/fontconfig.h: No such file or directory gdft.c:1466: error: > > Install x11-fonts/fontconfig or set WITHOUT_X11 cause you don't need XPM > support in GD anyway. > And be sure to read: > less -p20070519 /usr/ports/UPDATING > > -- > Mel Thank you! Problem solved. The 'funny thing' was: a. This system is not an upgrade. It was a fresh install of 6.2. b. When I did the initial make on webalizer, I foolishly checked the X11 boxes in the config screen. c. However, the make mechanism apparently didn't properly pick up the dependency like it usually does. d. When I got the errors, I tried to re-do the config, and just could not find any way at all to unring that bell. Make config did not work, as config was not a target. I even make a clean, empty ports tree and tried to make webalizer there hoping for another shot at the config screen, but it never appeared, and I got the same error. This leads to the question of where in the maze of twisty little passageways, all the same, did the make mechanism hide the X11 requirement???? -- -=[L]=- Problem with today's modular software: they start with the modules and never get to the software part.