unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#46706: asciidoc 8.6.10: source hash mismatch
@ 2021-02-22 17:03 Björn Höfling
  2021-02-22 18:10 ` Leo Famulari
  0 siblings, 1 reply; 4+ messages in thread
From: Björn Höfling @ 2021-02-22 17:03 UTC (permalink / raw)
  To: 46706

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

Note: we also have asciidoc@9.0.1 (package asciidoc-py3). It might be
possible to use v9 instead of the old asciidoc@8?

Björn

$ ./pre-inst-env guix build -S asciidoc --no-substitutes

[..]

r:sha256 hash mismatch for /gnu/store/925a6d936ihbqc7vaf9qkim4f4myjm0r-asciidoc-8.6.10-checkout:
  expected hash: 1hrqkgjmp1gq3f9rkbr8l0y62fzvwb9n8ys35s25bg2ld04y4g4y
  actual hash:   1wwxm789iqanqfabbhm29vma0cfv0kp02srkxhi6vyr752m8i3mg
hash mismatch for store item '/gnu/store/925a6d936ihbqc7vaf9qkim4f4myjm0r-asciidoc-8.6.10-checkout'


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

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

* bug#46706: asciidoc 8.6.10: source hash mismatch
  2021-02-22 17:03 bug#46706: asciidoc 8.6.10: source hash mismatch Björn Höfling
@ 2021-02-22 18:10 ` Leo Famulari
  2021-02-23 23:05   ` Björn Höfling
  0 siblings, 1 reply; 4+ messages in thread
From: Leo Famulari @ 2021-02-22 18:10 UTC (permalink / raw)
  To: Björn Höfling; +Cc: 46706


[-- Attachment #1.1: Type: text/plain, Size: 721 bytes --]

On Mon, Feb 22, 2021 at 06:03:09PM +0100, Björn Höfling wrote:
> Note: we also have asciidoc@9.0.1 (package asciidoc-py3). It might be
> possible to use v9 instead of the old asciidoc@8?
> 
> Björn
> 
> $ ./pre-inst-env guix build -S asciidoc --no-substitutes
> 
> [..]
> 
> r:sha256 hash mismatch for /gnu/store/925a6d936ihbqc7vaf9qkim4f4myjm0r-asciidoc-8.6.10-checkout:
>   expected hash: 1hrqkgjmp1gq3f9rkbr8l0y62fzvwb9n8ys35s25bg2ld04y4g4y
>   actual hash:   1wwxm789iqanqfabbhm29vma0cfv0kp02srkxhi6vyr752m8i3mg
> hash mismatch for store item '/gnu/store/925a6d936ihbqc7vaf9qkim4f4myjm0r-asciidoc-8.6.10-checkout'

For comparison, I've attached a tarball that unpacks the "expected"
source checkout.

[-- Attachment #1.2: 925a6d936ihbqc7vaf9qkim4f4myjm0r-asciidoc-8.6.10-checkout.tar.gz --]
[-- Type: application/x-tar-gz, Size: 588749 bytes --]

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

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

* bug#46706: asciidoc 8.6.10: source hash mismatch
  2021-02-22 18:10 ` Leo Famulari
@ 2021-02-23 23:05   ` Björn Höfling
  2021-02-24  0:09     ` Leo Famulari
  0 siblings, 1 reply; 4+ messages in thread
From: Björn Höfling @ 2021-02-23 23:05 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 46706-done

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

On Mon, 22 Feb 2021 13:10:44 -0500
Leo Famulari <leo@famulari.name> wrote:

> On Mon, Feb 22, 2021 at 06:03:09PM +0100, Björn Höfling wrote:
> > Note: we also have asciidoc@9.0.1 (package asciidoc-py3). It might
> > be possible to use v9 instead of the old asciidoc@8?
> > 
> > Björn
> > 
> > $ ./pre-inst-env guix build -S asciidoc --no-substitutes
> > 
> > [..]
> > 
> > r:sha256 hash mismatch
> > for /gnu/store/925a6d936ihbqc7vaf9qkim4f4myjm0r-asciidoc-8.6.10-checkout:
> > expected hash: 1hrqkgjmp1gq3f9rkbr8l0y62fzvwb9n8ys35s25bg2ld04y4g4y
> > actual hash:   1wwxm789iqanqfabbhm29vma0cfv0kp02srkxhi6vyr752m8i3mg
> > hash mismatch for store item
> > '/gnu/store/925a6d936ihbqc7vaf9qkim4f4myjm0r-asciidoc-8.6.10-checkout'  
> 
> For comparison, I've attached a tarball that unpacks the "expected"
> source checkout.

Hi Leo,

thanks for this package. This information was quite useful when
diffing. This is "interesting": We referenced the git-checkout not
by commit, but by version-tag. They redirected the repository to 

https://github.com/asciidoc-py/asciidoc-py

And they rewrote the old commits (!) to use python3. The "original"
Python2 version is here:

https://github.com/asciidoc-py/asciidoc-py2

Fixed with commit

53c40b3c77492740458a7b52723128c12c53d55b

Björn

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

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

* bug#46706: asciidoc 8.6.10: source hash mismatch
  2021-02-23 23:05   ` Björn Höfling
@ 2021-02-24  0:09     ` Leo Famulari
  0 siblings, 0 replies; 4+ messages in thread
From: Leo Famulari @ 2021-02-24  0:09 UTC (permalink / raw)
  To: Björn Höfling; +Cc: 46706-done

On Wed, Feb 24, 2021 at 12:05:44AM +0100, Björn Höfling wrote:
> thanks for this package. This information was quite useful when
> diffing. This is "interesting": We referenced the git-checkout not
> by commit, but by version-tag. They redirected the repository to 
> 
> https://github.com/asciidoc-py/asciidoc-py
> 
> And they rewrote the old commits (!) to use python3. The "original"
> Python2 version is here:
> 
> https://github.com/asciidoc-py/asciidoc-py2

That's incredible.

> Fixed with commit
> 
> 53c40b3c77492740458a7b52723128c12c53d55b

Thanks for taking care of it.




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

end of thread, other threads:[~2021-02-24  0:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-22 17:03 bug#46706: asciidoc 8.6.10: source hash mismatch Björn Höfling
2021-02-22 18:10 ` Leo Famulari
2021-02-23 23:05   ` Björn Höfling
2021-02-24  0:09     ` Leo Famulari

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