You are not logged in.

#126 2022-07-16 08:39:51

d_fajardo
Member
Registered: 2017-07-28
Posts: 1,563

Re: Xyne's repos: news and discussion

I'm getting these errors updating packages:

-> error downloading sources: python3-xcgf 
         context: error downloading sources: python3-xcgf 
         context: exit status 1 
         
error downloading sources: python3-memoizedb 
         context: error downloading sources: python3-memoizedb 
         context: exit status 1 
         
error downloading sources: python3-aur 
         context: error downloading sources: python3-aur 
         context: exit status 1 
         
error downloading sources: python3-xcpf 
         context: error downloading sources: python3-xcpf 
         context: exit status 1 

Am I missing anything?

Offline

#127 2022-07-16 09:23:07

progandy
Member
Registered: 2012-05-17
Posts: 5,184

Re: Xyne's repos: news and discussion

Xyne wrote:

My repo and packages are now signed with my new TU packaging key (D89FAAEB4CECAFD199A2F5E612C6F735F7A9A519). This key is included in the archlinux-keyring package and signed by most of the master keys so no changes should be required to validate the signatures.

The symlink from xyne-x86_64.files.sig to xyne-x86_64.files.tar.xz.sig seems to be missing, so the files database download fails.


| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |

Offline

#128 2022-07-16 21:03:52

Xyne
Administrator/PM
Registered: 2008-08-03
Posts: 6,963
Website

Re: Xyne's repos: news and discussion

gothicVI wrote:

Is the upload still running? I'm getting a lot of

==> ERROR: One or more files did not pass the validity check!

Are those checksum or pgp signature errors? If you're building my packages with makepkg or an AUR helper then you'll need to add my key to your user's keyring. Installing from my repo directly should work if your archlinux-keyring package is up-to-date.

d_fajardo wrote:

Am I missing anything?

I've just tested all 4 of those with the current PKGBUILDs in the AUR and they all work for me. Can you try to build them with makepkg and check what the exact error is? Do you have my key in your user keyring?

progandy wrote:

The symlink from xyne-x86_64.files.sig to xyne-x86_64.files.tar.xz.sig seems to be missing, so the files database download fails.

I've just triple-checked the signatures and checksums via manual download and pacman. If it still fails on your end, can you try a manual download from the site?


My Arch Linux StuffForum EtiquetteCommunity Ethos - Arch is not for everyone

Offline

#129 2022-07-17 07:52:23

d_fajardo
Member
Registered: 2017-07-28
Posts: 1,563

Re: Xyne's repos: news and discussion

Xyne wrote:

Can you try to build them with makepkg and check what the exact error is? Do you have my key in your user keyring?

I am getting this error for instance trying to upgrade python3-aur via makepkg:

==> Validating source files with md5sums...
    python3-aur-2021.11.20.1.tar.xz ... Passed
    python3-aur-2021.11.20.1.tar.xz.sig ... FAILED
==> ERROR: One or more files did not pass the validity check!

It looks like the ..tar.xz.sig is not passing validity. I checked with gpg --homedir /etc/pacman.d/gnupg --list-keys and it looks like I have your key:

pub   ed25519 2021-11-12 [SC]
      D89FAAEB4CECAFD199A2F5E612C6F735F7A9A519
uid           [  full  ] Xyne. (Replaces EC3CBE7F607D11E663149E811D1F0DC78F173680.) <xyne@archlinux.org>
sub   cv25519 2021-11-12 [E]

Offline

#130 2022-07-17 10:34:20

a821
Member
Registered: 2012-10-31
Posts: 381

Re: Xyne's repos: news and discussion

Do you set SRCDEST? Maybe the signature file is cached. I had the same problem with other xyne's package yesterday; just delete the sig file. For reference

$ git clone https://aur.archlinux.org/python3-aur && cd python3-aur
[ ... ]
$ makepkg --verifysource
==> Making package: python3-aur 2021.11.20.1-4 (Sun 17 Jul 2022 12:26:35 PM CEST)
==> Retrieving sources...
  -> Downloading python3-aur-2021.11.20.1.tar.xz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 22680  100 22680    0     0  44591      0 --:--:-- --:--:-- --:--:-- 44557
  -> Downloading python3-aur-2021.11.20.1.tar.xz.sig...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   119  100   119    0     0    307      0 --:--:-- --:--:-- --:--:--   308
==> Validating source files with md5sums...
    python3-aur-2021.11.20.1.tar.xz ... Passed
    python3-aur-2021.11.20.1.tar.xz.sig ... Passed
==> Validating source files with sha512sums...
    python3-aur-2021.11.20.1.tar.xz ... Passed
    python3-aur-2021.11.20.1.tar.xz.sig ... Passed
==> Verifying source file signatures with gpg...
    python3-aur-2021.11.20.1.tar.xz ... Passed
$ md5sum python3-aur-2021.11.20.1.tar.xz.sig
e002ab0bf32ae781eb45b31cf3275834  python3-aur-2021.11.20.1.tar.xz.sig

Offline

#131 2022-07-17 13:01:24

progandy
Member
Registered: 2012-05-17
Posts: 5,184

Re: Xyne's repos: news and discussion

Xyne wrote:
progandy wrote:

The symlink from xyne-x86_64.files.sig to xyne-x86_64.files.tar.xz.sig seems to be missing, so the files database download fails.

I've just triple-checked the signatures and checksums via manual download and pacman. If it still fails on your end, can you try a manual download from the site?

It works, thanks. The symlink/file for the signature is available now with timestamp 2022-07-16 20:30 UTC, so it doesn't surprise me.

Last edited by progandy (2022-07-17 13:04:24)


| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |

Offline

#132 2022-07-17 14:13:04

d_fajardo
Member
Registered: 2017-07-28
Posts: 1,563

Re: Xyne's repos: news and discussion

Maybe the signature file is cached.

Yes silly me the files were cached. Deleted the old signatures and they are now all working.

Offline

#133 2022-07-24 00:32:01

JaydenDev
Member
Registered: 2022-07-11
Posts: 172

Re: Xyne's repos: news and discussion

How does one create a basic website displaying the contents of their repository? Similar to this:https://xyne.dev/projects/ I found alpm which works really well!

Last edited by JaydenDev (2022-07-24 01:40:10)


System Specs:
Intel Core i5-2400 Nvidia GTX 1050ti Logitech G402 Hyperion Fury (Mouse) BestBuy Essentials USB Keyboard
Software Specifications:
Desktop Environment: KDE Plasma Window Manager: KWin Operating System: Arch Linux (btw)

Offline

#134 2022-08-16 11:05:38

meh1ta
Member
Registered: 2022-07-01
Posts: 2

Re: Xyne's repos: news and discussion

Can't access your resources from Russia: website, repositories, and AUR packages. Error code 1020.
Have you banned access from this country? Because everything works fine with tor(-browser) or VPN.

Offline

#135 2022-08-16 12:23:24

Xyne
Administrator/PM
Registered: 2008-08-03
Posts: 6,963
Website

Re: Xyne's repos: news and discussion

I'm sorry but the Russian Federation is banned by the website's host. I cannot change it but I am working on ways to make the site and sources more easily available.


My Arch Linux StuffForum EtiquetteCommunity Ethos - Arch is not for everyone

Offline

#136 2022-08-16 13:35:25

meh1ta
Member
Registered: 2022-07-01
Posts: 2

Re: Xyne's repos: news and discussion

I don't understand those who think that this ban will restrict access to someone in Russia.
Thanks anyway.

Last edited by meh1ta (2022-08-16 13:35:39)

Offline

#137 2023-04-07 00:36:59

czg
Member
Registered: 2023-03-19
Posts: 13

Re: Xyne's repos: news and discussion

Could someone help me with this problem, there may be '/var....' and '//var' duplicate download .

Offline

#138 2023-04-10 20:27:59

Xyne
Administrator/PM
Registered: 2008-08-03
Posts: 6,963
Website

Re: Xyne's repos: news and discussion

czg wrote:

Could someone help me with this problem, there may be '/var....' and '//var' duplicate download .

Replied in that thread.


My Arch Linux StuffForum EtiquetteCommunity Ethos - Arch is not for everyone

Offline

#139 2023-06-22 13:49:35

FirstAirBender
Member
Registered: 2019-09-13
Posts: 15

Re: Xyne's repos: news and discussion

Is Xyne.dev down for everyone else?

Offline

#140 2023-06-22 13:54:18

fiddlinmacx
Member
Registered: 2011-03-02
Posts: 89

Re: Xyne's repos: news and discussion

FirstAirBender wrote:

Is Xyne.dev down for everyone else?

Yup. Since yesterday or so. Connecting from Ontario, Canada; no VPN. Cloudflare is giving me an Internet Archive version, and the cert. has expired (I think).

Offline

#141 2023-06-24 10:39:38

sekret
Member
Registered: 2013-07-22
Posts: 283

Re: Xyne's repos: news and discussion

Here too in germany.

Offline

#142 2023-06-24 15:01:35

Xyne
Administrator/PM
Registered: 2008-08-03
Posts: 6,963
Website

Re: Xyne's repos: news and discussion

It went down for me 2 days ago too. I will post an update once I get a reply from the host or find another solution.

It's back up under new hosting.


My Arch Linux StuffForum EtiquetteCommunity Ethos - Arch is not for everyone

Offline

Board footer

Powered by FluxBB