Opened 6 years ago
Closed 6 years ago
#57815 closed defect (fixed)
dmidecode fails to install
Reported by: | bferrell (Bruce Ferrell) | Owned by: | chicagotripp (Altoine Barker) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | dmidecode |
Description (last modified by Schamschula (Marius Schamschula))
install dmidecode ---> Verifying checksums for dmidecode Error: Failed to checksum dmidecode: dmidecode-osx-3.1.tar.gz does not exist in /opt/local/var/macports/distfiles/dmidecode
Attachments (1)
Change History (8)
comment:1 Changed 6 years ago by Schamschula (Marius Schamschula)
Description: | modified (diff) |
---|---|
Owner: | set to chicagotripp |
Port: | dmidecode added |
Status: | new → assigned |
comment:2 Changed 6 years ago by chicagotripp (Altoine Barker)
Changed 6 years ago by chicagotripp (Altoine Barker)
Attachment: | Portfile-dmidecode.diff added |
---|
Portfile diff to address the checksums mismatch.
comment:3 Changed 6 years ago by bferrell (Bruce Ferrell)
port clean dmidecode
---> Cleaning dmidecode sh-3.2# port install dmidecode ---> Fetching archive for dmidecode ---> Attempting to fetch dmidecode-3.1_0.darwin_17.x86_64.tbz2 from https://packages.macports.org/dmidecode ---> Attempting to fetch dmidecode-3.1_0.darwin_17.x86_64.tbz2 from http://sea.us.packages.macports.org/macports/packages/dmidecode ---> Attempting to fetch dmidecode-3.1_0.darwin_17.x86_64.tbz2 from http://ywg.ca.packages.macports.org/mirror/macports/packages/dmidecode ---> Fetching distfiles for dmidecode ---> Attempting to fetch dmidecode-osx-3.1.tar.gz from https://distfiles.macports.org/dmidecode ---> Attempting to fetch dmidecode-osx-3.1.tar.gz from https://github.com/cavaliercoder/dmidecode-osx/tarball/v3.1 ---> Verifying checksums for dmidecode Error: Checksum (rmd160) mismatch for dmidecode-osx-3.1.tar.gz Error: Checksum (sha256) mismatch for dmidecode-osx-3.1.tar.gz Error: Failed to checksum dmidecode: Unable to verify file checksums
comment:4 Changed 6 years ago by mf2k (Frank Schima)
@chicagotripp: Please verify the checksums and add the size
parameter.
comment:5 Changed 6 years ago by mf2k (Frank Schima)
$ port lint --nitpick dmidecode ---> Verifying Portfile for dmidecode Warning: missing recommended checksum type: size
comment:6 Changed 6 years ago by mf2k (Frank Schima)
Finally, be sure to read this wiki page about stealth updates.
comment:7 Changed 6 years ago by mf2k (Frank Schima)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Thank you. Please, excuse my delay in responding. Here is a patch to fix the problem.