Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] SHA256 mismatch for python-2.7.18.5
@ 2022-07-10 15:42 lfdebrux
  2022-07-10 15:44 ` lfdebrux
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: lfdebrux @ 2022-07-10 15:42 UTC (permalink / raw)
  To: ml

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

New issue by lfdebrux on void-packages repository

https://github.com/void-linux/void-packages/issues/37978

Description:
### Is this a new report?

No

### System Info

Void 5.15.41_1 x86_64-musl GenuineIntel uptodate rFFFF

### Package(s) Affected

python-2.7.18.5_1

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

_No response_

### Expected behaviour

The shasum in `srcpkgs/python/template` matches the hash of the downloaded binary.

### Actual behaviour

I get the following error:

```
=> python-2.7.18.5_1: verifying checksum for distfile 'v2.7.18.5.tar.gz'...
=> ERROR: SHA256 mismatch for 'v2.7.18.5.tar.gz:'
e5e80ae00e20994150f2acfe4acfc541cbe6e4e77d334e1e7f9f33f303ab89ba
=> ERROR: python-2.7.18.5_1: couldn't verify distfiles, exiting...
```

### Steps to reproduce

1. Get latest void-packages repo
2. `./xbps-src fetch python`

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

* Re: SHA256 mismatch for python-2.7.18.5
  2022-07-10 15:42 [ISSUE] SHA256 mismatch for python-2.7.18.5 lfdebrux
@ 2022-07-10 15:44 ` lfdebrux
  2022-07-11  3:20 ` sgn
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: lfdebrux @ 2022-07-10 15:44 UTC (permalink / raw)
  To: ml

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

New comment by lfdebrux on void-packages repository

https://github.com/void-linux/void-packages/issues/37978#issuecomment-1179751819

Comment:
I'm not sure how this happened, but I note that the last change to the python template (https://github.com/void-linux/void-packages/commit/1c93498810ba791da5d01d89913a883f0bce6cdf) was 12 days ago, while the relevant tag on the upstream repo (https://github.com/ActiveState/cpython/releases/tag/v2.7.18.5) was according to GitHub updated 10 days ago.

So maybe the release was updated for some reason? No idea how to check why it was though, or whether it was supposed to be.

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

* Re: SHA256 mismatch for python-2.7.18.5
  2022-07-10 15:42 [ISSUE] SHA256 mismatch for python-2.7.18.5 lfdebrux
  2022-07-10 15:44 ` lfdebrux
@ 2022-07-11  3:20 ` sgn
  2022-07-11  3:22 ` sgn
  2022-07-11  3:22 ` [ISSUE] [CLOSED] " sgn
  3 siblings, 0 replies; 5+ messages in thread
From: sgn @ 2022-07-11  3:20 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/issues/37978#issuecomment-1179920245

Comment:
Only change is vendor expat:
```
M	cpython-2.7.18.5/Modules/expat/ascii.h
M	cpython-2.7.18.5/Modules/expat/asciitab.h
M	cpython-2.7.18.5/Modules/expat/expat.h
M	cpython-2.7.18.5/Modules/expat/expat_external.h
M	cpython-2.7.18.5/Modules/expat/iasciitab.h
M	cpython-2.7.18.5/Modules/expat/internal.h
M	cpython-2.7.18.5/Modules/expat/latin1tab.h
M	cpython-2.7.18.5/Modules/expat/nametab.h
M	cpython-2.7.18.5/Modules/expat/pyexpatns.h
M	cpython-2.7.18.5/Modules/expat/siphash.h
M	cpython-2.7.18.5/Modules/expat/utf8tab.h
M	cpython-2.7.18.5/Modules/expat/winconfig.h
M	cpython-2.7.18.5/Modules/expat/xmlparse.c
M	cpython-2.7.18.5/Modules/expat/xmlrole.c
M	cpython-2.7.18.5/Modules/expat/xmlrole.h
M	cpython-2.7.18.5/Modules/expat/xmltok.c
M	cpython-2.7.18.5/Modules/expat/xmltok.h
M	cpython-2.7.18.5/Modules/expat/xmltok_impl.c
M	cpython-2.7.18.5/Modules/expat/xmltok_impl.h
M	cpython-2.7.18.5/Modules/expat/xmltok_ns.c
```

Not worth a rebuild, but checksum must be changed.

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

* Re: SHA256 mismatch for python-2.7.18.5
  2022-07-10 15:42 [ISSUE] SHA256 mismatch for python-2.7.18.5 lfdebrux
  2022-07-10 15:44 ` lfdebrux
  2022-07-11  3:20 ` sgn
@ 2022-07-11  3:22 ` sgn
  2022-07-11  3:22 ` [ISSUE] [CLOSED] " sgn
  3 siblings, 0 replies; 5+ messages in thread
From: sgn @ 2022-07-11  3:22 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/issues/37978#issuecomment-1179922019

Comment:
3dd253ed422f6eabb56daea8b41077edf912cd64


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

* Re: [ISSUE] [CLOSED] SHA256 mismatch for python-2.7.18.5
  2022-07-10 15:42 [ISSUE] SHA256 mismatch for python-2.7.18.5 lfdebrux
                   ` (2 preceding siblings ...)
  2022-07-11  3:22 ` sgn
@ 2022-07-11  3:22 ` sgn
  3 siblings, 0 replies; 5+ messages in thread
From: sgn @ 2022-07-11  3:22 UTC (permalink / raw)
  To: ml

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

Closed issue by lfdebrux on void-packages repository

https://github.com/void-linux/void-packages/issues/37978

Description:
### Is this a new report?

No

### System Info

Void 5.15.41_1 x86_64-musl GenuineIntel uptodate rFFFF

### Package(s) Affected

python-2.7.18.5_1

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

_No response_

### Expected behaviour

The shasum in `srcpkgs/python/template` matches the hash of the downloaded binary.

### Actual behaviour

I get the following error:

```
=> python-2.7.18.5_1: verifying checksum for distfile 'v2.7.18.5.tar.gz'...
=> ERROR: SHA256 mismatch for 'v2.7.18.5.tar.gz:'
e5e80ae00e20994150f2acfe4acfc541cbe6e4e77d334e1e7f9f33f303ab89ba
=> ERROR: python-2.7.18.5_1: couldn't verify distfiles, exiting...
```

### Steps to reproduce

1. Get latest void-packages repo
2. `./xbps-src fetch python`

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

end of thread, other threads:[~2022-07-11  3:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-10 15:42 [ISSUE] SHA256 mismatch for python-2.7.18.5 lfdebrux
2022-07-10 15:44 ` lfdebrux
2022-07-11  3:20 ` sgn
2022-07-11  3:22 ` sgn
2022-07-11  3:22 ` [ISSUE] [CLOSED] " sgn

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 NNTP newsgroup(s).