From owner-freebsd-stable@FreeBSD.ORG Tue Jan 25 16:37:03 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3059A106566B for ; Tue, 25 Jan 2011 16:37:03 +0000 (UTC) (envelope-from ml@my.gd) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id C11FB8FC21 for ; Tue, 25 Jan 2011 16:37:02 +0000 (UTC) Received: by fxm16 with SMTP id 16so5835043fxm.13 for ; Tue, 25 Jan 2011 08:37:01 -0800 (PST) Received: by 10.223.89.143 with SMTP id e15mr5959012fam.100.1295973421543; Tue, 25 Jan 2011 08:37:01 -0800 (PST) Received: from dfleuriot.local ([83.167.62.196]) by mx.google.com with ESMTPS id n1sm5125306fam.40.2011.01.25.08.37.00 (version=SSLv3 cipher=RC4-MD5); Tue, 25 Jan 2011 08:37:00 -0800 (PST) Message-ID: <4D3EFC2A.7090205@my.gd> Date: Tue, 25 Jan 2011 17:36:58 +0100 From: Damien Fleuriot User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 MIME-Version: 1.0 To: Boris Kochergin References: <4D3EF93B.2030606@my.gd> <4D3EFA1E.5020405@acm.poly.edu> <4D3EFAB0.9020307@my.gd> <4D3EFBC9.70106@acm.poly.edu> In-Reply-To: <4D3EFBC9.70106@acm.poly.edu> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: "freebsd-stable@freebsd.org" Subject: Re: PORTS : jpeg checksum mismatch X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Jan 2011 16:37:03 -0000 On 1/25/11 5:35 PM, Boris Kochergin wrote: > On 01/25/11 11:30, Damien Fleuriot wrote: >> On 1/25/11 5:28 PM, Boris Kochergin wrote: >>> On 01/25/11 11:24, Damien Fleuriot wrote: >>>> Hello list, >>>> >>>> >>>> >>>> I'm getting nervous here, I seem to get a checksum mismatch for port >>>> graphics/jpeg , whether I'm using a mirror or the master sites. >>>> >>>> See below: >>>> >>>> # make >>>> ===> Vulnerability check disabled, database not found >>>> ===> License check disabled, port has not defined LICENSE >>>> ===> Extracting for jpeg-8_3 >>>> => SHA256 Checksum OK for jpeg8b/jpegsrc.v8b.tar.gz. >>>> => SHA256 Checksum mismatch for jpeg8b/jpegexiforient.c. >>>> => SHA256 Checksum OK for jpeg8b/exifautotran.txt. >>>> ===> Refetch for 1 more times files: jpeg8b/jpegexiforient.c >>>> ===> Vulnerability check disabled, database not found >>>> ===> License check disabled, port has not defined LICENSE >>>> => jpegexiforient.c doesn't seem to exist in >>>> /usr/ports/distfiles/jpeg8b. >>>> => Attempting to fetch from http://sylvana.net/jpegcrop/. >>>> ===> Vulnerability check disabled, database not found >>>> ===> License check disabled, port has not defined LICENSE >>>> => SHA256 Checksum OK for jpeg8b/jpegsrc.v8b.tar.gz. >>>> => SHA256 Checksum mismatch for jpeg8b/jpegexiforient.c. >>>> => SHA256 Checksum OK for jpeg8b/exifautotran.txt. >>>> ===> Giving up on fetching files: jpeg8b/jpegexiforient.c >>>> Make sure the Makefile and distinfo file >>>> (/usr/ports/graphics/jpeg/distinfo) >>>> are up to date. If you are absolutely sure you want to override this >>>> check, type "make NO_CHECKSUM=yes [other args]". >>>> *** Error code 1 >>>> >>>> Stop in /usr/ports/graphics/jpeg. >>>> *** Error code 1 >>>> >>>> Stop in /usr/ports/graphics/jpeg. >>>> >>>> >>>> >>>> >>>> Apparently the port hasn't been updated since 06/01/11. >>>> http://www.freshports.org/graphics/jpeg/ >>>> >>>> >>>> Anyone else encountering the same problem on 8.1-RELEASE ? >>>> I sync'ed the ports tree just today. >>>> >>>> >>>> Regards, >>>> >>>> dfl >>>> _______________________________________________ >>>> freebsd-stable@freebsd.org mailing list >>>> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >>>> To unsubscribe, send any mail to >>>> "freebsd-stable-unsubscribe@freebsd.org" >>> Works here, but with a ports tree from about six hours ago: >>> >>> root@staging /usr/ports/graphics/jpeg # make >>> ===> Vulnerability check disabled, database not found >>> ===> License check disabled, port has not defined LICENSE >>> => jpegsrc.v8b.tar.gz doesn't seem to exist in >>> /tmp/ports/distfiles/jpeg8b. >>> => Attempting to fetch from http://www.ijg.org/files/. >>> jpegsrc.v8b.tar.gz 100% of 942 kB 1368 kBps >>> => jpegexiforient.c doesn't seem to exist in >>> /tmp/ports/distfiles/jpeg8b. >>> => Attempting to fetch from http://sylvana.net/jpegcrop/. >>> jpegexiforient.c 100% of 8192 B 45 kBps >>> => exifautotran.txt doesn't seem to exist in >>> /tmp/ports/distfiles/jpeg8b. >>> => Attempting to fetch from http://sylvana.net/jpegcrop/. >>> exifautotran.txt 100% of 684 B 2807 kBps >>> ===> Extracting for jpeg-8_3 >>> => SHA256 Checksum OK for jpeg8b/jpegsrc.v8b.tar.gz. >>> => SHA256 Checksum OK for jpeg8b/jpegexiforient.c. >>> => SHA256 Checksum OK for jpeg8b/exifautotran.txt. >>> ... >>> >>> # uname -a >>> FreeBSD staging.poly.edu 8.1-RELEASE-p1 FreeBSD 8.1-RELEASE-p1 #2: Fri >>> Oct 8 17:53:40 EDT 2010 >>> spawk@staging.poly.edu:/usr/obj/usr/src/sys/STAGING amd64 >>> >>> -Boris >> >> >> Would you kindly post your file details ? >> >> Here are mine: >> >> DISTINFO: >> SHA256 (jpeg8b/jpegexiforient.c) = >> 2e81f7309d3bb78e3f0c64b1557b7e2d49097e769df859aaa916c00290a8ff56 >> SIZE (jpeg8b/jpegexiforient.c) = 8192 >> >> FILE SIZE: >> 8192 Feb 17 2002 jpegexiforient.c >> >> FILE MD5: >> MD5 (jpegexiforient.c) = ff4657764cb885b9aec06449507bf29d >> >> FILE SHA256: >> SHA256 (jpegexiforient.c) = >> bca1bc35bb53d3c189775e0ef4ecbd9be7660d636c7e044f964bde8697273b83 >> >> _______________________________________________ >> freebsd-stable@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > > # cat /usr/ports/graphics/jpeg/distinfo > SHA256 (jpeg8b/jpegsrc.v8b.tar.gz) = > 36e6208edec591bae8f2fc370ea4f991447badb6377a125c211ffa7b503174a7 > SIZE (jpeg8b/jpegsrc.v8b.tar.gz) = 965125 > SHA256 (jpeg8b/jpegexiforient.c) = > 2e81f7309d3bb78e3f0c64b1557b7e2d49097e769df859aaa916c00290a8ff56 > SIZE (jpeg8b/jpegexiforient.c) = 8192 > SHA256 (jpeg8b/exifautotran.txt) = > d1d8302e4a76f83c725d65027ff5dfd788447cc245d387a91f01737e9f245c4c > SIZE (jpeg8b/exifautotran.txt) = 684 > > All are consistent with the files fetched to the filesystem. > > -Boris I've removed the existing distfiles for jpeg8b and fetched again from the master site (as opposed to the mirror my hosting provider runs) and it checked just fine. I'll contact them, they might have a problem there... Thanks for your help :)