Date: Tue, 15 Oct 2002 22:03:37 -0700 From: Brooks Davis <brooks@one-eyed-alien.net> To: Julian Elischer <julian@elischer.org> Cc: FreeBSD current users <current@FreeBSD.ORG> Subject: Re: My Old X server vs -current libs Message-ID: <20021015220337.A21175@Odin.AC.HMC.Edu> In-Reply-To: <Pine.BSF.4.21.0210152036130.82978-100000@InterJet.elischer.org>; from julian@elischer.org on Tue, Oct 15, 2002 at 08:58:00PM -0700 References: <Pine.BSF.4.21.0210152036130.82978-100000@InterJet.elischer.org>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
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
[-- Attachment #2 --]
-----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-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021015220337.A21175>
