Re: Broken, orphaned port: how can I help?

2003-12-31 Thread Kris Kennaway
On Wed, Dec 31, 2003 at 11:34:59AM -0800, Matt Staroscik wrote: > > Yesterday I tried installing a port and found that it was broken though > not marked as such. The problems were simple -- simple enough that *I* got > it working! -- and I emailed the listed port maintainer with what I have > foun

Broken, orphaned port: how can I help?

2003-12-31 Thread Matt Staroscik
Yesterday I tried installing a port and found that it was broken though not marked as such. The problems were simple -- simple enough that *I* got it working! -- and I emailed the listed port maintainer with what I have found. Now, I haven't heard back, but I am not jumping to conclusions because

Re: portupgrade problem (was Re: orphaned port?)

2003-08-25 Thread paul
Joshua Oreman wrote: This is a VFAQ lately. You need FBSD 4.7 or better. No, you just need to install sysutils/pkg_install. I would suspect it's a POLA violation to require an upgrade to get around a new version of a utility program. -- Paul Beard whois

Re: portupgrade problem (was Re: orphaned port?)

2003-08-25 Thread Joshua Oreman
On Sat, Aug 23, 2003 at 04:05:05PM -0700 or thereabouts, paul beard wrote: > > I am having this problem as well on any port I try to install. I > have rebuilt pkgdb from scratch. > > > ===> Installing for p5-SNMP_Session-0.95 > ===> Generating temporary packing list > ===> Checking if net/

Re: orphaned port?

2003-08-24 Thread paul beard
Joe Marcus Clarke wrote: On Sat, 2003-08-23 at 20:56, paul beard wrote: Michelle wrote: On Saturday, August 23, 2003, at 05:03 PM, paul beard wrote: Michelle wrote: That was clear and the start of the jurney. Please update libtool either using portupgrade or do it by hand as you do before.

Re: orphaned port?

2003-08-24 Thread paul beard
Joe Marcus Clarke wrote: On Sat, 2003-08-23 at 20:56, paul beard wrote: Michelle wrote: On Saturday, August 23, 2003, at 05:03 PM, paul beard wrote: Michelle wrote: That was clear and the start of the jurney. Please update libtool either using portupgrade or do it by hand as you do before.

Re: orphaned port?

2003-08-24 Thread Joe Marcus Clarke
On Sat, 2003-08-23 at 20:56, paul beard wrote: > Michelle wrote: > > > > On Saturday, August 23, 2003, at 05:03 PM, paul beard wrote: > > > >> Michelle wrote: > >> > > > > That was clear and the start of the jurney. Please update libtool > either > using portupgrade or do

Re: orphaned port?

2003-08-24 Thread paul beard
Michelle wrote: On Saturday, August 23, 2003, at 05:03 PM, paul beard wrote: Michelle wrote: That was clear and the start of the jurney. Please update libtool either using portupgrade or do it by hand as you do before. Jens I still cannot upgrade libtool. I can run make, but when I run make

Re: orphaned port?

2003-08-24 Thread Kris Kennaway
On Sat, Aug 23, 2003 at 05:07:46PM -0700, Michelle wrote: > >>I still cannot upgrade libtool. I can run make, but when I run make > >>install I get the following error: > >> > >>===> Installing for libtool-1.3.5_1 > >>===> Generating temporary packing list > >>===> Checking if devel/libtool13

Re: orphaned port?

2003-08-24 Thread Michelle
On Saturday, August 23, 2003, at 05:03 PM, paul beard wrote: Michelle wrote: That was clear and the start of the jurney. Please update libtool either using portupgrade or do it by hand as you do before. Jens I still cannot upgrade libtool. I can run make, but when I run make install I get t

Re: orphaned port?

2003-08-24 Thread paul beard
Michelle wrote: That was clear and the start of the jurney. Please update libtool either using portupgrade or do it by hand as you do before. Jens I still cannot upgrade libtool. I can run make, but when I run make install I get the following error: ===> Installing for libtool-1.3.5_1 ===>

Re: orphaned port?

2003-08-24 Thread Michelle
On Saturday, August 23, 2003, at 05:00 PM, Kris Kennaway wrote: On Sat, Aug 23, 2003 at 04:51:40PM -0700, Michelle wrote: That was clear and the start of the jurney. Please update libtool either using portupgrade or do it by hand as you do before. Jens I still cannot upgrade libtool. I can run

Re: orphaned port?

2003-08-24 Thread Kris Kennaway
On Sat, Aug 23, 2003 at 04:51:40PM -0700, Michelle wrote: > >> > > > >That was clear and the start of the jurney. Please update libtool > >either > >using portupgrade or do it by hand as you do before. > > > >Jens > > > > > > I still cannot upgrade libtool. I can run make, but when I run make >

Re: orphaned port?

2003-08-24 Thread Simon Barner
> ===> Deinstalling for devel/libtool13 > *** Error code 1 > > Stop in /usr/ports/devel/libtool13. > > When I run pkg_version -v it tells me this port is orphaned: > > libtool-1.3.4_2 ? orphaned: devel/libtool Hi, just a wild guess: Did you try and fix your package datab

Re: orphaned port?

2003-08-23 Thread Michelle
That was clear and the start of the jurney. Please update libtool either using portupgrade or do it by hand as you do before. Jens I still cannot upgrade libtool. I can run make, but when I run make install I get the following error: ===> Installing for libtool-1.3.5_1 ===> Generating te

Re: orphaned port?

2003-08-23 Thread Bob Hall
On Sat, Aug 23, 2003 at 03:44:07PM -0700, Michelle wrote: > > > >You should run a 'make clean' everywhere you left it. You can find it > >using sth. like 'find /usr/ports -name "work"'. > > > >This should solve your problems. > > > I ran 'make clean' in all the directories that came up after runn

Re: orphaned port?

2003-08-23 Thread Jens Rehsack
Michelle wrote: You should run a 'make clean' everywhere you left it. You can find it using sth. like 'find /usr/ports -name "work"'. This should solve your problems. I ran 'make clean' in all the directories that came up after running 'find /usr/ports -name "work"'. Then I tried running make a

portupgrade problem (was Re: orphaned port?)

2003-08-23 Thread paul beard
===> Installing for ruby-1.6.8.2003.04.19 ===> Generating temporary packing list ===> Checking if lang/ruby16 already installed *** Error code 1 Stop in /usr/ports/lang/ruby16. *** Error code 1 I am having this problem as well on any port I try to install. I have rebuilt pkgdb from scratch.

Re: orphaned port?

2003-08-23 Thread Michelle
You should run a 'make clean' everywhere you left it. You can find it using sth. like 'find /usr/ports -name "work"'. This should solve your problems. I ran 'make clean' in all the directories that came up after running 'find /usr/ports -name "work"'. Then I tried running make again in the mys

Re: orphaned port?

2003-08-23 Thread Jens Rehsack
Michelle wrote: On Saturday, August 23, 2003, at 03:02 PM, Jens Rehsack wrote: Michelle wrote: On Saturday, August 23, 2003, at 02:44 PM, Jens Rehsack wrote: Michelle wrote: On Saturday, August 23, 2003, at 02:21 PM, Jens Rehsack wrote: Michelle wrote: [...] Jens, Thank you for the help. I

Re: orphaned port?

2003-08-23 Thread Michelle
On Saturday, August 23, 2003, at 03:02 PM, Jens Rehsack wrote: Michelle wrote: On Saturday, August 23, 2003, at 02:44 PM, Jens Rehsack wrote: Michelle wrote: On Saturday, August 23, 2003, at 02:21 PM, Jens Rehsack wrote: Michelle wrote: [...] Jens, Thank you for the help. I did not have portu

Re: orphaned port?

2003-08-23 Thread Jens Rehsack
Michelle wrote: On Saturday, August 23, 2003, at 02:44 PM, Jens Rehsack wrote: Michelle wrote: On Saturday, August 23, 2003, at 02:21 PM, Jens Rehsack wrote: Michelle wrote: [...] Jens, Thank you for the help. I did not have portupgrade installed and when I tried to run make in /usr/ports/sy

Re: orphaned port?

2003-08-23 Thread Michelle
On Saturday, August 23, 2003, at 02:44 PM, Jens Rehsack wrote: Michelle wrote: On Saturday, August 23, 2003, at 02:21 PM, Jens Rehsack wrote: Michelle wrote: [...] Jens, Thank you for the help. I did not have portupgrade installed and when I tried to run make in /usr/ports/sysutils/portupgrade

Re: orphaned port?

2003-08-23 Thread Jens Rehsack
Michelle wrote: On Saturday, August 23, 2003, at 02:21 PM, Jens Rehsack wrote: Michelle wrote: [...] Jens, Thank you for the help. I did not have portupgrade installed and when I tried to run make in /usr/ports/sysutils/portupgrade I received the following error: ===> Installing for ruby-1.6

Re: orphaned port?

2003-08-23 Thread Michelle
On Saturday, August 23, 2003, at 02:21 PM, Jens Rehsack wrote: Michelle wrote: [...] Jens, Thank you for the help. I did not have portupgrade installed and when I tried to run make in /usr/ports/sysutils/portupgrade I received the following error: ===> Installing for ruby-1.6.8.2003.04.19 ==

Re: orphaned port?

2003-08-23 Thread Jens Rehsack
Michelle wrote: [...] Jens, Thank you for the help. I did not have portupgrade installed and when I tried to run make in /usr/ports/sysutils/portupgrade I received the following error: ===> Installing for ruby-1.6.8.2003.04.19 ===> Generating temporary packing list ===> Checking if lang/r

Re: orphaned port?

2003-08-23 Thread Michelle
On Saturday, August 23, 2003, at 12:42 PM, Jens Rehsack wrote: Michelle wrote: I am trying to upgrade mysql-server and when I ran the make command, I received the following error: ===> Installing for libtool-1.3.5_1 ===> Generating temporary packing list ===> Checking if devel/libtool13 alrea

Re: orphaned port?

2003-08-23 Thread Jens Rehsack
Michelle wrote: I am trying to upgrade mysql-server and when I ran the make command, I received the following error: ===> Installing for libtool-1.3.5_1 ===> Generating temporary packing list ===> Checking if devel/libtool13 already installed *** Error code 1 Stop in /usr/ports/devel/libtool1

orphaned port?

2003-08-23 Thread Michelle
I am trying to upgrade mysql-server and when I ran the make command, I received the following error: ===> Installing for libtool-1.3.5_1 ===> Generating temporary packing list ===> Checking if devel/libtool13 already installed *** Error code 1 Stop in /usr/ports/devel/libtool13. *** Error cod

Re: Deleting orphaned port

2003-07-15 Thread Frank Reppin
Hello, On Tue, 15 Jul 2003, Kris Yates wrote: > Hello. Every once in a while I remember that the following is seen when > you exec "pkg_version -vv": > > 41upgrade-2000-11.01 > > Obviously, this machine has gone from 3.4 release to 4.8 stable over the > years. I tried pkg_delete and a couple of

Deleting orphaned port

2003-07-15 Thread Kris Yates
(standard disclaimer: please send replies to me since I cant check the list very often...) Hello. Every once in a while I remember that the following is seen when you exec "pkg_version -vv": 41upgrade-2000-11.01 Obviously, this machine has gone from 3.4 release to 4.8 stable over the years.