[MacPorts] #67349: libxkbcommon @1.5.0: binaries link with libraries using @loader_path or @rpath and therefore don't work

MacPorts noreply at macports.org
Tue May 2 05:55:38 UTC 2023


#67349: libxkbcommon @1.5.0: binaries link with libraries using @loader_path or
@rpath and therefore don't work
---------------------------+------------------------
  Reporter:  ballapete     |      Owner:  ryandesign
      Type:  defect        |     Status:  accepted
  Priority:  Normal        |  Milestone:
 Component:  ports         |    Version:  2.8.1
Resolution:                |   Keywords:
      Port:  libxkbcommon  |
---------------------------+------------------------

Comment (by kencu):

 this looks like an upstream bug for libxkbcommon.

 This patch fixes it for this one executable:
 {{{
 --- meson.build.orig    2023-05-01 22:52:49
 +++ meson.build 2023-05-01 22:52:56
 @@ -417,6 +417,7 @@
      )

      executable('xkbcli', 'tools/xkbcli.c',
 +               link_with: libxkbcommon,
                 dependencies: tools_dep, install: true)
      install_man('tools/xkbcli.1')

 }}}

 but I don't think it is the right generic fix to fix all the executables.

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


More information about the macports-tickets mailing list