From owner-freebsd-current Tue Oct 15 22: 3:50 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F40E37B4C0 for ; Tue, 15 Oct 2002 22:03:47 -0700 (PDT) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B33F43E8A for ; Tue, 15 Oct 2002 22:03:47 -0700 (PDT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (IDENT:brdavis@localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.12.3/8.12.3) with ESMTP id g9G53bs7021444; Tue, 15 Oct 2002 22:03:37 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.12.3/8.12.3/Submit) id g9G53beT021442; Tue, 15 Oct 2002 22:03:37 -0700 Date: Tue, 15 Oct 2002 22:03:37 -0700 From: Brooks Davis To: Julian Elischer Cc: FreeBSD current users Subject: Re: My Old X server vs -current libs Message-ID: <20021015220337.A21175@Odin.AC.HMC.Edu> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="VbJkn9YxBvnuCH5J" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from julian@elischer.org on Tue, Oct 15, 2002 at 08:58:00PM -0700 X-Virus-Scanned: by amavisd-milter (http://amavis.org/) on odin.ac.hmc.edu 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 --VbJkn9YxBvnuCH5J Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Oct 15, 2002 at 08:58:00PM -0700, Julian Elischer wrote: > not being an expert in the libraries, I don't really know what the > problem is.. > Do I need to install a new X? Yup. I had to rebuild a few things after the switch. The following bit of sh lets you scan files for this old symbol and figure out which ports you need to rebuild if you have portupgrade installed. -- Brooks #!/bin/sh sym=__sF for file in $*; do if [ -n "`nm ${file} 2>&1 | egrep " ${sym}$"`" ]; then echo ${file} "\t" `pkg_which $file` fi done --VbJkn9YxBvnuCH5J Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE9rPMiXY6L6fI4GtQRAoo0AJ9xaJxHpjVEnHeTTv27HdKYR/z3dgCeI62O dKGISMtyTOtrrwz38+4l1yA= =yWpn -----END PGP SIGNATURE----- --VbJkn9YxBvnuCH5J-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message