From owner-freebsd-current Sat Jun 1 19:15: 5 2002 Delivered-To: freebsd-current@freebsd.org Received: from pintail.mail.pas.earthlink.net (pintail.mail.pas.earthlink.net [207.217.120.122]) by hub.freebsd.org (Postfix) with ESMTP id 077B237B400 for ; Sat, 1 Jun 2002 19:15:01 -0700 (PDT) Received: from pool0126.cvx21-bradley.dialup.earthlink.net ([209.179.192.126] helo=mindspring.com) by pintail.mail.pas.earthlink.net with esmtp (Exim 3.33 #2) id 17EKtR-0006Cs-00; Sat, 01 Jun 2002 19:14:54 -0700 Message-ID: <3CF97F78.7D8308D2@mindspring.com> Date: Sat, 01 Jun 2002 19:14:16 -0700 From: Terry Lambert X-Mailer: Mozilla 4.7 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Dan Nelson Cc: "Marc G. Fournier" , freebsd-current@FreeBSD.ORG Subject: Re: Undefined symbol "SYS_uuidgen"? References: <20020601221642.C2522-100000@mail1.hub.org> <20020602020558.GA71139@dan.emsphone.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dan Nelson wrote: > In the last episode (Jun 01), Marc G. Fournier said: > > Performed a 'make buildworld' successfully, but as soon as I tried the > > 'installworld', when its trying to do the install of libc.so.5, it gives > > an error to the effect of: > > > > /usr/libexec/ld-elf.so.1: /usr/lib/libc.so.5: Undefined symbol "SYS_uuidgen" > > Sounds like your kernel and userland are out of synch. Try installing > a new kernel, and rerunning installworld. You may need to build the > kernel on another machine if you can't roll back your libc. It's > always a good idea to back up libc before a world build :) "Undefined symbol", not "Undefined system call". Sounds more like the sys "include" files were not installed before the libc was built, since there's a silly script that translates /usr/include/sys/syscall.h to stubs. Another possibility is that the Makefile's in the /usr/src/lib/libc hierarchy need updating. Generally, I'd expect the libc.so version number to bump before seeing this problem, anyway. 8-(. Looks like someone failed to bump a version number. -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message