Hi, On Sun, Apr 07, 2019 at 01:03:12AM +0530, Mihir Luthra wrote: > > Can you pastebin a main.log of a build that fails like this? > > https://pastebin.com/FVdp4WTw
The problematic lines are :debug:archivefetch failed verification with key /opt/local/share/macports/macports-pubkey.pem :debug:archivefetch openssl output: Verified OK which is very weird, because it says the verification failed, but it also says the OpenSSL output is "Verified OK", which says exactly the opposite. The command it runs is openssl dgst \ -ripemd160 \ -verify \ -pubkey /opt/local/share/macports/macports-pubkey.pem \ -signature ncurses-6.1_0.darwin_18.x86_64.tbz2.rmd160 \ ncurses-6.1_0.darwin_18.x86_64.tbz2 Maybe you can reproduce this command on your system manually and see if it works? It seems this command will return a non-zero exit code for reasons I don't know. -- Clemens