Closed Bug 671368 Opened 13 years ago Closed 13 years ago

cfx doesn't work on OS X 10.5

Categories

(Add-on SDK Graveyard :: General, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: adw, Assigned: adw)

References

Details

Attachments

(1 file)

Attached patch patchSplinter Review
(addon-sdk)11:29:16 ~/test-package$ cfx run -b /Applications/Minefield.app/Contents/MacOS/firefox-bin
Using binary at '/Applications/Minefield.app/Contents/MacOS/firefox-bin'.
dyld: unknown required load command 0x80000022
Traceback (most recent call last):
  File "/Users/adw/addon-sdk/bin/cfx", line 29, in <module>
    cuddlefish.run()
  File "/Users/adw/addon-sdk/python-lib/cuddlefish/__init__.py", line 783, in run
    norun=options.no_run)
  File "/Users/adw/addon-sdk/python-lib/cuddlefish/runner.py", line 323, in run_app
    version_output = check_output([runner.binary, "-v"])
  File "/Users/adw/addon-sdk/python-lib/cuddlefish/runner.py", line 75, in check_output
    raise CalledProcessError(retcode, cmd, output=output)
cuddlefish.runner.CalledProcessError: Command '['/Applications/Minefield.app/Contents/MacOS/firefox-bin', '-v']' returned non-zero exit status -5

Invoking runner.command instead of runner.binary fixes it for me.  Cf. bug 602460.
Attachment #545714 - Flags: review?(warner-bugzilla)
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Assignee: nobody → adw
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: