-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Can't compile from AUR anymore. #1477
Comments
This can happen if |
I cleared cache and still same error. Also tried with 'yay' instead of paru, and am still getting the same error. Reinstalling also didn't work.. |
Odd. It works for me on a clean system. docker run --rm archlinux bash -uexc '
pacman -Syy
pacman -S --noconfirm archlinux-keyring
pacman -Su --noconfirm
pacman -S --noconfirm base-devel git
useradd -ms /bin/bash me
echo "me ALL=(ALL) NOPASSWD:ALL" >>/etc/sudoers
runuser -l me -c "
set -uex
git clone --depth=1 https://aur.archlinux.org/yay.git ~/yay
cd ~/yay
makepkg -si --noconfirm
yay -Sy --noconfirm zsh-theme-powerlevel10k-git"' If you figure out what's wrong, please leave a comment. |
Were you able to figure out what's wrong? |
No. I installed the community version instead. |
Thanks for the update. I'm going to close this issue because I don't intend to do anything here. The issue you are experiencing must be affecting a very small number of users (perhaps just one). If you ever get a clue about what might be the culprit, please post a comment. |
Same story... cleaned all caches, and same result.
I am really unsure what is supposed to happen and what else can possibly be done to fix. |
Some users have non-conforming wget on there systems which prevents `-O output-file` from working. One example: romkatv/powerlevel10k#1477. It's possible that on such systems wget is a symlink to firejail.
This is expected. I've only added extra logging to see what's going on. The extra info does help. I've implemented a workaround that might fix the issue. Please try again. If it still doesn't work, post the output. |
Please. Whenever you have time. I'd like to fix this but I cannot without your help because I cannot reproduce it. |
IT WORKS!!!! |
Thanks for verifying. Closing as Fixed. |
I ma getting the following error, when trying to install
zsh-theme-powerlevel10k-git-r3896.4bcc519-5
from AUR.The text was updated successfully, but these errors were encountered: