Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.

Install Broken for Arch Linux #144

Closed
Cyberdr8gon opened this issue Nov 5, 2016 · 5 comments
Closed

Install Broken for Arch Linux #144

Cyberdr8gon opened this issue Nov 5, 2016 · 5 comments

Comments

@Cyberdr8gon
Copy link

In cmake/LLVM.cmake on line 135, the regex complains it needs at least 5 arguments.

It seems as though install is broken because it assumes a non-distributed llvm install. However, on archlinux, it is embeded in the system /usr/bin /usr/lib etc. and it doesn't support this configuration for a variety of reasons. Also, the clang binary download doesn't work on Arch Linux as well, the same failing to find llvm

The failing macro is llvm_set_libs

@jeaye
Copy link
Owner

jeaye commented Nov 6, 2016

I can reproduce this in an Arch vm; looking into it. Let me know if you arrive at any solutions in the meantime.

@jeaye
Copy link
Owner

jeaye commented Nov 6, 2016

Ah, looks like it's been addressed here: ycm-core/YouCompleteMe#778

jeaye added a commit that referenced this issue Nov 6, 2016
@jeaye
Copy link
Owner

jeaye commented Nov 6, 2016

@Cyberdr8gon Alrighty, it's working for me now. Care to give it a go and let me know before I close this?

@Cyberdr8gon
Copy link
Author

It is fixed, thank you. Good idea to use the opensuse libclang!!!

@jeaye
Copy link
Owner

jeaye commented Nov 6, 2016

Good to hear; thanks for reporting this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants