[MacPorts] #67935: openjdk11-graalvm, openjdk17-graalvm, openjdk19-graalvm: buildbot activation fails: file LICENSE_NATIVEIMAGE.txt already exists and does not belong to a registered port

MacPorts noreply at macports.org
Sun Aug 20 15:37:23 UTC 2023


#67935: openjdk11-graalvm, openjdk17-graalvm, openjdk19-graalvm: buildbot
activation fails: file LICENSE_NATIVEIMAGE.txt already exists and does not
belong to a registered port
-------------------------------------------------+-------------------------
  Reporter:  mascguy                             |      Owner:  breun
      Type:  defect                              |     Status:  assigned
  Priority:  Normal                              |  Milestone:
 Component:  ports                               |    Version:  2.8.1
Resolution:                                      |   Keywords:
      Port:  openjdk11-graalvm,                  |
  openjdk17-graalvm, openjdk19-graalvm           |
-------------------------------------------------+-------------------------

Comment (by mascguy):

 Replying to [comment:20 breun]:
 > `openjdk19-graalvm` is an obsoleted port, does that need any fixing? If
 so, how could that be done?

 You can follow the pattern which I used for `libfmt`, along with your
 `pre-install` cleanup:

 {{{
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c
 -basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

 PortSystem          1.0
 PortGroup           stub 1.0

 name                libfmt
 version             9.0.0
 revision            2

 categories          devel
 description         Obsolete stub port, replaced by libfmt8/libfmt9
 long_description    {*}${description}

 # This port has purposely been made a stub, to eliminate any potential
 use.
 # Otherwise, it will clash with the segregated versions - libfmt8 and
 libfmt9 - breaking dependents.

 # Leaf port, not intended to be used as a lib dep
 supported_archs     noarch
 platforms           any

 # Obsolete Date: 2022-08-10
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/67935#comment:21>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list