From owner-freebsd-questions@FreeBSD.ORG Sun Apr 4 08:06:16 2010 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 B373F106566B for ; Sun, 4 Apr 2010 08:06:16 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-bw0-f216.google.com (mail-bw0-f216.google.com [209.85.218.216]) by mx1.freebsd.org (Postfix) with ESMTP id 410BB8FC14 for ; Sun, 4 Apr 2010 08:06:15 +0000 (UTC) Received: by bwz8 with SMTP id 8so2385190bwz.3 for ; Sun, 04 Apr 2010 01:06:15 -0700 (PDT) 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:received:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=ez2qZb9mQwgE0MH7PmnJdeyg8oKJsJPl7vhpmYnt4ME=; b=Llj5SqRx6StvDeewhzhYUHRtL4QCK9sCjKr0mTDVqbGw+o3mraEnSMcXhBzn3n1JY4 rD/CTDUmTAbow+X0fskSnlUM4GsxfZjZh3tghUambArTBrLCEKwhwChuHqTc8E6OJ4oL IfUyTgM30N/xpqvZ+iRCb85OXIqJLKEVswP3I= 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=UbWNiNTmvoMeyLACJ4oc7TnQX78cxppOUDwnCXHForHVBtAnsiBPF2sQ8z3MREPOUc /f1E6b95rOYg0dQ9vva1IAVSQEs5H+ccDIE6ePapsQV11ofyXA9d2u2ii3tzfPDelKaI kOu2i4UuFPwPuFn8tNPdRn95XotGkkQO/XGJY= MIME-Version: 1.0 Received: by 10.204.47.232 with HTTP; Sun, 4 Apr 2010 00:41:22 -0700 (PDT) In-Reply-To: <614718.91632.qm@web52305.mail.re2.yahoo.com> References: <614718.91632.qm@web52305.mail.re2.yahoo.com> Date: Sun, 4 Apr 2010 11:41:22 +0400 Received: by 10.204.138.219 with SMTP id b27mr5065085bku.139.1270366883001; Sun, 04 Apr 2010 00:41:23 -0700 (PDT) Message-ID: From: pluknet To: gahn Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: free bsd , freebsd general questions Subject: Re: samba failed MD5 Checksum 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: Sun, 04 Apr 2010 08:06:16 -0000 On 4 April 2010 11:02, gahn wrote: > Hi all: > > I am trying to compile the smaba34 but somehow it failed MD5 Checksum and= SHA256 Checksum: > > -------------------------------------------------------- > # make all > =3D=3D=3D> =A0Vulnerability check disabled, database not found > =3D=3D=3D> =A0Found saved configuration for samba34-3.4.5_1 > =3D=3D=3D> =A0------------------------------------------- > =3D=3D=3D> =A0Run 'make config' to (re)configure the port > =3D=3D=3D> =A0------------------------------------------- > =3D=3D=3D> =A0Extracting for samba34-3.4.5_1 > =3D> MD5 Checksum mismatch for samba-3.4.5.tar.gz. > =3D> SHA256 Checksum mismatch for samba-3.4.5.tar.gz. > =3D=3D=3D> =A0Refetch for 1 more times files: samba-3.4.5.tar.gz samba-3.= 4.5.tar.gz > =3D=3D=3D> =A0Vulnerability check disabled, database not found > =3D=3D=3D> =A0Found saved configuration for samba34-3.4.5_1 > =3D=3D=3D> =A0------------------------------------------- > =3D=3D=3D> =A0Run 'make config' to (re)configure the port > =3D=3D=3D> =A0------------------------------------------- > =3D> samba-3.4.5.tar.gz doesn't seem to exist in /usr/ports/distfiles/. > .... > --------------------------------------------------------------------- > > actually "samba-3.4.5.tar.gz" does exist under /usr/ports/distfiles > Looks like you have partially fetched distfile. Try to make distclean, then restart again. --=20 wbr, pluknet