Changes between Initial Version and Version 1 of Ticket #49199


Ignore:
Timestamp:
Oct 8, 2015, 7:03:38 PM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Looks like the terminal-notifier project has changed from author "alloy" to author "julienXX", which would be a reason for the checksums to change when using the default auto-generated tarballs, which this port does. This wouldn't happen if the release download were used ("github.tarball_from releases" and, in this case, "use_zip yes").

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #49199

    • Property Owner changed from macports-tickets@… to raimue@…
    • Property Summary changed from Checksum mismatch for terminal-notifier to terminal-notifier: Checksum mismatch
    • Property Port terminal-notifier added
  • Ticket #49199 – Description

    initial v1  
    11This is what I get after upgrading to El Capitan and doing a full upgrade of macports (all other ports were upgraded successfully):
    22
    3 $ sudo port clean --dist terminal-notifier[[BR]]
    4 --->  Cleaning terminal-notifier[[BR]]
    5 $ sudo port install terminal-notifier[[BR]]
    6 --->  Fetching archive for terminal-notifier[[BR]]
    7 --->  Attempting to fetch terminal-notifier-1.6.3_0.darwin_15.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/terminal-notifier [[BR]]
    8 --->  Attempting to fetch terminal-notifier-1.6.3_0.darwin_15.x86_64.tbz2 from http://nue.de.packages.macports.org/macports/packages/terminal-notifier [[BR]]
    9 --->  Attempting to fetch terminal-notifier-1.6.3_0.darwin_15.x86_64.tbz2 from http://lil.fr.packages.macports.org/terminal-notifier [[BR]]
    10 --->  Fetching distfiles for terminal-notifier[[BR]]
    11 --->  Attempting to fetch terminal-notifier-1.6.3.tar.gz from https://github.com/alloy/terminal-notifier/tarball/1.6.3 [[BR]]
    12 --->  Verifying checksums for terminal-notifier[[BR]]
    13 Error: Checksum (rmd160) mismatch for terminal-notifier-1.6.3.tar.gz[[BR]]
    14 Error: Checksum (sha256) mismatch for terminal-notifier-1.6.3.tar.gz[[BR]]
    15 Error: org.macports.checksum for port terminal-notifier returned: Unable to verify file checksums[[BR]]
    16 Please see the log file for port terminal-notifier for details:[[BR]]
    17     /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_aqua_terminal-notifier/terminal-notifier/main.log[[BR]]
    18 To report a bug, follow the instructions in the guide:[[BR]]
    19     http://guide.macports.org/#project.tickets [[BR]]
    20 Error: Processing of port terminal-notifier failed[[BR]]
    21 $ cat `port file terminal-notifier`|grep 256[[BR]]
    22                 sha256  02317d40f467b7fa87e24e1c3873cd21473608549be4c39f537897b64f360c4c[[BR]]
    23 $ shasum -a 256 /opt/local/var/macports/distfiles/terminal-notifier/terminal-notifier-1.6.3.tar.gz [[BR]]
    24 78bed0b77f312d07cd80767030f7ac264e2ef86f79b74ea35eebccf5914fd9ae  /opt/local/var/macports/distfiles/terminal-notifier/terminal-notifier-1.6.3.tar.gz[[BR]]
    25 
     3{{{
     4$ sudo port clean --dist terminal-notifier
     5--->  Cleaning terminal-notifier
     6$ sudo port install terminal-notifier
     7--->  Fetching archive for terminal-notifier
     8--->  Attempting to fetch terminal-notifier-1.6.3_0.darwin_15.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/terminal-notifier
     9--->  Attempting to fetch terminal-notifier-1.6.3_0.darwin_15.x86_64.tbz2 from http://nue.de.packages.macports.org/macports/packages/terminal-notifier
     10--->  Attempting to fetch terminal-notifier-1.6.3_0.darwin_15.x86_64.tbz2 from http://lil.fr.packages.macports.org/terminal-notifier
     11--->  Fetching distfiles for terminal-notifier
     12--->  Attempting to fetch terminal-notifier-1.6.3.tar.gz from https://github.com/alloy/terminal-notifier/tarball/1.6.3
     13--->  Verifying checksums for terminal-notifier
     14Error: Checksum (rmd160) mismatch for terminal-notifier-1.6.3.tar.gz
     15Error: Checksum (sha256) mismatch for terminal-notifier-1.6.3.tar.gz
     16Error: org.macports.checksum for port terminal-notifier returned: Unable to verify file checksums
     17Please see the log file for port terminal-notifier for details:
     18    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_aqua_terminal-notifier/terminal-notifier/main.log
     19To report a bug, follow the instructions in the guide:
     20    http://guide.macports.org/#project.tickets
     21Error: Processing of port terminal-notifier failed
     22$ cat `port file terminal-notifier`|grep 256
     23                sha256  02317d40f467b7fa87e24e1c3873cd21473608549be4c39f537897b64f360c4c
     24$ shasum -a 256 /opt/local/var/macports/distfiles/terminal-notifier/terminal-notifier-1.6.3.tar.gz
     2578bed0b77f312d07cd80767030f7ac264e2ef86f79b74ea35eebccf5914fd9ae  /opt/local/var/macports/distfiles/terminal-notifier/terminal-notifier-1.6.3.tar.gz
     26}}}