Re: Various package/ports problems

2006-09-06 Thread Chris Whitehouse

Gerard Seibert wrote:

Chris Whitehouse wrote:


Dr. Jennifer Nussbaum wrote:


So now i can find out what version each port is, but that doesnt
help me know whether these are outdated, or to update them.
For that im still stuck on the Ruby core dump problem. I did 
reinstall portupgrade, ruby18, and the ruby-bdb thing, but sadly

i still get the same abort trap/core dump thing ive reported all
along. Is there any other way i can attack this last issue?

Thanks.

Jen
Have you tried portmanager (sysutils/portmanager)? The -s option just 
reports on what's required to upgrade.


Assuming you have a freshly updated ports tree, you could also just run
this little command:

 /usr/sbin/pkg_version -vIL=

It will display what needs to be updated very quickly. I think that
'portmanager' would be the best way to update the ports however.




Very useful and quick, but man pkg_version says the -I interrogates the 
INDEX file which in this case (I've lost previous posts) was corrupted 
or out of sync with the ports tree? In this case portmanager -s might 
give more accurate results even if it is a bit slow.


Chris


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


Re: Various package/ports problems

2006-09-05 Thread Chris Whitehouse

Dr. Jennifer Nussbaum wrote:


So now i can find out what version each port is, but that doesnt
help me know whether these are outdated, or to update them.
For that im still stuck on the Ruby core dump problem. I did 
reinstall portupgrade, ruby18, and the ruby-bdb thing, but sadly

i still get the same abort trap/core dump thing ive reported all
along. Is there any other way i can attack this last issue?

Thanks.

Jen


Have you tried portmanager (sysutils/portmanager)? The -s option just 
reports on what's required to upgrade.



Chris


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


Re: Various package/ports problems

2006-09-05 Thread Gerard Seibert
Chris Whitehouse wrote:

 Dr. Jennifer Nussbaum wrote:
 
  So now i can find out what version each port is, but that doesnt
  help me know whether these are outdated, or to update them.
  For that im still stuck on the Ruby core dump problem. I did 
  reinstall portupgrade, ruby18, and the ruby-bdb thing, but sadly
  i still get the same abort trap/core dump thing ive reported all
  along. Is there any other way i can attack this last issue?
  
  Thanks.
  
  Jen
 
 Have you tried portmanager (sysutils/portmanager)? The -s option just 
 reports on what's required to upgrade.

Assuming you have a freshly updated ports tree, you could also just run
this little command:

 /usr/sbin/pkg_version -vIL=

It will display what needs to be updated very quickly. I think that
'portmanager' would be the best way to update the ports however.


-- 
Gerard Seibert
[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: Various package/ports problems

2006-09-04 Thread Dr. Jennifer Nussbaum
Kris Kennaway [EMAIL PROTECTED] wrote: On Sun, Sep 03, 2006 at 06:31:18PM 
-0700, Dr. Jennifer Nussbaum wrote:
 Kris Kennaway  wrote: On Sun, Sep 03, 2006 at 05:58:36PM -0700, Dr. Jennifer 
 Nussbaum wrote:
  Kris Kennaway  wrote: On Mon, Aug 28, 2006 at 01:59:14PM -0700, Dr. 
  Jennifer Nussbaum wrote:
  
  Thanks, i CAN compile from the ports collection (i never wanted to use
   packages). Its MANAGING this that i cant do. I can update my ports tree
  fine, and i can go into ports directory and do a make install, sure.
  
  But i cant do portsversion to see what needs updating, and i cant do
  pkg_info to find out what versions i have. So doing something like
 
 Why not (in both cases)?As i posted in the original message - the main 
 question i was
 asking - both of these are broken in some way. Reposting:
 
 ---
 
 For example if i try to run portversion i get:
 
   undefined method `each' for nil:NilClass
   /usr/local/sbin/portversion:239: [BUG] Bus Error
 
 from Ruby (ruby 1.8.5 is up to date on the system).

: pkgdb -f

~ $ sudo pkgdb -f
~ $ portversion
undefined method `each' for nil:NilClass
/usr/local/sbin/portversion:239: [BUG] Bus Error
ruby 1.8.5 (2006-08-25) [i386-freebsd4]

Abort trap (core dumped)
~ $

 
 If i try to run pkg_info I quickly get:
 
   pkg_info: read_plist: bad command '@conflicts apache+ipv6-1.*'

: Deinstall the package that was built for a later version of 
: FreeBSD.

KrisHow do i tell which this is? Most of this box seems to be compiled
from ports, not installed packages. apache+ipv6 is not installed.

~ $ pkg_info
ImageMagick-nox11-6.0.2.7 Image processing tools
analog-6.0_1,1  An extremely fast program for analysing WWW logfiles
pkg_info: read_plist: bad command '@conflicts apache+ipv6-1.*'
~

I rebuilt analog from ports but that doesnt seem to be it.

Thanks for your continued help.

Jen


-
Get your own web address for just $1.99/1st yr. We'll help. Yahoo! Small 
Business.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Various package/ports problems

2006-09-04 Thread Kris Kennaway
On Mon, Sep 04, 2006 at 04:52:08AM -0700, Dr. Jennifer Nussbaum wrote:
 Kris Kennaway [EMAIL PROTECTED] wrote: On Sun, Sep 03, 2006 at 06:31:18PM 
 -0700, Dr. Jennifer Nussbaum wrote:
  Kris Kennaway  wrote: On Sun, Sep 03, 2006 at 05:58:36PM -0700, Dr. 
  Jennifer Nussbaum wrote:
   Kris Kennaway  wrote: On Mon, Aug 28, 2006 at 01:59:14PM -0700, Dr. 
   Jennifer Nussbaum wrote:
   
   Thanks, i CAN compile from the ports collection (i never wanted to use
packages). Its MANAGING this that i cant do. I can update my ports tree
   fine, and i can go into ports directory and do a make install, sure.
   
   But i cant do portsversion to see what needs updating, and i cant do
   pkg_info to find out what versions i have. So doing something like
  
  Why not (in both cases)?As i posted in the original message - the main 
  question i was
  asking - both of these are broken in some way. Reposting:
  
  ---
  
  For example if i try to run portversion i get:
  
undefined method `each' for nil:NilClass
/usr/local/sbin/portversion:239: [BUG] Bus Error
  
  from Ruby (ruby 1.8.5 is up to date on the system).
 
 : pkgdb -f
 
 ~ $ sudo pkgdb -f
 ~ $ portversion
 undefined method `each' for nil:NilClass
 /usr/local/sbin/portversion:239: [BUG] Bus Error
 ruby 1.8.5 (2006-08-25) [i386-freebsd4]
 
 Abort trap (core dumped)
 ~ $

Check the manpage, probably I meant pkgdb -fu

  If i try to run pkg_info I quickly get:
  
pkg_info: read_plist: bad command '@conflicts apache+ipv6-1.*'
 
 : Deinstall the package that was built for a later version of 
 : FreeBSD.
 
 KrisHow do i tell which this is? Most of this box seems to be compiled
 from ports, not installed packages. apache+ipv6 is not installed.
 
 ~ $ pkg_info
 ImageMagick-nox11-6.0.2.7 Image processing tools
 analog-6.0_1,1  An extremely fast program for analysing WWW logfiles
 pkg_info: read_plist: bad command '@conflicts apache+ipv6-1.*'
 ~
 
 I rebuilt analog from ports but that doesnt seem to be it.

grep -r @conflicts /var/db/pkg and remove all listed packages.

Kris


pgpIpriec72os.pgp
Description: PGP signature


Re: Various package/ports problems

2006-09-04 Thread Dr. Jennifer Nussbaum

Kris Kennaway [EMAIL PROTECTED] wrote: On Mon, Sep 04, 2006 at 04:52:08AM 
-0700, Dr. Jennifer Nussbaum wrote:

  For example if i try to run portversion i get:
  
undefined method `each' for nil:NilClass
/usr/local/sbin/portversion:239: [BUG] Bus Error
  
  from Ruby (ruby 1.8.5 is up to date on the system).
 
 : pkgdb -f
 
 ~ $ sudo pkgdb -f
 ~ $ portversion
 undefined method `each' for nil:NilClass
 /usr/local/sbin/portversion:239: [BUG] Bus Error
 ruby 1.8.5 (2006-08-25) [i386-freebsd4]
 
 Abort trap (core dumped)
 ~ $

::Check the manpage, probably I meant pkgdb -fu

Sorry, i dont understand what im checking hte manpage to
have it do. Running pkgdb -fu does rebuild the package 
database, but i get the same Bus Error thing from Ruby
as above.

  If i try to run pkg_info I quickly get:
  
pkg_info: read_plist: bad command '@conflicts apache+ipv6-1.*'
 
 : Deinstall the package that was built for a later version of 
 : FreeBSD.
 
 KrisHow do i tell which this is? Most of this box seems to be compiled
 from ports, not installed packages. apache+ipv6 is not installed.
 
 ~ $ pkg_info
 ImageMagick-nox11-6.0.2.7 Image processing tools
 analog-6.0_1,1  An extremely fast program for analysing WWW logfiles
 pkg_info: read_plist: bad command '@conflicts apache+ipv6-1.*'
 ~

::grep -r @conflicts /var/db/pkg and remove all listed packages.

Kris
Which listed packages? The output of this grep looks like:
/var/db/pkg/mysql-server-4.1.20/+CONTENTS:@conflicts mysql-server-3.*
/var/db/pkg/mysql-server-4.1.20/+CONTENTS:@conflicts mysql-server-4.[02-9].*
/var/db/pkg/mysql-server-4.1.20/+CONTENTS:@conflicts mysql-server-5.*

But i dont want to remove mysql-server-4.1.20, because this seems
to be the version that is actively running on this machine, and i dont
want to disable it. Same for apache+mod_ssl, which accounts for
alot of the other conflicts.

Also, when i try to delete one of the ports that seemed less
critical, even that didnt work:
~ $ sudo pkg_delete -f jade-1.2.1_9
pkg_delete: package 'jade-1.2.1_9' is required by these other packages
and may not be deinstalled (but I'll delete it anyway):
sgmlformat-1.7_2
pkg_delete: read_plist: bad command '@conflicts sp-1.*'
~

...and jade-1.2.1_9 is still there.

Thank you again for your continued attention, Kris.

Jen



 __
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Various package/ports problems

2006-09-04 Thread Kris Kennaway
On Mon, Sep 04, 2006 at 02:00:20PM -0700, Dr. Jennifer Nussbaum wrote:
 
 Kris Kennaway [EMAIL PROTECTED] wrote: On Mon, Sep 04, 2006 at 04:52:08AM 
 -0700, Dr. Jennifer Nussbaum wrote:
 
   For example if i try to run portversion i get:
   
 undefined method `each' for nil:NilClass
 /usr/local/sbin/portversion:239: [BUG] Bus Error
   
   from Ruby (ruby 1.8.5 is up to date on the system).
  
  : pkgdb -f
  
  ~ $ sudo pkgdb -f
  ~ $ portversion
  undefined method `each' for nil:NilClass
  /usr/local/sbin/portversion:239: [BUG] Bus Error
  ruby 1.8.5 (2006-08-25) [i386-freebsd4]
  
  Abort trap (core dumped)
  ~ $
 
 ::Check the manpage, probably I meant pkgdb -fu
 
 Sorry, i dont understand what im checking hte manpage to
 have it do. Running pkgdb -fu does rebuild the package 
 database, but i get the same Bus Error thing from Ruby
 as above.

Running which version of portupgrade?  Also try 'cd /usr/ports; make
fetchindex' first.

   If i try to run pkg_info I quickly get:
   
 pkg_info: read_plist: bad command '@conflicts apache+ipv6-1.*'
  
  : Deinstall the package that was built for a later version of 
  : FreeBSD.
  
  KrisHow do i tell which this is? Most of this box seems to be compiled
  from ports, not installed packages. apache+ipv6 is not installed.
  
  ~ $ pkg_info
  ImageMagick-nox11-6.0.2.7 Image processing tools
  analog-6.0_1,1  An extremely fast program for analysing WWW logfiles
  pkg_info: read_plist: bad command '@conflicts apache+ipv6-1.*'
  ~
 
 ::grep -r @conflicts /var/db/pkg and remove all listed packages.
 
 Kris
 Which listed packages? The output of this grep looks like:
 /var/db/pkg/mysql-server-4.1.20/+CONTENTS:@conflicts mysql-server-3.*
 /var/db/pkg/mysql-server-4.1.20/+CONTENTS:@conflicts mysql-server-4.[02-9].*
 /var/db/pkg/mysql-server-4.1.20/+CONTENTS:@conflicts mysql-server-5.*
 
 But i dont want to remove mysql-server-4.1.20, because this seems
 to be the version that is actively running on this machine, and i dont
 want to disable it. Same for apache+mod_ssl, which accounts for
 alot of the other conflicts.

You need to recognize that you've got the system into a damaged state
already, so it's going to take further intrusive work to repair it.

 Also, when i try to delete one of the ports that seemed less
 critical, even that didnt work:
 ~ $ sudo pkg_delete -f jade-1.2.1_9
 pkg_delete: package 'jade-1.2.1_9' is required by these other packages
 and may not be deinstalled (but I'll delete it anyway):
 sgmlformat-1.7_2
 pkg_delete: read_plist: bad command '@conflicts sp-1.*'
 ~
 
 ...and jade-1.2.1_9 is still there.
 
 Thank you again for your continued attention, Kris.

What happens if you try to reinstall it from the port, setting
FORCE_PKG_REGISTER?

Kris


pgpNESpPRao4Z.pgp
Description: PGP signature


Re: Various package/ports problems

2006-09-04 Thread Dr. Jennifer Nussbaum


Kris Kennaway [EMAIL PROTECTED] wrote: On Mon, Sep 04, 2006 at 02:00:20PM 
-0700, Dr. Jennifer Nussbaum wrote:

Kris Check the manpage, probably I meant pkgdb -fu
 
 Sorry, i dont understand what im checking hte manpage to
 have it do. Running pkgdb -fu does rebuild the package 
 database, but i get the same Bus Error thing from Ruby
 as above.

Kris: Running which version of portupgrade?  Also try 'cd 
 /usr/ports; make
 fetchindex' first.

No difference; its portupgrade version 2.0.1 (as reported
by portupgrade --version).

 But i dont want to remove mysql-server-4.1.20, because this seems
 to be the version that is actively running on this machine, and i dont
 want to disable it. Same for apache+mod_ssl, which accounts for
 alot of the other conflicts.

 Kris: You need to recognize that you've got the system into a 
damaged state
 already, so it's going to take further intrusive work to repair it.

True. But the system does WORK now, and id rather not
make it NOT WORK in the process of making it easier to
upgrade ports.

 Also, when i try to delete one of the ports that seemed less
 critical, even that didnt work:
 ~ $ sudo pkg_delete -f jade-1.2.1_9
 pkg_delete: package 'jade-1.2.1_9' is required by these other packages
 and may not be deinstalled (but I'll delete it anyway):
 sgmlformat-1.7_2
 pkg_delete: read_plist: bad command '@conflicts sp-1.*'
 ~
 
 ...and jade-1.2.1_9 is still there.
 
 Thank you again for your continued attention, Kris.

 Kris: What happens if you try to reinstall it from the port, setting
FORCE_PKG_REGISTER?
Oh yes! This does work. After this worked i went and reinstalled
all the ports listed, and now pkg_info (and pkg_delete, etc.) is working 
correctly. Thanks!
Something working at last.

So now i can find out what version each port is, but that doesnt
help me know whether these are outdated, or to update them.
For that im still stuck on the Ruby core dump problem. I did 
reinstall portupgrade, ruby18, and the ruby-bdb thing, but sadly
i still get the same abort trap/core dump thing ive reported all
along. Is there any other way i can attack this last issue?

Thanks.

Jen


-
Get your own web address for just $1.99/1st yr. We'll help. Yahoo! Small 
Business.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Various package/ports problems

2006-09-04 Thread Kris Kennaway
On Mon, Sep 04, 2006 at 08:57:51PM -0700, Dr. Jennifer Nussbaum wrote:
 
 
 Kris Kennaway [EMAIL PROTECTED] wrote: On Mon, Sep 04, 2006 at 02:00:20PM 
 -0700, Dr. Jennifer Nussbaum wrote:
 
 Kris Check the manpage, probably I meant pkgdb -fu
  
  Sorry, i dont understand what im checking hte manpage to
  have it do. Running pkgdb -fu does rebuild the package 
  database, but i get the same Bus Error thing from Ruby
  as above.
 
 Kris: Running which version of portupgrade?  Also try 'cd 
  /usr/ports; make
  fetchindex' first.
 
 No difference; its portupgrade version 2.0.1 (as reported
 by portupgrade --version).

You'll have to report this to the author.

  Kris: What happens if you try to reinstall it from the port, setting
 FORCE_PKG_REGISTER?
 Oh yes! This does work. After this worked i went and reinstalled
 all the ports listed, and now pkg_info (and pkg_delete, etc.) is working 
 correctly. Thanks!
 Something working at last.

Glad to hear it :)

Kris


pgp0BiVQc0oxI.pgp
Description: PGP signature


Re: Various package/ports problems

2006-09-03 Thread Dr. Jennifer Nussbaum
Kris Kennaway [EMAIL PROTECTED] wrote: On Mon, Aug 28, 2006 at 01:59:14PM 
-0700, Dr. Jennifer Nussbaum wrote:

 I wish i could, but i dont have physical access to the machine - its
 in a remote location with no serial console. So if anything gets 
 messed up during an upgrade, im in a hell of a lot of trouble.
 
 I dont know when i'll be able to fix this problem so until i can upgrade
 the OS i at least want to keep the rest of it up to date.

The packages are compiled for 4.11-stable and do not work with systems
much older than this (e.g. 4.8, as you discovered).  You might have
more luck compiling from the ports collection, although that too only
supports 4.11 officially (and modern releases, of course).
Thanks, i CAN compile from the ports collection (i never wanted to use
 packages). Its MANAGING this that i cant do. I can update my ports tree
fine, and i can go into ports directory and do a make install, sure.

But i cant do portsversion to see what needs updating, and i cant do
pkg_info to find out what versions i have. So doing something like
upgrading Perl and all it's dependencies--wow what a nightmare that
would be.

But for another way of fixing the problem, is there any trustworthy
way i can do a clean install of 6.1 on a box i dont have access to? I
can backup everything offsite and ship a CD or an external drive to
the facility, if there is some way i can be assured of getting back into
the box after some install procedure is run by a tech there.

Jen

 __
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Various package/ports problems

2006-09-03 Thread Kris Kennaway
On Sun, Sep 03, 2006 at 05:58:36PM -0700, Dr. Jennifer Nussbaum wrote:
 Kris Kennaway [EMAIL PROTECTED] wrote: On Mon, Aug 28, 2006 at 01:59:14PM 
 -0700, Dr. Jennifer Nussbaum wrote:
 
  I wish i could, but i dont have physical access to the machine - its
  in a remote location with no serial console. So if anything gets 
  messed up during an upgrade, im in a hell of a lot of trouble.
  
  I dont know when i'll be able to fix this problem so until i can upgrade
  the OS i at least want to keep the rest of it up to date.
 
 The packages are compiled for 4.11-stable and do not work with systems
 much older than this (e.g. 4.8, as you discovered).  You might have
 more luck compiling from the ports collection, although that too only
 supports 4.11 officially (and modern releases, of course).
 Thanks, i CAN compile from the ports collection (i never wanted to use
  packages). Its MANAGING this that i cant do. I can update my ports tree
 fine, and i can go into ports directory and do a make install, sure.
 
 But i cant do portsversion to see what needs updating, and i cant do
 pkg_info to find out what versions i have. So doing something like

Why not (in both cases)?

 upgrading Perl and all it's dependencies--wow what a nightmare that
 would be.
 
 But for another way of fixing the problem, is there any trustworthy
 way i can do a clean install of 6.1 on a box i dont have access to? I
 can backup everything offsite and ship a CD or an external drive to
 the facility, if there is some way i can be assured of getting back into
 the box after some install procedure is run by a tech there.

You can do an 'upgrade install' from the install media...it's
something you should definitely practise on a local system first
though (not because it's hard, but so you know what you're doing).

Kris


pgpj5Q9Ob5X3S.pgp
Description: PGP signature


Re: Various package/ports problems

2006-09-03 Thread Dr. Jennifer Nussbaum
Kris Kennaway [EMAIL PROTECTED] wrote: On Sun, Sep 03, 2006 at 05:58:36PM 
-0700, Dr. Jennifer Nussbaum wrote:
 Kris Kennaway  wrote: On Mon, Aug 28, 2006 at 01:59:14PM -0700, Dr. Jennifer 
 Nussbaum wrote:
 
 Thanks, i CAN compile from the ports collection (i never wanted to use
  packages). Its MANAGING this that i cant do. I can update my ports tree
 fine, and i can go into ports directory and do a make install, sure.
 
 But i cant do portsversion to see what needs updating, and i cant do
 pkg_info to find out what versions i have. So doing something like

Why not (in both cases)?As i posted in the original message - the main 
question i was
asking - both of these are broken in some way. Reposting:

---

For example if i try to run portversion i get:

  undefined method `each' for nil:NilClass
  /usr/local/sbin/portversion:239: [BUG] Bus Error

from Ruby (ruby 1.8.5 is up to date on the system).

If i try to run pkg_info I quickly get:

  pkg_info: read_plist: bad command '@conflicts apache+ipv6-1.*'

(i googled for similar problems and there were a few other reports

of this, with other packages, but no suggestion of how to fix them.)

---

I manually updated Ruby and portupgrade (by updating my ports
tree and going into their /usr/ports directories and doing make install)
with no change.

This is what i am trying to solve.

Thanks.

Jen


-
Get your own web address for just $1.99/1st yr. We'll help. Yahoo! Small 
Business.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Various package/ports problems

2006-09-03 Thread Kris Kennaway
On Sun, Sep 03, 2006 at 06:31:18PM -0700, Dr. Jennifer Nussbaum wrote:
 Kris Kennaway [EMAIL PROTECTED] wrote: On Sun, Sep 03, 2006 at 05:58:36PM 
 -0700, Dr. Jennifer Nussbaum wrote:
  Kris Kennaway  wrote: On Mon, Aug 28, 2006 at 01:59:14PM -0700, Dr. 
  Jennifer Nussbaum wrote:
  
  Thanks, i CAN compile from the ports collection (i never wanted to use
   packages). Its MANAGING this that i cant do. I can update my ports tree
  fine, and i can go into ports directory and do a make install, sure.
  
  But i cant do portsversion to see what needs updating, and i cant do
  pkg_info to find out what versions i have. So doing something like
 
 Why not (in both cases)?As i posted in the original message - the main 
 question i was
 asking - both of these are broken in some way. Reposting:
 
 ---
 
 For example if i try to run portversion i get:
 
   undefined method `each' for nil:NilClass
   /usr/local/sbin/portversion:239: [BUG] Bus Error
 
 from Ruby (ruby 1.8.5 is up to date on the system).

pkgdb -f

 
 If i try to run pkg_info I quickly get:
 
   pkg_info: read_plist: bad command '@conflicts apache+ipv6-1.*'
 
 (i googled for similar problems and there were a few other reports
 
 of this, with other packages, but no suggestion of how to fix them.)

Deinstall the package that was built for a later version of FreeBSD.

Kris

pgpOQzObD7MKY.pgp
Description: PGP signature


Re: Various package/ports problems

2006-08-30 Thread Nikos Vassiliadis
On Monday 28 August 2006 23:59, Dr. Jennifer Nussbaum wrote:
 Gerard Seibert [EMAIL PROTECTED] wrote: On Mon, 28 Aug 2006, Dr. 
Jennifer Nussbaum wrote:
  Hi,
 
  I inherited a FreeBSD 4.8 box that had a lot of out of date ports on it.
  in trying to fix some of this, i seem to have screwed up the package or
  ports system in a way i cant manage to fix.

 That is really quite an old version of FSBD. If possible, I think you
 would be well served by updating to the latest version - 6.1 - if
 possible.

 I may be wrong, but I do not believe that there is a lot of support for
 that version anymore.


There is some support...

 I wish i could, but i dont have physical access to the machine - its
 in a remote location with no serial console. So if anything gets
 messed up during an upgrade, im in a hell of a lot of trouble.


I suppose, you can update to 4.11-STABLE without physical access
to the machine. I suppose it will work. Then you could use binary
packages(pkg_add -r something). Packages are built for 4-STABLE.
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4-stable/

 I dont know when i'll be able to fix this problem so until i can upgrade
 the OS i at least want to keep the rest of it up to date.

Why don't you use cvs to get your ports tree up to date?
and then build everything you want?


 Jen.


 -
 Do you Yahoo!?
  Everyone is raving about the  all-new Yahoo! Mail.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

-- 

Νικόλαος Βασιλειάδης
Τεχνικός Δικτύου

Teledome SA
Φιλαρέτου 10  Δοϊράνης Καλλιθέα 176 72
Τηλ.: 210 955 1500
Φάξ: 210 956 3882

e-mail:[EMAIL PROTECTED]
http://www.teledome.gr


This e-mail is confidential. If you are not the intended recipient, you
should not copy it, re-transmit it, use it or disclose its contents, but
should return it to the sender immediately and delete the copy from your
system. TELEDOME SA is not responsible for, nor endorses, any opinion,
recommendation, conclusion, solicitation, offer or agreement or any
information contained in this communication. TELEDOME SA cannot accept any
responsibility for the accuracy or completeness of this message as it has
been transmitted over a public network. If you suspect that the message may
have been intercepted or amended, please contact the sender.

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


Re: Various package/ports problems

2006-08-30 Thread Kris Kennaway
On Mon, Aug 28, 2006 at 01:59:14PM -0700, Dr. Jennifer Nussbaum wrote:

 I wish i could, but i dont have physical access to the machine - its
 in a remote location with no serial console. So if anything gets 
 messed up during an upgrade, im in a hell of a lot of trouble.
 
 I dont know when i'll be able to fix this problem so until i can upgrade
 the OS i at least want to keep the rest of it up to date.

The packages are compiled for 4.11-stable and do not work with systems
much older than this (e.g. 4.8, as you discovered).  You might have
more luck compiling from the ports collection, although that too only
supports 4.11 officially (and modern releases, of course).

Kris


pgpGbuUs7AIkx.pgp
Description: PGP signature


Re: Various package/ports problems

2006-08-28 Thread Gerard Seibert

On Mon, 28 Aug 2006, Dr. Jennifer Nussbaum wrote:


Hi,

I inherited a FreeBSD 4.8 box that had a lot of out of date ports on it. in
trying to fix some of this, i seem to have screwed up the package or
ports system in a way i cant manage to fix.

For example if i try to run portversion i get:

 undefined method `each' for nil:NilClass
 /usr/local/sbin/portversion:239: [BUG] Bus Error

from Ruby (ruby 1.8.5 is up to date on the system).

If i try to run pkg_info I quickly get:

 pkg_info: read_plist: bad command '@conflicts apache+ipv6-1.*'

(i googled for similar problems and there were a few other reports
of this, with other packages, but no suggestion of how to fix them.)

If i try to rebuild my ports index, I get

 gnopernicus-0.12.0: /usr/ports/accessibility/gnome-speech non-existent --
 dependency list incomplete

and nothing will go further.

How can i get all of this sorted? i was really hoping to be able to update
most of this sytem but now i cant even get started to find out what needs it :-(

Jen


That is really quite an old version of FSBD. If possible, I think you 
would be well served by updating to the latest version - 6.1 - if 
possible.


I may be wrong, but I do not believe that there is a lot of support for 
that version anymore.


--
Gerard Seibert
[EMAIL PROTECTED]

Has anyone ever tasted an end?  Are they really bitter?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Various package/ports problems

2006-08-28 Thread Garrett Cooper

On Aug 28, 2006, at 1:21 PM, Gerard Seibert wrote:


On Mon, 28 Aug 2006, Dr. Jennifer Nussbaum wrote:


Hi,

I inherited a FreeBSD 4.8 box that had a lot of out of date ports  
on it. in

trying to fix some of this, i seem to have screwed up the package or
ports system in a way i cant manage to fix.

For example if i try to run portversion i get:

 undefined method `each' for nil:NilClass
 /usr/local/sbin/portversion:239: [BUG] Bus Error

from Ruby (ruby 1.8.5 is up to date on the system).

If i try to run pkg_info I quickly get:

 pkg_info: read_plist: bad command '@conflicts apache+ipv6-1.*'

(i googled for similar problems and there were a few other reports
of this, with other packages, but no suggestion of how to fix them.)

If i try to rebuild my ports index, I get

 gnopernicus-0.12.0: /usr/ports/accessibility/gnome-speech non- 
existent --

 dependency list incomplete

and nothing will go further.

How can i get all of this sorted? i was really hoping to be able  
to update
most of this sytem but now i cant even get started to find out  
what needs it :-(


Jen


That is really quite an old version of FSBD. If possible, I think  
you would be well served by updating to the latest version - 6.1 -  
if possible.


I may be wrong, but I do not believe that there is a lot of support  
for that version anymore.


--
Gerard Seibert
[EMAIL PROTECTED]

Has anyone ever tasted an end?  Are they really bitter?


Version 4.x is no longer supported by FreeBSD at all. I suggest  
either reinstalling FreeBSD 5.4 or just install 6.1.

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


Re: Various package/ports problems

2006-08-28 Thread Dr. Jennifer Nussbaum


Gerard Seibert [EMAIL PROTECTED] wrote: On Mon, 28 Aug 2006, Dr. Jennifer 
Nussbaum wrote:

 Hi,

 I inherited a FreeBSD 4.8 box that had a lot of out of date ports on it. in
 trying to fix some of this, i seem to have screwed up the package or
 ports system in a way i cant manage to fix.


That is really quite an old version of FSBD. If possible, I think you 
would be well served by updating to the latest version - 6.1 - if 
possible.

I may be wrong, but I do not believe that there is a lot of support for 
that version anymore.

I wish i could, but i dont have physical access to the machine - its
in a remote location with no serial console. So if anything gets 
messed up during an upgrade, im in a hell of a lot of trouble.

I dont know when i'll be able to fix this problem so until i can upgrade
the OS i at least want to keep the rest of it up to date.

Jen.


-
Do you Yahoo!?
 Everyone is raving about the  all-new Yahoo! Mail.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Various package/ports problems

2006-08-28 Thread Bill Moran
In response to Garrett Cooper [EMAIL PROTECTED]:
 
 Version 4.x is no longer supported by FreeBSD at all. I suggest  
 either reinstalling FreeBSD 5.4 or just install 6.1.

That's a bit of an exaggeration.
http://security.freebsd.org/#adv

FreeBSD 4.11 and 4-STABLE are officially supported until Jan 2007.

although 4.8 hasn't been supported in quite a while.

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


Re: Various package/ports problems

2006-08-28 Thread Ahmad Arafat Abdullah
Gosh..
I'm still enjoying my 4.11 prod box ( most of it ).. well time to think abt 
migration?



 - Original Message -
 From: Bill Moran [EMAIL PROTECTED]
 To: Garrett Cooper [EMAIL PROTECTED]
 Subject: Re: Various package/ports problems
 Date: Mon, 28 Aug 2006 17:01:33 -0400
 
 
 In response to Garrett Cooper [EMAIL PROTECTED]:
 
  Version 4.x is no longer supported by FreeBSD at all. I suggest  
  either reinstalling FreeBSD 5.4 or just install 6.1.
 
 That's a bit of an exaggeration.
 http://security.freebsd.org/#adv
 
 FreeBSD 4.11 and 4-STABLE are officially supported until Jan 2007.
 
 although 4.8 hasn't been supported in quite a while.
 
 --
 Bill Moran
 Collaborative Fusion Inc.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]




-- 
___
Play 100s of games for FREE! http://games.mail.com/

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