Opened 4 years ago

Closed 4 years ago

#59568 closed defect (fixed)

py-parso: checksum mismatch

Reported by: vulpicastor (Lizhou Sha) Owned by: stromnov (Andrey Stromnov)
Priority: Normal Milestone:
Component: ports Version: 2.6.2
Keywords: Cc: vulpicastor (Lizhou Sha)
Port: py-parso

Description

I am attempting to install py37-parso on macOS 10.15 with a fresh 2.6.2 install. The build fails because the distfile checksum does not match that in the Portfile. I've attached the failed fetch and build log below.

:info:checksum Portfile checksum: parso-0.5.1.tar.gz size 388107
:info:checksum Distfile checksum: parso-0.5.1.tar.gz size 391247
:info:checksum The correct checksum line may be:
:info:checksum checksums           rmd160  32ac1500d05e41b056fd912173bbd92677300448 \
:info:checksum                     sha256  666b0ee4a7a1220f65d367617f2cd3ffddff3e205f3f16a0284df30e774c2a9c \
:info:checksum                     size    391247

Attachments (1)

main.log (22.3 KB) - added by vulpicastor (Lizhou Sha) 4 years ago.
/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_python_py-parso/py37-parso/main.log

Download all attachments as: .zip

Change History (6)

Changed 4 years ago by vulpicastor (Lizhou Sha)

Attachment: main.log added

/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_python_py-parso/py37-parso/main.log

comment:1 Changed 4 years ago by vulpicastor (Lizhou Sha)

Cc: vulpicastor added

comment:2 Changed 4 years ago by mf2k (Frank Schima)

Owner: set to stromnov
Status: newassigned

comment:3 Changed 4 years ago by reneeotten (Renee Otten)

I think this is fixed with this commit; please do sudo port selfupdate ; sudo port clean --all py37-parso and try again.

comment:4 Changed 4 years ago by vulpicastor (Lizhou Sha)

I just tried reinstalling (with cleaning) and it seems that that commit fixed the problem. Thanks! The ticket can be marked as fixed.

comment:5 Changed 4 years ago by reneeotten (Renee Otten)

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.