Opened 11 years ago
Closed 7 years ago
#41440 closed defect (worksforme)
python27 +universal build fail
Reported by: | Serge3leo (Serguei E. Leontiev) | Owned by: | jmroot (Joshua Root) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.1 |
Keywords: | Cc: | petrrr | |
Port: | python27 |
Description
Fail:
$ sudo port self update $ sudo port build python27 +universal
Attachments (2)
Change History (9)
Changed 11 years ago by Serge3leo (Serguei E. Leontiev)
Attachment: | config.log added |
---|
Changed 11 years ago by Serge3leo (Serguei E. Leontiev)
comment:1 Changed 11 years ago by Serge3leo (Serguei E. Leontiev)
comment:2 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
The second hunk of that patch doesn't seem correct; the "if" portion is supposed to address the case when an sdk has been specified (which would only be the case if cross-compiling for a different OS X version, or if building universal on Mac OS X 10.4 on a PowerPC Mac); the "else" portion, for the case when not using an SDK, quite correctly sets the SDK to "/".
comment:3 Changed 11 years ago by ned-deily (Ned Deily)
It looks to me like you didn't install the Command Line Tools on Mavericks as noted in the migration guide. If you don't do that, various header files are not installed in their conventional locations. Try running xcode-select --install
first, then a clean rebuild of python27 +universal
. The configure patch shouldn't be needed.
comment:4 Changed 9 years ago by petrrr
Cc: | jwa@… removed |
---|---|
Owner: | changed from macports-tickets@… to jwa@… |
This might be invalid due to Command Line Tools. No follow-up by the reporter.
comment:6 Changed 7 years ago by jmroot (Joshua Root)
Owner: | changed from jyrkiwahlstedt to jmroot |
---|---|
Status: | new → assigned |
comment:7 Changed 7 years ago by jmroot (Joshua Root)
Resolution: | → worksforme |
---|---|
Status: | assigned → closed |
Workaround:
Change: