Can’t Find Installer Image – Rev 450
Updated InstaDMG to Rev 450 and when I go to build a 10_7 Vanilla it can't find the installer image - I have had no previous issues.
I have no disks or images mounted and rebooted a number of times - the installer i have is in 'Installer Discs' and is Build 11A51.
Code output is:
[code]Setting up for 10.7_vanilla
Setting up InstaDMG folders
Running InstaDMG: /InstaDMG/instadmg.bash -f -I /InstaDMG/InstallerFiles/InstallerDiscs/InstallESD.dmg -n Macintosh HD -m 10.7 Vanilla.dmg -K /private/tmp/idmg_temp.fz_cIv/items-_T4xc9 -o /InstaDMG/OutputFiles
Traceback (most recent call last):
File "AddOns/InstaUp2Date/Resources/pathHelpers.py", line 65, in
optionsParser = optparse.OptionParser("%prog -n/--normalize-path [-f/--follow-symlinks] target_path | -p/--path-inside-folder target_path test_folder", version="%%prog %s" % __version__)
NameError: name '__version__' is not defined
13:26:22 ###### InstaDMG build initiated ######
InstaDMG version 1.6rc1 (svn revision: 450)
Host OS: Mac OS X 10.7.4
Host Hardware: iMac12,1
Output file name: 10.7 Vanilla.dmg
Output disk name: Macintosh HD
13:26:23 ###### Finding main MacOS X installer disk ######
13:26:23 ###### Looking for a Cached Image ######
hdiutil: imageinfo failed - No such file or directory
###### Unable to get checksum for image: Traceback (most recent call last):
File "AddOns/InstaUp2Date/Resources/pathHelpers.py", line 65, in
optionsParser = optparse.OptionParser("%prog -n/--normalize-path [-f/--follow-symlinks] target_path | -p/--path-inside-folder target_path test_folder", version="%%prog %s" % __version__)
NameError: name '__version__' is not defined ######
13:26:23 ###### Cleaning up ######
Restoring normal installd daemon
Ejecting images
Traceback (most recent call last):
File "./instaUp2Date.py", line 716, in
main()
File "./instaUp2Date.py", line 705, in main
thisController.runInstaDMG(scratchFolder=options.instadmgScratchFolder, outputFolder=options.instadmgOutputFolder)
File "./instaUp2Date.py", line 472, in runInstaDMG
raise RuntimeError('InstaDMG process did not run sucessfully')
RuntimeError: InstaDMG process did not run sucessfully
neilg@[/InstaDMG/AddOns/InstaUp2Date]: cd ../../
neilg@[/InstaDMG]: svn update
At revision 450.
[/code]
Any thoughts?