Date: Tue, 23 Dec 2014 09:30:52 -0500 (EST) From: Rick Macklem <rmacklem@uoguelph.ca> To: "Bjoern A. Zeeb" <bz@FreeBSD.org> Cc: svn-src-head@freebsd.org, Rick Macklem <rmacklem@FreeBSD.org>, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r276096 - in head/sys: arm/conf conf fs/nfs fs/nfsclient modules modules/dtrace modules/dtrace/dtnfsclient modules/dtrace/dtraceall modules/nfs_common modules/nfsclient modules/nfsserve... Message-ID: <159360696.1361743.1419345052886.JavaMail.root@uoguelph.ca> In-Reply-To: <CA867466-0C59-4B82-AAE8-D17BC5E96075@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Bjoern A. Zeeb wrote: >=20 > > On 23 Dec 2014, at 00:47 , Rick Macklem <rmacklem@FreeBSD.org> > > wrote: > >=20 > > Author: rmacklem > > Date: Tue Dec 23 00:47:46 2014 > > New Revision: 276096 > > URL: https://svnweb.freebsd.org/changeset/base/276096 > >=20 > > Log: > > Remove the old NFS client and server from head, > > which means that the NFSCLIENT and NFSSERVER > > kernel options will no longer work. This commit > > only removes the kernel components. Removal of > > unused code in the user utilities will be done > > later. This commit does not include an addition > > to UPDATING, but that will be committed in a > > few minutes. > >=20 > > Discussed on: freebsd-fs > >=20 >=20 > Hi, >=20 > I see the following error currently on my (incremental) builds: >=20 > nfs_clbio.o: In function `ncl_asyncio': > /scratch/tmp/bz/head.svn/sys/fs/nfsclient/nfs_clbio.c:(.text+0x1974): > undefined reference to `nfs_debug' > /scratch/tmp/bz/head.svn/sys/fs/nfsclient/nfs_clbio.c:(.text+0x19a2): > undefined reference to `nfs_debug' > /scratch/tmp/bz/head.svn/sys/fs/nfsclient/nfs_clbio.c:(.text+0x19f9): > undefined reference to `nfs_debug' > /scratch/tmp/bz/head.svn/sys/fs/nfsclient/nfs_clbio.c:(.text+0x1a93): > undefined reference to `nfs_debug' > /scratch/tmp/bz/head.svn/sys/fs/nfsclient/nfs_clbio.c:(.text+0x1b0a): > undefined reference to `nfs_debug' > nfs_clnfsiod.o:/scratch/tmp/bz/head.svn/sys/fs/nfsclient/nfs_clnfsiod.c:(= .text+0x5d2): > more undefined references to `nfs_debug' follow >=20 Oops, sorry about that. Should be fixed by r276140. Thanks for reporting it, rick >=20 >=20 >=20 >=20 > > Deleted: > > head/sys/modules/dtrace/dtnfsclient/ > > head/sys/modules/nfs_common/ > > head/sys/modules/nfsclient/ > > head/sys/modules/nfsserver/ > > head/sys/nfs/nfs_common.c > > head/sys/nfsclient/nfs_bio.c > > head/sys/nfsclient/nfs_kdtrace.c > > head/sys/nfsclient/nfs_krpc.c > > head/sys/nfsclient/nfs_nfsiod.c > > head/sys/nfsclient/nfs_node.c > > head/sys/nfsclient/nfs_subs.c > > head/sys/nfsclient/nfs_vfsops.c > > head/sys/nfsclient/nfs_vnops.c > > head/sys/nfsserver/nfs_fha_old.c > > head/sys/nfsserver/nfs_serv.c > > head/sys/nfsserver/nfs_srvkrpc.c > > head/sys/nfsserver/nfs_srvsubs.c > > Modified: > > head/sys/arm/conf/DOCKSTAR > > head/sys/arm/conf/DREAMPLUG-1001 > > head/sys/arm/conf/EA3250 > > head/sys/conf/NOTES > > head/sys/conf/files > > head/sys/conf/options > > head/sys/fs/nfs/nfs_commonkrpc.c > > head/sys/fs/nfsclient/nfs_clnode.c > > head/sys/fs/nfsclient/nfs_clport.c > > head/sys/fs/nfsclient/nfs_clvfsops.c > > head/sys/modules/Makefile > > head/sys/modules/dtrace/Makefile > > head/sys/modules/dtrace/dtraceall/dtraceall.c > > head/sys/nfs/bootp_subr.c > > head/sys/sys/param.h >=20 > =E2=80=94 > Bjoern A. Zeeb Charles Haddon > Spurgeon: > "Friendship is one of the sweetest joys of life. Many might have > failed > beneath the bitterness of their trial had they not found a friend." >=20 >=20
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?159360696.1361743.1419345052886.JavaMail.root>