Re: Annoying ports problem

2005-02-20 Thread Michael C. Shultz
On Thursday 17 February 2005 11:37 pm, Heinrich Rebehn wrote:
 Eric Kjeldergaard wrote:
  On Thu, 17 Feb 2005 10:45:36 +0100, Heinrich Rebehn
 
  [EMAIL PROTECTED] wrote:
 Hi list,
 
 I have run into an annoying problem several times when upgrading
  ports.
 
 Say, if i want to upgrade gstreamer-plugins, i do:
 
 # cd /usr/ports/multimedia/gstreamer-plugins
 # make
 
 This pulls in some dependencies, for example gnomevfs2. gnnomevfs2
  will compile fine, but then stops because it wants to install
  gnomevfs2 instead of reinstalling it:
 
 ===   An older version of devel/gnomevfs2 is already installed
 (gnomevfs2-2.9.91)
You may wish to ``make deinstall'' and install this port
  again by ``make reinstall'' to upgrade it properly.
If you really wish to overwrite the old port of
  devel/gnomevfs2 without deleting it first, set the variable
  FORCE_PKG_REGISTER in your environment or the make install
  command line. *** Error code 1
 
 Since i have run into this several times, i must be missing
  something substantial. What is it?
 
  Just make will make the program and try to install it as if it
  were the first time.  When it detects the older version, it will
  want you to do make deinstall  make reinstall.  For upgrading
  ports, you may want to look at /usr/ports/sysutils/portupgrade.

 It makes no difference wether i use make or portupgrade. As soon
 as ether of them decide that another package that the make candidate
 depends on, has to be upgraded, the error occurs with that package.

Have you tried upgrading using sysutils/portmanager yet? 

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


Re: Annoying ports problem

2005-02-18 Thread Karel J. Bosschaart
On Friday 18 February 2005 08:37, Heinrich Rebehn wrote:
 Eric Kjeldergaard wrote:
  On Thu, 17 Feb 2005 10:45:36 +0100, Heinrich Rebehn
 
  [EMAIL PROTECTED] wrote:
 Hi list,
 
 I have run into an annoying problem several times when upgrading ports.
 
 Say, if i want to upgrade gstreamer-plugins, i do:
 
 # cd /usr/ports/multimedia/gstreamer-plugins
 # make
 
 This pulls in some dependencies, for example gnomevfs2. gnnomevfs2 will
 compile fine, but then stops because it wants to install gnomevfs2
 instead of reinstalling it:
 
 ===   An older version of devel/gnomevfs2 is already installed
 (gnomevfs2-2.9.91)
You may wish to ``make deinstall'' and install this port again
by ``make reinstall'' to upgrade it properly.
If you really wish to overwrite the old port of devel/gnomevfs2
without deleting it first, set the variable FORCE_PKG_REGISTER
in your environment or the make install command line.
 *** Error code 1
 
 Since i have run into this several times, i must be missing something
 substantial. What is it?
 
  Just make will make the program and try to install it as if it were
  the first time.  When it detects the older version, it will want you
  to do make deinstall  make reinstall.  For upgrading ports, you
  may want to look at /usr/ports/sysutils/portupgrade.

The problem is that the OP *is* using portupgrade.

 It makes no difference wether i use make or portupgrade. As soon as
 ether of them decide that another package that the make candidate
 depends on, has to be upgraded, the error occurs with that package.

And if you do 'portupgrade -f gnomevfs2' (forced upgrade) *before* 
'portupgrade gstreamer-plugins'? It recently solved similar problems for me, 
in particular with the perl-related ports.

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


Annoying ports problem

2005-02-17 Thread Heinrich Rebehn
Hi list,
I have run into an annoying problem several times when upgrading ports.
Say, if i want to upgrade gstreamer-plugins, i do:
# cd /usr/ports/multimedia/gstreamer-plugins
# make
This pulls in some dependencies, for example gnomevfs2. gnnomevfs2 will 
compile fine, but then stops because it wants to install gnomevfs2 
instead of reinstalling it:

===   An older version of devel/gnomevfs2 is already installed 
(gnomevfs2-2.9.91)
  You may wish to ``make deinstall'' and install this port again
  by ``make reinstall'' to upgrade it properly.
  If you really wish to overwrite the old port of devel/gnomevfs2
  without deleting it first, set the variable FORCE_PKG_REGISTER
  in your environment or the make install command line.
*** Error code 1

Since i have run into this several times, i must be missing something 
substantial. What is it?

Regards,
--
Heinrich Rebehn
University of Bremen
Physics / Electrical and Electronics Engineering
- Department of Telecommunications -
Phone : +49/421/218-4664
Fax   :-3341
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Annoying ports problem

2005-02-17 Thread Davide Lemma
you're in the wrong way... to update all your ports you must use portupgrade 
from ports, but if you are sure what u'r doing simply add 
FORCE_PKG_REGISTER=yes in your /etc/make.conf but after time you could have 
some trouble in your PKGDB

bye Davide
- Original Message - 
From: Heinrich Rebehn [EMAIL PROTECTED]
To: freebsd-questions@freebsd.org
Sent: Thursday, February 17, 2005 10:45 AM
Subject: Annoying ports problem


Hi list,
I have run into an annoying problem several times when upgrading ports.
Say, if i want to upgrade gstreamer-plugins, i do:
# cd /usr/ports/multimedia/gstreamer-plugins
# make
This pulls in some dependencies, for example gnomevfs2. gnnomevfs2 will 
compile fine, but then stops because it wants to install gnomevfs2 instead 
of reinstalling it:

===   An older version of devel/gnomevfs2 is already installed 
(gnomevfs2-2.9.91)
  You may wish to ``make deinstall'' and install this port again
  by ``make reinstall'' to upgrade it properly.
  If you really wish to overwrite the old port of devel/gnomevfs2
  without deleting it first, set the variable FORCE_PKG_REGISTER
  in your environment or the make install command line.
*** Error code 1

Since i have run into this several times, i must be missing something 
substantial. What is it?

Regards,
--
Heinrich Rebehn
University of Bremen
Physics / Electrical and Electronics Engineering
- Department of Telecommunications -
Phone : +49/421/218-4664
Fax   :-3341
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]

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


Re: Annoying ports problem

2005-02-17 Thread Eric Kjeldergaard
On Thu, 17 Feb 2005 10:45:36 +0100, Heinrich Rebehn
[EMAIL PROTECTED] wrote:
 Hi list,
 
 I have run into an annoying problem several times when upgrading ports.
 
 Say, if i want to upgrade gstreamer-plugins, i do:
 
 # cd /usr/ports/multimedia/gstreamer-plugins
 # make
 
 This pulls in some dependencies, for example gnomevfs2. gnnomevfs2 will
 compile fine, but then stops because it wants to install gnomevfs2
 instead of reinstalling it:
 
 ===   An older version of devel/gnomevfs2 is already installed
 (gnomevfs2-2.9.91)
You may wish to ``make deinstall'' and install this port again
by ``make reinstall'' to upgrade it properly.
If you really wish to overwrite the old port of devel/gnomevfs2
without deleting it first, set the variable FORCE_PKG_REGISTER
in your environment or the make install command line.
 *** Error code 1
 
 Since i have run into this several times, i must be missing something
 substantial. What is it?

Just make will make the program and try to install it as if it were
the first time.  When it detects the older version, it will want you
to do make deinstall  make reinstall.  For upgrading ports, you
may want to look at /usr/ports/sysutils/portupgrade.


-- 
If I write a signature, my emails will appear more personalised.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Annoying ports problem

2005-02-17 Thread Heinrich Rebehn
Eric Kjeldergaard wrote:
On Thu, 17 Feb 2005 10:45:36 +0100, Heinrich Rebehn
[EMAIL PROTECTED] wrote:
Hi list,
I have run into an annoying problem several times when upgrading ports.
Say, if i want to upgrade gstreamer-plugins, i do:
# cd /usr/ports/multimedia/gstreamer-plugins
# make
This pulls in some dependencies, for example gnomevfs2. gnnomevfs2 will
compile fine, but then stops because it wants to install gnomevfs2
instead of reinstalling it:
===   An older version of devel/gnomevfs2 is already installed
(gnomevfs2-2.9.91)
  You may wish to ``make deinstall'' and install this port again
  by ``make reinstall'' to upgrade it properly.
  If you really wish to overwrite the old port of devel/gnomevfs2
  without deleting it first, set the variable FORCE_PKG_REGISTER
  in your environment or the make install command line.
*** Error code 1
Since i have run into this several times, i must be missing something
substantial. What is it?

Just make will make the program and try to install it as if it were
the first time.  When it detects the older version, it will want you
to do make deinstall  make reinstall.  For upgrading ports, you
may want to look at /usr/ports/sysutils/portupgrade.

It makes no difference wether i use make or portupgrade. As soon as 
ether of them decide that another package that the make candidate 
depends on, has to be upgraded, the error occurs with that package.

--
Heinrich Rebehn
University of Bremen
Physics / Electrical and Electronics Engineering
- Department of Telecommunications -
Phone : +49/421/218-4664
Fax   :-3341
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]