You are not logged in.
Pages: 1
Trying to update 2 machines 64-bit AMD with clyde and pacman -Syu
get:
checking package integrity...
:: File attica-0.1.3-1-x86_64.pkg.tar.xz is corrupted. Do you want to delete it? [Y/n] n
error: failed to commit transaction (invalid or corrupted package)
attica-0.1.3-1-x86_64.pkg.tar.xz is invalid or corrupted
Errors occurred, no packages were upgraded.
What's wrong?
f option does not work either.
Last edited by mianka (2011-03-23 19:56:46)
Offline
i get this on occasion if my mirrors are acting funny. for this reason, i've an alias:
alias paccorrupt='sudo find /var/cache/pacman/pkg -name '\''*.part.*'\'''i have with sudo so that i can do
$ paccorrupt
Password:
/foo/bar.tar.xz.part.1
/foo/bar.tar.xz.part.2
$ paccurropt -delete
$this cleans things up. you should also try a new mirror and -Syyu when this occurs.
/edited because i can't spell.
Last edited by brisbin33 (2010-06-03 00:34:02)
//github/
Offline
It does not evzn install patially.
Offline
I do not even have corrupted files or downloads!
I have 3 atticas in /var/cache/pacman/pkg/ , ver 0.1.4, 0.1.3 and 0.1.2 and none is a *part file
Last edited by mianka (2010-06-03 05:30:08)
Offline
You already tried to change mirrors?
EDIT: You say that you dont have corrupted files, so you checked they manually against the md5 from the repos correct?
Last edited by kazuo (2010-06-03 05:37:50)
Offline
Try:
rm /var/cache/pacman/pkg/attica-0.1.3-1-x86_64.pkg.tar.xz
pacman -Su
Offline
I do not even have corrupted files or downloads!
I have 3 atticas in /var/cache/pacman/pkg/ , ver 0.1.4, 0.1.3 and 0.1.2 and none is a *part file
your initial error was when trying to update to 0.1.3 so i'm not sure what's going on. besides i was just offering what fixes this issue for me.
the following would probably fix your issue.
sudo mv /var/cache/pacman/pkg/attica* ./
# pick a new mirror
sudo pacman -Syyui use mv and not rm, just incase you feel the need to put them back. one of those things is likely corrupted (probably the 0.1.3 one), so i'd be careful about putting that one back.
//github/
Offline
I think there is something wrong with the mirrors. I checked the repos by using a browser to try and find the packages but they are not there (ftp://ftp.archlinux.org/ and ftp://ftp.gtlib.gatech.edu/). It only happens when pacman gets to the extra repo. Then it spits out errors saying package not found, and then quits. I don't know if this info can help narrow down what the problem is, but I am having issues with the kde related updates too.
Offline
yeah, something's up: http://bbs.archlinux.org/viewtopic.php?id=98359
//github/
Offline
So I guess we just wait for the repos to repopulate then. Looks like someone broke it.
Offline
The solution is much simpler : delete /var/cache/pacman/attica-0.1.3-1 and update (pm -Syu), that's all.
Offline
Pages: 1