Hi everyone, new here.
I recently had issues with yay not completing installation of packages so I tried to uninstall it with pacman, then tried to install it again but keep receiving the following error:
pacman works fine. Anyone have any ideas on how to fix this? Thank you!
I build yay all right just now. Try again, fresh version in AUR is 12.3.5-1. Or you can try yay-bin.
I tried reinstalling with the new package but received the same error, but thankfully the yay-bin worked i'll try that next time. Appreciate it
This line seems odd
/usr/local/include/stdint.h:6:10: fatal error: arch/cdefs.h: No such file or directory
stdint.h should be located at /usr/include/stdint.h
and it's part of a very important package glibc
What output do you get if you run
pacman -Qo /usr/local/include/stdint.c
pacman -Qo /usr/include/stdint.h
Unfortunately I gave up later that day after trying to make some changes to some c file headers which were subsequently unable to compile, and just reinstalled the entire os (I had been planning to encrypt it anyway) so I'm unable to investigate further to see how I messed everything up.