So I created a xcode catalog file that just uses an already downloaded copy of the dmg for 3.2.2 (with iPhone 3.2), and I run a checksum, it runs just fine, but when I go to actually runInstaUp2date, it errors out with
ryan:InstaUp2Date ryan$ ./instaUp2Date.py XCode_3.2.2.catalogLooking for XCode 3.2.2
Checksumming xcode_3.2.2_and_iphone_sdk_3.2_final.dmg (2484514948 bytes) in chunks of 5242880 bytes: 0% 15% 30% 45% 60% 75% 91% 100%
Found in cache folder by file name
Checksum: sha1:10b7b753bce819668cf745dab18c942f1ef798c8
Source: xcode_3.2.2_and_iphone_sdk_3.2_final.dmg
Cache: /Users/Shared/instadmg/InstallerFiles/InstaUp2DatePackages/xcode_3.2.2_and_iphone_sdk_3.2_final.dmg
Traceback (most recent call last):
File “./instaUp2Date.py”, line 664, in
main()
File “./instaUp2Date.py”, line 654, in main
thisController.arrangeFolders(sectionFolders=sectionFolders)
File “./instaUp2Date.py”, line 257, in arrangeFolders
leadingZeroes = int(math.log10(len(itemsToProcess)))
ValueError: math domain error
I can’t figure out why it’s not working. Any ideas?
Comments are closed