Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Jun 2012 08:26:08 GMT
From:      Beeblebrox <zaphod@berentweb.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   amd64/169365: Buildworld breaks at libncp
Message-ID:  <201206240826.q5O8Q89Q096106@red.freebsd.org>
Resent-Message-ID: <201206240830.q5O8UESC067606@freefall.freebsd.org>

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

>Number:         169365
>Category:       amd64
>Synopsis:       Buildworld breaks at libncp
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-amd64
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 24 08:30:13 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Beeblebrox
>Release:        9.0-STABLE
>Organization:
>Environment:
FreeBSD 9.0-STABLE #0 r235991: Sat May 26 14:20:06 EEST 2012 amd64
>Description:
Buildworld breaks at libncp.
My source repository is: At revision 237525.
My /etc/src.conf has: WITHOUT_NLS= yes, WITHOUT_NLS_CATALOGS= yes

Looking at the error message, I first thought it could be because of the  WITHOUT_NLS setting above. However, I got the same result when I commented out those two lines.

ERROR MESSAGE:
/usr/local/bin/ccache cc -fpic -DPIC  -O2 -pipe -march=k8 -DNDEBUG -std=gnu99 -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 here (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 here (not in a function)
*** Error code 1
2 errors

>How-To-Repeat:
Buildworld

>Fix:
N/A

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201206240826.q5O8Q89Q096106>