gardotd426 / regolith-de

Standalone Regolith desktop environment for Arch Linux
GNU General Public License v2.0
159 stars 12 forks source link

404 on osinfo #24

Closed Jarvvski closed 2 years ago

Jarvvski commented 2 years ago

Noticed this while running the makepkg

error: failed retrieving file 'osinfo-db-20210531-1-any.pkg.tar.zst' from manjaro.moson.org : The requested URL returned error: 404
error: failed retrieving file 'osinfo-db-20210531-1-any.pkg.tar.zst' from mirrors.opensource.is : The requested URL returned error: 404
error: failed retrieving file 'osinfo-db-20210531-1-any.pkg.tar.zst' from manjaro.mirror.garr.it : The requested URL returned error: 404
error: failed retrieving file 'osinfo-db-20210531-1-any.pkg.tar.zst' from ftp.vectranet.pl : The requested URL returned error: 404
error: failed retrieving file 'osinfo-db-20210531-1-any.pkg.tar.zst' from mirror.easyname.at : The requested URL returned error: 404
error: failed retrieving file 'osinfo-db-20210531-1-any.pkg.tar.zst' from repo.ialab.dsu.edu : The requested URL returned error: 404
error: failed retrieving file 'osinfo-db-20210531-1-any.pkg.tar.zst' from mirror.rise.ph : The requested URL returned error: 404
(37/37) checking keys in keyring 
gardotd426 commented 2 years ago

Huh? I think you've messed up something, because osinfo-db-20210531-1-any.pkg.tar.zst isn't in my PKGBUILD at all. That error doesn't come from just cloning the repo and running makepkg. Something else is going on that's unrelated to my PKGBUILD.

Jarvvski commented 2 years ago

All I ran was:

git clone git@github.com:gardotd426/regolith-de.git
cd regolith-de
makepkg -si
gardotd426 commented 2 years ago

Ahh, I figured it out.

osinfo-db is a dependency like 5 steps down. It goes like this:

Regolith DE depends on gnome-flashback. Which depends on gnome-panel. Which depends on nautilus. Which depends on tracker3-miners. Which depends on libosinfo, which depends on osinfo-db.

But still the problem isn't with my PKGBUILD. It's with your mirrors/pacman database. osinfo-db-20210531-1-any isn't the current version in the Manjaro repositories. It's osinfo-db-20210903-1-any. So you haven't updated your mirrors recently enough. You need to run sudo pacman -Syy && sudo pacman -Fyy, and then re-run the PKGBUILD with makepkg -sfi. You're seeing that error because there isn't an osinfo-db-20210531-1-any.pkg.tar.zst in the repositories. So yeah, not an issue on this end.

Jarvvski commented 2 years ago

Ah cool, thanks for deep diving.

I'll check it out tomorrow and have a second pass at it.

Do you plan on moving this into the AUR at some point? Or are you waiting on the discussion I see on a regolith that's detached from Ubuntu.

gardotd426 commented 2 years ago

Well, I'm gonna go ahead and try to move everything to the new release that Regolith had, but that always takes some time because there are usually breakages I have to fix (which is just part of the porting process), and once I do that I'll decide whether to move to the AUR now or wait and see where the discussion goes.

On Sun, Sep 19, 2021 at 8:37 PM Adam Jarvis @.***> wrote:

Ah cool, thanks for deep diving.

I'll check it out tomorrow and have a second pass at it.

Do you plan on moving this into the AUR at some point? Or are you waiting on the discussion I see on a regolith that's detached from Ubuntu.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/gardotd426/regolith-de/issues/24#issuecomment-922567400, or unsubscribe https://github.com/notifications/unsubscribe-auth/AM5Y333MW3SDSJOIZBWORATUCZ65DANCNFSM5EKYUGGA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

Jarvvski commented 2 years ago

Yeap, no rush - thanks for your energy on this. I've been using Regolith on a work system, due to being required to run Ubuntu. Found your package from seeing if I could easily just match my home manjaro install, instead of trying to merge my custom I3 with that found in regolith.

Again, much appreciated. Thanks.

gardotd426 commented 2 years ago

It's in the AUR now. Anyway I'm closing this as the original issue was never to do with my package.