Guy Neale wrote: > Sorry, I shouldn't really say "The dev dudes haven't yet added a > checksum file to their web site" as I don't really know this for sure. > The problem is a script is trying to download > "http://files.astlinux.org/zaptel-1.4.10.tar.gz.sha1" to verify the > previously downloaded > http://downloads.digium.com/pub/zaptel/releases/zaptel-1.4.10.tar.gz > file. The script has stopped due to ERROR 404: Not Found. (no such URL). > This is not normally a big problem if you "make" again, I've found that > the make scripts normally check and continue from where they left off > Hope this helps
Guy, You're very close. We do maintain a mirror of all current files (in the default configuration) and their sha1sum files at files.astlinux.org. We also had not updated the sha1sum files after upgrading to zaptel 1.4.10. I'm in the process of resolving that right now. What you could do is manually verify that the file had downloaded properly, then do sha1sum dl/<filename> > dl/<filename>.sha1. After that, you can, in most cases, type make again to resume the build. We probably should set the getter script to check for an sha1 file at the original download site too and not just on files.astlinux.org. In this case, Digium does have an sha1sum file (this isn't always true for all files in the system) Darrick > ________________________________________ > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Guy > Neale > Sent: Saturday, 12 April 2008 12:28 PM > To: [EMAIL PROTECTED]; AstLinux Users Mailing List > Subject: Re: [Astlinux-users] Build error > > The dev dudes haven't yet added a checksum file to their web site which > verifies the integrity of the package you are downloading > (zaptel-1.4.10.tar.gz) > > Shouldn't be a big problem just "make" again and you should continue to > compile > > Guy > > ________________________________________ > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of David > Kerr > Sent: Saturday, 12 April 2008 12:08 PM > To: [email protected] > Subject: [Astlinux-users] Build error > > As I mentioned in my last email, I've checked out the trunk and compiled > AstLinux. But I don't know if it was completely successful. The last > messages coming from the build (after 90 minutes) suggest an error.... > > # ln -sf /usr/lib/pppd/2.4.3 > /home/user/astlinux-trunk/build_i586/root/usr/lib/ppp > toolchain/getter_script.sh -P /home/user/astlinux-trunk/dl > http://downloads.digium.com/pub/zaptel/releases/zaptel-1.4.10.tar.gz > 15:00:06 > URL:http://downloads.digium.com/pub/zaptel/releases/zaptel-1.4.10.tar.gz > [1670752/1670752] -> "/home/user/astlinux-trunk/dl/zaptel-1.4.10.tar.gz" > [1] > http://files.astlinux.org/zaptel-1.4.10.tar.gz.sha1: > 15:00:10 ERROR 404: Not Found. > sha1sum: dl/zaptel-1.4.10.tar.gz.sha1: No such file or directory > zaptel-1.4.10.tar.gz failed verification - exiting > make: *** [/home/user/astlinux-trunk/dl/zaptel-1.4.10.tar.gz] Error 1 > > > And then I return to command prompt. > Is the above message OK or do I have a problem ? > > Thanks for any help. > > David -- Darrick Hartman DJH Solutions, LLC http://www.djhsolutions.com http://www.djhsolutions.com/wiki ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Astlinux-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to [EMAIL PROTECTED]
