Opened 7 years ago

Closed 7 years ago

#53277 closed defect (worksforme)

python35 built ok but cannot execute (permission 555)

Reported by: Tim-at-AST Owned by: jmroot (Joshua Root)
Priority: Normal Milestone:
Component: ports Version: 2.3.5
Keywords: Cc:
Port: python35

Description

Using OSX Sierra 10.12.2 fresh install of macports I have Xcode command line tools installed without the full Xcode installed python35, macports issues a warning about Xcode but other seems fine:

Warning: xcodebuild exists but failed to execute
Warning: Xcode does not appear to be installed; most ports will likely fail to build.
--->  Computing dependencies for python35
--->  Cleaning python35
--->  Scanning binaries for linking errors
--->  No broken files found.

The files all appear good in /opt/local/Library/Frameworks/Python.framework/Versions/3.5/

The main file Python, however, has mode 555 (Root/Wheel) and is not executable. I tried chmod -x and although no error reported, the file mode did not change at all.

So I cannot run Python.

I also accidentally installed python27, and its mode is also 555.

Any ideas?

Change History (4)

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

Keywords: not executable mode removed
Owner: set to jyrkiwahlstedt
Status: newassigned

In the future, please Cc the port maintainers (port info --maintainers python35), if any.

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

I do not see this issue.

$ ls -l /opt/local/Library/Frameworks/Python.framework/Versions/3.5/bin/python3.5
-rwxr-xr-x  2 root  wheel  13628 Dec 20 07:32 /opt/local/Library/Frameworks/Python.framework/Versions/3.5/bin/python3.5

comment:3 Changed 7 years ago by jmroot (Joshua Root)

Owner: changed from jyrkiwahlstedt to jmroot

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

Resolution: worksforme
Status: assignedclosed

If it's still a problem for you, reopen and provide more information.

Note: See TracTickets for help on using tickets.