Home Forums Software InstaDMG InstaUp2Date and XCode 3.2.2

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #378538
    hkim823
    Participant

    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?

    #378547
    larkost
    Participant

    I just put in a fix for this (rev294), the problem was that you can’t take the log10 of zero and that is what I was trying to do when there were no items in a particular folder.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.

Comments are closed