[MacPorts] #52176: arb 6.0.4 Install Failed Signature
#52176: arb 6.0.4 Install Failed Signature ----------------------------+-------------------------------- Reporter: michael.cox1@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Keywords: | Port: arb expat ----------------------------+-------------------------------- Attempting to install arb on OSX 10.11.6 El Capitan. Fresh install of macports, no other ports previously installed. Have xcode, plus additional tools and xquartz. Have accepted xcode license. {{{ sudo port install arb }}} fails with warning failed to verify signature for archive and errors for archivefetch of expat and install of expat. -- Ticket URL: <https://trac.macports.org/ticket/52176> MacPorts <https://www.macports.org/> Ports system for macOS
#52176: expat: failed verification with key /opt/local/share/macports/macports- pubkey.pem -----------------------------+-------------------------------- Reporter: michael.cox1@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: expat | -----------------------------+-------------------------------- Changes (by ryandesign@…): * cc: matt.cottrell@… (removed) * port: arb expat => expat Comment: Can't really explain why that would have happened. Have you tried again? If the same problem occurs again when you try to install arb, does it also happen when you try to install expat directly? If not, try installing other dependencies of arb manually first; this could be another manifestation of #50986. -- Ticket URL: <https://trac.macports.org/ticket/52176#comment:1> MacPorts <https://www.macports.org/> Ports system for macOS
#52176: expat: failed verification with key /opt/local/share/macports/macports- pubkey.pem -----------------------------+-------------------------------- Reporter: michael.cox1@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: expat | -----------------------------+-------------------------------- Comment (by michael.cox1@…): Thanks - just tried again, same error. Same error when trying expat directly and then also with other dependencies (tried xfig, spidermonkey, ncurses). Followed #50986 and I can successfully ping packages.macports.org so might not be completely the same? Will try uninstalling and reinstalling macports. -- Ticket URL: <https://trac.macports.org/ticket/52176#comment:2> MacPorts <https://www.macports.org/> Ports system for macOS
#52176: expat: failed verification with key /opt/local/share/macports/macports- pubkey.pem -----------------------------+-------------------------------- Reporter: michael.cox1@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: expat | -----------------------------+-------------------------------- Comment (by ryandesign@…): Ok, then it's not #50986. If it's a fresh install of MacPorts, it seems unlikely that uninstalling and reinstalling it would change anything. Since the error message is about openssl verification failure, I would investigate whether your /usr/bin/openssl command is working. -- Ticket URL: <https://trac.macports.org/ticket/52176#comment:3> MacPorts <https://www.macports.org/> Ports system for macOS
#52176: expat: failed verification with key /opt/local/share/macports/macports- pubkey.pem -----------------------------+-------------------------------- Reporter: michael.cox1@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: expat | -----------------------------+-------------------------------- Comment (by michael.cox1@…): openssl seems to be functioning fine, I can generate keys etc. It is version 0.9.8zh that comes with el capitan and the current version is 1.1.0. Does macports require the current version? -- Ticket URL: <https://trac.macports.org/ticket/52176#comment:4> MacPorts <https://www.macports.org/> Ports system for macOS
#52176: expat: failed verification with key /opt/local/share/macports/macports- pubkey.pem -----------------------------+-------------------------------- Reporter: michael.cox1@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: expat | -----------------------------+-------------------------------- Comment (by ryandesign@…): MacPorts requires whatever version of openssl came with your OS. I'm running out of ideas... Is it possible the MacPorts public key is missing or wrong or not readable on your system? -- Ticket URL: <https://trac.macports.org/ticket/52176#comment:5> MacPorts <https://www.macports.org/> Ports system for macOS
#52176: expat: failed verification with key /opt/local/share/macports/macports- pubkey.pem -----------------------------+-------------------------------- Reporter: michael.cox1@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: expat | -----------------------------+-------------------------------- Comment (by larryv@…): {{{ :msg:archivefetch ---> Attempting to fetch expat-2.2.0_0.darwin_15.x86_64.tbz2.rmd160 from http://nou.nc.packages.macports.org/pub/macports/packages.macports.org/expat :debug:archivefetch failed verification with key /opt/local/share/macports /macports-pubkey.pem :debug:archivefetch openssl output: Verification Failure }}} Ryan: I wonder if there’s something funny about this mirror? Haven’t we seen issues with it before? Michael: Can you try this? 1. Run `sudo port install arb` and verify that you still see the problem. 1. Uncomment the `host_blacklist` line in `/opt/local/etc/macports/macports.conf`. 1. Set it to “nou.nc.packages.macports.org”. 1. Try `sudo port install arb` again. -- Ticket URL: <https://trac.macports.org/ticket/52176#comment:6> MacPorts <https://www.macports.org/> Ports system for macOS
#52176: expat: failed verification with key /opt/local/share/macports/macports- pubkey.pem -----------------------------+-------------------------------- Reporter: michael.cox1@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: expat | -----------------------------+-------------------------------- Comment (by michael.cox1@…): Thanks for your help Larry, Ryan, Sorry for delay have been at a series of meetings. Haven't installed anything or changed anything since the last discussion. Tried the command again and it has worked, I had to install xorg-libXt separately as needed to be run with {{{+flat_namespace}}}, but then ran {{{sudo port install arb}}} again and all has been fine. Checking where it looked for expat: {{{ ---> Fetching archive for expat ---> Attempting to fetch expat-2.2.0_0.darwin_15.x86_64.tbz2 from https://packages.macports.org/expat ---> Attempting to fetch expat-2.2.0_0.darwin_15.x86_64.tbz2.rmd160 from https://packages.macports.org/expat }}} Realised there's no log file when installation works, so hopefully this is correct? Anyway installation now successful, thanks for your help and let me know if there's any further info that'd be helpful in case this is something that might happen again. Cheers Mike -- Ticket URL: <https://trac.macports.org/ticket/52176#comment:7> MacPorts <https://www.macports.org/> Ports system for macOS
#52176: expat: failed verification with key /opt/local/share/macports/macports- pubkey.pem -----------------------------+-------------------------------- Reporter: michael.cox1@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: worksforme | Keywords: Port: expat | -----------------------------+-------------------------------- Changes (by ryandesign@…): * status: new => closed * resolution: => worksforme Comment: I just tried installing the package from the nou.nc server and it worked fine: {{{ $ port -b install expat -universal ---> Fetching archive for expat ---> Attempting to fetch expat-2.2.0_0.darwin_15.x86_64.tbz2 from http://nou.nc.packages.macports.org/pub/macports/packages.macports.org/expat ---> Attempting to fetch expat-2.2.0_0.darwin_15.x86_64.tbz2.rmd160 from http://nou.nc.packages.macports.org/pub/macports/packages.macports.org/expat ---> Installing expat @2.2.0_0 ---> Deactivating expat @2.2.0_0+universal ---> Activating expat @2.2.0_0 ---> Cleaning expat }}} So, not sure why it didn't work for you. Glad you got it working now. -- Ticket URL: <https://trac.macports.org/ticket/52176#comment:8> MacPorts <https://www.macports.org/> Ports system for macOS
participants (1)
-
MacPorts