Artix Linux Forum

Artix Linux => Package management => Topic started by: tokaro on 29 July 2024, 20:25:04

Title: [SOLVED] time
Post by: tokaro on 29 July 2024, 20:25:04
Hi,

I can not update the time package. It shows following  errors
Code: [Select]
time-1.9-5-x86_64.pkg.tar.zst failed to download
 Total (104/123)       806.0 MiB  4.09 MiB/s 03:17 [######################] 100%
error: failed retrieving file 'time-1.9-5-x86_64.pkg.tar.zst' from artix.kurdy.org : The requested URL returned error: 404
error: failed retrieving file 'time-1.9-5-x86_64.pkg.tar.zst' from artix.unixpeople.org : The requested URL returned error: 404
error: failed retrieving file 'time-1.9-5-x86_64.pkg.tar.zst' from mirror.pascalpuffke.de : The requested URL returned error: 404
error: failed retrieving file 'time-1.9-5-x86_64.pkg.tar.zst' from mirrors.redcorelinux.org : The requested URL returned error: 404
error: failed retrieving file 'time-1.9-5-x86_64.pkg.tar.zst' from mirror.vinehost.net : The requested URL returned error: 404
...

I see this error almost one month. Any suggestions what s wrong?

Thanks
Title: Re: time
Post by: Ambie on 29 July 2024, 20:43:25
Some server bug I think. If you change topic name to something more verbose there's a chance that somebody will repair it.
Title: Re: time
Post by: gripped on 29 July 2024, 20:49:31
It does appear this is missing from the world repo. It's not on the top level repo.

I'm not sure whether this is by design, or by mistake, but suspect the latter. ?

You can
Code: [Select]
git clone https://gitea.artixlinux.org/packages/time.git
cd time
makepkg -sri
You'd need base-devel and git installed for this if you don't have them already.
Title: Re: time
Post by: corysanin on 29 July 2024, 21:29:41
Yeah, weird. Re-added. Will appear in your mirror soon.
Title: Re: [SOLVED] time
Post by: phoenix_king_rus on 30 July 2024, 10:04:36
It seems, after some update pacman's repo-add first removes package file and then adds new record. As a result, if you add a package with same version to db the package file will be removed. So (and this refers to all packagers), please, commit to package repos carefully to prevent re-adding of same version.
Also, i encountered force-push to some repos sometimes, i.e. when i pulled them, i had some commits in local copy different from the ones in gitea and could only pull properly after resetting a few commits back.