-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tar problems #7
Comments
Thanks, same issue as #5 - maybe we should put a warning/error in the script in case unpacking the iso fails :) |
FWIW, I am having the same problem. Just opened a pull request that will try /usr/local/bin/bsdtar if the tar output was empty. |
Thanks for the reference, was banging my head against this. |
Just wasted a good few hours on this problem than saw this in the issue queue. I think this is down to the way Ubuntu package there iso's having read http://ubuntuforums.org/showthread.php?t=1870261&page=5 . Before I found this and updated tar via the brew link at http://forums.macrumors.com/showthread.php?t=1377464 from post 1 I managed to get it working with the below hack using info from the ubuntuforums post. Updating tar is far eaiser/simpler... Delete the build directory. Open disk utility Mount the /tmp/ubuntu.iso by double clicking it in finder Re-run the build script |
First off, thanks for creating this script!
This isn't necessarily an issue with the build script, but with tar on Mac OS X 10.7.4. It seems that it doesn't want to extract the iso that gets downloaded -- it just silently quits even if you supply the verbose flag.
I followed the instructions here to install an updated version of bsdtar using homebrew:
http://forums.macrumors.com/showthread.php?t=1377464
I also had to update the script to use /usr/local/bin/bsdtar instead of tar.
Just in case someone else has the same issue.
The text was updated successfully, but these errors were encountered: