Date: Wed, 9 Sep 1998 00:26:21 +0930 (CST) From: Kris Kennaway <kkennawa@physics.adelaide.edu.au> To: current@FreeBSD.ORG Subject: amd breakage Message-ID: <Pine.OSF.3.90.980909002537.8142A-100000@bragg>
next in thread | raw e-mail | index | archive | help
For about the past week, my builds have been dying in usr.sbin/amd with the following: ===> libamu Warning: Object directory not changed from original /usr2/src/usr.sbin/amd/libamu ===> amd Warning: Object directory not changed from original /usr2/src/usr.sbin/amd/amd cc -O2 -pipe -mno-486 -I/usr2/src/usr.sbin/amd/amd/../../../contrib/amd/amd -I. -I/usr2/src/usr.sbin/amd/amd -I/usr2/src/usr.sbin/amd/amd/../include -I/usr2/src/usr.sbin/amd/amd/../../../contrib/amd/include -I/usr2/src/usr.sbin/amd/amd/../../../contrib/amd -DHAVE_CONFIG_H -o amd conf_parse.o conf_tok.o am_ops.o amd.o amfs_auto.o amfs_direct.o amfs_error.o amfs_host.o amfs_inherit.o amfs_link.o amfs_linkx.o amfs_nfsl.o amfs_nfsx.o amfs_program.o amfs_root.o amfs_toplvl.o amfs_union.o amq_subr.o amq_svc.o autil.o clock.o conf.o get_args.o info_file.o info_ndbm.o info_nis.o info_passwd.o info_union.o map.o mapc.o mntfs.o nfs_prot_svc.o nfs_start.o nfs_subr.o ops_cdfs.o ops_lofs.o ops_mfs.o ops_nfs.o ops_nfs3.o ops_nullfs.o ops_pcfs.o ops_tfs.o ops_ufs.o ops_umapfs.o ops_unionfs.o opts.o restart.o rpc_fwd.o sched.o srvr_amfs_auto.o srvr_nfs.o mount_xdr.o /usr2/src/usr.sbin/amd/libamu/libamu.a -lrpcsvc amfs_auto.o: In function `amfs_auto_lookuppn': amfs_auto.o(.text+0x1002): undefined reference to `nfs_program_2_transp' amfs_auto.o(.text+0x102f): undefined reference to `nfs_program_2_transp' nfs_prot_svc.o: In function `nfs_program_2': nfs_prot_svc.o(.text+0x73): undefined reference to `nfsproc_null_2' nfs_prot_svc.o(.text+0x87): undefined reference to `nfsproc_getattr_2' nfs_prot_svc.o(.text+0x9b): undefined reference to `nfsproc_setattr_2' nfs_prot_svc.o(.text+0xaf): undefined reference to `nfsproc_root_2' nfs_prot_svc.o(.text+0xc3): undefined reference to `nfsproc_lookup_2' nfs_prot_svc.o(.text+0xd7): undefined reference to `nfsproc_readlink_2' nfs_prot_svc.o(.text+0xeb): undefined reference to `nfsproc_read_2' nfs_prot_svc.o(.text+0xff): undefined reference to `nfsproc_writecache_2' nfs_prot_svc.o(.text+0x113): undefined reference to `nfsproc_write_2' nfs_prot_svc.o(.text+0x127): undefined reference to `nfsproc_create_2' nfs_prot_svc.o(.text+0x13b): undefined reference to `nfsproc_remove_2' nfs_prot_svc.o(.text+0x14f): undefined reference to `nfsproc_rename_2' nfs_prot_svc.o(.text+0x163): undefined reference to `nfsproc_link_2' nfs_prot_svc.o(.text+0x177): undefined reference to `nfsproc_symlink_2' nfs_prot_svc.o(.text+0x18b): undefined reference to `nfsproc_mkdir_2' nfs_prot_svc.o(.text+0x19f): undefined reference to `nfsproc_rmdir_2' nfs_prot_svc.o(.text+0x1b3): undefined reference to `nfsproc_readdir_2' nfs_prot_svc.o(.text+0x1c7): undefined reference to `nfsproc_statfs_2' *** Error code 1 Stop. *** Error code 1 Stop. Since I haven't heard anything on the lists about this, I presume something weird is going on over here - I've run several succesful make world's (commenting out the amd bit) including an elf upgrade and this problems still persists. Any suggestions on where to look for the problem? Kris ------------------------------------------------------------------------------ The Feynman Problem-Solving Algorithm: (1) Write down the problem (2) Think real hard (3) Write down the answer ------------------------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.OSF.3.90.980909002537.8142A-100000>