From owner-freebsd-questions@FreeBSD.ORG Fri Dec 17 02:25:54 2004 Return-Path: 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 AAF9516A4CE for ; Fri, 17 Dec 2004 02:25:54 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28B8B43D3F for ; Fri, 17 Dec 2004 02:25:54 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.211); Thu, 16 Dec 2004 20:27:19 -0600 Message-ID: <41C243C7.1040100@daleco.biz> Date: Thu, 16 Dec 2004 20:26:15 -0600 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.3) Gecko/20041210 X-Accept-Language: en-us, en MIME-Version: 1.0 To: lordbad@e-card.bg References: <1103237255.58908.0.camel@ds2.domainspa.com> In-Reply-To: <1103237255.58908.0.camel@ds2.domainspa.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 17 Dec 2004 02:27:20.0125 (UTC) FILETIME=[EF1046D0:01C4E3DF] cc: freebsd-questions@freebsd.org Subject: Re: nvnet port building problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 02:25:54 -0000 Bozhidar Batsov wrote: >I don't see how cvsup again will help. I did it though hoping that my >Makefile might have been corrupted. But I still get the same error >output : > >===> Building for nvnet-1.0.0274 >"Makefile", line 7: Malformed conditional (${OSTYPE} == "FreeBSD") >"Makefile", line 7: Need an operator >"Makefile", line 13: if-less endif >"Makefile", line 13: Need an operator >make: fatal errors encountered -- cannot continue >*** Error code 1 > > >I really need some kind of help because I need to the get this damn >embedded Cicada ethernet gigabit ethernet operational very soon. Any >ideas? > >Bozhidar > > Are you sure this is the right Makefile? The "OSTYPE" string isn't in the one you posted, which I assume is "/usr/ports/net/nvnet/Makefile". Is there a "work" directory now under /usr/ports/net/nvnet? If there is, go into that directory and look for "Makefiles" under it and any subdirs that may exist. This is the port build that's failing, not the port Make itself.... HTH, Kevin Kinsey