Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [solved] failed retrieving file 'python-imagesize-1.1.0-1-any.pkg.tar.xz' from * (Read 1383 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[solved] failed retrieving file 'python-imagesize-1.1.0-1-any.pkg.tar.xz' from *

Code: [Select]
error: failed retrieving file 'python-imagesize-1.1.0-1-any.pkg.tar.xz' from mirror1.artixlinux.org : Maximum file size exceeded

This is for all mirrors, same error I mean.
But what does it mean?

Code: [Select]
galaxy/python-imagesize  1.0.0-2      1.1.0-1.1      0.00 MiB       0.01 MiB

Total Download Size:   0.01 MiB
Total Installed Size:  0.05 MiB
Net Upgrade Size:      0.00 MiB

:: Proceed with installation? [Y/n] y
:: Retrieving packages...
 python-imagesize-1.1.0-1.1-any           7.4 KiB  0.00B/s 00:00 [####################################] 100%
The one from galaxy downloads and installs fine
But why is the same pkg 2 different versions in world and galaxy?

Code: [Select]
 world/python-imagesize 1.1.0-1 [installed: 1.0.0-2]
 galaxy/python-imagesize 1.1.0-1.1 [installed: 1.0.0-2]
 community/python-imagesize 1.1.0-1 [installed: 1.0.0-2]

Re: failed retrieving file 'python-imagesize-1.1.0-1-any.pkg.tar.xz' from ** Maximum

Reply #1
it' s broked.... sorry! from world should be deleted...

we fix this today...

thanks for report

Re: failed retrieving file 'python-imagesize-1.1.0-1-any.pkg.tar.xz' from ** Maximum

Reply #2
I have the same error with python-imagesize-1.1.0-1 when I want to update the whole system;
 system is updated
 world is updated
 galaxy is updated
 lib32 is updated
 extra is updated
 community is updated
 multilib is updated.
 at the end it says: Errors occurred, so the packages were not updated.
 
Edit: download from repo then  install with pacman -U. seems ok.

Re: failed retrieving file 'python-imagesize-1.1.0-1-any.pkg.tar.xz' from ** Maximum

Reply #3
I'm seeing this today as well.

Re: failed retrieving file 'python-imagesize-1.1.0-1-any.pkg.tar.xz' from ** Maximum

Reply #4
I'm curious what is going on here? When I built it myself it seems fine.

Re: failed retrieving file 'python-imagesize-1.1.0-1-any.pkg.tar.xz' from ** Maximum

Reply #5
the package is created by mistake in [world], and the same is in [community] - [world] have a highter priority, so  will you not be offered a package from [community]. Because I do not have access to the server to delete it, I contacted admins, but it looks like they're all busy ...: - /

how to FIX it:

just download package http://jenkins.artixlinux.org:55555/galaxy/os/x86_64/python-imagesize-1.1.0-1-any.pkg.tar.xz,
install: sudo pacman  -U python-imagesize-1.1.0-1-any.pkg.tar.xz
and make update of your system.

The bad package should be delete quickly as possible...

sorry for inconviences!

Re: failed retrieving file 'python-imagesize-1.1.0-1-any.pkg.tar.xz' from ** Maximum

Reply #6
If you use yaourt you can select which one to install specifically, which is what I did and it worked.
But the bad file seems to have been deleted

Code: [Select]
% yaourt python-imagesize
1 world/python-imagesize 1.1.0-1
    Getting image size from png/jpeg/jpeg2000/gif file
2 galaxy/python-imagesize 1.1.0-1
    Getting image size from png/jpeg/jpeg2000/gif file
3 community/python-imagesize 1.1.0-1
    Getting image size from png/jpeg/jpeg2000/gif file

Re: [solved] failed retrieving file 'python-imagesize-1.1.0-1-any.pkg.tar.xz' from *

Reply #7
fixed!!