Closed Bug 779388 Opened 12 years ago Closed 12 years ago

configure.py --help broken by win8 changes (rev 7483:36aa7dd8026a)

Categories

(Tamarin Graveyard :: Build Config, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: pnkfelix, Unassigned)

Details

As noted by Stan Switzer:

"configure.py --help option broken in CL 1085486 (7/9)"

More specifically:

% ../configure.py --help
Traceback (most recent call last):
  File "../configure.py", line 587, in <module>
    sys.stdout.write(o.getHelp())
  File "/Users/fklockii/Dev/tamarin-redux/build/getopt.py", line 185, in getHelp
    ret += "%-35s [=%s]\n" % (arg, getattr(self,opt))
AttributeError: Options instance has no attribute 'mac_sdk'
Landed in AVM branch in CL 1094872

Landed in FR Main in CL 1094873
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
changeset: 7514:5e07a25d4308
user:      Felix Klock II <fklockii@adobe.com>
summary:   Bug 779388: fix configure.py --help by making names in specialargs match properly (p=stan, r=fklockii, push=fklockii).

http://hg.mozilla.org/tamarin-redux/rev/5e07a25d4308
You need to log in before you can comment on or make changes to this bug.