Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#56524 closed defect (fixed)

plantuml does not install (wrong checksums)

Reported by: hmeine (Hans Meine) Owned by: mf2k (Frank Schima)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: egorenar (Alexander Egorenkov), pmetzger (Perry E. Metzger)
Port: plantuml

Description

As discussed in https://github.com/macports/macports-ports/commit/d1da65d1b0eed922bbff89850171daff7f9378b1#commitcomment-29052730 the plantuml port currently fails to download files. It tries many candidate URLs, but cannot find the file:

--->  Computing dependencies for plantuml
--->  Fetching distfiles for plantuml
--->  Attempting to fetch plantuml-1.2018.1.tar.gz from https://distfiles.macports.org/plantuml
--->  Attempting to fetch plantuml-1.2018.1.tar.gz from http://nue.de.distfiles.macports.org/plantuml
--->  Attempting to fetch plantuml-1.2018.1.tar.gz from http://lil.fr.distfiles.macports.org/plantuml
--->  Attempting to fetch plantuml-1.2018.1.tar.gz from http://mse.uk.distfiles.macports.org/sites/distfiles.macports.org/plantuml
--->  Attempting to fetch plantuml-1.2018.1.tar.gz from http://fco.it.distfiles.macports.org/mirrors/macports-distfiles/plantuml
--->  Attempting to fetch plantuml-1.2018.1.tar.gz from https://github.com/plantuml/plantuml/releases/download/v1.2018.1
--->  Attempting to fetch plantuml-1.2018.1.tar.gz from http://ywg.ca.distfiles.macports.org/mirror/macports/distfiles/plantuml
--->  Attempting to fetch plantuml-1.2018.1.tar.gz from http://sea.us.distfiles.macports.org/macports/distfiles/plantuml
--->  Attempting to fetch plantuml-1.2018.1.tar.gz from http://jnb.za.distfiles.macports.org/distfiles/plantuml
--->  Attempting to fetch plantuml-1.2018.1.tar.gz from http://kmq.jp.distfiles.macports.org/plantuml
--->  Attempting to fetch plantuml-1.2018.1.tar.gz from http://jog.id.distfiles.macports.org/macports/distfiles/plantuml
--->  Attempting to fetch plantuml-1.2018.1.tar.gz from http://cjj.kr.distfiles.macports.org/plantuml
--->  Attempting to fetch plantuml-1.2018.1.tar.gz from http://aarnet.au.distfiles.macports.org/pub/macports/distfiles/plantuml
--->  Attempting to fetch plantuml-1.2018.1.tar.gz from http://nou.nc.distfiles.macports.org/pub/macports/distfiles.macports.org/plantuml
--->  Attempting to fetch plantuml-1.2018.1.tar.gz from https://pek.cn.distfiles.macports.org/macports/distfiles/plantuml
--->  Attempting to fetch plantuml-1.2018.1.tar.gz from http://ykf.ca.distfiles.macports.org/MacPorts/mpdistfiles/plantuml
Error: Failed to fetch plantuml: Connection timed out after 30004 milliseconds
Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_java_plantuml/plantuml/main.log for details.
Error: Follow https://guide.macports.org/#project.tickets to report a bug.
Error: Processing of port plantuml failed

Furthermore, when I manually located and downloaded plantuml-1.2018.1.tar.gz from SourceForge and put it into distfiles, the checksums did not match.

Change History (3)

comment:1 Changed 6 years ago by jmroot (Joshua Root)

Cc: egorenar pmetzger added
Port: plantuml added

There don't appear to be any actual releases on https://github.com/plantuml/plantuml (just tags). So github.tarball_from releases is not right. Not sure how this could ever have worked unless there previously was a release that was removed.

comment:2 Changed 6 years ago by mf2k (Frank Schima)

Owner: set to mf2k
Resolution: fixed
Status: newclosed

In b9fe10bd55f431e7c5cef39679d61cd15f1ac5ad/macports-ports (master):

plantuml: Update to version 1.2018.6

  • Fix download

Fixes: #56524

comment:3 Changed 6 years ago by wyuenho (Jimmy Yuen Ho Wong)

In 36b60fd44e67f7655e00994280c8915f715f2d5b/macports-ports (master):

emacs: patch maintainence

  • update inline patch to 25.2
  • add emoji to default font
  • remove emacs.c PATH patch
  • require autoconf, automake and libtool

Closes: #56586
Closes: #56524

Note: See TracTickets for help on using tickets.