Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#59247 closed defect (fixed)

llvm-9.0 tarball fails checksum

Reported by: mouse07410 (Mouse) Owned by: kencu (Ken)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: jeremyhu (Jeremy Huddleston Sequoia), larryv (Lawrence Velázquez)
Port: llvm-9.0

Description

MacOS Mojave 10.14.6, Xcode-11, MacPorts 2.6.1 (everything current).

$ sudo port install llvm-9.0 +assertions +polly && sudo install clang-9.0 +analyzer +assertions +libstdcxx
--->  Computing dependencies for llvm-9.0
--->  Fetching archive for llvm-9.0
--->  Attempting to fetch llvm-9.0-9.0.0_0+assertions+polly.darwin_18.x86_64.tbz2 from https://packages.macports.org/llvm-9.0
--->  Attempting to fetch llvm-9.0-9.0.0_0+assertions+polly.darwin_18.x86_64.tbz2 from http://aus.us.packages.macports.org/macports/packages/llvm-9.0
--->  Attempting to fetch llvm-9.0-9.0.0_0+assertions+polly.darwin_18.x86_64.tbz2 from http://fco.it.packages.macports.org/mirrors/macports-packages/llvm-9.0
--->  Verifying checksums for llvm-9.0
Error: No checksum set for polly-9.0.0.src.tar.xz
Error: Failed to checksum llvm-9.0: Unable to verify file checksums
Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_llvm-9.0/llvm-9.0/main.log for details.
Error: Follow https://guide.macports.org/#project.tickets to report a bug.
Error: Processing of port llvm-9.0 failed
$

Looks like it cannot locate polly-9.0.0.src.tar.xz.

Attachments (1)

llvm-9.0-log.txt (183.9 KB) - added by mouse07410 (Mouse) 5 years ago.
main.log

Download all attachments as: .zip

Change History (7)

Changed 5 years ago by mouse07410 (Mouse)

Attachment: llvm-9.0-log.txt added

main.log

comment:1 Changed 5 years ago by kencu (Ken)

you look to be right! thanks, will fix.

comment:2 Changed 5 years ago by mouse07410 (Mouse)

Ken, thanks. Could you give me a hint when to expect the fix to propagate? I just tried again (after sudo port selfupdate, but it's still broken. :-(

comment:3 Changed 5 years ago by kencu (Ken)

This is starting to be more and more like a job! Just having a nice morning coffee with my wonderful wife; will look at it shortly.

comment:4 Changed 5 years ago by kencu (Ken)

Owner: set to kencu
Resolution: fixed
Status: newclosed

In 171af6f8fe32f55603508d160cf835b1d8ce2415/macports-ports (master):

llvm-9.0: add missing checksum for polly

closes: #59247

comment:5 Changed 5 years ago by kencu (Ken)

There you go, mouse. Please let me know here in this ticket if there are any issues with polly.

comment:6 Changed 5 years ago by mouse07410 (Mouse)

Ken, thank you! Yes you ken fix it :-)

Just installed llvm-9.0 successfully:

$ sudo port sync && sudo port selfupdate && sudo port install -sfn llvm-9.0 +assertions +polly
Enter PIN for 'Certificate For PIV Authentication (xxxxxxxxxxx))': 
--->  Updating the ports tree
--->  Updating MacPorts base sources using rsync
MacPorts base version 2.6.1 installed,
MacPorts base version 2.6.1 downloaded.
--->  Updating the ports tree
--->  MacPorts base is already the latest version

The ports tree has been updated. To upgrade your installed ports, you should run
  port upgrade outdated
Portfile changed since last build; discarding previous state.
--->  Computing dependencies for llvm-9.0
--->  Fetching distfiles for llvm-9.0
--->  Verifying checksums for llvm-9.0
--->  Extracting llvm-9.0
--->  Applying patches to llvm-9.0
--->  Configuring llvm-9.0
--->  Building llvm-9.0
--->  Staging llvm-9.0 into destroot
--->  Installing llvm-9.0 @9.0.0_0+assertions+polly
--->  Deactivating llvm-9.0 @9.0.0_0+assertions
--->  Cleaning llvm-9.0
--->  Activating llvm-9.0 @9.0.0_0+assertions+polly
--->  Cleaning llvm-9.0
$ 

Thanks again for the prompt remedy!

Note: See TracTickets for help on using tickets.