I think I messed up with gettext.

2003-10-01 Thread Eric F Crist
-BEGIN PGP SIGNED MESSAGE-

Hey all,

I've seen some results and possible solutions about upgrading the gettext 
port, but none of them thus far have helped me out.  I upgraded gettext the 
other night, and ever since, get the error that libintl.so.4 doesn't exist.

Anyone help?

Thanks,

Eric F Crist
AdTech Integrated Systems, Inc
(952) 403-9000

-BEGIN PGP SIGNATURE-
Version: 2.6.3ia
Charset: noconv

iQEVAwUBP3sSIZhUClck0MTFAQEiIgf7BpdNpsTudycFI6rdHoCgpp0l+XJWtg5d
lHGrhamoTW/rAZMMPsdppJ7Xq88hLfiz4SspueiJEYIETgWKKPw1oU0Kccm+MrMN
GAhZ0TA3c/Z+81/FGVrLa74+bqJtjyLgOU21cmgD2W2yhjiGnv3W3UI9WDWg56of
oHPPsLQhqbusS3jkPN4qZNe4ZCAhrXGUxyVpJrx2xluCPwXTYlP6Fo4zPAOsu/zm
9FV6l1cGGKGkDsvLgy0vv5wSNstSJ3suX7opw9lck8wmi0ORW6ipnQGtls/l2TKe
ejJHIoZmNvY7i1d1iYiY5Dx8jNBNK6HhCutNeCsDEhMm0LU0HJ+RXg==
=g1Ca
-END PGP SIGNATURE-

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: I think I messed up with gettext.

2003-10-01 Thread Vince Hoffman
I think the only options are upgrading all ports that use libintl.so.4
(recomended)

or (for now) ln -s /usr/local/lib/libintl.so /usr/local/lib/libintl.so.4
(not recomended but works for me(tm)
 

 -Original Message-
 From: Eric F Crist [mailto:[EMAIL PROTECTED]
 Sent: 01 October 2003 18:43
 To: [EMAIL PROTECTED]
 Subject: I think I messed up with gettext.
 
 
 
 *** PGP Signature Status: unknown
 *** Signer: Unknown, Key ID = 0x24D0C4C5
 *** Signed: 01/10/2003 18:42:57
 *** Verified: 01/10/2003 18:45:18
 *** BEGIN PGP VERIFIED MESSAGE ***
 
 Hey all,
 
 I've seen some results and possible solutions about upgrading 
 the gettext 
 port, but none of them thus far have helped me out.  I 
 upgraded gettext the 
 other night, and ever since, get the error that libintl.so.4 
 doesn't exist.
 
 Anyone help?
 
 Thanks,
 
 Eric F Crist
 AdTech Integrated Systems, Inc
 (952) 403-9000
 
 
 *** END PGP VERIFIED MESSAGE ***
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]
 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: I think I messed up with gettext.

2003-10-01 Thread srenna
You know,

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 [EMAIL PROTECTED] wrote:
 -BEGIN PGP SIGNED MESSAGE-
 
 Hey all,
 
 I've seen some results and possible solutions about
 upgrading the gettext 
 port, but none of them thus far have helped me out.  I
 upgraded gettext the 
 other night, and ever since, get the error that
 libintl.so.4 doesn't exist.
 
 Anyone help?
 
 Thanks,
 
 Eric F Crist
 AdTech Integrated Systems, Inc
 (952) 403-9000
 
 -BEGIN PGP SIGNATURE-
 Version: 2.6.3ia
 Charset: noconv
 

iQEVAwUBP3sSIZhUClck0MTFAQEiIgf7BpdNpsTudycFI6rdHoCgpp0l+XJWtg5d

lHGrhamoTW/rAZMMPsdppJ7Xq88hLfiz4SspueiJEYIETgWKKPw1oU0Kccm+MrMN

GAhZ0TA3c/Z+81/FGVrLa74+bqJtjyLgOU21cmgD2W2yhjiGnv3W3UI9WDWg56of

oHPPsLQhqbusS3jkPN4qZNe4ZCAhrXGUxyVpJrx2xluCPwXTYlP6Fo4zPAOsu/zm

9FV6l1cGGKGkDsvLgy0vv5wSNstSJ3suX7opw9lck8wmi0ORW6ipnQGtls/l2TKe
 ejJHIoZmNvY7i1d1iYiY5Dx8jNBNK6HhCutNeCsDEhMm0LU0HJ+RXg==
 =g1Ca
 -END PGP SIGNATURE-
 
 ___
 [EMAIL PROTECTED] mailing list

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: I think I messed up with gettext.

2003-10-01 Thread Eric F Crist
-BEGIN PGP SIGNED MESSAGE-

Thanks, that worked... I've done that before, but I was trying to avoid it.  
That was the solution I was getting from a google search, but was wondering 
if there was a 'correct' way to do it.  FI for now.  I'll just update 
everything else as I go along.

Thanks,

Eric F Crist
AdTech Integrated Systems, Inc
(952) 403-9000

On Wednesday 01 October 2003 12:48 pm, Vince Hoffman wrote:
 I think the only options are upgrading all ports that use libintl.so.4
 (recomended)

 or (for now) ln -s /usr/local/lib/libintl.so /usr/local/lib/libintl.so.4
 (not recomended but works for me(tm)

  -Original Message-
  From: Eric F Crist [mailto:[EMAIL PROTECTED]
  Sent: 01 October 2003 18:43
  To: [EMAIL PROTECTED]
  Subject: I think I messed up with gettext.
 
 
 
  *** PGP Signature Status: unknown
  *** Signer: Unknown, Key ID = 0x24D0C4C5
  *** Signed: 01/10/2003 18:42:57
  *** Verified: 01/10/2003 18:45:18
  *** BEGIN PGP VERIFIED MESSAGE ***
 
  Hey all,
 
  I've seen some results and possible solutions about upgrading
  the gettext
  port, but none of them thus far have helped me out.  I
  upgraded gettext the
  other night, and ever since, get the error that libintl.so.4
  doesn't exist.
 
  Anyone help?
 
  Thanks,
 
  Eric F Crist
  AdTech Integrated Systems, Inc
  (952) 403-9000
 
 
  *** END PGP VERIFIED MESSAGE ***
 
  ___
  [EMAIL PROTECTED] mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
  [EMAIL PROTECTED]

-BEGIN PGP SIGNATURE-
Version: 2.6.3ia
Charset: noconv

iQEVAwUBP3sVLphUClck0MTFAQHQ9Af9HVz0XejYgj3R8I0dxJbFATi3y4nNK70R
ZeTIp5N8r2rROyS/s83YdWtZpms5pKzgTSOOXaUENX82WgS2mzaiYWfOry+Z8DEu
vcXmDBHHF/wjuJfKFEy+DsMV36uvj9qCsKqIJbKl6cFB7IiV0K4zyUMdBRulMAsP
Jre7zSCHLbjz9AIgCYYgishxITOvGtxgNrGXy4Uvz8HxIgTpXVX4BofYd14sAI3m
Rs1j1aka9Dn2kmD3rVI6LqPaon4A7vzHHBzaQoHA8e0dPGYmYc1wP5NOfgoxga04
e5uE0OHFWIhuOef1sev6lASbxrBOk3HWJZXVI45+pZbHnOZVQli+0w==
=jRyU
-END PGP SIGNATURE-

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: I think I messed up with gettext.

2003-10-01 Thread Kris Kennaway
On Wed, Oct 01, 2003 at 01:49:44PM -0400, [EMAIL PROTECTED] wrote:
 You know,
 
 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?

Why try and implement hacks that might cause further problems, instead
of just fixing the problem by rebuilding those ports that depend on
gettext but were not rebuilt when you upgraded it to the new version
with the library major bump?

Kris


pgp0.pgp
Description: PGP signature


Re: I think I messed up with gettext.

2003-10-01 Thread Matthew Seaman
On Wed, Oct 01, 2003 at 01:49:44PM -0400, [EMAIL PROTECTED] 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 [EMAIL PROTECTED] wrote:
  -BEGIN PGP SIGNED MESSAGE-

  I've seen some results and possible solutions about
  upgrading the gettext 
  port, but none of them thus far have helped me out.  I
  upgraded gettext the 
  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

-- 
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


pgp0.pgp
Description: PGP signature


Re: I think I messed up with gettext.

2003-10-01 Thread Kirk Strauser
At 2003-10-01T18:43:39Z, Matthew Seaman [EMAIL PROTECTED] writes:

 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.

It was my understanding that they bumped the version number to reflect an
incompatible change to the ABI.
-- 
Kirk Strauser

94 outdated ports on the box,
 94 outdated ports.
 Portupgrade one, an hour 'til done,
 82 outdated ports on the box.


pgp0.pgp
Description: PGP signature


Re: I think I messed up with gettext.

2003-10-01 Thread Matthew Seaman
On Wed, Oct 01, 2003 at 02:38:48PM -0500, Kirk Strauser wrote:
 At 2003-10-01T18:43:39Z, Matthew Seaman [EMAIL PROTECTED] writes:
 
  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.
 
 It was my understanding that they bumped the version number to reflect an
 incompatible change to the ABI.

That is probably the case, for some value of incompatible.  I must
admit that I have no direct knowledge of exactly why the shlib version
number was bumped.  However it was decided, the ABI for libintl.so
seems to be remarkably mutable: strange therefore that all of the
software that depends on that library seems to recompile against the
new shlib version completely smoothly and that it seems to be possible
to futz the shlib version issue by creating appropriate symlinks...

Cheers,

Matthew

-- 
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


pgp0.pgp
Description: PGP signature