end-4 / dots-hyprland

i hate minimalism so...
https://end-4.github.io/dots-hyprland-wiki/en/
GNU General Public License v3.0
3.67k stars 249 forks source link

[Issue] Failed to install `illogical-impulse-pymyc-aur` because of `gradience-git` #687

Closed wuhang2003 closed 1 month ago

wuhang2003 commented 1 month ago

The issue

Because gradience-git was deleted in aur. illogical-impulse-pymyc-aur install failed. Maybe need change gradience-git to gradience.

Logs ```plain [/home/laoren/.cache/dots-hyprland/install.sh]: Command "yay -S --asdeps python-materialyoucolor-git gradience-git python-libsass python-material-color-utilities" finished. ==> Making package: illogical-impulse-pymyc-aur 1.0-1 (2024-07-10 Wed. 23:21:02) ==> Checking runtime dependencies... ==> Installing missing dependencies... error: target not found: gradience-git ==> ERROR: 'pacman' failed to install missing dependencies. ==> Missing dependencies: -> gradience-git ==> Checking buildtime dependencies... ==> ERROR: Could not resolve all dependencies. [/home/laoren/.cache/dots-hyprland/install.sh]: Command "makepkg -si --noconfirm" has failed. You may need to resolve the problem manually BEFORE repeating this command. r = Repeat this command (DEFAULT) e = Exit now i = Ignore this error and continue (your setup might not work correctly) ```
krister-dahl commented 1 month ago

I had the same issue. Solved it with:

git clone https://aur.archlinux.org/gradience-git.git Then makepkg -si

unhelpfulninja commented 1 month ago

Still having that issue 😕 it's crazy how it's not been fixed or given any attention..

kainzilla commented 1 month ago

Still having that issue 😕 it's crazy how it's not been fixed or given any attention..

These are someone's personal configuration and it's only been a few days lol, gotta chill

Plus this is something you can update yourself easily - after you have cloned the dots-hyprland repo, the file with the package name is located in arch-packages/illogical-impulse-pymyc-aur/PKGBUILD, and you can change gradience-git to gradience.

This command should help make it easy - try running this command while you are in the directory for dots-hyprland:

sed -i s/gradience-git/gradience/g arch-packages/illogical-impulse-pymyc-aur/PKGBUILD
unhelpfulninja commented 1 month ago

Still having that issue 😕 it's crazy how it's not been fixed or given any attention..

These are someone's personal configuration and it's only been a few days lol, gotta chill

Plus this is something you can update yourself easily - after you have cloned the dots-hyprland repo, the file with the package name is located in arch-packages/illogical-impulse-pymyc-aur/PKGBUILD, and you can change gradience-git to gradience.

This command should help make it easy - try running this command while you are in the directory for dots-hyprland:

sed -i s/gradience-git/gradience/g arch-packages/illogical-impulse-pymyc-aur/PKGBUILD

Yeah ofc we can fix this script easily but void should have done it and checked everything before putting it on the internet tho... Hyprland having issues and everything else is one thing but script having stuff like this is not cool at all yes ofc we can edit but like what's the point

kainzilla commented 1 month ago

Yeah ofc we can fix this script easily but void should have done it and checked everything before putting it on the internet tho... Hyprland having issues and everything else is one thing but script having stuff like this is not cool at all yes ofc we can edit but like what's the point

When End-4 committed, it worked. You do understand that someone that End-4 has no control over archived their gradience project after End-4 wrote that code, right? You're complaining about them having put up functional code that broke when someone else changed something, and having not updated it fast enough for you. The entitlement is amazing

unhelpfulninja commented 1 month ago

Yeah ofc we can fix this script easily but void should have done it and checked everything before putting it on the internet tho... Hyprland having issues and everything else is one thing but script having stuff like this is not cool at all yes ofc we can edit but like what's the point

When End-4 committed, it worked. You do understand that someone that End-4 has no control over archived their gradience project after End-4 wrote that code, right? You're complaining about them having put up functional code that broke when someone else changed something, and having not updated it fast enough for you. The entitlement is amazing

It's been 4 days since the issue opened, come on what about entitlement huh? I think it's reasonable to ask for a lil fixey fix tbh

a3ro-dev commented 1 month ago

I have the same issue, trying some fixes from here will lyk if it works at the end

JustMadeline commented 1 month ago

I had the same issue. Solved it with:

git clone https://aur.archlinux.org/gradience-git.git Then makepkg -si

Tried this but apparently some of the dependencies were removed as well

blest333 commented 1 month ago

Yeah ofc we can fix this script easily but void should have done it and checked everything before putting it on the internet tho... Hyprland having issues and everything else is one thing but script having stuff like this is not cool at all yes ofc we can edit but like what's the point

When End-4 committed, it worked. You do understand that someone that End-4 has no control over archived their gradience project after End-4 wrote that code, right? You're complaining about them having put up functional code that broke when someone else changed something, and having not updated it fast enough for you. The entitlement is amazing

It's been 4 days since the issue opened, come on what about entitlement huh? I think it's reasonable to ask for a lil fixey fix tbh

frankly, absolutely terrible bait

unhelpfulninja commented 1 month ago

Come again

mrsfigatto commented 1 month ago

you can fix with yay -S gradience you still have to update PKGBUILD accordingly replacing gradience-git with gradience

wuhang2003 commented 1 month ago

The issue is fix in this commit , I will close this issue.