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 
executing: /bin/rm -r /usr/ports/x11-fonts/xorg-fonts-encodings (OK to
ignore error)
rm: /usr/ports/x11-fonts/xorg-fonts-encodings: No such file or directory

MGPMrParse 0.4.1_6 error:  dependencyPortName-=> MGrStrlen(
dependencyPortName )-=>0
dependencyPortDir-=>/x11-fonts/xorg-fonts-encodings MGrStrlen(
dependencyPortDir )-=>31
MGPMrParse 0.4.1_6 error:  Error in Makefile???
MGPMrDependencyParse 0.4.1_6 error: MGPMrParse returned an error
rrFillDependencies 0.4.1_6 error: MGPMrDependencyParse returned an error
rrFindDepends 0.4.1_6 error: rrFillDependencies returned an error
MGPMrCreateAllUpdateStatusDb 0.4.1_6 error: rrFindDepends returned
errorCode 1
rPmUpgradeNewMethod 0.4.1_6 error: MGPMrCreateAllUpdateStatusDb returned
errorCode 1

What am I doing wrong?

-- 
I'm sorry, no one here has any intentions of helping you with anything. 
I am the manager of all of Customer Service."
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


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 < ./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!


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


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 guess ? ) will function as expected, but 
not scribus etc.


If I try to delete, reinstall or install cups I get the same message 
quickly and the process is halted with error code 1 as usual..


Is there anyone who can see what I have done wrong on the system ?
I have thought of manually removing the cups files in var in hope to be 
able to reinstall but I do not know what I am doing so it would be a 
shot in the dark.


I will provide system output if needed.

Blessed be
Kenneth Hatteland



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


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 fix this problem?
>



20100530:
  AFFECTS: users of devel/gettext (i.e.: YOU)
  AUTHOR: a...@freebsd.org

  Another version of gettext (0.18), and another shared library version
  bump (from intl.8 to intl.9), so:

  All ports that have an identifiable known direct dependency on gettext
  have had their PORTREVISIONs bumped.  If after upgrading:

# portupgrade -rf gettext
# portmaster -w -r gettext

  The upgrade of devel/gobject-introspection may fail because it is looking
  for libintl.so.8.  In this case, do the following:

# cd /usr/ports/devel/gobject-introspection
# make clean
# make deinstall
# make install clean

  Then continue your upgrade procedure normally.

  If there are still ports on your system that are looking for libintl.so.8
  (either in ${LOCALBASE}/lib/compat/pkg, or non-existent), _please_ file
  a PR so that a correct direct dependency can be added.

  Once you are satisfied that no ports still depend on the old versions (such
  as libgettextpo.so.4 and libintl.so.8) you can safely delete them from the
  ${LOCALBASE}/lib/compat/pkg directory if they are present there.





-- 
Eitan Adler

c
___
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: 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-install
flex, then re-install.  That fixed things.


Robert Huff

___
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: 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 to update was by copying the .8 libraries over from a backup. 
___
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: 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 only way I got the gnupg and ghostscript8-nox11 
ports to update was by copying the .8 libraries over from a backup. 
___
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"

   

Which error you got from devel/gettext?
I has as error, that gawk is a dependecy of gettext and a make was broken.
I remove gawk and then i have install/ upgrade gettext. After that i 
build gawk new and others ports which use gettext are build and working 
fine.

Now kde3 and wine 1.2-RC3 is running fine on my machine.
___
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: 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 single ports those who do not have any printing 
> ability ( no cups dependancy I guess ? ) will function as expected, but 
> not scribus etc.
> 
> If I try to delete, reinstall or install cups I get the same message 
> quickly and the process is halted with error code 1 as usual..
> 
> Is there anyone who can see what I have done wrong on the system ?
> I have thought of manually removing the cups files in var in hope to be 
> able to reinstall but I do not know what I am doing so it would be a 
> shot in the dark.
> 
> I will provide system output if needed.

hard to guess from what you've written. Check the other 2 cups ports:

# pkg_info -xo cups
Information for cups-base-1.3.10_2:

Origin:
print/cups-base

Information for cups-client-1.3.10_2:

Origin:
print/cups-client

Information for cups-image-1.3.10_2:

Origin:
print/cups-image

#

-- 
Anton Shterenlikht
Room 2.6, Queen's Building
Mech Eng Dept
Bristol University
University Walk, Bristol BS8 1TR, UK
Tel: +44 (0)117 928 8233 
Fax: +44 (0)117 929 4423
___
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: 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. portmaster --force-config cups-base 

or failing that

2.  cd /usr/ports/print/cups-base
make deinstall
make distclean
make install

see how this goes. If you get errors, post the logs here, this might help.

And remind us what is your platform.

-- 
Anton Shterenlikht
Room 2.6, Queen's Building
Mech Eng Dept
Bristol University
University Walk, Bristol BS8 1TR, UK
Tel: +44 (0)117 928 8233 
Fax: +44 (0)117 929 4423
___
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: 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 dependancy I guess ? ) will function as expected, but
> not scribus etc.
>
> If I try to delete, reinstall or install cups I get the same message
> quickly and the process is halted with error code 1 as usual..
>
> Is there anyone who can see what I have done wrong on the system ?
> I have thought of manually removing the cups files in var in hope to be
> able to reinstall but I do not know what I am doing so it would be a
> shot in the dark.
>
> I will provide system output if needed.
>
> Blessed be
> Kenneth Hatteland
>
>
>
Have you read the 20090516 entry in /usr/ports/UPDATING?

/Leslie



-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

___
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: 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 cups
> > Information for cups-base-1.3.10_2:
> > 
> > Origin:
> > 
> 
> I'd try to
> 
> 1. portmaster --force-config cups-base 
> 
> or failing that
> 
> 2.cd /usr/ports/print/cups-base
>   make deinstall
>   make distclean
>   make install
> 
> see how this goes. If you get errors, post the logs here, this might
> help.
> 
> And remind us what is your platform.
> 

You could try:

pkg_delete -dfv cups*

Then install using the cups meta port:

Port:   cups-1.3.10
Path:   /usr/ports/print/cups
Info:   Common UNIX Printing System: Metaport to install complete system

Personally, I would use: "portmanager print/cups -l"

Be sure to update your ports tree prior to reinstalling anything.

-- 
Jerry
ges...@yahoo.com

A pound of salt will not sweeten a single cup of tea.

-- 
Jerry
ges...@yahoo.com

FORTUNE'S FUN FACTS TO KNOW AND TELL: #14

According to Kentucky state law, every person must take a bath
at least once a year.
___
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 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 
> 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  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, 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
> 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.  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  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, 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
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"