Opened 7 years ago

Closed 3 years ago

Last modified 3 years ago

#53906 closed defect (fixed)

bakefile port relies on which python is selected

Reported by: bestlem Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.4.1
Keywords: Cc: cooljeanius (Eric Gallager)
Port: bakefile

Description

I had installed python36 and set it to be the default python using port select

bakefile build looks for a python interpreter in its configure comment is configure:20075: checking for a Python interpreter with version >= 2.3.0

but it does it by calling python which I had set to a python3 which fails.

Attachments (1)

config.log (33.5 KB) - added by bestlem 7 years ago.
config.log

Download all attachments as: .zip

Change History (9)

Changed 7 years ago by bestlem

Attachment: config.log added

config.log

comment:1 Changed 7 years ago by kurthindenburg (Kurt Hindenburg)

Owner: set to masa@…
Status: newassigned

comment:2 Changed 7 years ago by mf2k (Frank Schima)

Keywords: python bakefile removed

comment:3 Changed 5 years ago by kurthindenburg (Kurt Hindenburg)

Owner: masa@… deleted

comment:4 Changed 3 years ago by cooljeanius (Eric Gallager)

Cc: cooljeanius added

comment:5 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: set to ryandesign
Status: assignedaccepted

comment:6 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: acceptedclosed

comment:7 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)

In d9df949fc512c4125c748558766b7bd2da9d6030/macports-ports (master):

bakefile: Specify that macOS python should be used

Closes: #53906

comment:8 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)

In 1a2b8a177756c22278a8a0338ea8100ded8c31cf/macports-ports (master):

bakefile: Use python27 on 10.6 and earlier

This project requires python 2.7.x so use MacPorts python27 on systems
that don't ship with python 2.7.x.

See: #53906

Note: See TracTickets for help on using tickets.