From owner-freebsd-ports@FreeBSD.ORG Mon Jul 8 07:23:28 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 19C443A3 for ; Mon, 8 Jul 2013 07:23:28 +0000 (UTC) (envelope-from sergey.dyatko@gmail.com) Received: from mail-wi0-x229.google.com (mail-wi0-x229.google.com [IPv6:2a00:1450:400c:c05::229]) by mx1.freebsd.org (Postfix) with ESMTP id A61391CD6 for ; Mon, 8 Jul 2013 07:23:27 +0000 (UTC) Received: by mail-wi0-f169.google.com with SMTP id c10so9721606wiw.4 for ; Mon, 08 Jul 2013 00:23:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; bh=HQoQjZjY2OkJLz8JJC8R9jZ0kzPA8i4VgclnD+o9BY8=; b=LdM0wGSl/SYIcyAW47XFdgYkRbghHbEoZdeGoMttQzUrDydTggHnhowuoOXLv027CT q3DhDv9W2haGlSlDErNkRQ2NiRoPFLPJq461PvyxcrdCpSn+cw0dLtqDkWpzFfnQgiMH oDLJj9uu3FSEWmnLDeeuEP3NaOfhJEbNRnBvxlEuU41agVlgL74YoFPGJzNuTsyKF91u ypPQvIb6EeKNbNUED7c/jWzRM/rkD6Fko5npwUbWtBOe1COxvk0OP/D4LzwqMoLlq0Rz ZVTdHnBxwHbe1k5jI3RX0LDGoRiDpxcXOmwaOgs4lzZqaaARby1btynqC1JhKTNFwX3x Cvbg== X-Received: by 10.180.74.197 with SMTP id w5mr28537383wiv.20.1373268206732; Mon, 08 Jul 2013 00:23:26 -0700 (PDT) Received: from laptop.minsk.domain (m-s.agava.net. [195.222.84.203]) by mx.google.com with ESMTPSA id z6sm21799008wiv.11.2013.07.08.00.23.25 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Mon, 08 Jul 2013 00:23:26 -0700 (PDT) Date: Mon, 8 Jul 2013 10:23:16 +0300 From: "Sergey V. Dyatko" To: "O. Hartmann" Subject: Re: devel/opencl: Checksum mismatch Message-ID: <20130708102316.330205b0@laptop.minsk.domain> In-Reply-To: <20130708091756.6cb9cec0@thor.walstatt.dyndns.org> References: <20130708094115.4ffc2d6c@laptop.minsk.domain> <20130708091756.6cb9cec0@thor.walstatt.dyndns.org> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.19; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jul 2013 07:23:28 -0000 On Mon, 8 Jul 2013 09:17:56 +0200 "O. Hartmann" wrote: > On Mon, 8 Jul 2013 09:41:15 +0300 > "Sergey V. Dyatko" wrote: > > > Hi, > > > > laptop# make checksum > > ===> opencl-1.2_2 depends on file: /usr/local/sbin/pkg - found > > => opencl.h doesn't seem to exist in /usr/ports/distfiles/opencl. > > => Attempting to fetch > > http://www.khronos.org/registry/cl/api/1.2/opencl.h > > opencl.h 100% of 1754 B 2078 > > kBps 00m00s => cl_platform.h doesn't seem to exist > > in /usr/ports/distfiles/opencl. => Attempting to fetch > > http://www.khronos.org/registry/cl/api/1.2/cl_platform.h > > cl_platform.h 100% of 40 kB 7995 > > kBps 00m00s => cl.h doesn't seem to exist > > in /usr/ports/distfiles/opencl. => Attempting to fetch > > http://www.khronos.org/registry/cl/api/1.2/cl.h > > cl.h 100% of 60 kB 11 > > MBps 00m00s => cl_ext.h doesn't seem to exist > > in /usr/ports/distfiles/opencl. => Attempting to fetch > > http://www.khronos.org/registry/cl/api/1.2/cl_ext.h fetch: > > http://www.khronos.org/registry/cl/api/1.2/cl_ext.h: size mismatch: > > expected 11540, actual 13646 => Attempting to fetch > > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/opencl/cl_ext.h > > fetch: > > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/opencl/cl_ext.h: > > size mismatch: expected 11540, actual 9951 => Couldn't fetch it - > > please try to retrieve this => port manually > > into /usr/ports/distfiles/opencl and try again. *** Error code 1 > > > > Stop. > > make: stopped in /usr/ports/devel/opencl > > > > Hello. > > I'm aware of the problem, Khoronos made some changes. I have already > proposed for a change, see > > ports/180338 . > I'm already saw that pr. But it is doesn't touch distinfo (tnx jgh@ for pointing) ;-) > If you like to fix this swiftly for your own, first make a "make > distclean" and then "make makesum" to obtain the new distinfo hashes. Yes, I know that. My goal was to inform about a broken port. > Hopefully then it should work for you until the port changes has been > reviewed and committed. > > Regards, > > Oliver -- wbr, tiger