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...

Bjoern A. Zeeb bz at FreeBSD.org
Tue Dec 23 09:48:21 UTC 2014


> On 23 Dec 2014, at 00:47 , Rick Macklem <rmacklem at FreeBSD.org> wrote:
> 
> Author: rmacklem
> Date: Tue Dec 23 00:47:46 2014
> New Revision: 276096
> URL: https://svnweb.freebsd.org/changeset/base/276096
> 
> 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.
> 
>  Discussed on: freebsd-fs
> 

Hi,

I see the following error currently on my (incremental) builds:

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





> 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

— 
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."



More information about the svn-src-head mailing list