btashton commented on PR #10392:
URL: https://github.com/apache/nuttx/pull/10392#issuecomment-1695799068

   > Our Mac CI fails very often, any idea?
   > 
   > ```
   > ==> Upgrading [email protected]
   >   3.11.4_1 -> 3.11.5 
   > 
   > ==> Pouring [email protected]
   > Error: The `brew link` step did not complete successfully
   > The formula built, but is not symlinked into /usr/local
   > Could not symlink bin/2to3
   > Target /usr/local/bin/2to3
   > already exists. You may want to remove it:
   >   rm '/usr/local/bin/2to3'
   > 
   > To force the link and overwrite all conflicting files:
   >   brew link --overwrite [email protected]
   > 
   > To list all files that would be deleted:
   >   brew link --overwrite --dry-run [email protected]
   > ```
   
   Because python is being upgraded we may need to first remove these existing 
symlinks. There are a couple more iirc. We removed them when they were not 
required for the AVR workaround but may need to bring them back. 
   
   Similar issue to the openssl one fixed here 
   https://github.com/apache/nuttx/pull/10116


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to