Changes between Version 2 and Version 4 of Ticket #68419


Ignore:
Timestamp:
Oct 11, 2023, 8:35:37 AM (12 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Duplicate of #68126.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #68419

    • Property Status changed from new to closed
    • Property Cc l2dy judaew added
    • Property Summary changed from neovim @0.9.2 fails to install on Sonoma. to neovim @0.9.2: segmentation fault
    • Property Keywords sonoma added
    • Property Owner set to raimue
    • Property Resolution changed from to duplicate
  • Ticket #68419 – Description

    v2 v4  
    11Hello, I am getting the following error after running `sudo port install neovim`:
    2 \\
    32
    4 Error: Failed to build neovim: command execution failed \\
    5 Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_editors_neovim/neovim/main.log for details \\
    6 \\
     3{{{
     4Error: Failed to build neovim: command execution failed
     5Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_editors_neovim/neovim/main.log for details
     6}}}
    77
    88Looking into this file, I found out the following error:
    9 \\
    10 Segmentation fault: 11 \\ /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_editors_neovim/neovim/work/build/bin/nvim -u NONE -i NONE -e --headless -c helptags\ ++t\ doc -c quit
    11 \\
     9
     10{{{
     11Segmentation fault: 11
     12/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_editors_neovim/neovim/work/build/bin/nvim -u NONE -i NONE -e --headless -c helptags\ ++t\ doc -c quit
     13}}}
    1214
    1315Thanks :)