From owner-freebsd-ports@FreeBSD.ORG Thu Jan 26 01:13:58 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E1D2E1065670 for ; Thu, 26 Jan 2012 01:13:58 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from asmtpout023.mac.com (asmtpout023.mac.com [17.148.16.98]) by mx1.freebsd.org (Postfix) with ESMTP id C7E5F8FC13 for ; Thu, 26 Jan 2012 01:13:58 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from cswiger1.apple.com (unknown [17.209.4.71]) by asmtp023.mac.com (Oracle Communications Messaging Server 7u4-23.01 (7.0.4.23.0) 64bit (built Aug 10 2011)) with ESMTPSA id <0LYD005ASSQWFT60@asmtp023.mac.com> for ports@freebsd.org; Thu, 26 Jan 2012 01:13:45 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.6.7361,1.0.211,0.0.0000 definitions=2012-01-25_10:2012-01-26, 2012-01-25, 1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=6.0.2-1012030000 definitions=main-1201250308 From: Chuck Swiger In-reply-to: Date: Wed, 25 Jan 2012 17:13:44 -0800 Message-id: <804D8B89-50DF-4817-9B37-1147DACDC9E0@mac.com> References: <62D0D166-A917-45CA-A65B-71992B1DD9C5@mac.com> To: Randy Bush X-Mailer: Apple Mail (2.1084) Cc: FreeBSD Ports Subject: Re: isc dhcp does not make 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, 26 Jan 2012 01:13:59 -0000 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