Hello world,
I need to install those 2 mesa drivers to (hopefully) fix a game I’m having trouble installing with lutris. But when I try to install the first driver I get the error below. Please help, how can I install them?
Hello world,
I need to install those 2 mesa drivers to (hopefully) fix a game I’m having trouble installing with lutris. But when I try to install the first driver I get the error below. Please help, how can I install them?
It is hard to say with such a small snippet of the output but at a glance it looks like an issue with the AUR package. Have you checked the AUR page for that package to see if anyone else has reported it?
[quote=“dalto, post:2, topic:58978, full:true”]
It is hard to say with such a small snippet of the output[/quote]
Ups, sorry, my bad, here is the entire thing.
If I try to access the aur.archlinux.org site I get “502 bad gateway” error. Does that mean the entire repository is down for everyone and that’s why I can’t install those packages?
It is not responsive right now but that doesn’t appear to be the issue from your output.
It looks like you tried to customize the PKGBUILD:
Using custom makepkg.conf → /home/vikings/.config/bauh/arch/makepkg.conf
It appears to have a syntax error after your customization. What did you change?
I have absolutely no idea, nor any memory of ever having done such a thing… How can I revert it back to original?
LE: Yeap, I checked the path you gave, I definitely never messed with that file, or anything else in the bauh directory.
Since the AUR is mostly not available right now, it would probably be easier to bypass your helper/GUI.
Just do this:
git clone https://aur.archlinux.org/mesa-amdonly-gaming-git.git --depth=1
cd mesa-amdonly-gaming-git
makepkg -si
Sigh, got another error about pkgbuild not existing, full output here.
Sorry, my fault.
Try this:
cd mesa-amdonly-gaming-git
makepkg -si
Crap… Ok, so I got to this part
:: amdonly-gaming-mesa-git-24.3.0_devel.193243.19ff16387a0.d41d8cd-1 and mesa-1:24.1.5-1 are in conflict. Remove mesa? [y/N]
So I wanted to copy that and ask you if I should just enter no like it suggests or maybe yes so it will install the other version which seems newer to me, anway so I press ctrl+c in order to do that instead of ctrl+shift+c because that’s what I’ve been doing in windows for the past 20 years…
So now it says:
Interrupt signal received
==> WARNING: Failed to install built package(s).
[vikings@VIKINGSKINGDOM mesa-amdonly-gaming-git]$
What do now, just re enter those commands you gave me?
You are building a package to replace mesa. If you say “n”, nothing will change. You have to say “y” if you want to install that package.
You can just install the packages:
sudo pacman -U *.pkg.tar.zst
Ok, that seems to have worked, now to install the 32bit one too I just replace your
cd mesa-amdonly-gaming-git
with
cd lib32-mesa-amdonly-gaming-git
Correct?
The clone line also needs to be changed:
git clone https://aur.archlinux.org/lib32-mesa-amdonly-gaming-git.git --depth=1
cd lib32-mesa-amdonly-gaming-git
makepkg -si
Ok, cool, thank you so so very much for all the help, hope this fixes my game issue.
One last question please after I install the 32bit too(assuming everything goes well) I can delete these git folders I’ve created in /home/vikings right? Cause the first one alone is 1.5gb…
Yes
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.