From owner-freebsd-questions@FreeBSD.ORG Sun Sep 18 19:12:32 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B882E16A41F for ; Sun, 18 Sep 2005 19:12:32 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from mail.vivodinet.gr (mail3.vivodinet.gr [80.76.39.13]) by mx1.FreeBSD.org (Postfix) with SMTP id 8D6E743D49 for ; Sun, 18 Sep 2005 19:12:30 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: (qmail 16650 invoked from network); 18 Sep 2005 19:12:26 -0000 Received: from dslcustomer-222-89.vivodi.gr (HELO flame.pc) (83.171.222.89) by 0 with SMTP; 18 Sep 2005 19:12:26 -0000 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id j8IJCE2n000926; Sun, 18 Sep 2005 22:12:14 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id j8IJCDre000925; Sun, 18 Sep 2005 22:12:13 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 18 Sep 2005 22:12:13 +0300 From: Giorgos Keramidas To: dave Message-ID: <20050918191213.GB862@flame.pc> References: <000d01c5bc6b$c1aa8e70$0200a8c0@satellite> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000d01c5bc6b$c1aa8e70$0200a8c0@satellite> Cc: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org Subject: Re: gmake can't find Makefile 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, 18 Sep 2005 19:12:32 -0000 On 2005-09-18 12:12, dave wrote: > Hello, > I've created my first port. It depended on another port, which i > uninstalled first, then tried an install of mine. I issued a > make install > which pulled in the dependent port and installed it. When it returned to the > build of my port gmake failed with an error code2, can not find Makefile and > it stopped. I've confirmed that my Makefile is there, portlint shows no > errors in it. Compiling the package out of it's tarballform requires gmake > for the make and make install process so in my makefile i defined: > USE_GMAKE=yes > variable. > Any advice? Can you post a tarball of the two ports online somewhere, so we can test their build too?