Opened 13 years ago

Closed 12 years ago

Last modified 12 years ago

#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)

main.log (221.4 KB) - added by tioguerra@… 13 years ago.
python27 build problem log file

Download all attachments as: .zip

Change History (8)

Changed 13 years ago by tioguerra@…

Attachment: main.log added

python27 build problem log file

comment:1 Changed 13 years ago by tioguerra@…

Cc: tioguerra@… added

Cc Me!

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 python27python27: Segmentation fault during build

comment:3 Changed 12 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 12 years ago by ned-deily (Ned Deily)

The missing

/usr/local/termcap

warning is normal; nothing to be concerned about it.

comment:5 Changed 12 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 12 years ago by mf2k (Frank Schima)

Resolution: invalid
Status: newclosed

Glad you got it working.

comment:7 Changed 12 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.