From owner-freebsd-questions@FreeBSD.ORG Thu Mar 18 21:43:54 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A5D416A4CE for ; Thu, 18 Mar 2004 21:43:54 -0800 (PST) Received: from mta7.pltn13.pbi.net (mta7.pltn13.pbi.net [64.164.98.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CBDE43D2F for ; Thu, 18 Mar 2004 21:43:54 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (646d4cc96eef7cd63403875fb3bf2c93@adsl-67-119-53-203.dsl.lsan03.pacbell.net [67.119.53.203])i2J5ggE7003245; Thu, 18 Mar 2004 21:42:44 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 4DF6552148; Thu, 18 Mar 2004 21:42:39 -0800 (PST) Date: Thu, 18 Mar 2004 21:42:39 -0800 From: Kris Kennaway To: knowtree@aloha.com Message-ID: <20040319054238.GA2175@xor.obsecurity.org> References: <200403190139.i2J1aiDf021275@kumu.hula.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="OXfL5xGRrasGEqWY" Content-Disposition: inline In-Reply-To: <200403190139.i2J1aiDf021275@kumu.hula.net> User-Agent: Mutt/1.4.2.1i cc: freebsd-questions@freebsd.org Subject: Re: ld-elf, libkvm out of sync, can't build ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Mar 2004 05:43:54 -0000 --OXfL5xGRrasGEqWY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Mar 18, 2004 at 03:13:42PM +0000, knowtree@aloha.com wrote: > Running 4.9 STABLE, fresh cvsup of src and ports. Kernel builds and > installs fine, but none of my ports will build. gkrellm and postgresql, > just to name a couple. >=20 > Linking stops with error message: >=20 > /usr/libexec/ld-elf.so.1: /usr/lib/libkvm.so.2: Undefined symbol "__stder= rp" >=20 > It looks as if I need to update or rebuild libkvm, but I can't find > anything that explains how. >=20 > How can I fix this? Looks like you dont in fact have an up-to-date 4.9-STABLE system; that symbol is in libc (and has been for a long time now): > objdump -T /usr/lib/libc.so.4 | grep stderrp 0008797c g DO .data 00000004 __stderrp Post your cvsupfile if you need additional help figuring out what went wrong with your upgrade. Kris --OXfL5xGRrasGEqWY Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAWohOWry0BWjoQKURArcdAJ9fGDCMKGBwgIWG/ODuHQZX1R8GdgCg9N0y +y+Ci/lpvnW+RBRn+wlLY6o= =sHNA -----END PGP SIGNATURE----- --OXfL5xGRrasGEqWY--