I finally decided to try AutoPkg today - downloaded the installer, added the default repo, but so far every pkg. I've tried (which would be Adobe AIR, Firefox, and VLC) have all failed.
Adobe AIR fails to mount the dmg it downloads, even though it is valid & can be manually mounted.
VLC and Firefox both fail with these (numerous) errors:
Traceback (most recent call last):
File "/usr/local/bin/autopkg", line 1343, in <module>
sys.exit(main(sys.argv))
File "/usr/local/bin/autopkg", line 1337, in main
exit(subcommands[verb]['function'](argv))
File "/usr/local/bin/autopkg", line 1162, in run_recipes
autopackager.process(recipe)
File "/Library/AutoPkg/autopkglib/__init__.py", line 392, in process
self.env = processor.process()
File "/Library/AutoPkg/autopkglib/__init__.py", line 229, in process
self.main()
File "/Library/AutoPkg/autopkglib/AppDmgVersioner.py", line 77, in main
mount_point = self.mount(self.env["dmg_path"])
File "/Library/AutoPkg/autopkglib/DmgMounter.py", line 85, in mount
if self.DMGhasSLA(pathname):
File "/Library/AutoPkg/autopkglib/DmgMounter.py", line 64, in DMGhasSLA
print >> sys.stderr, (
NameError: global name 'sys' is not defined
So...does this thing actually work for any of you? Should I try an older version, or compile it from the source for better results?
