graftcp icon indicating copy to clipboard operation
graftcp copied to clipboard

graftcp breaks yay

Open tewilove opened this issue 1 year ago • 1 comments

Configured graft-local to use a local socks5 server only.

[ming@A770 aur]$ graftcp bash
[ming@A770 aur]$ yay -S graftcp
 -> 1 error occurred:
	* request failed: Get "https://aur.archlinux.org/rpc?arg%5B%5D=graftcp&type=info&v=5": EOF


 -> Failed to find AUR package for graftcp:1 error occurred:
	* request failed: Get "https://aur.archlinux.org/rpc?arg=graftcp&by=provides&type=search&v=5": EOF


 -> No AUR package found for graftcp
 there is nothing to do

tewilove avatar Jan 06 '24 07:01 tewilove

It can't be reproduced on my machine. Can you post the graftcp-local log?

hmgle avatar Jan 14 '24 02:01 hmgle

Since I can't reproduce this issue on my host and there are no log to help pinpoint the problem, I'm going to close this issue for now. Additionally, because yay actually invokes sudo pacman ..., you'll need to use the -u parameter to start the command: sudo graftcp sudo -u $USER yay ..., or sudo graftcp -u $USER yay ....

hmgle avatar Jun 07 '24 15:06 hmgle