You are not logged in.
Pages: 1
Here's what I get from
pacman -Syu
harold@apollo: ~ $ sudo pacman -Syu
Password:
:: Synchronizing package databases...
72,941/72,941 Bytes 100% 00s 34.91 KB/s 1 connections
The download was complete. </current>
The download was not complete because of errors. Check the log.
aria2 will resume download if the transfer is restarted./var/lib/pacman/extra.db.tar.gz: No such file or directory
:: orca: local (1.0.0-1) appears to be newer than repo (community/0.2.8-1)
:: Above packages will be skipped. To manually upgrade use 'pacman -S <pkg>'
Targets: coreutils-6.6-1 libcups-1.2.7-1 cups-1.2.7-1 desktop-file-utils-0.12-1
gnome-icon-theme-2.16.1-1 gnupg-1.4.6-1 hicolor-icon-theme-0.10-1
imagemagick-6.3.0.7-1 kernel26-2.6.18.4-1 libx11-1.1-2
libgl-dri-6.5.1-3 libpng-1.2.13-1 libxft-2.1.11-2 mkinitcpio-0.5.11-1
proftpd-1.3.0a-2 python-2.4.4-1 ruby-1.8.5_p2-1 tar-1.16-2
xorg-server-1.1.1-4 xproto-7.0.9-2
Total Package Size: 54.1 MB
Proceed with upgrade? [Y/n] y
:: Retrieving packages from current...
1,676,263/1,676,263 Bytes 100% 00s 45.28 KB/s 1 connections
The download was complete. </gnupg>
7,987/7,987 Bytes 100% 00s 3.20 KB/s 1 connections
The download was complete. </hicolor>
36,000/87,755 Bytes 41% 08s 16.88 KB/s 1 connections
The download was complete. </libxft>
0/13,156 Bytes 0% - 0.00 KB/s 1 connections
The download was not complete because of errors. Check the log.
0/3,285,974 Bytes 0% - 0.00 KB/s 2 connections
The download was not complete because of errors. Check the log.
76,703/76,703 Bytes 100% 00s 36.05 KB/s 1 connections
The download was complete. </xproto>
checking package integrity...
error: archive mkinitcpio-0.5.11-1.pkg.tar.gz is corrupted
error: archive ruby-1.8.5_p2-1.pkg.tar.gz is corrupted
error: archive xorg-server-1.1.1-4.pkg.tar.gz is corrupted
harold@apollo: ~ $
Anyone know how I can fix this.. ?
Offline
That looks a bit strange to me too.
First, at least, I'd delete the corrupted packages from the cache:
rm /var/cache/pacman/pkg/<package_name>.pgk.tar.gz
Or, if you don't need any of your downloaded packages:
pacman -Scc (will delete all the files in cache)
If everything works after that, then it's fine
But I somehow get the feeling that there might be something wrong with your /etc/pacman.conf because it's trying to find /var/lib/pacman/extra.db.tar.gz which seems very weird to me.
You could of course also do as it suggests: check the log: /var/log/pacman.log
Offline
I had the same problem a while ago, I did as the above post says but went all the way with pacman -Scc and the problem was fixed, don't know why but a couple of packages didn't download properly and where corrupted. At the time my isp had slowed my download speed because I'd used my limit, So maybe it caused the corruption somehow.
"When once you have tasted flight, you will forever walk the earth with your eyes turned skyward, for there you have been, and there you will always long to return."
Offline
pacman -Scc worked fine
Thanks
I don't know why the extra is there though
It's not supposed to be right?
I think I messed with my pacman.conf a while back
Offline
Pages: 1