Changes between Initial Version and Version 2 of Ticket #66299


Ignore:
Timestamp:
Nov 20, 2022, 3:25:00 AM (17 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #66299

    • Property Keywords ventura arm64 added
    • Property Status changed from new to assigned
    • Property Owner set to jmroot
    • Property Summary changed from macOS Ventura M1 Max python27 install hangs to python27: install hangs when vpn is enabled
  • Ticket #66299 – Description

    initial v2  
    1 macbook pro 16 late 2021 M1 Max
     1macbook pro 16 late 2021 M1 Max\\
    22macOS Ventura 13.0
    33
     4{{{
    45xcodebuild -version
    56Xcode 14.1
    67Build version 14B47b
    7 
     8}}}
    89
    910Attempted to install octave. Install hanged at python27 dependency install.  Attempted clean then install of python27 only.  Same issue, python install hanged.
    1011
    11 Tried sudo port clean python27 and attempted install python27 again using:
     12Tried `sudo port clean python27` and attempted install python27 again using:
    1213
    13 Used sudo port -v install python27 and also watched tail -f main.log
     14Used `sudo port -v install python27` and also watched `tail -f main.log`
    1415
    15 Following is final line of port -v install python27 where the install stopped:
     16Following is final line of `port -v install python27` where the install stopped:
    1617
     18{{{
    17190:03:52 load avg: 1.11 [303/400] test_socket -- test_smtpnet skipped (resource denied)
    1820Unhandled exception in thread started by <bound method NetworkConnectionAttributesTest.clientRun of <test.test_socket.NetworkConnectionAttributesTest testMethod=testSourceAddress>>
     
    2325    self.cli.close()
    2426AttributeError: 'NetworkConnectionAttributesTest' object has no attribute 'cli'
     27}}}