At 15:27 Uhr +1300 19.01.2002, vignaux wrote: >I have tried this a couple of times with the same result: I am >trying to install xfree86-base but get the following: > >>rm -f /sw/src/X410src-1.tgz >>curl -L -s -S -O http://prdownloads.sourceforge.net/fink/X410src-1.tgz >>tar -xzf /sw/src/X410src-1.tgz >>tar -xzf /sw/src/X410src-2.tgz >> >>gzip: stdin: unexpected end of file >>tar: Unexpected EOF in archive >>tar: Unexpected EOF in archive >>tar: Error is not recoverable: exiting now >>### tar failed, exit code 2 >>Unpacking the tarball X410src-2.tgz of package xfree86-base-4.1.0-9 failed. >>The most likely cause for this is a corrupted or incomplete download. Do you >>want to delete the tarball and download it again? [Y/n] > >As I say, I have tried it a couple of times. Am I doing something wrong?
I see, this might indeed indicate a small bug in Fink. From your output my guess is that it deletes the wrong source file. So try to delete the correct (probably broken) source file: sudo rm /sw/src/X410src-2.tgz Then try your install again. Or alternativly, install it via apt-get: apt-get install xfree86-base apt-get install xfree86-rootless Cheers, Max -- ----------------------------------------------- Max Horn Software Developer email: <mailto:[EMAIL PROTECTED]> phone: (+49) 6151-494890 _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners
