unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#42191: hplip-3.20.6 hash mismatch
@ 2020-07-04 17:07 Matthew Brooks
  2020-07-04 17:40 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  0 siblings, 1 reply; 2+ messages in thread
From: Matthew Brooks @ 2020-07-04 17:07 UTC (permalink / raw)
  To: 42191

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#42191: hplip-3.20.6 hash mismatch
  2020-07-04 17:07 bug#42191: hplip-3.20.6 hash mismatch Matthew Brooks
@ 2020-07-04 17:40 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  0 siblings, 0 replies; 2+ messages in thread
From: Tobias Geerinckx-Rice via Bug reports for GNU Guix @ 2020-07-04 17:40 UTC (permalink / raw)
  To: Matthew Brooks; +Cc: 42191-done

[-- Attachment #1: Type: text/plain, Size: 3629 bytes --]

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---

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-04 17:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-04 17:07 bug#42191: hplip-3.20.6 hash mismatch Matthew Brooks
2020-07-04 17:40 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).