From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wayne C. Gramlich Date: Fri, 09 Apr 2010 14:03:44 -0700 Subject: [U-Boot] Ubuntu 9.10 ELDK install failed Message-ID: <4BBF9630.9040003@Gramlich.Net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de All: (First, thanks for all the hard work that has been done to date.) I'm trying to install ELDK on an Kubuntu 9.10. I realize that 9.10 is not on the approved list, but I thought I would try anyhow. I got the arm-2008-11-24.iso image, loopback mounted it on /mnt/eldk, and fired off the install command: --------------------------------------------------------- /mnt/eldk/install -d /home/wayne/download/eldk Do you really want to install into /home/wayne/download/eldk directory[y/n]?: y Creating directories Done Installing cross RPMs Preparing... ########################################### [100%] 1:rpm ########################################### [100%] Preparing... [snippage] Preparing... ########################################### [100%] 1:ftdump ########################################### [100%] Preparing... ########################################### [100%] 1:elocaledef ########################################### [100%] Done Installing arm target RPMs Preparing... ########################################### [100%] 1:kernel-headers-arm-arm_ ########################################### [100%] Preparing... ########################################### [100%] 1:kernel-source-arm_trg ########################################### [100%] error: unpacking of archive failed on file /home/wayne/download/eldk/arm/usr/src/linux-2.6.24/arch/m68k/fpsp040/bugfix.S;4bbf8d1c: cpio: read failed - Input/output error -------------------------------------------------------- Does anybody understand what is going wrong? Any suggestions on how to proceed? -Wayne