From owner-freebsd-ports@FreeBSD.ORG Thu Mar 27 08:40:10 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B1B0B1065673 for ; Thu, 27 Mar 2008 08:40:10 +0000 (UTC) (envelope-from parv@pair.com) Received: from hrndva-omtalb.mail.rr.com (hrndva-omtalb.mail.rr.com [71.74.56.122]) by mx1.freebsd.org (Postfix) with ESMTP id 6EEFB8FC2F for ; Thu, 27 Mar 2008 08:40:10 +0000 (UTC) (envelope-from parv@pair.com) Received: from localhost.hawaii.res.rr.com ([66.8.248.216]) by hrndva-omta01.mail.rr.com with ESMTP id <20080327084009.SFOI2739.hrndva-omta01.mail.rr.com@localhost.hawaii.res.rr.com>; Thu, 27 Mar 2008 08:40:09 +0000 Received: from holstein.holy.cow (localhost [127.0.0.1]) by localhost.hawaii.res.rr.com (Postfix) with ESMTP id 17A0E32C2; Wed, 26 Mar 2008 22:42:27 -1000 (HST) Received: (from parv@localhost) by holstein.holy.cow (8.13.8/8.13.8/Submit) id m2R8gP7m006622; Wed, 26 Mar 2008 22:42:25 -1000 (HST) (envelope-from parv@pair.com) X-Authentication-Warning: holstein.holy.cow: parv set sender to parv@pair.com using -f Date: Wed, 26 Mar 2008 22:42:25 -1000 From: Parv To: Siju George Message-ID: <20080327084225.GA6326@holstein.holy.cow> Mail-Followup-To: Parv , Siju George , ports@brandon.dvalentine.com, ports@freebsd.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: ports@freebsd.org, ports@brandon.dvalentine.com Subject: Re: fvwm themes instalation script error 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: Thu, 27 Mar 2008 08:40:10 -0000 in message , wrote Siju George thusly... > > I got this error trying to install fvwm-themes > > ============================================================ > checking for fvwm-config... /usr/local/bin/fvwm-config > checking for FvwmM4... /usr/local/libexec/fvwm/2.4.20/FvwmM4 > configure: error: > You have fvwm-2.4.20, which is not up to date > You need at least fvwm-2.5.8 > ===> Script "configure" failed unexpectedly. > Please report the problem to ports@brandon.dvalentine.com [maintainer] and > attach the ... > fvwm-imlib-2.4.20_1 As the error message implies you need to install the development version of fvwm from x11-wm/fvwm2-devel (currently 2.5.23) instead of the stable version. - Parv --