Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

head -r335568 breaks the ci.freebsd.org builds of the various

0 views
Skip to first unread message

Mark Millard

unread,
Jun 22, 2018, 7:17:23 PM6/22/18
to

from the likes of:

https://ci.freebsd.org/job/FreeBSD-head-sparc64-build/8346/consoleText

--- nfs_commonkrpc.o ---
/usr/src/sys/fs/nfs/nfs_commonkrpc.c: In function 'newnfs_request':
/usr/src/sys/fs/nfs/nfs_commonkrpc.c:813: error: 'ND_HASSLOTID' undeclared (first use in this function)
/usr/src/sys/fs/nfs/nfs_commonkrpc.c:813: error: (Each undeclared identifier is reported only once
/usr/src/sys/fs/nfs/nfs_commonkrpc.c:813: error: for each function it appears in.)
*** [nfs_commonkrpc.o] Error code 1

(a gcc 4.2.1 context).

Similarly for clang-based:

--- all_subdir_nfscommon ---
/usr/src/sys/fs/nfs/nfs_commonkrpc.c:814:20: error: use of undeclared identifier 'ND_HASSLOTID'
(ND_NFSV41 | ND_HASSLOTID) && nmp != NULL &&


===
Mark Millard
marklmi at yahoo.com
( dsl-only.net went
away in early 2018-Mar)

_______________________________________________
freebsd...@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-curre...@freebsd.org"

Rick Macklem

unread,
Jun 22, 2018, 8:57:23 PM6/22/18
to
Mark Millard wrote:
>from the likes of:
>
>https://ci.freebsd.org/job/FreeBSD-head-sparc64-build/8346/consoleText
>
>--- nfs_commonkrpc.o ---
>/usr/src/sys/fs/nfs/nfs_commonkrpc.c: In function 'newnfs_request':
>/usr/src/sys/fs/nfs/nfs_commonkrpc.c:813: error: 'ND_HASSLOTID' undeclared (first >use in this function)
>/usr/src/sys/fs/nfs/nfs_commonkrpc.c:813: error: (Each undeclared identifier is >reported only once
>/usr/src/sys/fs/nfs/nfs_commonkrpc.c:813: error: for each function it appears in.)
>*** [nfs_commonkrpc.o] Error code 1
As you might have guessed, I missed part of the commit.
Should be fixed by r335571.

Pointy hat goes on me.

Thanks for reporting it, rick
0 new messages