isc dhcp does not make

Chuck Swiger cswiger at mac.com
Thu Jan 26 01:13:59 UTC 2012


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



More information about the freebsd-ports mailing list