Opened 3 years ago

Last modified 3 years ago

#63593 closed defect

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

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

Description (last modified by evanmiller (Evan Miller))

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-canberra or else declaring it as an explicit dependency.

Change History (1)

comment:1 Changed 3 years ago by evanmiller (Evan Miller)

Description: modified (diff)
Note: See TracTickets for help on using tickets.