The following reply was made to PR amd64/169365; it has been noted by GNATS.
From: Scot Hetzel <[email protected]> To: Beeblebrox <[email protected]> Cc: [email protected] 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 <[email protected]> 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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-amd64 To unsubscribe, send any mail to "[email protected]"
