From owner-freebsd-questions@FreeBSD.ORG Thu Dec 7 13:53:02 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 479D716A403 for ; Thu, 7 Dec 2006 13:53:02 +0000 (UTC) (envelope-from LConrad@Go2France.com) Received: from mgw1.MEIway.com (mgw1.meiway.com [81.255.84.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B9C743CB0 for ; Thu, 7 Dec 2006 13:51:55 +0000 (GMT) (envelope-from LConrad@Go2France.com) Received: from VirusGate.MEIway.com (virusgate.meiway.com [81.255.84.76]) by mgw1.MEIway.com (Postfix Relay Hub) with ESMTP id A03954718FD for ; Thu, 7 Dec 2006 14:52:43 +0100 (CET) (envelope-from LConrad@Go2France.com) Received: from localhost (localhost.MEIWay.com [127.0.0.1]) by VirusGate.MEIway.com (Postfix) with SMTP id 1A55E3866E6 for ; Thu, 7 Dec 2006 14:52:44 +0100 (CET) (envelope-from LConrad@Go2France.com) X-AV-Checked: Thu Dec 7 14:52:44 2006 virusgate.meiway.com Received: from mail.Go2France.com (ms1.meiway.com [81.255.84.73]) by VirusGate.MEIway.com (Postfix) with ESMTP id 105973866BB for ; Thu, 7 Dec 2006 14:52:44 +0100 (CET) (envelope-from LConrad@Go2France.com) Received: from TX2.Go2France.com [66.90.247.9] by mail.Go2France.com with ESMTP (SMTPD32-7.07) id A95738E801E4; Thu, 07 Dec 2006 14:38:31 +0100 X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.6 (Beta) Date: Thu, 07 Dec 2006 07:52:37 -0600 To: freebsd-questions@freebsd.org From: Len Conrad In-Reply-To: <200612071538.02662.jonathan@hst.org.za> References: <200612071352562.SM00292@TX2.Go2France.com> <200612071538.02662.jonathan@hst.org.za> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Message-Id: <200612071438906.SM00292@TX2.Go2France.com> Subject: Re: pb installing P5-BerkeleyDB 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, 07 Dec 2006 13:53:02 -0000 > > >> Checksum mismatch for bdb/db-4.1.25.tar.gz. > > >> Checksum OK for bdb/patch.4.1.25.1. > > > > ===> Refetch for 1 more times files: bdb/db-4.1.25.tar.gz > > ===> Vulnerability check disabled > > > > >> db-4.1.25.tar.gz doesn't seem to exist in /usr/ports/distfiles/bdb. > > >> Attempting to fetch from http://www.sleepycat.com/update/snapshot/. > > > > fetch: http://www.sleepycat.com/update/snapshot/db-4.1.25.tar.gz: > > Moved Permanently > > > > >> Attempting to fetch from > > > > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/bdb/. > > fetch: > > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/bdb/db-4.1.25.tar.gz: > > size mismatch: expected 3080234, actual 2901161 > >The problem is that Sleepycat repackaged their tarball at some point this >year, changing the filesize and checksum without changing the version number. >I have a feeling I got round this on one box by upgrading the ports tree >(which of course adds its own problems with newer ports, dependencies etc), >and on another box by copying the checksum and file size from >http://www.freshports.org/ into the port's distinfo. > >It is an extremely irritating problem: in an ideal world no-one would ever >change the size/checksum of their main distfile without also changing the >filename/version number, even if only slightly. ok, but on an adjacent 4.11-R machine, this worked, as the msg says: %cd /usr/ports/distfiles/bdb %ftp ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/bdb/db-4.1.25.tar.gz so I think I'm pretty close on this 4.10 machine, just some little tweak somewhere, but I can't find it. thanks Len