Date: Sat, 18 Dec 1999 17:33:31 -0500 (EST) From: Andre LeClaire <leclaire@sprintmail.com> To: Martin Blapp <mb@imp.ch> Cc: stable@FreeBSD.ORG Subject: Re: upgrade problem from 3.2 -> 3.4 Message-ID: <Pine.BSF.4.20.9912181725310.273-100000@localhost> In-Reply-To: <Pine.SGI.4.10.9912182101170.17589-100000@mephisto.imp.ch>
next in thread | previous in thread | raw e-mail | index | archive | help
Martin, Have you tried doing a make clean in the kernel compile directory (probably in your case /usr/src/sys/compile/GENERIC)? I've had similar failures after doing a cvsup upgrade from 3.2 toolkit installs to -STABLE, and that's always fixed it. Andre > Compiling GENERIC fails ! > > I get the following errors while compiling kernel : > > loading kernel > vfs_bio.o: In function `vfs_buf_set_valid': > vfs_bio.o(.text+0x25d9): undefined reference to `__cmpdi2' > msdosfs_vnops.o: In function `msdosfs_readdir': > msdosfs_vnops.o(.text+0x23f9): undefined reference to `__cmpdi2' > ffs_vnops.o: In function `ffs_getpages': > ffs_vnops.o(.text+0xeae): undefined reference to `__cmpdi2' > *** Error code 1 > > > I made the following steps before: > > cvsup to the newest 3.X sources .. > cd /usr/src && make buildworld && make installworld > cd /usr/src/includes && make depend && make && make install > config -r GENERIC > > Martin > > Anyone knows more ? > > Martin Blapp, mb@imp.ch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.20.9912181725310.273-100000>