From owner-freebsd-questions@FreeBSD.ORG Thu Nov 15 07:48:34 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 237DD18C for ; Thu, 15 Nov 2012 07:48:34 +0000 (UTC) (envelope-from laszlo_danielisz@yahoo.com) Received: from nm3.bullet.mail.ird.yahoo.com (nm3.bullet.mail.ird.yahoo.com [77.238.189.60]) by mx1.freebsd.org (Postfix) with ESMTP id ED7748FC15 for ; Thu, 15 Nov 2012 07:48:32 +0000 (UTC) Received: from [77.238.189.230] by nm3.bullet.mail.ird.yahoo.com with NNFMP; 15 Nov 2012 07:48:31 -0000 Received: from [217.146.188.175] by tm11.bullet.mail.ird.yahoo.com with NNFMP; 15 Nov 2012 07:48:30 -0000 Received: from [127.0.0.1] by smtp143.mail.ird.yahoo.com with NNFMP; 15 Nov 2012 07:48:30 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1352965710; bh=xI3dxlAMRrLzVjxbIsJNzlqtl3ASnAJb1ThWY6juo3M=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Date:From:To:Cc:Message-ID:In-Reply-To:References:Subject:X-Mailer:MIME-Version:Content-Type; b=f/8UVxku135CT/bOT5VVuCVOwRuBWV8ES5BQVPu05zA8q2H6PTao/8P7viG8tTifkvyirrad3EEeXImZvRC4n2YmFipBm4Su+YWHg1SYPukuJH+Zd/Hae0y0g5GfWXKp9Hwg4AgWsl59ijxIU1ukl5CP7wLgkuPcLAZFXyv3/Ts= X-Yahoo-Newman-Id: 756469.64916.bm@smtp143.mail.ird.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: 8YK3b_AVM1k947Ms.20WLY5GYV_q.svItZuqQHRboMq.4zz Zn1X.4XDEDmUWCnAND9lcv9CbCUwl0Hh9D9OoSPd57unin5q1AUPhP7fAYV9 N1amNlkIjw7WIJOnsTS8RuG95bALaq0mEtfUQn.FBxQyP5ajCybYz9554UO6 .TS9L8hWYMLC7g16IavxXLB5TbtsNphjd6bVFtCwjFOOjm5segzPmPiRNrNO Wip.BlkuC5pG5mpDnXKaPxD8lCxONNwkI4nm6EL4cTHFEqqSh7KuOyny7VNm AIrs1KyAide0CPb5ylyL2xl2yR3dHLM2NGf0e49zoHAQ5_nF3eTfWbw04G.f Y_DJ5B24cA33rdAB.FN7X4NyfxpDN22RfuWYsSx.7KcmhICmlvEY22Ka5eFT LPmb.3qRCJvsGt1UV6_WbQ3Ax_yQOou8ylWQfzLy0cL9F0jW1gnkS5nRGCmh C.RLx0H5uCJf154baW1urCGhM0e97HPgCPkih1fUhBbthjWSvmFvSl47MPHD N95NagMboEGLvPIUOrcWTdjc- X-Yahoo-SMTP: QwgFOT2swBC9RbEk7L61j8D8oTJpwuBOkZBcLzY- Received: from [192.168.1.10] (laszlo_danielisz@89.133.21.244 with plain) by smtp143.mail.ird.yahoo.com with SMTP; 14 Nov 2012 23:48:30 -0800 PST Date: Thu, 15 Nov 2012 08:48:30 +0100 From: Laszlo Danielisz To: "=?utf-8?Q?freebsd-questions=40freebsd.org?=" Message-ID: <3B7F52B165FC48AB99B81B2588984BF5@yahoo.com> In-Reply-To: References: <1352964601.35262.YahooMailNeo@web160505.mail.bf1.yahoo.com> Subject: Re: perl, rrdtool issue X-Mailer: sparrow 1.6.4 (build 1176) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: Olivier Nicole X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Nov 2012 07:48:34 -0000 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 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-unsubscribe@freebsd.org (mailto:freebsd-questions-unsubscribe@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-unsubscribe@freebsd.org (mailto:freebsd-questions-unsubscribe@freebsd.org)" > >