Re: reinstall all installed ports

2002-11-02 Thread Lefteris Tsintjelis
Hi,

And how would u deal with new versions of the already installed ports
in order to maintain good binary compatibility backwards and forwards?

Thank you.

Kris Kennaway wrote:
 
 On Fri, Nov 01, 2002 at 05:00:03PM +0200, Lefteris Tsintjelis wrote:
  Hi,
 
Is there en easy way to remove, rebuild, and reinstall or force the
  reinstallation of all already installed ports if broken dependencies are
  suspected?
 
 Again, portupgrade -af.
 
 Kris


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: reinstall all installed ports

2002-11-02 Thread Kris Kennaway
On Sat, Nov 02, 2002 at 04:13:05PM +0200, Lefteris Tsintjelis wrote:
 Hi,
 
   And how would u deal with new versions of the already installed ports
 in order to maintain good binary compatibility backwards and forwards?

I don't understand the question.

Kris



msg07430/pgp0.pgp
Description: PGP signature


Re: reinstall all installed ports

2002-11-02 Thread Lefteris Tsintjelis
Hi,
I mean that I have just finished reinstalling all ports hoping it would
solve some broken port/library dependencies I was suspecting using
porsupgrade -afp. Actually, it did a good job and solved all port
dependencies problems I had except 1. Some mozilla libaries remain
broken. I am using 4.7-STABLE #0: Sun Nov 3 and here is some of the
output using libchk:

Unresolvable link(s) found in:
/usr/X11R6/lib/mozilla/plugins/libnullplugin.so
libxpcom.so
Unresolvable link(s) found in:
/usr/X11R6/lib/mozilla/components/libmsgsmime.so
libmsgbaseutil.so
libmozjs.so
libxpcom.so
Unresolvable link(s) found in:
/usr/X11R6/lib/mozilla/components/libmsgmdn.so
libmsgbaseutil.so
libmozjs.so
libxpcom.so
Unresolvable link(s) found in:
/usr/X11R6/lib/mozilla/components/libabsyncsvc.so
libmsgbaseutil.so
libmozjs.so
libxpcom.so
...

Kris Kennaway wrote:
 
 On Sat, Nov 02, 2002 at 04:13:05PM +0200, Lefteris Tsintjelis wrote:
  Hi,
 
And how would u deal with new versions of the already installed ports
  in order to maintain good binary compatibility backwards and forwards?
 
 I don't understand the question.
 
 Kris


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: reinstall all installed ports

2002-11-02 Thread Kris Kennaway
On Sun, Nov 03, 2002 at 02:43:05AM +0200, Lefteris Tsintjelis wrote:
 Hi,
   I mean that I have just finished reinstalling all ports hoping it would
 solve some broken port/library dependencies I was suspecting using
 porsupgrade -afp. Actually, it did a good job and solved all port
 dependencies problems I had except 1. Some mozilla libaries remain
 broken. I am using 4.7-STABLE #0: Sun Nov 3 and here is some of the
 output using libchk:
 
 Unresolvable link(s) found in:
 /usr/X11R6/lib/mozilla/plugins/libnullplugin.so
 libxpcom.so

Is this actually causing mozilla to fail?  It may just be some slight
messyness in mozilla.

Kris



msg07475/pgp0.pgp
Description: PGP signature


Re: reinstall all installed ports

2002-11-02 Thread Lefteris Tsintjelis
I am not using X very often so I wouldn't really now. However, I will
give it an extensive try the next few days and see what happens. It will
probably be for me hard to tell why is failing anyway. I always had
problems with it.

Lefteris

Kris Kennaway wrote:
 
 On Sun, Nov 03, 2002 at 02:43:05AM +0200, Lefteris Tsintjelis wrote:
  Hi,
I mean that I have just finished reinstalling all ports hoping it would
  solve some broken port/library dependencies I was suspecting using
  porsupgrade -afp. Actually, it did a good job and solved all port
  dependencies problems I had except 1. Some mozilla libaries remain
  broken. I am using 4.7-STABLE #0: Sun Nov 3 and here is some of the
  output using libchk:
 
  Unresolvable link(s) found in:
  /usr/X11R6/lib/mozilla/plugins/libnullplugin.so
  libxpcom.so
 
 Is this actually causing mozilla to fail?  It may just be some slight
 messyness in mozilla.
 
 Kris


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: reinstall all installed ports

2002-11-01 Thread DaleCo Help Desk

- Original Message - 
From: Andrew Thomson [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, October 29, 2002 9:33 PM
Subject: Re: reinstall all installed ports


 My portupgrade just finished fine.. however the hole point of this
 excerise was to try and fix this problem.
 
 [ root @ redback :/root# ] ncftp3  
 /usr/libexec/ld-elf.so.1: ncftp3: Undefined symbol InitWinsock
 

myguess
ncftp3 was configured with some option that tried
to build it with some dependency which was not available.
/myguess

Did you build it from ports (ages ago)?

You might try uninstalling/make clean and starting
over if it's not too critical.  If it's a high volume ftp
server, I'd make a list of options and choose the one
that balances ease with servicability/availability.

My 2 #162;  (and worth less than that, I expect)

Kevin Kinsey


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: reinstall all installed ports

2002-11-01 Thread Lefteris Tsintjelis
Hi,

Is there en easy way to remove, rebuild, and reinstall or force the
reinstallation of all already installed ports if broken dependencies are
suspected?

DaleCo Help Desk wrote:
 
 - Original Message -
 From: Andrew Thomson [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Tuesday, October 29, 2002 9:33 PM
 Subject: Re: reinstall all installed ports
 
  My portupgrade just finished fine.. however the hole point of this
  excerise was to try and fix this problem.
 
  [ root @ redback :/root# ] ncftp3
  /usr/libexec/ld-elf.so.1: ncftp3: Undefined symbol InitWinsock
 
 
 myguess
 ncftp3 was configured with some option that tried
 to build it with some dependency which was not available.
 /myguess
 
 Did you build it from ports (ages ago)?
 
 You might try uninstalling/make clean and starting
 over if it's not too critical.  If it's a high volume ftp
 server, I'd make a list of options and choose the one
 that balances ease with servicability/availability.
 
 My 2 #162;  (and worth less than that, I expect)
 
 Kevin Kinsey


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: reinstall all installed ports

2002-11-01 Thread Kent Stewart


Kris Kennaway wrote:

On Wed, Oct 30, 2002 at 10:18:47AM +1100, Andrew Thomson wrote:


I just need to reinstall all my ports.. only 67 so I'll survive.

However I'm just wondering what the best command would be.

Given I'm doing all of them, I'm just curious if I need to worry about
dependencies and reinstall in order type thing..or if I can just
reinstall each package in any order..



If you do them out of order the dependency information will be screwed
up.  It's best to let portupgrade do it for you all at once and in order.



Is portupgrade -af my best bet?



That's what I use.


I tried this and learned something in the process. I actually used 
-afp so that I had packages that I could use to upgrade my slow 
machines using -afP.

There are some ports that you probably need to -x such as 
cvsup-mirror. You could probably just glob 'cvsup*'. Upgrading 
cvsup-mirror required manual intervention and the process of checking 
ownership on my ncvs directory seemed like it added an hour to the 
upgrade :). I also had to redo texmf.cnf on all of my machines.

Kent

--
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: reinstall all installed ports

2002-11-01 Thread Kris Kennaway
On Fri, Nov 01, 2002 at 10:10:49AM -0800, Kent Stewart wrote:

 There are some ports that you probably need to -x such as 
 cvsup-mirror. You could probably just glob 'cvsup*'. Upgrading 
 cvsup-mirror required manual intervention and the process of checking 
 ownership on my ncvs directory seemed like it added an hour to the 
 upgrade :). I also had to redo texmf.cnf on all of my machines.

You can also set the BATCH variable to skip building of interactive
ports (those that require user input to build).

Kris



msg07370/pgp0.pgp
Description: PGP signature


Re: reinstall all installed ports

2002-11-01 Thread Kris Kennaway
On Fri, Nov 01, 2002 at 05:00:03PM +0200, Lefteris Tsintjelis wrote:
 Hi,
 
   Is there en easy way to remove, rebuild, and reinstall or force the
 reinstallation of all already installed ports if broken dependencies are
 suspected?

Again, portupgrade -af.

Kris

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



reinstall all installed ports

2002-10-29 Thread Andrew Thomson
I just need to reinstall all my ports.. only 67 so I'll survive.

However I'm just wondering what the best command would be.

Given I'm doing all of them, I'm just curious if I need to worry about
dependencies and reinstall in order type thing..or if I can just
reinstall each package in any order..

Is portupgrade -af my best bet?

I'm assuming I don't want to use any -r or -R options in this
procedure..

cheers,

ajt.





To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: reinstall all installed ports

2002-10-29 Thread Kris Kennaway
On Wed, Oct 30, 2002 at 10:18:47AM +1100, Andrew Thomson wrote:
 I just need to reinstall all my ports.. only 67 so I'll survive.
 
 However I'm just wondering what the best command would be.
 
 Given I'm doing all of them, I'm just curious if I need to worry about
 dependencies and reinstall in order type thing..or if I can just
 reinstall each package in any order..

If you do them out of order the dependency information will be screwed
up.  It's best to let portupgrade do it for you all at once and in order.

 Is portupgrade -af my best bet?

That's what I use.

Kris



msg07038/pgp0.pgp
Description: PGP signature


Re: reinstall all installed ports

2002-10-29 Thread Andrew Thomson
My portupgrade just finished fine.. however the hole point of this
excerise was to try and fix this problem.

[ root @ redback :/root# ] ncftp3  
/usr/libexec/ld-elf.so.1: ncftp3: Undefined symbol InitWinsock

I just upgraded the system yesterday and that didn't fix it either...

FreeBSD 4.7-RELEASE-p1 #9: Tue Oct 29 19:46:34 EST 2002

I admit to screwing around ages ago when I was trying to get gphoto2
working before it arrived in ports..

This is the only abnormality I'm seeing on this box..

Any thoughts?

cheers,

ajt.

On Wed, 2002-10-30 at 10:48, Kris Kennaway wrote:
 On Wed, Oct 30, 2002 at 10:18:47AM +1100, Andrew Thomson wrote:
  I just need to reinstall all my ports.. only 67 so I'll survive.
  
  However I'm just wondering what the best command would be.
  
  Given I'm doing all of them, I'm just curious if I need to worry about
  dependencies and reinstall in order type thing..or if I can just
  reinstall each package in any order..
 
 If you do them out of order the dependency information will be screwed
 up.  It's best to let portupgrade do it for you all at once and in order.
 
  Is portupgrade -af my best bet?
 
 That's what I use.
 
 Kris




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message