[MacPorts] #66796: bsdmake @24_1 checksum mismatch

MacPorts noreply at macports.org
Thu Feb 2 10:52:44 UTC 2023


#66796: bsdmake @24_1 checksum mismatch
-----------------------------+----------------------
  Reporter:  OlivierDoriath  |      Owner:  raimue
      Type:  defect          |     Status:  assigned
  Priority:  Normal          |  Milestone:
 Component:  ports           |    Version:  2.8.0
Resolution:                  |   Keywords:
      Port:  bsdmake         |
-----------------------------+----------------------

Comment (by jsalort):

 I just downloaded directly from GitHub at https://github.com/apple-oss-
 distributions/bsdmake/releases/tag/bsdmake-24, and compared the file to
 that downloaded by MacPorts, and they differ. However, according to
 GitHub, the files haven't changed since 2009.

 {{{
 % openssl dgst -rmd160
 /opt/local/var/macports/distfiles/bsdmake/24_1/bsdmake-24.tar.gz
 RIPEMD-160(/opt/local/var/macports/distfiles/bsdmake/24_1/bsdmake-24.tar.gz)=
 af5c25248ddfd36691525ab1ac2cd2c0fc1ae5f3
 % openssl dgst -rmd160 ~/Downloads/bsdmake-bsdmake-24.tar.gz
 RIPEMD-160(/Users/jsalort/Downloads/bsdmake-bsdmake-24.tar.gz)=
 1f08d49704391725cc304c455ead7e48103fd8cf
 }}}

 The rmd160 of the file directly downloaded matches the checksum of the
 Portfile. So the workaround for me was:

 {{{
 sudo mv ~/Downloads/bsdmake-bsdmake-24.tar.gz
 /opt/local/var/macports/distfiles/bsdmake/24_1/bsdmake-24.tar.gz
 sudo port install bsdmake
 }}}

 I wonder if it is somehow related to the problem I am facing with py-rawpy
 (https://github.com/macports/macports-ports/pull/17535).

-- 
Ticket URL: <https://trac.macports.org/ticket/66796#comment:4>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list