Opened 5 years ago

Closed 5 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)

Portfile-dmidecode.diff (596 bytes) - added by chicagotripp (Altoine Barker) 5 years ago.
Portfile diff to address the checksums mismatch.

Download all attachments as: .zip

Change History (8)

comment:1 Changed 5 years ago by Schamschula (Marius Schamschula)

Description: modified (diff)
Owner: set to chicagotripp
Port: dmidecode added
Status: newassigned

comment:2 Changed 5 years ago by chicagotripp (Altoine Barker)

Thank you. Please, excuse my delay in responding. Here is a patch to fix the problem.

Changed 5 years ago by chicagotripp (Altoine Barker)

Attachment: Portfile-dmidecode.diff added

Portfile diff to address the checksums mismatch.

comment:3 Changed 5 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 5 years ago by mf2k (Frank Schima)

@chicagotripp: Please verify the checksums and add the size parameter.

comment:5 Changed 5 years ago by mf2k (Frank Schima)

$ port lint --nitpick dmidecode
--->  Verifying Portfile for dmidecode
Warning: missing recommended checksum type: size

comment:6 Changed 5 years ago by mf2k (Frank Schima)

Finally, be sure to read this wiki page about stealth updates.

Last edited 5 years ago by mf2k (Frank Schima) (previous) (diff)

comment:7 Changed 5 years ago by mf2k (Frank Schima)

Resolution: fixed
Status: assignedclosed

In ad8f48fd9fbcd9b4d5d25dd43928812e8c6f08ed/macports-ports (master):

dmidecode: Fix checksums

  • Assume stealth update
  • Add size parameter

Fixes: #57815

Note: See TracTickets for help on using tickets.