end-4 / dots-hyprland

Modern, feature-rich and accessible desktop configuration.
https://end-4.github.io/dots-hyprland-wiki/en/
GNU General Public License v3.0
3.06k stars 196 forks source link

[Issue] failed to install illogical-impulse-pymyc-aur #616

Closed l4v3nx closed 2 weeks ago

l4v3nx commented 2 weeks ago
Logs ```plain [./install.sh]: The definition of function "install-local-pkgbuild" is as follows: install-local-pkgbuild is a function install-local-pkgbuild () { local location=$1; local installflags=$2; x pushd $location; source ./PKGBUILD; x $AUR_HELPER -S $installflags --asdeps "${depends[@]}"; x makepkg -si --noconfirm; x popd } #################################################### [./install.sh]: Next command: install-local-pkgbuild ./arch-packages/illogical-impulse-pymyc-aur --clean Execute? y = Yes e = Exit now s = Skip this command (NOT recommended - your setup might not work correctly) yesforall = Yes and don't ask again; NOT recommended unless you really sure ====> y OK, executing... ~/dots-hyprland/arch-packages/illogical-impulse-pymyc-aur ~/dots-hyprland [./install.sh]: Command "pushd ./arch-packages/illogical-impulse-pymyc-aur" finished. Packages to keep: All locally installed packages Cache directory: /var/cache/pacman/pkg/ :: Do you want to remove all other packages from cache? [Y/n] y removing old packages from cache... Database directory: /var/lib/pacman/ :: Do you want to remove unused repositories? [Y/n] y removing unused sync repositories... Build directory: /home/test/.cache/yay :: Do you want to remove all other AUR packages from cache? [Y/n] y removing AUR packages from cache... :: Do you want to remove ALL untracked AUR files? [Y/n] y removing untracked AUR files from cache... [./install.sh]: Command "yay -S --clean --asdeps python-materialyoucolor-git gradience-git python-libsass python-material-color-utilities" finished. ==> Making package: illogical-impulse-pymyc-aur 1.0-1 (Sat Jun 15 12:11:58 2024) ==> Checking runtime dependencies... ==> Installing missing dependencies... error: target not found: python-materialyoucolor-git error: target not found: gradience-git error: target not found: python-libsass error: target not found: python-material-color-utilities ==> ERROR: 'pacman' failed to install missing dependencies. ==> Missing dependencies: -> python-materialyoucolor-git -> gradience-git -> python-libsass -> python-material-color-utilities ==> Checking buildtime dependencies... ==> ERROR: Could not resolve all dependencies. [./install.sh]: Command "makepkg -si --noconfirm" has failed. You may need to resolve the problem manually BEFORE repeating this command. ```
l4v3nx commented 2 weeks ago

@Makrennel ig you're responsible for meta packages. what do you think?

l4v3nx commented 2 weeks ago

nvm, fixed

Makrennel commented 2 weeks ago

Ah, I didn't realize that clean and answerclean weren't the same. I think answerclean causes paru to fail as it doesn't exist though.

l4v3nx commented 2 weeks ago

yea, you're right, but paru doesn't offer any clean build options at all iirc

clsty commented 2 weeks ago

Ah, I didn't realize that clean and answerclean weren't the same. I think answerclean causes paru to fail as it doesn't exist though.

I've noticed this too. We're now sticking to yay and not using paru, see #620 .