Opened 3 years ago

Last modified 3 years ago

#63593 closed defect

vim @8.2.2681+huge: Removing libcanberra breaks vim — at Initial Version

Reported by: evanmiller (Evan Miller) Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: vim

Description

Per https://github.com/vim/vim/issues/4531, libcanberra is linked into vim during a +huge build. However, this is not indicated in the Portfile, so removing libcanberra results in a broken vim.

$ /opt/local/bin/vim
dyld: Library not loaded: /opt/local/lib/libcanberra.0.dylib
  Referenced from: /opt/local/bin/vim
  Reason: image not found

I suggest passing in --disable-libcanberra or else declaring it as an explicit dependency.

Change History (0)

Note: See TracTickets for help on using tickets.