Date: Wed, 1 Oct 2003 19:43:39 +0100 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: srenna@vdbmusic.com Cc: freebsd-questions@freebsd.org Subject: Re: I think I messed up with gettext. Message-ID: <20031001184339.GA3685@happy-idiot-talk.infracaninophile.co.uk> In-Reply-To: <web-57454570@atlantech.net> References: <200310011242.59214.ecrist@tech-con-inc.com> <web-57454570@atlantech.net>
next in thread | previous in thread | raw e-mail | index | archive | help
--ibTvN161/egqYuK8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Oct 01, 2003 at 01:49:44PM -0400, srenna@vdbmusic.com wrote: > I've also been running into problems. Ever since upgrading > gettext to 0.12.1 from 0.11.5 I'm getting all sorts of > issues when it comes to installing certain things(such as > gnome and kde and the like). Do you happen to know of a > way to "downgrade?" seems like it will be hard since so > many other programs depend upon gettext. Any way to trick > the system into using the older gettext? > On Wed, 1 Oct 2003 12:42:47 -0500 > Eric F Crist <ecrist@tech-con-inc.com> wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > > I've seen some results and possible solutions about > > upgrading the gettext=20 > > port, but none of them thus far have helped me out. I > > upgraded gettext the=20 > > other night, and ever since, get the error that > > libintl.so.4 doesn't exist. The cannical answer to this problem is to recompile and reinstall all ports that depend on gettext. This ensures that they will link against the latest version of the libintl.so shlib. The simplest way to do that job is: # portupgrade -fr devel/gettext It also seems to be the case that the developers of the gettext package are far too enthusiastic about updating the shlib version number. Ideally that should occur only when there is an incompatible change to the ABI (application binary interface) provided by the library, and not as some sort of parallel to the package version number. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --ibTvN161/egqYuK8 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/eyBbdtESqEQa7a0RAr8zAJ0elzRMdRagIjIeQYWJpBPIVl9v7ACgha9t He9lQKy6sQZxCfhUzBj83ak= =+DIV -----END PGP SIGNATURE----- --ibTvN161/egqYuK8--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031001184339.GA3685>