From owner-freebsd-questions@FreeBSD.ORG Tue Mar 9 16:04:46 2004 Return-Path: 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 7938116A4CE for ; Tue, 9 Mar 2004 16:04:46 -0800 (PST) Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id B603743D1F for ; Tue, 9 Mar 2004 16:04:45 -0800 (PST) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) i2A04f05005532 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 10 Mar 2004 00:04:41 GMT (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i2A04fnR005531; Wed, 10 Mar 2004 00:04:41 GMT (envelope-from matthew) Date: Wed, 10 Mar 2004 00:04:40 +0000 From: Matthew Seaman To: Sven Hohage Message-ID: <20040310000440.GC3671@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman , Sven Hohage , freebsd-questions@freebsd.org References: <404C214B.8050303@muenster.de> <20040308101311.GB2081@happy-idiot-talk.infracaninophile.co.uk> <404E537D.1040704@muenster.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="DSayHWYpDlRfCAAQ" Content-Disposition: inline In-Reply-To: <404E537D.1040704@muenster.de> User-Agent: Mutt/1.5.6i X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk X-Virus-Scanned: clamd / ClamAV version devel-20040304, clamav-milter version 0.67j cc: freebsd-questions@freebsd.org Subject: Re: Java installation: pdmu not found X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2004 00:04:46 -0000 --DSayHWYpDlRfCAAQ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Mar 10, 2004 at 12:30:05AM +0100, Sven Hohage wrote: > I've tried your detailed descriptions. > Unfortunately portupgrade -a stopped with libxml2 not being up to date. > My Portupgrade also had a mistake(probably with ruby) and I followed the= =20 > advice in /usr/ports/UPDATING. > I've upgraded perl to 5.8 and deinstalled Perl 5.61 . > Also libxml2 was updated. > But when I now try to portupgrade -ra p5-DBI complaints about not=20 > finding perl-5.6.1. > It tries to fetch the 5.61 files (time out of date) but can't get them. > Well what should I do now. > Deinstall Perl 5.8? > In the UPDATING text it seems to that the dependencies are solved.. So, apart from the problem with perl, everything else has managed to update OK? That's good. You should run 'pkgdb -F' to make sure all of the dependency settings are correct in your package database. =20 perl is a particular problem when you update to a different base version. That's primarily because all of the modules get installed into a directory labelled with the perl version number. The @PERLINC array should be set automatically to account for that, but I find that it's best to recompile all of the perl modules etc. so they get installed by the updated version of perl. Here's a slightly hackish way to do that: # portupgrade -f \ `find /usr/local/lib/perl5/{site_perl/,}5.6.1 -type f -print0 | \ xargs -0 pkg_which | sort -u | grep -v '\?\|perl-5.6.1'` Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --DSayHWYpDlRfCAAQ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFATluYdtESqEQa7a0RAti4AJ0RYCye1d136/b8trMGlr9tGISefwCeN+By xlk7R34iRrrzN+Tm30EW/nU= =A9Yw -----END PGP SIGNATURE----- --DSayHWYpDlRfCAAQ--