[MacPorts] #67663: neovim launch failure

MacPorts noreply at macports.org
Tue Jun 20 22:02:52 UTC 2023


#67663: neovim launch failure
----------------------+--------------------
 Reporter:  jrabinow  |      Owner:  (none)
     Type:  defect    |     Status:  new
 Priority:  Normal    |  Milestone:
Component:  ports     |    Version:
 Keywords:            |       Port:
----------------------+--------------------
 {{{
 $ port installed neovim
 The following ports are currently installed:
   neovim @0.9.1_0 (active)
 $ nvim
 dyld[91470]: Library not loaded: /opt/local/lib/libmsgpackc.2.dylib
   Referenced from: <916692AD-B038-3EBD-BD78-83B3AB4DCFEC>
 /opt/local/bin/nvim
   Reason: tried: '/opt/local/lib/libmsgpackc.2.dylib' (no such file),
 '/System/Volumes/Preboot/Cryptexes/OS/opt/local/lib/libmsgpackc.2.dylib'
 (no such file), '/opt/local/lib/libmsgpackc.2.dylib' (no such file),
 '/usr/local/lib/libmsgpackc.2.dylib' (no such file),
 '/usr/lib/libmsgpackc.2.dylib' (no such file, not in dyld cache)
 Abort trap: 6
 [Exit 134 (ABRT)]
 }}}

 The following workaround allows neovim to be run again
 {{{
 $ sudo port install msgpack-c
 $ cd /opt/local/lib
 $ umask 022
 $ sudo ln -s libmsgpack-c.2.dylib libmsgpackc.2.dylib
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/67663>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list