Re: neon port won't upgrade

2008-05-08 Thread RW
On Thu, 8 May 2008 14:25:43 -0600
Chad Perrin [EMAIL PROTECTED] wrote:

 Let me know if I should take this to the ports mailing list instead of
 the questions mailing list.
 
 This is my problem:
 
   # portupgrade neon-0.26.4
   ** Port directory not found: www/neon2
   ** Listing the failed packages (-:ignored / *:skipped / !:failed)
 - www/neon2 (port directory error)
 
 Does anyone have any troubleshooting tips for how I should deal with
 this?  This is the first time I've had a port fail to upgrade because
 it suddenly seems to have ceased existing.

It's in MOVED. I just deleted it, and  www/neon26 got installed when
I ran portmanager.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: neon port won't upgrade

2008-05-08 Thread Chad Perrin
On Thu, May 08, 2008 at 10:52:15PM +0200, Lars Kristiansen wrote:
 Chad Perrin skrev:
 Let me know if I should take this to the ports mailing list instead of
 the questions mailing list.
 
 This is my problem:
 
   # portupgrade neon-0.26.4
   ** Port directory not found: www/neon2
   ** Listing the failed packages (-:ignored / *:skipped / !:failed)
 - www/neon2 (port directory error)
 
 Does anyone have any troubleshooting tips for how I should deal with
 this?  This is the first time I've had a port fail to upgrade because it
 suddenly seems to have ceased existing.
 
 
 
 portupgrade -f -o www/neon26 neon
 
 seemed to work for me

Isn't this the sort of information that should be in /usr/ports/UPDATING?
In my case, there's nothing in that file that comes up when I search for
the string neon (without quotes).

Thanks for the help, by the way.  Pointing portupgrade at www/neon26
solved my problem.

-- 
CCD CopyWrite Chad Perrin [ http://ccd.apotheon.org ]
Ben Franklin: As we enjoy great Advantages from the Inventions of others
we should be glad of an Opportunity to serve others by any Invention of
ours, and this we should do freely and generously.


pgpbx8bVrVTOt.pgp
Description: PGP signature


Re: neon port won't upgrade

2008-05-08 Thread Lars Kristiansen

Chad Perrin skrev:

Let me know if I should take this to the ports mailing list instead of
the questions mailing list.

This is my problem:

  # portupgrade neon-0.26.4
  ** Port directory not found: www/neon2
  ** Listing the failed packages (-:ignored / *:skipped / !:failed)
- www/neon2 (port directory error)

Does anyone have any troubleshooting tips for how I should deal with
this?  This is the first time I've had a port fail to upgrade because it
suddenly seems to have ceased existing.




portupgrade -f -o www/neon26 neon

seemed to work for me

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


Re: neon port won't upgrade

2008-05-08 Thread Mitja
On Thursday 08 May 2008 15:25:43 Chad Perrin wrote:
 Let me know if I should take this to the ports mailing list instead of
 the questions mailing list.

 This is my problem:

   # portupgrade neon-0.26.4
   ** Port directory not found: www/neon2
   ** Listing the failed packages (-:ignored / *:skipped / !:failed)
 - www/neon2 (port directory error)

 Does anyone have any troubleshooting tips for how I should deal with
 this?  This is the first time I've had a port fail to upgrade because it
 suddenly seems to have ceased existing.

I have the same problem


-- 
QOTD:
It's a cold bowl of chili, when love don't work out.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: neon port won't upgrade

2008-05-08 Thread RW
On Thu, 8 May 2008 15:02:47 -0600
Chad Perrin [EMAIL PROTECTED] wrote:

 On Thu, May 08, 2008 at 10:52:15PM +0200, Lars Kristiansen wrote:

  
  portupgrade -f -o www/neon26 neon
  
  seemed to work for me
 
 Isn't this the sort of information that should be
 in /usr/ports/UPDATING? In my case, there's nothing in that file that
 comes up when I search for the string neon (without quotes).

Actually, isn't portupgrade supposed to handle moved origins
automatically? There's an  --ignore-moved option, and in the
script there's some code for finding the new origin at the top of the
function do_upgrade().
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: neon port won't upgrade

2008-05-08 Thread Dan Nelson
In the last episode (May 08), Chad Perrin said:
 On Thu, May 08, 2008 at 10:52:15PM +0200, Lars Kristiansen wrote:
  Chad Perrin skrev:
  Let me know if I should take this to the ports mailing list instead of
  the questions mailing list.
  
  This is my problem:
  
# portupgrade neon-0.26.4
** Port directory not found: www/neon2
** Listing the failed packages (-:ignored / *:skipped / !:failed)
  - www/neon2 (port directory error)
  
  Does anyone have any troubleshooting tips for how I should deal
  with this?  This is the first time I've had a port fail to upgrade
  because it suddenly seems to have ceased existing.
  
  portupgrade -f -o www/neon26 neon
  
  seemed to work for me
 
 Isn't this the sort of information that should be in
 /usr/ports/UPDATING? In my case, there's nothing in that file that
 comes up when I search for the string neon (without quotes).

Do you update your entire ports tree, or just certain subdirs?  My copy
of /usr/ports/MOVED ( rev 1.1591 ) has the following:

www/neon|www/neon26|2008-05-05|Moved to be able to integrate www/neon26

which portupgrade should have used to determine the new location of
the port.

-- 
Dan Nelson
[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: neon port won't upgrade

2008-05-08 Thread Lars Kristiansen

Dan Nelson skrev:

In the last episode (May 08), Chad Perrin said:

On Thu, May 08, 2008 at 10:52:15PM +0200, Lars Kristiansen wrote:

Chad Perrin skrev:

Let me know if I should take this to the ports mailing list instead of
the questions mailing list.

This is my problem:

 # portupgrade neon-0.26.4
 ** Port directory not found: www/neon2
 ** Listing the failed packages (-:ignored / *:skipped / !:failed)
   - www/neon2 (port directory error)

Does anyone have any troubleshooting tips for how I should deal
with this?  This is the first time I've had a port fail to upgrade
because it suddenly seems to have ceased existing.

portupgrade -f -o www/neon26 neon

seemed to work for me

Isn't this the sort of information that should be in
/usr/ports/UPDATING? In my case, there's nothing in that file that
comes up when I search for the string neon (without quotes).


Do you update your entire ports tree, or just certain subdirs?  My copy
of /usr/ports/MOVED ( rev 1.1591 ) has the following:

www/neon|www/neon26|2008-05-05|Moved to be able to integrate www/neon26

which portupgrade should have used to determine the new location of
the port.



If I understand this correctly from:
http://www.freebsd.org/cgi/cvsweb.cgi/ports/MOVED
http://www.freebsd.org/cgi/cvsweb.cgi/ports/MOVED.diff?r1=1.1586;r2=1.1587;f=h
http://www.freebsd.org/cgi/cvsweb.cgi/ports/MOVED.diff?r1=1.1587;r2=1.1588;f=h

The MOVED file was updated perhaps wrongly at first and then corrected.
So we who ran pkgdb -fF in the half a day before the correction would be 
thrown off in this case.


Question:
Would an additional line had solved it, like:
www/neon2|www/neon26|2008-05-05|Moved straight to www/neon26
?

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


Re: neon port won't upgrade

2008-05-08 Thread Chad Perrin
On Thu, May 08, 2008 at 11:00:12PM +0100, RW wrote:
 On Thu, 8 May 2008 15:02:47 -0600
 Chad Perrin [EMAIL PROTECTED] wrote:
 
  On Thu, May 08, 2008 at 10:52:15PM +0200, Lars Kristiansen wrote:
 
   
   portupgrade -f -o www/neon26 neon
   
   seemed to work for me
  
  Isn't this the sort of information that should be
  in /usr/ports/UPDATING? In my case, there's nothing in that file that
  comes up when I search for the string neon (without quotes).
 
 Actually, isn't portupgrade supposed to handle moved origins
 automatically? There's an  --ignore-moved option, and in the
 script there's some code for finding the new origin at the top of the
 function do_upgrade().

Good point.

-- 
CCD CopyWrite Chad Perrin [ http://ccd.apotheon.org ]
Phillip J. Haack: Productivity is not about speed. It's about velocity.
You can be fast, but if you're going in the wrong direction, you're not
helping anyone.


pgp8NgvtrZpRj.pgp
Description: PGP signature


Re: neon port won't upgrade

2008-05-08 Thread Chad Perrin
On Thu, May 08, 2008 at 05:07:47PM -0500, Dan Nelson wrote:
 In the last episode (May 08), Chad Perrin said:
  On Thu, May 08, 2008 at 10:52:15PM +0200, Lars Kristiansen wrote:
   Chad Perrin skrev:
   Let me know if I should take this to the ports mailing list instead of
   the questions mailing list.
   
   This is my problem:
   
 # portupgrade neon-0.26.4
 ** Port directory not found: www/neon2
 ** Listing the failed packages (-:ignored / *:skipped / !:failed)
   - www/neon2 (port directory error)
   
   Does anyone have any troubleshooting tips for how I should deal
   with this?  This is the first time I've had a port fail to upgrade
   because it suddenly seems to have ceased existing.
   
   portupgrade -f -o www/neon26 neon
   
   seemed to work for me
  
  Isn't this the sort of information that should be in
  /usr/ports/UPDATING? In my case, there's nothing in that file that
  comes up when I search for the string neon (without quotes).
 
 Do you update your entire ports tree, or just certain subdirs?  My copy
 of /usr/ports/MOVED ( rev 1.1591 ) has the following:
 
 www/neon|www/neon26|2008-05-05|Moved to be able to integrate www/neon26
 
 which portupgrade should have used to determine the new location of
 the port.

Now that I look at it, I see that MOVED does contain that line.  I wonder
why portupgrade didn't do its magic.

-- 
CCD CopyWrite Chad Perrin [ http://ccd.apotheon.org ]
Patrick J. LoPresti: Emacs has been replaced by a shell script which 1)
Generates a syslog message at level LOG_EMERG; 2) reduces the user's disk
quota by 100K; and 3) RUNS ED!!


pgpnnXCuzMLiC.pgp
Description: PGP signature