Ashark / archlinux-amdgpu-pro

Radeon Software for Linux (AMDGPU PRO) PKGBUILD generator for ArchLinux AUR
https://aur.archlinux.org/pkgbase/amdgpu-pro-installer/
119 stars 25 forks source link

Missing .deb files #57

Closed BethAr closed 5 years ago

BethAr commented 6 years ago

Hello,

I'm getting a validation check failure when installing and, if I skip validation, I get an error for missing .deb files. Should they be downloaded from AMD?

EDIT: Ok, it happens because the package refers to the 17.40 version which isn't available anymore.

EDIT2: I'm able to get it if I change the link in the PKGBUILD from ...amdgpu-pro-17.40-492261.tar.xz to ...amdgpu-pro-17.40-514569.tar.xz

corngood commented 6 years ago

Does it work ok? I can update it if so.

BethAr commented 6 years ago

I couldn't test yet because I got to the binfmt problem. I'm solving that now.

I will probably have to solve a problem with mesa-noglvnd as well, which I'm unable to build.

Edit: It seems I also have to deal with ncurses5-compat-libs.

Tralen commented 6 years ago

It worked for me. I don't know if every functionality is working properly, but it installs successfully. Besides the entries in the PKGBUILD, I had to replace the entries in the 0001 patch.

@BethAr, to build mesa-noglvnd I had to downgrade clang, llvm and llvm-libs. I downgraded to version 4.0.1-3, because I had it cached.

BethAr commented 6 years ago

Do I also need to downgrade Xorg?

BethAr commented 6 years ago

Ok, things are not working properly. I can't detect OpenGL:

$ glxinfo
name of display: :0.0
Error: couldn't find RGB GLX visual or fbconfig
Tralen commented 6 years ago

Downgrading llvm like I suggested to build mesa-noglvnd is the issue. It looks for a library for llvm 6. I'm still trying to figure a solution.