NetBSD Problem Report #50297

From www@NetBSD.org  Sun Oct  4 08:46:52 2015
Return-Path: <www@NetBSD.org>
Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK))
	by mollari.NetBSD.org (Postfix) with ESMTPS id E2585A5B2E
	for <gnats-bugs@gnats.NetBSD.org>; Sun,  4 Oct 2015 08:46:51 +0000 (UTC)
Message-Id: <20151004084650.D4289A6531@mollari.NetBSD.org>
Date: Sun,  4 Oct 2015 08:46:50 +0000 (UTC)
From: bsiegert@NetBSD.org
Reply-To: bsiegert@NetBSD.org
To: gnats-bugs@NetBSD.org
Subject: checksum mismatch for misc/pciids
X-Send-Pr-Version: www-1.0

>Number:         50297
>Category:       pkg
>Synopsis:       checksum mismatch for misc/pciids
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Oct 04 08:50:00 +0000 2015
>Closed-Date:    Mon Oct 05 16:09:12 +0000 2015
>Last-Modified:  Tue Oct 06 18:50:00 +0000 2015
>Originator:     Benny Siegert
>Release:        pkgsrc current (2015-10-03)
>Organization:
The NetBSD Foundation
>Environment:
NetBSD edamame.mirbsd.org 7.0_BETA NetBSD 7.0_BETA (GENERIC.201501181820Z) amd64

>Description:
It looks like the pciids distfile is changed in place:

RR> Selecting pciids (misc/pciids) as next package to replace
RR> Checking if pciids has new depends...
RR> Replacing pciids-20091229
===> Cleaning for pciids-20150907
=> Bootstrap dependency digest>=20010302: found digest-20121220
=> Fetching pci.ids.bz2
=> Total size: 219031 bytes
Requesting http://pci-ids.ucw.cz/v2.2/pci.ids.bz2
100% |***********************************************************|   213 KiB    1.13 MiB/s    00:00 ETA
219031 bytes retrieved in 00:00 (1.12 MiB/s)
checksum: Checksum SHA1 mismatch for pciids-20150907/pci.ids.bz2
ERROR: Make sure the Makefile and checksum file (/usr/pkgsrc/misc/pciids/distinfo)
ERROR: are up to date.  If you want to override this check, type
ERROR: "/usr/bin/make NO_CHECKSUM=yes [other args]".
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/misc/pciids

>How-To-Repeat:
Try to build misc/pciids
>Fix:
Host our own copy of the distfile and use that?

>Release-Note:

>Audit-Trail:
From: Tobias Nygren <tnn@NetBSD.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: pkg/50297: checksum mismatch for misc/pciids
Date: Mon, 5 Oct 2015 09:31:20 +0200

 On Sun,  4 Oct 2015 08:50:00 +0000 (UTC)
 bsiegert@NetBSD.org wrote:

 > >How-To-Repeat:
 > Try to build misc/pciids
 > >Fix:
 > Host our own copy of the distfile and use that?

 We already host a good copy on nbftp. Did something change in fetch
 logic lately? I see a similar problem with fetching fonts/awesome-ttf
 where it bails out with checksum error without even attempting to
 consult MASTER_SITE_BACKUP even though nbftp has a copy with
 matching SHA1.


From: Joerg Sonnenberger <joerg@britannica.bec.de>
To: gnats-bugs@NetBSD.org
Cc: pkg-manager@netbsd.org, gnats-admin@netbsd.org, pkgsrc-bugs@netbsd.org,
	bsiegert@NetBSD.org
Subject: Re: pkg/50297: checksum mismatch for misc/pciids
Date: Mon, 5 Oct 2015 14:08:03 +0200

 On Mon, Oct 05, 2015 at 07:35:01AM +0000, Tobias Nygren wrote:
 > The following reply was made to PR pkg/50297; it has been noted by GNATS.
 > 
 > From: Tobias Nygren <tnn@NetBSD.org>
 > To: gnats-bugs@NetBSD.org
 > Cc: 
 > Subject: Re: pkg/50297: checksum mismatch for misc/pciids
 > Date: Mon, 5 Oct 2015 09:31:20 +0200
 > 
 >  On Sun,  4 Oct 2015 08:50:00 +0000 (UTC)
 >  bsiegert@NetBSD.org wrote:
 >  
 >  > >How-To-Repeat:
 >  > Try to build misc/pciids
 >  > >Fix:
 >  > Host our own copy of the distfile and use that?
 >  
 >  We already host a good copy on nbftp. Did something change in fetch
 >  logic lately? I see a similar problem with fetching fonts/awesome-ttf
 >  where it bails out with checksum error without even attempting to
 >  consult MASTER_SITE_BACKUP even though nbftp has a copy with
 >  matching SHA1.

 That's only used with FAILOVER_FETCH, isn't it?

 Joerg

From: "Tobias Nygren" <tnn@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/50297 CVS commit: pkgsrc/misc/pciids
Date: Mon, 5 Oct 2015 12:23:21 +0000

 Module Name:	pkgsrc
 Committed By:	tnn
 Date:		Mon Oct  5 12:23:21 UTC 2015

 Modified Files:
 	pkgsrc/misc/pciids: Makefile

 Log Message:
 Don't use master site with dynamically generated file. We have it on nbftp.
 PR pkg/50297


 To generate a diff of this commit:
 cvs rdiff -u -r1.10 -r1.11 pkgsrc/misc/pciids/Makefile

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

State-Changed-From-To: open->closed
State-Changed-By: tnn@NetBSD.org
State-Changed-When: Mon, 05 Oct 2015 16:09:12 +0000
State-Changed-Why:
fixed and pull-up requested


From: "S.P.Zeidler" <spz@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/50297 CVS commit: [pkgsrc-2015Q3] pkgsrc/misc/pciids
Date: Tue, 6 Oct 2015 18:48:22 +0000

 Module Name:	pkgsrc
 Committed By:	spz
 Date:		Tue Oct  6 18:48:22 UTC 2015

 Modified Files:
 	pkgsrc/misc/pciids [pkgsrc-2015Q3]: Makefile

 Log Message:
 Pullup ticket #4834 - requested by tnn
 misc/pciids: build fix

 Revisions pulled up:
 - misc/pciids/Makefile                                          1.11

 -------------------------------------------------------------------
    Module Name:	pkgsrc
    Committed By:	tnn
    Date:		Mon Oct  5 12:23:21 UTC 2015

    Modified Files:
    	pkgsrc/misc/pciids: Makefile

    Log Message:
    Don't use master site with dynamically generated file. We have it on nbftp.
    PR pkg/50297

    To generate a diff of this commit:
    cvs rdiff -u -r1.10 -r1.11 pkgsrc/misc/pciids/Makefile


 To generate a diff of this commit:
 cvs rdiff -u -r1.10 -r1.10.2.1 pkgsrc/misc/pciids/Makefile

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2014 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.