Opened 4 years ago

Closed 4 years ago

#61295 closed defect (invalid)

port clang-10 fetch issue?

Reported by: mpachucki (Mark Pachucki) Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.6.3
Keywords: R, data.table, OpenMP Cc: mpachucki@…, mpachucki (Mark Pachucki)
Port: clang-10

Description (last modified by jmroot (Joshua Root))

Hi folks, I'm trying to 'sudo port install clang-10 pkgconfig' (in order to install R software, a package called data.table, which requires OpenMP, which requires llvm) and appear to be getting a 'Warning: failed to verify signature for archive!' error, which appears to be a fetch-related error.

--->  Computing dependencies for clang-10
--->  Fetching archive for clang_select
--->  Attempting to fetch clang_select-2.2_0.darwin_19.noarch.tbz2 from http://jog.id.packages.macports.org/macports/packages/clang_select
--->  Attempting to fetch clang_select-2.2_0.darwin_19.noarch.tbz2.rmd160 from http://jog.id.packages.macports.org/macports/packages/clang_select
Warning: Failed to verify signature for archive!

It's apparently hanging on 'clang-select' before moving down to the other dependencies. I already tried (1) sudo port clean, (2) searching prior tickets (closest was ticket #60584), (3) I don't think it's a port upgrade issue, (4) under problemhotlist, when I visit the main MacPorts distfiles mirror, clang-10 doesn't appear there. Any ideas? (I'm following a installation wiki here: https://github.com/Rdatatable/data.table/wiki/Installation#openmp-enabled-compiler-for-mac) I'm a professor who uses R for data analysis, and not a developer, so any layperson language would be greatly appreciated. I'm running Mac OS 10.15.6, Xcode 12 (which some will likely point out is the first problem). Thanks in advance.

Change History (4)

comment:1 Changed 4 years ago by mpachucki (Mark Pachucki)

Cc: mpachucki added

comment:2 Changed 4 years ago by jmroot (Joshua Root)

Description: modified (diff)
Milestone: MacPorts 2.7.0

"Failed to verify signature for archive!" means the file you have is not the one we uploaded. That's bad, obviously. I downloaded the same clang_select archive and signature shown in your output from the same server, and was able to verify the signature manually. That would suggest there may be some kind of proxy interfering with your download.

comment:3 Changed 4 years ago by mpachucki (Mark Pachucki)

Joshua, that did the trick! Apparently my campus cybersecurity department was overzealous and had indeed blacklisted the URL, which is why it wasn't proceeding. Thanks so much for your help. -Mark

comment:4 Changed 4 years ago by jmroot (Joshua Root)

Resolution: invalid
Status: newclosed

Glad you got it working.

Note: See TracTickets for help on using tickets.