From owner-freebsd-ports@FreeBSD.ORG Thu Jan 15 15:16:30 2009 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 1A1F9106566B for ; Thu, 15 Jan 2009 15:16:30 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id C31488FC08 for ; Thu, 15 Jan 2009 15:16:29 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from mr08.lnh.mail.rcn.net ([207.172.157.28]) by smtp02.lnh.mail.rcn.net with ESMTP; 15 Jan 2009 10:16:29 -0500 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr08.lnh.mail.rcn.net (MOS 3.10.4-GA) with ESMTP id KOL80376; Thu, 15 Jan 2009 10:16:08 -0500 (EST) Received: from unknown (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.22.188]) by smtp01.lnh.mail.rcn.net with ESMTP; 15 Jan 2009 10:16:05 -0500 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18799.21301.82399.657637@jerusalem.litteratus.org> Date: Thu, 15 Jan 2009 10:16:05 -0500 To: ports@freebsd.org In-Reply-To: <20090115150709.GG50694@atarininja.org> References: <18799.17167.190620.399485@jerusalem.litteratus.org> <20090115150709.GG50694@atarininja.org> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr08.lnh.mail.rcn.net) Cc: Subject: Re: problem installing games/gtkpool 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, 15 Jan 2009 15:16:30 -0000 Wesley Shields writes: > > ===> Installing for gtkpool-0.5.0_4 > > ===> gtkpool-0.5.0_4 depends on executable: pkg-config - found > > ===> gtkpool-0.5.0_4 depends on shared library: glib-12.3 - found > > ===> gtkpool-0.5.0_4 depends on shared library: gtk-12.2 - found > > ===> Generating temporary packing list > > ===> Checking if games/gtkpool already installed > > Making install in gtkpool > > "Makefile", line 345: Need an operator > > Does it need gmake? I don't know, I'm just using the ports as it came. Adding USE_GMAKE does not fix things: checking for extra includes... no checking for extra libs... no checking if gtkpool should be compiled... yes configure: creating ./config.status cd @top_builddir@ && /bin/sh ./config.status Makefile cd: can't cd to @top_builddir@ gmake: *** [Makefile] Error 2 *** Error code 2 Stop in /usr/ports/games/gtkpool. And why it would use make to compile (which it did successfully) but gmake to install is boggling. Robert Huff