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

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

2010-06-16 Thread Jason
really not the way to go. man libmap.conf --- En date de : Mer 16.6.10, C. P. Ghost a écrit : De: C. P. Ghost Objet: Re: RESOLVED: Problem upgrading ports - libintl.so.8 not found À: "Scott Schappell" Cc: freebsd-questions@freebsd.org Date: Mercredi 16 juin 2010, 12h52 On Wed, Ju

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

2010-06-16 Thread Lokadamus
Am 16.06.2010 01:08, schrieb Scott Schappell: On Jun 15, 2010, at 3:43 PM, Eitan Adler wrote: 20100530: AFFECTS: users of devel/gettext (i.e.: YOU) AUTHOR: a...@freebsd.org I did do the make clean, make deinstall and make instal clean and it was still throwing that error. The

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

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

2010-06-16 Thread Alexandre L.
Objet: Re: RESOLVED: Problem upgrading ports - libintl.so.8 not found > À: "Scott Schappell" > Cc: freebsd-questions@freebsd.org > Date: Mercredi 16 juin 2010, 12h52 > On Wed, Jun 16, 2010 at 12:41 AM, > Scott Schappell > wrote: > > After digging through /usr/port

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

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

2010-06-15 Thread Scott Schappell
On Jun 15, 2010, at 3:43 PM, Eitan Adler wrote: > 20100530: > AFFECTS: users of devel/gettext (i.e.: YOU) > AUTHOR: a...@freebsd.org I did do the make clean, make deinstall and make instal clean and it was still throwing that error. The only way I got the gnupg and ghostscript8-nox11 ports

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

2010-06-15 Thread Robert Huff
Eitan Adler writes: > > What do I need to do to fix this problem? > > 20100530: >AFFECTS: users of devel/gettext (i.e.: YOU) >AUTHOR: a...@freebsd.org When doing this, I also had problems with something which led to a problem with textproc/flex. I have to completely de-insta

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

2010-06-15 Thread Eitan Adler
always read UPDATING On Wed, Jun 16, 2010 at 1:26 AM, Scott Schappell wrote: > I'm trying to upgrade ports and they keep choking. In particular gpg is one > of them: ... > /libexec/ld-elf.so.1: Shared object "libintl.so.8" not found, required by > "libgcrypt.so.16" ... > What do I need to do to

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_dearmo

Problem upgrading ports - libintl.so.8 not found

2010-06-15 Thread Scott Schappell
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 < ./pubr

Re: problem upgrading ports : something wrong with cups ?

2009-06-22 Thread Jerry
On Mon, 22 Jun 2009 11:12:28 +0100 Anton Shterenlikht wrote: > On Mon, Jun 22, 2009 at 11:59:42AM +0200, kenneth hatteland wrote: > > There is no listed origin in this either. I am not sure what this > > means ;( > > > > kenneth > > > > [r...@phobos /usr/ports/print/cups-base]# pkg_info -xo cup

Re: problem upgrading ports : something wrong with cups ?

2009-06-22 Thread Leslie Jensen
> Whenever I run portmaster -a it fails with several ports : The message I > get is that someway cups interferes and the here it is : pkg_info: > package cups-base-1.3.10_2 has no origin recorded > > > If I use portmaster on single ports those who do not have any printing > ability ( no cups depe

Re: problem upgrading ports : something wrong with cups ?

2009-06-22 Thread Anton Shterenlikht
On Mon, Jun 22, 2009 at 11:59:42AM +0200, kenneth hatteland wrote: > There is no listed origin in this either. I am not sure what this means ;( > > kenneth > > [r...@phobos /usr/ports/print/cups-base]# pkg_info -xo cups > Information for cups-base-1.3.10_2: > > Origin: > I'd try to 1. portmas

Re: problem upgrading ports : something wrong with cups ?

2009-06-22 Thread Anton Shterenlikht
On Mon, Jun 22, 2009 at 09:04:35AM +0200, kenneth hatteland wrote: > Whenever I run portmaster -a it fails with several ports : The message I > get is that someway cups interferes and the here it is : pkg_info: > package cups-base-1.3.10_2 has no origin recorded > > > If I use portmaster on sin

problem upgrading ports : something wrong with cups ?

2009-06-22 Thread kenneth hatteland
Whenever I run portmaster -a it fails with several ports : The message I get is that someway cups interferes and the here it is : pkg_info: package cups-base-1.3.10_2 has no origin recorded If I use portmaster on single ports those who do not have any printing ability ( no cups dependancy I g

Problem upgrading ports

2007-06-25 Thread stan
I've gt a 6 STABLE machine that I just cvsup'd the ports tree on , and am trying to use portmamager to upgrade the installed ports. But when I run: portmamager -u -r -R I get the folowing: removing: /usr/sbin/pkg_delete -f