From owner-freebsd-ports@FreeBSD.ORG Thu Dec 13 13:09:35 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E4B216A417 for ; Thu, 13 Dec 2007 13:09:35 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.177]) by mx1.freebsd.org (Postfix) with ESMTP id BF52013C46B for ; Thu, 13 Dec 2007 13:09:34 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so1121274waf.3 for ; Thu, 13 Dec 2007 05:09:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=sa7u7/Z8PC/gWqLi633xLwOhyt5kKc738rpv3ReI7Dk=; b=jV4L/g8wGLkvj5idYpApLelV6p77/cgISmqaTgNIN6/Rq9rvaraWgFz/hP4uIuq0INqqFqkwrRz+l1R43ITesyJ6bJL5Gof7bFwEUT58INC5kSNlXt7l2eRzk1Wh03m8+7bImeiPbfuHbwTjIr41v5br+SKpe0m0lPglJuW2xig= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=BBdwF1P7z2S/icoQ/cBBLo7Sx31vNeAkLxLDDTU2pS7OD0WrfIWkeqjDYHTJsmhpnJ5p9jLSU6MP2DI3xH4VUkHfK/6jPTDHnX5ppkOWzg4/Ael+lUTN7DvO8MwTvSWRior8t6RdAk/cu2bMjhsEEWu8Dqf/R20cR38cpYew7uo= Received: by 10.114.14.1 with SMTP id 1mr1207699wan.9.1197551371484; Thu, 13 Dec 2007 05:09:31 -0800 (PST) Received: by 10.114.110.16 with HTTP; Thu, 13 Dec 2007 05:09:31 -0800 (PST) Message-ID: Date: Thu, 13 Dec 2007 14:09:31 +0100 From: "Rene Ladan" To: "Andriy Gapon" In-Reply-To: <4761254B.9070304@icyb.net.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <476101F5.9040803@icyb.net.ua> <47611DC7.20008@icyb.net.ua> <4761254B.9070304@icyb.net.ua> Cc: Dirk Meyer , freebsd-ports@freebsd.org Subject: Re: serious error possibly related to bsd.*.mk 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, 13 Dec 2007 13:09:35 -0000 2007/12/13, Andriy Gapon : [..] > Not sure what exactly and why confused the port. I wasn't even able to > run make config. > Here's diff between old and new options just in case: > --- /tmp/options Mon May 21 11:12:22 2007 > +++ /var/db/ports/graphviz/options Thu Dec 13 14:27:03 2007 > @@ -1,12 +1,18 @@ > # This file is auto-generated by 'make config'. > # No user-servicable parts inside! > -# Options for graphviz-2.12_2 > -_OPTIONS_READ=graphviz-2.12_2 > +# Options for graphviz-2.16 > +_OPTIONS_READ=graphviz-2.16 > WITH_TK=true > WITH_XPM=true > WITH_ICONV=true > WITH_NLS=true > WITH_PANGOCAIRO=true > +WITH_GTK=true > +WITHOUT_GDK_PIXBUF=true > +WITH_GNOMEUI=true > +WITHOUT_DIGCOLA=true > +WITHOUT_IPSEPCOLA=true > +WITHOUT_MING=true > WITH_PERL=true > WITHOUT_PHP=true > WITH_PYTHON=true > Applying this diff make things work again on my box :) Rene > on 13/12/2007 13:55 Andriy Gapon said the following: > > on 13/12/2007 12:28 Rene Ladan said the following: > >> 2007/12/13, Andriy Gapon : > >>> Anybody else seeing this ? Seems to be pretty serious if it's not my > >>> local issue. > >>> > >>> > >>> $ portupgrade graphviz > >>> "/usr/ports/Mk/bsd.gnome.mk", line 643: Malformed conditional > >>> (${_USE_GNOME_ALL:Mpango}=="") > >>> "/usr/ports/Mk/bsd.port.mk", line 6147: if-less endif > >>> make: fatal errors encountered -- cannot continue > >>> > >>> This is after portsnap five minutes before this writing. > >>> > >> Yes, it's been there since the ports thaw. It seems to be related to > >> graphics/graphviz/Makefile, the bsd.*.mk files haven't been altered > >> since > >> 2007-12-04 (bsd.ruby.mk) so they should be ok. > >> > >> Rene > > > > Hmm, portlint also produces quite a bag of messages in that port: > > $ portlint -A > > "/usr/ports/Mk/bsd.gnome.mk", line 643: Malformed conditional > > (${_USE_GNOME_ALL:Mpango}=="") > > "/usr/ports/Mk/bsd.port.mk", line 6147: if-less endif > > make: fatal errors encountered -- cannot continue > > WARN: Makefile: [316]: use ${VARIABLE}, instead of $(VARIABLE). > > FATAL: Makefile: [264]: USE_RUBY is set after including bsd.port.pre.mk. > > WARN: Makefile: [188]: is USE_XORG a user-settable option? Consider > > using WITH_XORG instead. > > WARN: Makefile: possible use of absolute pathname "/nonexistent". > > WARN: Makefile: for new port, make $FreeBSD$ tag in comment section > > empty, to make CVS happy. > > FATAL: Makefile: CATEGORIES left blank. set it to "misc" if nothing > > seems apropriate. > > FATAL: Makefile: either PORTVERSION or DISTVERSION must be specified > > Syntax error: Unterminated quoted string > > WARN: Makefile: COMMENT should begin with a capital, and end without a > > period > > FATAL: breaks INDEX ("/usr/ports/Mk/bsd.gnome.mk", line 643: Malformed > > conditional (${_USE_GNOME_ALL:Mpango}=="") "/usr/ports/Mk/bsd.port.mk", > > line 6147: if-less endif make: fatal errors encountered -- cannot continue). > > 4 fatal errors and 5 warnings found. > > > > Not sure which of them are relevant and which are just consequences. > > > > This is from make -dA: > > . if ${_USE_GNOME_ALL:Mpango}=="" > > IGNORE= cannot install: Unknown component pango > > . endif > > _USE_GNOME+= ${pango_USE_GNOME_IMPL} pango > > > > ---- at line 634 > > Global:delete component > > Applying :M to "" > > Result is "" > > "/usr/ports/Mk/bsd.gnome.mk", line 643: Malformed conditional > > (${_USE_GNOME_ALL:Mpango}=="") > > > > > -- > Andriy Gapon > -- GPG fingerprint = E738 5471 D185 7013 0EE0 4FC8 3C1D 6F83 12E1 84F6 (subkeys.pgp.net) "It won't fit on the line." -- me, 2001