From owner-freebsd-questions@FreeBSD.ORG Mon Feb 16 20:04:10 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 074E0106566B for ; Mon, 16 Feb 2009 20:04:10 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from mail.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id B67958FC1A for ; Mon, 16 Feb 2009 20:04:08 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (mail.lan.rachie.is-a-geek.net [192.168.2.101]) by mail.rachie.is-a-geek.net (Postfix) with ESMTP id 9B00AAFC208; Mon, 16 Feb 2009 11:04:07 -0900 (AKST) From: Mel To: freebsd-questions@freebsd.org Date: Mon, 16 Feb 2009 11:04:07 -0900 User-Agent: KMail/1.9.10 References: <7fec743f0902160958j2d3af13dk31f7b5f296c5c9e4@mail.gmail.com> <200902160945.07081.fbsd.questions@rachie.is-a-geek.net> <7fec743f0902161104m34682092r4c7b37fa705e1270@mail.gmail.com> In-Reply-To: <7fec743f0902161104m34682092r4c7b37fa705e1270@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200902161104.07445.fbsd.questions@rachie.is-a-geek.net> Cc: Tankko 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:04:10 -0000 On Monday 16 February 2009 10:04:43 Tankko wrote: > > We need the line that says: > > ===> p5-IO-INET6 depends on file > > > > That line is probably faulty. > > This is the closest thing I can find to p5-IO-INET6 in the build output. > > ===> Installing for p5-Net-DNS-0.65 > ===> p5-Net-DNS-0.65 depends on executable: ipcount - found > ===> p5-Net-DNS-0.65 depends on file: > /usr/local/lib/perl5/site_perl/5.8.9/Digest/HMAC_MD5.pm - found > ===> p5-Net-DNS-0.65 depends on file: > /usr/local/lib/perl5/site_perl/5.8.9/IO/Socket/INET6.pm - not found > ===> Verifying install for > /usr/local/lib/perl5/site_perl/5.8.9/IO/Socket/INET6.pm in > /usr/ports/net/p5-IO-INET6 > ===> Extracting for p5-IO-Socket-INET6-2.56 > => MD5 Checksum OK for IO-Socket-INET6-2.56.tar.gz. > => SHA256 Checksum OK for IO-Socket-INET6-2.56.tar.gz. > ===> p5-IO-Socket-INET6-2.56 depends on file: /usr/local/bin/perl5.8.9 - > found ===> Patching for p5-IO-Socket-INET6-2.56 > ===> 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/lib/perl5/site_perl/5.8.9/mach/Socket6.pm - not found 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. > This is what is listed in /etc/make.conf > > # added by use.perl 2009-02-16 09:12:57 > PERL_VER=5.8.9 > PERL_VERSION=5.8.9 That's correct. -- Mel Problem with today's modular software: they start with the modules and never get to the software part.