I get the following error when using slapt-get
Sources failed to download, correct sources and rerun --update
Seems that it is because of the failure verifying the checksum signature:
$ slapt-get -c slapt-getrc.slacky --update Retrieving package data [http://slacky.uglyplace.org/repository/slackware-12.1/]...Cached Retrieving patch list [http://slacky.uglyplace.org/repository/slackware-12.1/]...Done Retrieving checksum list [http://slacky.uglyplace.org/repository/slackware-12.1/]...Cached Retrieving checksum signature [http://slacky.uglyplace.org/repository/slackware-12.1/]...Cached Verifying checksum signature [http://slacky.uglyplace.org/repository/slackware-12.1/]...Not Verified Sources failed to download, correct sources and rerun --update
My distro don't have the slapt-get man page installed, and I can't find the slapt-get man page on web. So I don't know how to fix it. Please help.
PS. trying to add the '—no-md5' to the command line doesn't help.
Just for reference here is my file:
# See /usr/doc/slapt-get-0.9.12d/example.slapt-getrc # for example source entries and configuration hints. WORKINGDIR=/var/slapt-get EXCLUDE=^kernel-.*,^alsa-.*,^glibc.*,.*-[0-9]+dl$,^devs$,^udev$,aaa_elflibs,x86_64 SOURCE=http://slackware.mirrors.tds.net/pub/slackware/slackware-12.1/[] SOURCE=http://slacky.uglyplace.org/repository/slackware-12.1/[] SOURCE=http://software.jaos.org/slackpacks/12.1/[]
documented on: 2008-06-26, digger95
> 1. Did you remember to run 'slapt-get --add-keys' after adding the new source?
That IS the reason. Problem solved. Thanks, Dig.
% slapt-get -c slapt-getrc.slacky --add-keys Retrieving GPG key [http://slacky.uglyplace.org/repository/slackware-12.1/]...Cached GPG key successfully imported. % slapt-get -c slapt-getrc.slacky --update Retrieving package data [http://slacky.uglyplace.org/repository/slackware-12.1/]...Done Retrieving patch list [http://slacky.uglyplace.org/repository/slackware-12.1/]...Done Retrieving checksum list [http://slacky.uglyplace.org/repository/slackware-12.1/]...Done Retrieving checksum signature [http://slacky.uglyplace.org/repository/slackware-12.1/]...Done Verifying checksum signature [http://slacky.uglyplace.org/repository/slackware-12.1/]...Verified Retrieving ChangeLog.txt [http://slacky.uglyplace.org/repository/slackware-12.1/]...Done Reading Package Lists...Done
documented on: 2008-06-26, xpt