Date: Mon, 15 Jul 2002 09:43:55 -0400 From: "Dan Langille" <dan@langille.org> To: Maxim Sobolev <sobomax@FreeBSD.org> Cc: gnome@FreeBSD.org, ports@FreeBSD.org Subject: Re: editors/AbiWord make fails Message-ID: <3D32995B.25600.1E386AA5@localhost> In-Reply-To: <3D32CE4D.B27A2D8D@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 15 Jul 2002 at 16:29, Maxim Sobolev wrote: > Dan Langille wrote: > > > > On 15 Jul 2002 at 15:36, Maxim Sobolev wrote: > > > > > Dan Langille wrote: > > > > > > > > After a recent cvsup on a 4.6-RC system, I find this: > > > > > > > > [dan@nezlok:~/ports/editors/AbiWord] $ make -V PORTVERSION > > > > "Makefile", line 57: Malformed conditional > > > > (${HAVE_GNOME:Mgnomeprint}!="" && ${HAVE_GNOME:Mgal}!="" && > > > > ${HAVE_GNOME:Mgnomevfs}!="") "Makefile", line 61: if-less endif > > > > "Makefile", line 61: Need an operator make: fatal errors > > > > encountered -- cannot continue > > > > > > What's revision of your ports/Mk/bsd.gnomeng.mk? > > > > I couldn't see a revision label in that file, but a diff against > > revision 1.12 found no differences. > > Strange. What's the version of bsd.ports.mk? $ less bsd.port.mk #-*- mode: Fundamental; tab-width: 4; -*- # ex:ts=4 # # $FreeBSD: ports/Mk/bsd.port.mk,v 1.419 2002/07/09 13:37:26 sobomax Exp $ > On my 4.6-STABLE system: > > $ make -V PORTVERSION > 1.0.2 > $ make -V USE_GNOME > gtk12 gnomehier > $ pwd > /usr/ports/editors/AbiWord > $ uname -a > FreeBSD vega.vega.com 4.6-STABLE FreeBSD 4.6-STABLE #0: Sun Jul 14 > 15:03:59 EEST > 2002 root@vega.vega.com:/usr/src/sys/compile/VEGA i386 I get similar results on another box. But on the main FreshPorts box I'm getting a failure. Then I realised the issue. I think it's because I'm not using /usr/ports here. [dan@nezlok:~/ports/editors/AbiWord] $ make -V PORTVERSION "Makefile", line 57: Malformed conditional (${HAVE_GNOME:Mgnomeprint}!="" && ${HAVE_GNOME:Mgal}!="" && ${HAVE_GNOME:Mgnomevfs}!="") "Makefile", line 61: if-less endif "Makefile", line 61: Need an operator make: fatal errors encountered -- cannot continue [dan@nezlok:~/ports/editors/AbiWord] $ make -V PORTVERSION PORTSDIR=~/ports 1.0.2 [listsfp@nezlok:~/ports/editors/AbiWord] $ After I also cvsup'd /usr/ports (and not just ~/ports), both make commands returned the same results. Sorry for the mistake. Thanks for the help. -- Dan Langille To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3D32995B.25600.1E386AA5>