Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Feb 2009 11:42:09 -0900
From:      Mel <fbsd.questions@rachie.is-a-geek.net>
To:        freebsd-questions@freebsd.org
Cc:        Tankko <tankko@gmail.com>
Subject:   Re: Problems upgrading SpamAssassin
Message-ID:  <200902161142.09650.fbsd.questions@rachie.is-a-geek.net>
In-Reply-To: <7fec743f0902161219g2d7acadam5b61fe2de819a3e7@mail.gmail.com>
References:  <7fec743f0902160958j2d3af13dk31f7b5f296c5c9e4@mail.gmail.com> <200902161104.07445.fbsd.questions@rachie.is-a-geek.net> <7fec743f0902161219g2d7acadam5b61fe2de819a3e7@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Monday 16 February 2009 11:19:35 Tankko wrote:
> > If:
> > # grep 'Socket6.pm' /var/db/pkg/p5-Socket6*/+CONTENTS
> >
> > gives something with site_perl/5.8.8, you:
> > pkg_delete -f p5-Socket6-*
> >
> > Then go back to building what you were building.
> >
> > If the output is empty, then still do the pkg_delete -f, then install
> > p5-Socket6. Then run the above command again. If it's still empty, the
> > port doesn't install Socket6.pm and p5-IO-Socket-INET6 port is broken
> > because of it OR the pkg-plist for p5-Socket6 is broken. Either way a
> > send-pr(1) is needed.
> >
> > If the output is anything else, please list here.
>
> I ran the grep, and it did come back with site_perl/5.8.8, so I ran:
>
> pkg_delete -f p5-Socket6-*
> pkgdb -F
> portupgrade p5-Mail-SpamAssassin
>
> and I get the following errors:
>
> ---cut---
> Writing Makefile for IO::Socket::INET6
> ===>  Building for p5-IO-Socket-INET6-2.56
> cp lib/IO/Socket/INET6.pm blib/lib/IO/Socket/INET6.pm
> Manifying blib/man3/IO::Socket::INET6.3
> ===>  Installing for p5-IO-Socket-INET6-2.56
> ===>   p5-IO-Socket-INET6-2.56 depends on file:
> /usr/local/lib/perl5/site_perl/5.8.9/mach/Socket6.pm - found
> ===>   p5-IO-Socket-INET6-2.56 depends on file: /usr/local/bin/perl5.8.9 -
> found ===>   p5-IO-Socket-INET6-2.56 depends on file:
> /usr/local/bin/perl5.8.9 - found ===>   Generating temporary packing list
> ===>  Checking if net/p5-IO-INET6 already installed
> ===>   p5-IO-Socket-INET6-2.56 is already installed
>       You may wish to ``make deinstall'' and install this port again
>       by ``make reinstall'' to upgrade it properly.
>       If you really wish to overwrite the old port of net/p5-IO-INET6
>       without deleting it first, set the variable "FORCE_PKG_REGISTER"
>       in your environment or the "make install" command line.

Same issue, different package. Apparently perl-after-upgrade didn't do it's 
job.
I would:
portupgrade -f p5-*

Then go back to upgrade spamassasin.
-- 
Mel

Problem with today's modular software: they start with the modules
    and never get to the software part.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902161142.09650.fbsd.questions>