George Masgras wrote: > Jonathan, > Disabling RT fixed my error, you can find the error output here: > http://pastebin.ca/847509 (It had something to do with patching the > zaptel source) > > > However, it's now stuck on file-4.21.tar.gz.sha1 which is supposed to > be at: http://files.astlinux.org/file-4.21.tar.gz.sha1 > but I get a 404:
The sha1 files are checksum's to validate that a file has downloaded correctly. Not all of the packages have sha1sum files at that web address. There are two ways around this. 1). Create your own sha1sum file for that package. sha1sum dl/file-4.21.tar.gz > dl/file-4.21.tar.gz.sha1 2). Disable sha1sum checks for that package by adding it to the list of excludes in toolchain/file_exclude So you could add file-4.21.tar.gz to that file. The 'file' package is not maintained and may not compile or install correctly. Since this is an embedded distro, we really have a minimal set of tools. Generally utilities such as file are not required. This is how we can keep the image files as small as they are. Someday I may go back through the list of packages and flag several of the non-maintained packages as 'non-maintained' or 'experimental' and require the user to select an option in the menuconfig step to enable these optional packages. Darrick -- Darrick Hartman DJH Solutions, LLC http://www.djhsolutions.com ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ 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]
