Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Archlinux support #16

Closed
Oxalin opened this issue Oct 3, 2017 · 7 comments
Closed

Add Archlinux support #16

Oxalin opened this issue Oct 3, 2017 · 7 comments

Comments

@Oxalin
Copy link
Contributor

Oxalin commented Oct 3, 2017

Archlinux uses pacman instead of dnf and apt-get. The script exits when it tries to install required development packages.

@Oxalin
Copy link
Contributor Author

Oxalin commented Oct 3, 2017

Here is the required patch

0001-Add-Archlinux-support.patch.txt

@Oxalin
Copy link
Contributor Author

Oxalin commented Oct 3, 2017

If you prefer that I fork the code and go through a pull request, let me know.

@suaefar
Copy link
Owner

suaefar commented Oct 5, 2017

Arch linux is not supported because gcc-7.1 did not compile with the provided gcc version.
Even if it does now, it can change any day in the future.
Support for a rolling release distro is not feasible.
The most important thing for me is if you tested the patch on Arch and if runs correctly.
If 2x yes, I can apply the patch but I won't mention Arch in the readme.

@jbax
Copy link

jbax commented Oct 6, 2017

Just letting you know that patch works for me on Manjaro Linux. Thanks @Oxalin!

@Oxalin
Copy link
Contributor Author

Oxalin commented Oct 6, 2017

I'll have to send a new version though, there shouldn't be a "abs" in the package list.

@Oxalin
Copy link
Contributor Author

Oxalin commented Oct 6, 2017

This would be the correct patch.

0001-Add-Archlinux-support.patch.txt

Tested on my setup on ArchLinux and I was able to confirm my CPU is also concerned by the segfault error... RMA has been approved by AMD.

@suaefar
Copy link
Owner

suaefar commented Oct 9, 2017

Okay, added the line.

@suaefar suaefar closed this as completed Oct 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants