FS#56988 - [bitcoin-cli] packages does not build, sha256sum mismatch

Attached to Project: Community Packages
Opened by Christian Braun (hcb) - Sunday, 07 January 2018, 09:45 GMT
Last edited by Antonio Rojas (arojas) - Sunday, 07 January 2018, 10:02 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

sha256 validation of downloaded source fails. package does not build

==> Building in chroot for [extra] (x86_64)...
==> Synchronizing chroot copy [/var/lib/archbuild/extra-x86_64/root] -> [hcb-17319]...done
==> Making package: bitcoin 0.15.1-3 (Sun Jan 7 10:40:56 CET 2018)
==> Retrieving sources...
-> Found bitcoin-daemon-0.15.1.tar.gz
-> Found 0001-Make-boost-multi_index-comparators-const.patch
==> Validating source files with sha256sums...
bitcoin-daemon-0.15.1.tar.gz ... FAILED
0001-Make-boost-multi_index-comparators-const.patch ... Passed
==> ERROR: One or more files did not pass the validity check!
==> ERROR: Could not download sources.
255  ~/arch/bitcoin  sha256sum bitcoin-daemon-0.15.1.tar.gz
98b3a98a67054123bef6714e4035e18f9250a1b6d63829258ad057906e75d8b1 bitcoin-daemon-0.15.1.tar.gz
~/arch/bitcoin  head -20 PKGBUILD
# $Id: PKGBUILD 279581 2018-01-06 19:38:55Z bpiotrowski $
# Maintainer : Christian Rebischke <Chris.Rebischke@archlinux.org>
# Contributor: Timothy Redaelli <timothy.redaelli@gmail.com>
# Contributor: shahid <helllamer@gmail.com>

#_dbver=4.8.30
pkgbase=bitcoin
pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
pkgver=0.15.1
pkgrel=3
arch=('x86_64')
url="http://www.bitcoin.org/"
makedepends=('boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 'miniupnpc' 'protobuf' 'zeromq')
license=('MIT')
source=($pkgname-$pkgver.tar.gz::"https://github.com/bitcoin/bitcoin/archive/v$pkgver.tar.gz" "0001-Make-boost-multi_index-comparators-const.patch")
sha256sums=('e429d4f257f2b5b6d0caaf36ed1a5f5203e5918c57837efac00b0c322a1fef79'
'f302218b0366c2102a3447330684adcdb576217aba5d1bb157e73717d6734ce5')
validpgpkeys=(71A3B16735405025D447E8F274810B012346C9A6)

_parse_gpg_statusfile() {
~/arch/bitcoin 


Additional info:
* package version(s)
* config and/or log files etc.


Steps to reproduce:

cd $src
extra-x86_64-build -- -T

This task depends upon

Closed by  Antonio Rojas (arojas)
Sunday, 07 January 2018, 10:02 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#56918 

Loading...