Opened 3 years ago
Closed 3 years ago
#64348 closed defect (fixed)
qt5-qtwebengine-docs @5.15.2: checksum mismatch
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.7.1 |
Keywords: | Cc: | chrstphrchvz (Christopher Chavez) | |
Port: | qt5-qtwebengine-docs |
Description
https://build.macports.org/builders/jobs-mirror/builds/354024/steps/mirror/logs/stdio
---> Fetching distfiles for qt5-qtwebengine-docs ---> Attempting to fetch qtwebengine-everywhere-src-5.15.2.tar.xz from http://distfiles.macports.org/qt5 ---> Attempting to fetch qtwebengine-everywhere-src-5.15.2.tar.xz from https://download.qt.io/official_releases/qt/5.15/5.15.2/submodules Error: Checksum (rmd160) mismatch for qtwebengine-everywhere-src-5.15.2.tar.xz Error: Checksum (sha256) mismatch for qtwebengine-everywhere-src-5.15.2.tar.xz Error: Checksum (size) mismatch for qtwebengine-everywhere-src-5.15.2.tar.xz
Change History (3)
comment:1 Changed 3 years ago by jmroot (Joshua Root)
Cc: | chrstphrchvz added |
---|
comment:2 Changed 3 years ago by chrstphrchvz (Christopher Chavez)
I have added a fix for this to https://github.com/macports/macports-ports/pull/13332.
comment:3 Changed 3 years ago by chrstphrchvz (Christopher Chavez)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Looks like this was introduced by [bd858ac96b4181de1d388f8e355b852577264dcd/macports-ports]. Each qt5-foo-docs subport shares its distfile with qt5-foo, but the special casing for qt5-qtwebengine only set the distfiles and checksums for that one subport, leaving qt5-qtwebengine-docs using a different distfile with no checksums set.