From owner-freebsd-emulation Thu May 4 6:41:11 2000 Delivered-To: freebsd-emulation@freebsd.org Received: from overcee.netplex.com.au (peter1.yahoo.com [208.48.107.4]) by hub.freebsd.org (Postfix) with ESMTP id F026437BF6A; Thu, 4 May 2000 06:41:09 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id 9B7CA1CE3; Thu, 4 May 2000 06:41:09 -0700 (PDT) (envelope-from peter@netplex.com.au) X-Mailer: exmh version 2.1.1 10/15/1999 To: sanpei@sanpei.org (MIHIRA Yoshiro) Cc: kuriyama@FreeBSD.ORG, freebsd-emulation@FreeBSD.ORG Subject: Re: Loading rtc.ko failed on -current In-Reply-To: Message from sanpei@sanpei.org (MIHIRA Yoshiro) of "Thu, 04 May 2000 21:46:36 +0900." <200005041246.VAA07470@lavender.yy.cs.keio.ac.jp> Date: Thu, 04 May 2000 06:41:09 -0700 From: Peter Wemm Message-Id: <20000504134109.9B7CA1CE3@overcee.netplex.com.au> Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org MIHIRA Yoshiro wrote: > kuriyama@FreeBSD.ORG wrote: > > >> On my "few-hours-ago make world"ed 5.0-current, kldload complains > >> below at loading rtc.ko, vmnet.ko and vmmon.ko. > >> > >> link_elf: symbol linux_ioctl_register_handler undefined > >> link_elf: symbol linux_ioctl_register_handler undefined > >> link_elf: symbol linux_ioctl_register_handler undefined > >> > >> Are there occured only my environment? > > I also have this problem. I can't use vmware2 in 5-current any more :-< > > and ldconfig in /usr/sbin/linux was core dumped. > > cherry# /compat/linux/sbin/ldconfig > Segmentation fault(core dumped) > pid 313 (ldconfig), uid 0: exited on signal 11 (core dumped) The rtc port needs this in it: #ifdef MODULE_DEPEND MODULE_DEPEND(rtc, linux, 1, 1, 1); #endif ..near the top of the main source file. Cheers, -Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message