From owner-freebsd-ports@FreeBSD.ORG Mon Jun 25 15:34:58 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E5A3B16A421 for ; Mon, 25 Jun 2007 15:34:58 +0000 (UTC) (envelope-from egypcio@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.225]) by mx1.freebsd.org (Postfix) with ESMTP id 8D04A13C458 for ; Mon, 25 Jun 2007 15:34:58 +0000 (UTC) (envelope-from egypcio@gmail.com) Received: by nz-out-0506.google.com with SMTP id 34so525291nzf for ; Mon, 25 Jun 2007 08:34:57 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Y12i5sU6wNoqCgN3tmQgVIk4pzvEABLoRi8pkF07/d3Rn4V4VTn+aktgtmu3WVcQg4MzjCn4ZTve2VMwQIGeDhMLkznhRFsmB1lirhzERlzmLQzViDrOVSTj3+D7ubvlDv9Ceip6T3i0ic5apVHxXOZjCgLgd4+mZAIS/Rp/d7k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=N9SreJ88lkIsbHXdJie+3vVdlZbyji7pO/Ox1iSvVtLXpdZTaTdbCVY6P0Z+58EhOnRwSoHWv54WkrJkthu7os6h6pcNchCE5s88GG6h2sqhXybnuZUcz5ZrZLx9mfkHIsGC9/jAC0bnW3lHSz1UFgHYw7nPJ8Y2Z7qZkhOc6kE= Received: by 10.114.37.1 with SMTP id k1mr5528115wak.1182785697311; Mon, 25 Jun 2007 08:34:57 -0700 (PDT) Received: by 10.115.15.16 with HTTP; Mon, 25 Jun 2007 08:34:57 -0700 (PDT) Message-ID: <8b5ad0e10706250834q4257f56bkf954fd8ecd0c9e07@mail.gmail.com> Date: Mon, 25 Jun 2007 11:34:57 -0400 From: "=?ISO-8859-1?Q?Zavam,_Vin=EDcius?=" To: freebsd-ports@freebsd.org In-Reply-To: <20070625075758.7ef788d9.wmoran@potentialtech.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <313972.38071.qm@web59302.mail.re1.yahoo.com> <20070625075758.7ef788d9.wmoran@potentialtech.com> Subject: Re: MySQL port checksum problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jun 2007 15:34:59 -0000 2007/6/25, Bill Moran : > In response to Blah Blatz : > > > Trying to make databases/mysql50-client, I get a checksum error on one = of the downloads: > > > > =3D> mysql-5.0.41.tar.gz doesn't seem to exist in /usr/ports/distfiles/= . > > =3D> Attempting to fetch from tp://ftp.easynet.be/mysql/Downloads/MySQL= -5.0/. > > =3D=3D=3D> Vulnerability check disabled, database not found > > =3D> MD5 Checksum mismatch for mysql-5.0.41.tar.gz. > > =3D> SHA256 Checksum mismatch for mysql-5.0.41.tar.gz. > > Try deleting the distfile and allowing the port to re-fetch it. The port= s > system doesn't seem to have any way to recover from a corrupted download, > it just reports it and aborts. > > -- > Bill Moran > http://www.potentialtech.com from ftp.easynet.be/mysql/Downloads/MySQL-5.0; $ tar zxvf mysql-5.0.41.tar.gz mysql-5.0.41/ mysql-5.0.41/bdb/ mysql-5.0.41/bdb/Makefile.in mysql-5.0.41/bdb/btree/ mysql-5.0.41/bdb/btree/bt_curadj.c (...) mysql-5.0.41/Docs/manual.chm gzip: stdin: invalid compressed data--crc error gzip: stdin: invalid compressed data--length error tar: Unexpected EOF in archive tar: Unexpected EOF in archive tar: Error is not recoverable: exiting now $ md5sum mysql-5.0.41.tar.gz 6a9c8a7fe2d484b293824e33d1cff57e mysql-5.0.41.tar.gz * ftp.easynet.be/mysql/Downloads/MySQL-5.0/mysql-5.0.41.tar.gz.md5 * b45cd6c89e35dfc1cdbe1a1f782aefbf mysql-5.0.41.tar.gz from ftp.freebsd.org/pub/FreeBSD/ports/distfiles; $ tar zxvf mysql-5.0.41.tar.gz mysql-5.0.41/ mysql-5.0.41/bdb/ mysql-5.0.41/bdb/Makefile.in mysql-5.0.41/bdb/btree/ (...) mysql-5.0.41/win/data/mysql/procs_priv.MYD mysql-5.0.41/win/data/test/ $ $ md5sum mysql-5.0.41.tar.gz b45cd6c89e35dfc1cdbe1a1f782aefbf mysql-5.0.41.tar.gz helpful post; * http://lists.freebsd.org/pipermail/freebsd-ports/2007-June/042219.html []'s --=20 Zavam, Vin=EDcius