Re: perl, rrdtool issue

2012-11-15 Thread Olivier Nicole
 Actually I did portupgrade -rf, and still have the issue with that
 bsdpan-RRDp-0.99.0.
 And because of that my munin isn't working, I'm getting email like:

 Can't locate Munin/Common/Defaults.pm in @INC (@INC contains:

It seems that you need to reinstall Munin, not RRDtool.

And from the error message, it still uses Perl 5.12

Olivier

 /usr/local/lib/perl5/5.12.4/BSDPAN
 /usr/local/lib/perl5/site_perl/5.12.4/mach
 /usr/local/lib/perl5/site_perl/5.12.4 /usr/local/lib/perl5/5.12.4/mach
 /usr/local/lib/perl5/5.12.4 .) at
 /usr/local/lib/perl5/site_perl/5.12.4/Munin/Master/Update.pm line 14.


 On 2012 November 15 Thursday at 8:37 AM, Olivier Nicole wrote:

 Laszlo,

 Yesterday I issued the following command which I regretted: portupgrade
 -CPy, and this little tool installed perl 5.12 while perl 5.10 was already
 on the system. Since then everything is messed up.
 Now I deleted perl 5.10 and reinstalled perl 5.10 and everything which
 depends on it and still have the following error:


 What I usually do is upgrading every Perl packages after I upgraded Perl.

 Something like portupgrade -R perl should do.

 Or do it manually, one port at a time if you are afraid to break something
 else.

 For having done it recently, from perl to rrdtool it's less than 10
 ports to get it back working.

 best regards,

 olivier

 # portversion -v
 [Updating the pkgdb format:bdb_btree in /var/db/pkg ... - 626 packages
 found (-1 +0) (...) done]
 Stale dependency: bsdpan-RRDp-0.99.0 -- perl-5.10.1_7 -- manually run
 'pkgdb -F' to fix, or specify -O to force.

 I tried pkgdb -F but it can't fix, also tried to delete rrdtool and
 reinstall, but still the same issue. I'm running 8.3-RELEASE-p3.

 Do you have any idea how to solve this issue?

 Thx!
 Laszlo
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

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


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


perl, rrdtool issue

2012-11-14 Thread Dánielisz László
Hi Guys,

Yesterday I issued the following command which I regretted: portupgrade -CPy, 
and this little tool installed perl 5.12 while perl 5.10 was already on the 
system. Since then everything is messed up.
Now I deleted perl 5.10 and reinstalled perl 5.10 and everything which depends 
on it and still have the following error:


# portversion -v
[Updating the pkgdb format:bdb_btree in /var/db/pkg ... - 626 packages found 
(-1 +0) (...) done]
Stale dependency: bsdpan-RRDp-0.99.0 -- perl-5.10.1_7 -- manually run 'pkgdb 
-F' to fix, or specify -O to force.

I tried pkgdb -F but it can't fix, also tried to delete rrdtool and reinstall, 
but still the same issue. I'm running 8.3-RELEASE-p3.

Do you have any idea how to solve this issue?

Thx!
Laszlo
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: perl, rrdtool issue

2012-11-14 Thread Olivier Nicole
Laszlo,

 Yesterday I issued the following command which I regretted: portupgrade -CPy, 
 and this little tool installed perl 5.12 while perl 5.10 was already on the 
 system. Since then everything is messed up.
 Now I deleted perl 5.10 and reinstalled perl 5.10 and everything which 
 depends on it and still have the following error:

What I usually do is upgrading every Perl packages after I upgraded Perl.

Something like portupgrade -R perl should do.

Or do it manually, one port at a time if you are afraid to break something else.

For having done it recently, from perl to rrdtool it's less than 10
ports to get it back working.

best regards,

olivier

 # portversion -v
 [Updating the pkgdb format:bdb_btree in /var/db/pkg ... - 626 packages 
 found (-1 +0) (...) done]
 Stale dependency: bsdpan-RRDp-0.99.0 -- perl-5.10.1_7 -- manually run 'pkgdb 
 -F' to fix, or specify -O to force.

 I tried pkgdb -F but it can't fix, also tried to delete rrdtool and 
 reinstall, but still the same issue. I'm running 8.3-RELEASE-p3.

 Do you have any idea how to solve this issue?

 Thx!
 Laszlo
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: perl, rrdtool issue

2012-11-14 Thread Laszlo Danielisz
Actually I did portupgrade -rf, and still have the issue with that 
bsdpan-RRDp-0.99.0.
And because of that my munin isn't working, I'm getting email like:

Can't locate Munin/Common/Defaults.pm in @INC (@INC contains: 
/usr/local/lib/perl5/5.12.4/BSDPAN /usr/local/lib/perl5/site_perl/5.12.4/mach 
/usr/local/lib/perl5/site_perl/5.12.4 /usr/local/lib/perl5/5.12.4/mach 
/usr/local/lib/perl5/5.12.4 .) at 
/usr/local/lib/perl5/site_perl/5.12.4/Munin/Master/Update.pm line 14.


On 2012 November 15 Thursday at 8:37 AM, Olivier Nicole wrote: 
 Laszlo,
 
  Yesterday I issued the following command which I regretted: portupgrade 
  -CPy, and this little tool installed perl 5.12 while perl 5.10 was already 
  on the system. Since then everything is messed up.
  Now I deleted perl 5.10 and reinstalled perl 5.10 and everything which 
  depends on it and still have the following error:
  
 
 
 What I usually do is upgrading every Perl packages after I upgraded Perl.
 
 Something like portupgrade -R perl should do.
 
 Or do it manually, one port at a time if you are afraid to break something 
 else.
 
 For having done it recently, from perl to rrdtool it's less than 10
 ports to get it back working.
 
 best regards,
 
 olivier
 
  # portversion -v
  [Updating the pkgdb format:bdb_btree in /var/db/pkg ... - 626 packages 
  found (-1 +0) (...) done]
  Stale dependency: bsdpan-RRDp-0.99.0 -- perl-5.10.1_7 -- manually run 
  'pkgdb -F' to fix, or specify -O to force.
  
  I tried pkgdb -F but it can't fix, also tried to delete rrdtool and 
  reinstall, but still the same issue. I'm running 8.3-RELEASE-p3.
  
  Do you have any idea how to solve this issue?
  
  Thx!
  Laszlo
  ___
  freebsd-questions@freebsd.org (mailto:freebsd-questions@freebsd.org) 
  mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org 
  (mailto:freebsd-questions-unsubscr...@freebsd.org)
  
 
 ___
 freebsd-questions@freebsd.org (mailto:freebsd-questions@freebsd.org) mailing 
 list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org 
 (mailto:freebsd-questions-unsubscr...@freebsd.org)
 
 


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