Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jan 2012 17:13:44 -0800
From:      Chuck Swiger <cswiger@mac.com>
To:        Randy Bush <randy@psg.com>
Cc:        FreeBSD Ports <ports@freebsd.org>
Subject:   Re: isc dhcp does not make
Message-ID:  <804D8B89-50DF-4817-9B37-1147DACDC9E0@mac.com>
In-Reply-To: <m2aa5bclvm.wl%randy@psg.com>
References:  <m2ehuncn7l.wl%randy@psg.com> <62D0D166-A917-45CA-A65B-71992B1DD9C5@mac.com> <m2aa5bclvm.wl%randy@psg.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi--

On Jan 25, 2012, at 5:07 PM, Randy Bush wrote:
> all the other ports made just fine, as did that test, of course.
> 
> reported to isc

configure:2703: cc -O2 -pipe -march=i686 -fPIC -fno-strict-aliasing -D_PATH_DHCLIENT_SCRIPT='"/usr/local/sbin/dhclient-script"' -D_PATH_DHCLIENT_CONF='"/usr/local/etc/dhclient.conf"' -D_PATH_DHCPD_CONF='"/usr/local/etc/dhcpd.conf"'  conftest.c  >&5
conftest.c:1: error: CPU you selected does not support x86-64 instruction set
configure:2706: $? = 1

You've specified a 32-bit CPU architecture, but are running on a 64-bit (aka AMD64/EM64T) platform.
Get rid of the -march flag from /etc/make.conf or where-ever it is coming from.

Regards,
-- 
-Chuck




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?804D8B89-50DF-4817-9B37-1147DACDC9E0>