Changes between Initial Version and Version 2 of Ticket #66299
- Timestamp:
- Nov 20, 2022, 3:25:00 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #66299
- Property Keywords ventura arm64 added
-
Property
Status
changed from
new
toassigned
- Property Owner set to jmroot
-
Property
Summary
changed from
macOS Ventura M1 Max python27 install hangs
topython27: install hangs when vpn is enabled
-
Ticket #66299 – Description
initial v2 1 macbook pro 16 late 2021 M1 Max 1 macbook pro 16 late 2021 M1 Max\\ 2 2 macOS Ventura 13.0 3 3 4 {{{ 4 5 xcodebuild -version 5 6 Xcode 14.1 6 7 Build version 14B47b 7 8 }}} 8 9 9 10 Attempted to install octave. Install hanged at python27 dependency install. Attempted clean then install of python27 only. Same issue, python install hanged. 10 11 11 Tried sudo port clean python27and attempted install python27 again using:12 Tried `sudo port clean python27` and attempted install python27 again using: 12 13 13 Used sudo port -v install python27 and also watched tail -f main.log14 Used `sudo port -v install python27` and also watched `tail -f main.log` 14 15 15 Following is final line of port -v install python27where the install stopped:16 Following is final line of `port -v install python27` where the install stopped: 16 17 18 {{{ 17 19 0:03:52 load avg: 1.11 [303/400] test_socket -- test_smtpnet skipped (resource denied) 18 20 Unhandled exception in thread started by <bound method NetworkConnectionAttributesTest.clientRun of <test.test_socket.NetworkConnectionAttributesTest testMethod=testSourceAddress>> … … 23 25 self.cli.close() 24 26 AttributeError: 'NetworkConnectionAttributesTest' object has no attribute 'cli' 27 }}}