#31720 closed defect (invalid)
python27: Segmentation fault during build
Reported by: | tioguerra@… | Owned by: | jyrkiwahlstedt |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.3 |
Keywords: | Cc: | ||
Port: | python27 |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
See the attached log file. I got lots of warnings, starting with some array indexing problem with stringlib. In the end the compiler returns Error 139.
The executed commands were:
sudo port selfupdate sudo port upgrade outdated
Attachments (1)
Change History (8)
Changed 13 years ago by tioguerra@…
comment:2 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | tioguerra@… removed |
---|---|
Description: | modified (diff) |
Keywords: | python27 removed |
Owner: | changed from macports-tickets@… to jwa@… |
Port: | python27 added |
Summary: | Problem building python27 → python27: Segmentation fault during build |
comment:3 Changed 13 years ago by tioguerra@…
This warning caught my attention (line 2928 in the log file):
ld: warning: directory not found for option '-L/usr/lib/termcap'
I suppose this shouldn't be missing, I have no idea how to fix it. I have Xcode 4.2 installed on OS X 10.7 (Lion).
comment:4 Changed 13 years ago by ned-deily (Ned Deily)
The missing
/usr/local/termcap
warning is normal; nothing to be concerned about it.
comment:5 Changed 13 years ago by tioguerra@…
Today I uninstalled MacPorts as per the uninstall guidelines found here. After that I re-installed MacPorts and installed python27 without problems.
comment:6 Changed 13 years ago by mf2k (Frank Schima)
Resolution: | → invalid |
---|---|
Status: | new → closed |
Glad you got it working.
comment:7 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
The same problem was reported by another user in #33606.
Note: See
TracTickets for help on using
tickets.
python27 build problem log file