Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 08 Feb 2005 18:23:00 +0900 (JST)
From:      KIMURA Yasuhiro <yasu@utahime.org>
To:        ports@freebsd.org
Subject:   Re: many ports doesn't compile
Message-ID:  <20050208.182300.58533797.yasu@utahime.org>
In-Reply-To: <20050208053938.GA4918@rolnas>
References:  <20050208053938.GA4918@rolnas>

next in thread | previous in thread | raw e-mail | index | archive | help
From: Rolandas Naujikas <rolnas@takas.lt>
Subject: many ports doesn't compile
Date: Tue, 8 Feb 2005 07:39:39 +0200

> After last commit on Mk/bsd.port.mk many ports depending on OPTIONS
> doesn't compile because recursive WITHOUT or WITH variables.
> 
> Mk/bsd.port.mk
> ...
> WITHOUT:=       ${WITHOUT}${OPT}
> ...
> WITH:=          ${WITH}${OPT}
> ...

It also seems to cause the failure of make index on 4.11-RELEASE.

eastasia# make index
Generating INDEX - please wait..Variable WITHOUT is recursive.
===> sysutils/bacula-client failed
*** Error code 1
1 error

********************************************************************
Before reporting this error, verify that you are running a supported
version of FreeBSD (see http://www.FreeBSD.org/ports/) and that you
have a complete and up-to-date ports collection.  (INDEX builds are
not supported with partial or out-of-date ports collections -- in
particular, if you are using cvsup, you must cvsup the "ports-all"
collection, and have no "refuse" files.)  If that is the case, then
report the failure to ports@FreeBSD.org together with relevant
details of your ports configuration (including FreeBSD version,
your architecture, your environment, and your /etc/make.conf
settings, especially compiler flags and WITH/WITHOUT settings).

Note: the latest pre-generated version of INDEX may be fetched
automatically with "make fetchindex".
********************************************************************

*** Error code 1

Stop in /am/galaxy/usr1/ports.
*** Error code 1

Stop in /am/galaxy/usr1/ports.
eastasia# 

---
KIMURA Yasuhiro
Mail: yasu@utahime.org
WWW:  http://www.utahime.org/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050208.182300.58533797.yasu>