From owner-freebsd-questions@FreeBSD.ORG Mon Feb 16 20:19:35 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7EC96106567F for ; Mon, 16 Feb 2009 20:19:35 +0000 (UTC) (envelope-from tankko@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.173]) by mx1.freebsd.org (Postfix) with ESMTP id 4FFCC8FC2B for ; Mon, 16 Feb 2009 20:19:35 +0000 (UTC) (envelope-from tankko@gmail.com) Received: by wf-out-1314.google.com with SMTP id 27so2370713wfd.7 for ; Mon, 16 Feb 2009 12:19:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=VmgRQrvz9Q15OkxFgoirRp4L6A4TxGoRDr/TyVA2o8M=; b=jsL0f2lTBcOe1DlaIRUM34Zz/uyIiRyoIzYZRv2x1l65bkf6OZCd6PBILMMJ46H80f 5wUC51YkIqDsfnQxCKF2ShTjijYlCFYJaXKIDBQEwFwq/nZMevZ9LWW4ddG7llBCT1kt IRw8ABFT0ZHCWYMcaS1vZ4tz+gp8karrZXBv4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=EoglTaXOu/UfOtaG1NGnwjz9g30wwX59pgkd0U1nyC7Tb7c0lHfEX0JtU8EHXP9ncl hZ4QuYk0Yfm8P6UMkfPPt19ydrNv2DZpCq/mybvR48MmaIKIQs2ojyrias2uwT5TfUNR kuYLXjESruCmVmzxaXRzf/t/+QNAVfggDyz2o= MIME-Version: 1.0 Received: by 10.142.58.5 with SMTP id g5mr320477wfa.170.1234815575039; Mon, 16 Feb 2009 12:19:35 -0800 (PST) In-Reply-To: <200902161104.07445.fbsd.questions@rachie.is-a-geek.net> References: <7fec743f0902160958j2d3af13dk31f7b5f296c5c9e4@mail.gmail.com> <200902160945.07081.fbsd.questions@rachie.is-a-geek.net> <7fec743f0902161104m34682092r4c7b37fa705e1270@mail.gmail.com> <200902161104.07445.fbsd.questions@rachie.is-a-geek.net> Date: Mon, 16 Feb 2009 12:19:35 -0800 Message-ID: <7fec743f0902161219g2d7acadam5b61fe2de819a3e7@mail.gmail.com> From: Tankko To: Mel Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Problems upgrading SpamAssassin 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: Mon, 16 Feb 2009 20:19:36 -0000 > 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. *** Error code 1 Stop in /usr/ports/net/p5-IO-INET6. *** Error code 1 Stop in /usr/ports/dns/p5-Net-DNS. *** Error code 1 Stop in /usr/ports/dns/p5-Net-DNS. *** Error code 1 Stop in /usr/ports/mail/p5-Mail-SpamAssassin. *** Error code 1 Stop in /usr/ports/mail/p5-Mail-SpamAssassin.