From owner-freebsd-questions@FreeBSD.ORG Thu Mar 23 16:16:38 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E719216A41F for ; Thu, 23 Mar 2006 16:16:38 +0000 (UTC) (envelope-from rr@rajarajan.homeunix.net) Received: from sccrmhc14.comcast.net (sccrmhc14.comcast.net [204.127.200.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADB2143D5C for ; Thu, 23 Mar 2006 16:16:37 +0000 (GMT) (envelope-from rr@rajarajan.homeunix.net) Received: from rajarajan.homeunix.net ([69.251.68.147]) by comcast.net (sccrmhc14) with ESMTP id <2006032316163601400c0urce>; Thu, 23 Mar 2006 16:16:37 +0000 Received: from rajarajan.homeunix.net (localhost [127.0.0.1]) by rajarajan.homeunix.net (8.13.4/8.13.4) with ESMTP id k2NGGZVn073202 for ; Thu, 23 Mar 2006 11:16:35 -0500 (EST) (envelope-from rr@rajarajan.homeunix.net) Received: (from rr@localhost) by rajarajan.homeunix.net (8.13.4/8.13.1/Submit) id k2NGGZIA073201 for freebsd-questions@freebsd.org; Thu, 23 Mar 2006 11:16:35 -0500 (EST) (envelope-from rr) Date: Thu, 23 Mar 2006 11:16:35 -0500 From: Rajarajan Rajamani To: freebsd-questions@freebsd.org Message-ID: <20060323161635.GB71342@rajarajan.homeunix.net> Mail-Followup-To: freebsd-questions@freebsd.org References: <20060323154205.GA71342@rajarajan.homeunix.net> <4422C701.3040104@scls.lib.wi.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4422C701.3040104@scls.lib.wi.us> User-Agent: Mutt/1.4.2.1i Organization: Rajarajan Rajamani, Laurel, MD 20723 X-Spam-Status: No, score=-4.4 required=4.4 tests=ALL_TRUSTED,BAYES_00 autolearn=unavailable version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on rajarajan.homeunix.net Subject: Re: help: fetchyahoo crash in perl on upgrading to 6.1-PRERELEASE #0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Mar 2006 16:16:39 -0000 On 10:04 Thu 23 Mar , Greg Barniskis wrote: > Rajarajan Rajamani wrote: > >I am having a crash when trying to use fetchyahoo. > >Prior to upgrading my box from 5.4 to 6.1 there was no problem. > >After upgrading to 6.1 (and cvsup'ing all the ports) > >I did a portupgrade -fa to recompile all of them. > >Now I am having the following problem > [snip] > > > > > >I have recompiled perl and all the ports that fetchyahoo uses but to no > >avail. > > > [snip] > > re: perl, did you perform the required perl-after-upgrade tasks (see > /usr/ports/UPDATING)? Perl going funky after a major upgrade is > often due to overlooking this. > > [snip] > Greg Barniskis, Computer Systems Integrator Yes - I forgot to mention it, but I did this too and perl-after-upgrade reported 0 packages moved since I had 5.8.8 before upgrading my OS from 5.4 to 6.1. None of the ports were upgraded since they were already up to date - that is why I thought portupgrade -fa would just cause them to use the new so files of 6.1 without causing any trouble. Other than this one - all my other perl scripts/tools are working ok. Rajarajan