You are not logged in.
Tried at least two mirrors
# pacman -Syy
:: Synchronizing package databases...
core 36.1K 744.6K/s 00:00:00 [#####################] 100%
extra 450.7K 1765.4K/s 00:00:00 [#####################] 100%
community 372.7K 1687.3K/s 00:00:00 [#####################] 100%
#pacman -Syu
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
:: Starting full system upgrade...
resolving dependencies...
looking for inter-conflicts...
Targets (1): smbclient-3.5.2-1
Total Download Size: 10.42 MB
Total Installed Size: 72.39 MB
Proceed with installation? [Y/n]
:: Retrieving packages from extra...
smbclient-3.5.2-1-x... 10.4M 2.2M/s 00:00:05 [#####################] 100%
checking package integrity...
:: File smbclient-3.5.2-1-x86_64.pkg.tar.xz is corrupted. Do you want to delete it? [Y/n]
error: failed to commit transaction (invalid or corrupted package)
smbclient-3.5.2-1-x86_64.pkg.tar.xz is invalid or corrupted
Errors occurred, no packages were upgraded.Last edited by sullivanva (2010-05-16 19:14:45)
--HAPS
Offline
I can't believe that no one answered this. As root:
pacman -Rd smbclient
rm /var/cache/pacman/pkg/smbclient-3.5.2-1-x86_64.pkg.tar.xz
pacman -S smbclient
Offline
here's how I had solved it
# # ldd /usr/bin/mplayer | grep libkrb5
libkrb5.so.25 => /usr/lib/libkrb5.so.25 (0x00007fe434669000)
libkrb5.so.26
# cd /usr/lib
# ln -s libkrb5.so.26 libkrb5.so.25Not a great solution, but it works
I tried yours:
# pacman -Rd smbclient
(1/1) removing smbclient [#####################] 100%
# rm /var/cache/pacman/pkg/smbclient-3.5.2-1-x86_64.pkg.tar.xz
rm: cannot remove `/var/cache/pacman/pkg/smbclient-3.5.2-1-x86_64.pkg.tar.xz': No such file or directory
# ls /var/cache/pacman/pkg/smbcl*
smbclient-3.4.3-3-x86_64.pkg.tar.gz smbclient-3.4.5-1.1-x86_64.pkg.tar.gz
# pacman -S smbclient
resolving dependencies...
looking for inter-conflicts...
Targets (1): smbclient-3.5.2-1
Total Download Size: 10.42 MB
Total Installed Size: 72.39 MB
Proceed with installation? [Y/n]
:: Retrieving packages from extra...
smbclient-3.5.2-1-x... 10.4M 2.2M/s 00:00:05 [#####################] 100%
checking package integrity...
:: File smbclient-3.5.2-1-x86_64.pkg.tar.xz is corrupted. Do you want to delete it? [Y/n]
error: failed to commit transaction (invalid or corrupted package)
smbclient-3.5.2-1-x86_64.pkg.tar.xz is invalid or corrupted
Errors occurred, no packages were upgraded.I must be the only one having this problem. I havent' seen any one else complain.
--HAPS
Offline
try a different mirror. (Symlinking is not a real solution, at best it's a dirty bandaid with bad glue)
Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest
Offline
I had tried
Server = ftp://mirror.cs.vt.edu/pub/ArchLinux/$repo/os/x86_64
Server = ftp://ftp.gtlib.gatech.edu/pub/linux/di … /os/x86_64
and it was
Server = http://mirror.rit.edu/archlinux/$repo/os/x86_64
that finally worked
--HAPS
Offline