From owner-freebsd-amd64@FreeBSD.ORG Mon Jun 25 00:50:07 2012 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 83E351065672 for ; Mon, 25 Jun 2012 00:50:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 702708FC08 for ; Mon, 25 Jun 2012 00:50:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5P0o7vj090178 for ; Mon, 25 Jun 2012 00:50:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5P0o7XT090177; Mon, 25 Jun 2012 00:50:07 GMT (envelope-from gnats) Date: Mon, 25 Jun 2012 00:50:07 GMT Message-Id: <201206250050.q5P0o7XT090177@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: Scot Hetzel Cc: Subject: Re: amd64/169365: Buildworld breaks at libncp X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Scot Hetzel List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jun 2012 00:50:07 -0000 The following reply was made to PR amd64/169365; it has been noted by GNATS. From: Scot Hetzel To: Beeblebrox Cc: freebsd-gnats-submit@freebsd.org Subject: Re: amd64/169365: Buildworld breaks at libncp Date: Sun, 24 Jun 2012 19:44:37 -0500 On Sun, Jun 24, 2012 at 3:26 AM, Beeblebrox wrote: > Buildworld breaks at libncp. > My source repository is: At revision 237525. > My /etc/src.conf has: WITHOUT_NLS=3D yes, WITHOUT_NLS_CATALOGS=3D yes > > Looking at the error message, I first thought it could be because of the = =A0WITHOUT_NLS setting above. However, I got the same result when I comment= ed out those two lines. > > ERROR MESSAGE: > /usr/local/bin/ccache cc -fpic -DPIC =A0-O2 -pipe -march=3Dk8 -DNDEBUG -s= td=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/src/lib/libncp/ncpl_= rpc.c -o ncpl_rpc.So > /usr/src/lib/libncp/ncpl_nls.c:301: error: 'NCP_NLS_DE' undeclared here (= not in a function) > /usr/src/lib/libncp/ncpl_nls.c:301: error: 'NCP_NLS_DE_NAME' undeclared h= ere (not in a function) > *** Error code 1 > /usr/src/lib/libncp/ncpl_nls.c:301: error: 'NCP_NLS_DE' undeclared here (= not in a function) > /usr/src/lib/libncp/ncpl_nls.c:301: error: 'NCP_NLS_DE_NAME' undeclared h= ere (not in a function) > *** Error code 1 > 2 errors > Does it build if you don't use ccache? Scot