Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 May 2001 13:52:37 +0300
From:      Peter Pentchev <roam@orbitel.bg>
To:        Dan Langille <dan@langille.org>
Cc:        ports@freebsd.org
Subject:   Re: net/isc-dhcp3 fails build, dhcp2 fails install in 4.3-stable
Message-ID:  <20010524135237.A416@ringworld.oblivion.bg>
In-Reply-To: <200105240059.f4O0xer02986@lists.unixathome.org>; from dan@langille.org on Wed, May 23, 2001 at 08:59:38PM -0400
References:  <200105240059.f4O0xer02986@lists.unixathome.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, May 23, 2001 at 08:59:38PM -0400, Dan Langille wrote:
> They don't build here, yet other report success building them.    I feel 
> *so* special...
> 
> # uname -a
> FreeBSD xeon.unixathome.org 4.3-STABLE FreeBSD 4.3-STABLE #0: 
> Sun May 20 00:39:31 EDT 2001     
> dan@xeon.int.nz.freebsd.org:/usr/src/sys/compile/XEON  i386
> 
> From a cvsup of ports-all just minutes old (via cvsup.ca.freebsd.org):
> 
> # make
> >> dhcp-3.0rc7.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
> >> Attempting to fetch from ftp://ftp.isc.org/isc/dhcp/.
> Receiving dhcp-3.0rc7.tar.gz (840782 bytes): 100%
> 840782 bytes transferred in 9.8 seconds (83.44 kBps)
> ===>  Extracting for isc-dhcp3-3.0.r7
> >> Checksum OK for dhcp-3.0rc7.tar.gz.
> ===>  Patching for isc-dhcp3-3.0.r7
> ===>  Applying FreeBSD patches for isc-dhcp3-3.0.r7
> ===>  Configuring for isc-dhcp3-3.0.r7
> System Type: --with-tclinclude=/usr/local/include/tcl8.3
> mkdir: work.--with-tclinclude=/usr/local/include: No such file or directory
> mkdir: work.--with-tclinclude=/usr/local/include/tcl8.3: No such file or 
> directory

What is the output of make -V CONFIGURE_ARGS in the port directory?
The isc-dhcp3 configure script expects no arguments by default, or
one of --with-nsupdate or --print-sysname, OR a system type given
as an argument.  If you're passing a --with-tclinclude=path argument,
it considers that to be the system type, and.. well.. fails :)

If this is the problem, you'll have to check where is CONFIGURE_ARGS
defined/added to - in your shell environment, or in /etc/make.conf,
or someplace else, and remove it, at least for the building of this
particular port.

G'luck,
Peter

-- 
This sentence contains exactly threee erors.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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