the following links returns the "home_scalaris_0.6.x_ArchLinux.db.tar.gz" instead of the needed "home_scalaris_0.6.x_ArchLinux.db" http://download.opensuse.org/repositories/home:/scalaris:/0.6.x/ArchLinux/x8... same for the .files file: http://download.opensuse.org/repositories/home:/scalaris:/0.6.x/ArchLinux/x8... now when Arch tries to download the file, it uses the name supplied by the server and since it expected a .db file, it is not able to find it afterwards, resulting in the following: =====================
pacman -Sy --debug debug: url: http://download.opensuse.org/repositories/home:/scalaris:/0.6.x/ArchLinux/x8... debug: maxsize: 26214400 debug: opened tempfile for download: /var/lib/pacman/sync/home_scalaris_0.6.x_ArchLinux.db.part (wb) downloading home_scalaris_0.6.x_ArchLinux.db... debug: curl returned error 0 from transfer debug: response code: 200 debug: url: http://download.opensuse.org/repositories/home:/scalaris:/0.6.x/ArchLinux/x8... debug: maxsize: 16384 debug: opened tempfile for download: /var/lib/pacman/sync/home_scalaris_0.6.x_ArchLinux.db.sig.part (wb) downloading home_scalaris_0.6.x_ArchLinux.db.sig... debug: curl returned error 0 from transfer debug: response code: 200 debug: "/var/lib/pacman/sync/home_scalaris_0.6.x_ArchLinux.db" is not readable: No such file or directory debug: unregistering database 'local' debug: unregistering database 'core' debug: unregistering database 'extra' debug: unregistering database 'community' debug: unregistering database 'home_scalaris_0.6.x_ArchLinux' ls /var/lib/pacman/sync/home_scalaris_0.6.x_ArchLinux* /var/lib/pacman/sync/home_scalaris_0.6.x_ArchLinux.db.sig /var/lib/pacman/sync/home_scalaris_0.6.x_ArchLinux.db.tar.gz =====================
strangely though in another repo this does not happen: http://download.opensuse.org/repositories/home:/scalaris:/svn/ArchLinux/x86_... http://download.opensuse.org/repositories/home:/scalaris:/svn/ArchLinux/x86_... is there some (temporary) glitch in the repo creation for Arch?! Nico