Changes between Initial Version and Version 1 of Ticket #68419


Ignore:
Timestamp:
Oct 10, 2023, 6:11:08 PM (12 months ago)
Author:
ScarletMetal
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #68419 – Description

    initial v1  
    11Hello, I am getting the following error after running `sudo port install neovim`:
    2 ```
    3 Error: Failed to build neovim: command execution failed
    4 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
    5 ```
     2<br/>
     3\\
     4
     5Error: Failed to build neovim: command execution failed \\
     6Error: 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 \\
     7\\
     8
    69Looking into this file, I found out the following error:
    7 ```
    8 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
    9 ```
     10\\
     11Segmentation 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
     12\\
    1013
    1114Thanks :)