Re: RESOLVED: Problem upgrading ports - libintl.so.8 not found

2010-06-16 Thread C. P. Ghost
On Wed, Jun 16, 2010 at 12:41 AM, Scott Schappell arc...@silvertree.org wrote:
 After digging through /usr/ports/UPDATING, I copied all .so.8 and .so.16 
 libraries to /usr/local/lib and /usr/local/lib/compat/pkg and those ports are 
 now compiling. I'm assuming that's the approved solution until ports are 
 updated?

That's not the best solution. If you copy libintl.so.8 to compat/pkg, that's
okay. If you leave it in /usr/local/lib, some ports may pick it up by mistake
and you'll end up with a mix of ports that link to libintl.so.8 and
libintl.so.9.

-cpghost.

-- 
Cordula's Web. http://www.cordula.ws/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: RESOLVED: Problem upgrading ports - libintl.so.8 not found

2010-06-16 Thread Alexandre L.
I have encountered the same problem. On FreeBSD forums, I have found the 
solution : 
http://forums.freebsd.org/showthread.php?t=14655
You have to symlink /usr/local/lib/libintl.so.8 to /usr/local/lib/libintl.so.9

--- En date de : Mer 16.6.10, C. P. Ghost cpgh...@cordula.ws a écrit :

 De: C. P. Ghost cpgh...@cordula.ws
 Objet: Re: RESOLVED: Problem upgrading ports - libintl.so.8 not found
 À: Scott Schappell arc...@silvertree.org
 Cc: freebsd-questions@freebsd.org
 Date: Mercredi 16 juin 2010, 12h52
 On Wed, Jun 16, 2010 at 12:41 AM,
 Scott Schappell arc...@silvertree.org
 wrote:
  After digging through /usr/ports/UPDATING, I copied
 all .so.8 and .so.16 libraries to /usr/local/lib and
 /usr/local/lib/compat/pkg and those ports are now compiling.
 I'm assuming that's the approved solution until ports are
 updated?
 
 That's not the best solution. If you copy libintl.so.8 to
 compat/pkg, that's
 okay. If you leave it in /usr/local/lib, some ports may
 pick it up by mistake
 and you'll end up with a mix of ports that link to
 libintl.so.8 and
 libintl.so.9.
 
 -cpghost.
 
 -- 
 Cordula's Web. http://www.cordula.ws/
 ___
 freebsd-questions@freebsd.org
 mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org
 




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: RESOLVED: Problem upgrading ports - libintl.so.8 not found

2010-06-16 Thread Eitan Adler
On Wed, Jun 16, 2010 at 4:11 PM, Alexandre L. axel...@ymail.com wrote:
 I have encountered the same problem. On FreeBSD forums, I have found the 
 solution :
 http://forums.freebsd.org/showthread.php?t=14655
 You have to symlink /usr/local/lib/libintl.so.8 to /usr/local/lib/libintl.so.9

This is a bad idea.
Instead use /etc/libmap.conf or just recompile the ports.





-- 
Eitan Adler
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: RESOLVED: Problem upgrading ports - libintl.so.8 not found

2010-06-16 Thread Jason

On Wed, Jun 16, 2010 at 01:11:50PM +, Alexandre L. thus spake:

I have encountered the same problem. On FreeBSD forums, I have found the 
solution :
http://forums.freebsd.org/showthread.php?t=14655
You have to symlink /usr/local/lib/libintl.so.8 to /usr/local/lib/libintl.so.9


symlinking is really not the way to go.
man libmap.conf



--- En date de : Mer 16.6.10, C. P. Ghost cpgh...@cordula.ws a écrit :


De: C. P. Ghost cpgh...@cordula.ws
Objet: Re: RESOLVED: Problem upgrading ports - libintl.so.8 not found
À: Scott Schappell arc...@silvertree.org
Cc: freebsd-questions@freebsd.org
Date: Mercredi 16 juin 2010, 12h52
On Wed, Jun 16, 2010 at 12:41 AM,
Scott Schappell arc...@silvertree.org
wrote:
 After digging through /usr/ports/UPDATING, I copied
all .so.8 and .so.16 libraries to /usr/local/lib and
/usr/local/lib/compat/pkg and those ports are now compiling.
I'm assuming that's the approved solution until ports are
updated?

That's not the best solution. If you copy libintl.so.8 to
compat/pkg, that's
okay. If you leave it in /usr/local/lib, some ports may
pick it up by mistake
and you'll end up with a mix of ports that link to
libintl.so.8 and
libintl.so.9.

-cpghost.

--
Cordula's Web. http://www.cordula.ws/
___
freebsd-questions@freebsd.org
mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: RESOLVED: Problem upgrading ports - libintl.so.8 not found

2010-06-16 Thread Scott Schappell
I found a more elegant way of doing this, thanks to google on my 7.3 system.  I 
added:

ldconfig_paths=/usr/lib/compat /usr/X11R6/lib /usr/local/lib 
/usr/local/lib/compat/pkg

to rc.conf and rebooted (I couldn't shutdown to single user then exit as I 
don't have physical access at the moment).

Scott___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


RESOLVED: Problem upgrading ports - libintl.so.8 not found

2010-06-15 Thread Scott Schappell
On Jun 15, 2010, at 3:26 PM, Scott Schappell wrote:

 I'm trying to upgrade ports and they keep choking. In particular gpg is one 
 of them:
 
 echo '#!/bin/sh' ./gpg_dearmor
 echo ../../g10/gpg2 --no-options --no-greeting \
 --no-secmem-warning --batch --dearmor ./gpg_dearmor
 chmod 755 ./gpg_dearmor
 ./gpg_dearmor  ./pubring.gpg  ./pubring.asc
 /libexec/ld-elf.so.1: Shared object libintl.so.8 not found, required by 
 libgcrypt.so.16
 gmake[3]: *** [pubring.gpg] Error 1
 gmake[3]: Leaving directory 
 `/usr/ports/security/gnupg/work/gnupg-2.0.14/tests/openpgp'
 gmake[2]: *** [all-recursive] Error 1
 gmake[2]: Leaving directory 
 `/usr/ports/security/gnupg/work/gnupg-2.0.14/tests'
 gmake[1]: *** [all-recursive] Error 1
 gmake[1]: Leaving directory `/usr/ports/security/gnupg/work/gnupg-2.0.14'
 gmake: *** [all] Error 2
 *** Error code 1
 
 Stop in /usr/ports/security/gnupg.
 *** Error code 1
 
 Stop in /usr/ports/security/gnupg.
 
 Another one this happened to was ghostscript8-nox11
 
 What do I need to do to fix this problem?
 
 Thanks!

After digging through /usr/ports/UPDATING, I copied all .so.8 and .so.16 
libraries to /usr/local/lib and /usr/local/lib/compat/pkg and those ports are 
now compiling. I'm assuming that's the approved solution until ports are 
updated?

My apologies for bugging the list, I missed that info the first time I read 
through UPDATING.

At least now this will be archived if someone else has the problem, I suppose.

Scott___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org