GNU bug report logs - #42191
hplip-3.20.6 hash mismatch

Previous Next

Package: guix;

Reported by: Matthew Brooks <matthewfbrooks <at> mailbox.org>

Date: Sat, 4 Jul 2020 17:08:02 UTC

Severity: normal

Done: Tobias Geerinckx-Rice <me <at> tobias.gr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 42191 in the body.
You can then email your comments to 42191 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#42191; Package guix. (Sat, 04 Jul 2020 17:08:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Matthew Brooks <matthewfbrooks <at> mailbox.org>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Sat, 04 Jul 2020 17:08:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Matthew Brooks <matthewfbrooks <at> mailbox.org>
To: "bug-guix <at> gnu.org" <bug-guix <at> gnu.org>
Subject: hplip-3.20.6 hash mismatch
Date: Sat, 4 Jul 2020 12:07:32 -0500
Looks like the tarball for hplip was changed in-place again. It's been this way for a few days, and since it doesn't seem to have been reported yet, I figured I should do it.


building /gnu/store/5a07ajq8zkhblayhzn6z94nj8cgad406-hplip-3.20.6.tar.gz.drv...
downloading from http://downloads.sourceforge.net/project/hplip/hplip/3.20.6/hplip-3.20.6.tar.gz ...
-sha256 hash mismatch for /gnu/store/ha65zsjdid82snj1w2c9mykl8iavwkww-hplip-3.20.6.tar.gz:
  expected hash: 0rmk7i28mb0q66i5l9d0fq2j23dkhz5gx5g2xvi16ga0dnprcilp
  actual hash:   083w58wpvvm6sir6rf5dwx3r0rman9sv1zpl26chl0a88crjsjy6
hash mismatch for store item '/gnu/store/ha65zsjdid82snj1w2c9mykl8iavwkww-hplip-3.20.6.tar.gz'
build of /gnu/store/5a07ajq8zkhblayhzn6z94nj8cgad406-hplip-3.20.6.tar.gz.drv failed




Reply sent to Tobias Geerinckx-Rice <me <at> tobias.gr>:
You have taken responsibility. (Sat, 04 Jul 2020 17:41:01 GMT) Full text and rfc822 format available.

Notification sent to Matthew Brooks <matthewfbrooks <at> mailbox.org>:
bug acknowledged by developer. (Sat, 04 Jul 2020 17:41:02 GMT) Full text and rfc822 format available.

Message #10 received at 42191-done <at> debbugs.gnu.org (full text, mbox):

From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: Matthew Brooks <matthewfbrooks <at> mailbox.org>
Cc: 42191-done <at> debbugs.gnu.org
Subject: Re: bug#42191: hplip-3.20.6 hash mismatch
Date: Sat, 04 Jul 2020 19:40:41 +0200
[Message part 1 (text/plain, inline)]
Matthew,

Matthew Brooks 写道:
> Looks like the tarball for hplip was changed in-place 
> again. It's been this way for a few days, and since it doesn't 
> seem to have been reported yet, I figured I should do it.

Thank you for doing so.

 $ file hplip-3.20.6.tar.gz 
 hplip-3.20.6.tar.gz: gzip compressed data, last modified: Thu 
 Jun 18 13:10:19 2020,

Nice.

The diff is a small (and irrelevant to us) qpdf→pikepdf switch for 
Red Hat, quoted below.  Fixed in 
ef0e7a5d332f0947adb3556cc5a8c8836eac0b6c.

Kind regards,

T G-R

--8<---------------cut here---------------start------------->8---
│ ├── hplip-3.20.6/installer/distros.dat
│ │ @@ -2635,16 +2635,16 @@
│ │  drv_dir=/usr/share/cups/drv/HP
│ │  ui_toolkit=qt4
│ │  policykit=0
│ │  native_cups=1
│ │  open_mdns_port=/bin/bash ./init-iptables-firewall
│ │  package_mgr_cmd= sudo dnf -y -d 10 -e 1 install 
$packages_to_install
│ │  pre_depend_cmd=sudo dnf check-update
│ │ -scanjet_depend_cmd=sudo dnf -y -d 10 -e 1 install 
python-pip,sudo pip install opencv-python,sudo pip install 
pypdf2,sudo pip install imutils,sudo dnf -y -d 10 -e 1 install 
zbar-devel,sudo dnf update gcc,sudo dnf -y -d 10 -e 1 install 
zbar-*,sudo dnf -y -d 10 -e 1 install leptonica,sudo dnf -y -d 10 
-e 1 install leptonica-devel,sudo dnf -y -d 10 -e 1 install 
tesseract,sudo dnf -y -d 10 -e 1 install tesseract-devel,sudo pip 
install tesserocr,sudo dnf -y -d 10 -e 1 install 
tesseract-langpack-*,sudo dnf -y -d 10 -e 1 install 
tesseract-osd,sudo dnf -y -d 10 -e 1 install qpdf,sudo pip install 
pypdfocr,sudo pip install scikit-image,sudo pip install scipy^M
│ │ -scanjet_py3_depend_cmd=sudo dnf -y -d 10 -e 1 install 
python3-pip,sudo pip3 install opencv-python,sudo pip3 install 
pypdf2,sudo pip3 install imutils,sudo dnf -y -d 10 -e 1 install 
leptonica,sudo dnf -y -d 10 -e 1 install leptonica-devel,sudo dnf 
-y -d 10 -e 1 install tesseract,sudo dnf -y -d 10 -e 1 install 
tesseract-devel,sudo pip3 install tesserocr,sudo dnf -y -d 10 -e 1 
install tesseract-langpack-*,sudo dnf -y -d 10 -e 1 install 
tesseract-osd,sudo dnf -y -d 10 -e 1 install qpdf,sudo pip3 
install ocrmypdf,sudo pip3 install scikit-image,sudo pip3 install 
scipy^M
│ │ +scanjet_depend_cmd=sudo dnf -y -d 10 -e 1 install 
python-pip,sudo pip install opencv-python,sudo pip install 
pypdf2,sudo pip install imutils,sudo dnf -y -d 10 -e 1 install 
zbar-devel,sudo dnf update gcc,sudo dnf -y -d 10 -e 1 install 
zbar-*,sudo dnf -y -d 10 -e 1 install leptonica,sudo dnf -y -d 10 
-e 1 install leptonica-devel,sudo dnf -y -d 10 -e 1 install 
tesseract,sudo dnf -y -d 10 -e 1 install tesseract-devel,sudo pip 
install tesserocr,sudo dnf -y -d 10 -e 1 install 
tesseract-langpack-*,sudo dnf -y -d 10 -e 1 install 
tesseract-osd,sudo pip install pikepdf,sudo pip install 
pypdfocr,sudo pip install scikit-image,sudo pip install scipy^M
│ │ +scanjet_py3_depend_cmd=sudo dnf -y -d 10 -e 1 install 
python3-pip,sudo pip3 install opencv-python,sudo pip3 install 
pypdf2,sudo pip3 install imutils,sudo dnf -y -d 10 -e 1 install 
leptonica,sudo dnf -y -d 10 -e 1 install leptonica-devel,sudo dnf 
-y -d 10 -e 1 install tesseract,sudo dnf -y -d 10 -e 1 install 
tesseract-devel,sudo pip3 install tesserocr,sudo dnf -y -d 10 -e 1 
install tesseract-langpack-*,sudo dnf -y -d 10 -e 1 install 
tesseract-osd,sudo pip3 install pikepdf,sudo pip3 install 
ocrmypdf,sudo pip3 install scikit-image,sudo pip3 install scipy^M
--8<---------------cut here---------------end--------------->8---
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 02 Aug 2020 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 260 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.