Re: how do I fix this?

2023-09-29 Thread Kenneth Wolcott
Thank you for clearing up the mystery! On Fri, Sep 29, 2023 at 4:48 PM wrote: > > On 9/28/23 at 10:49 PM, Kenneth Wolcott wrote: > > > sudo port diagnose > > Warning: No Xcode version info was found for your OS version. > > > The error was emitted by diagnose.tcl [1] because there was no

Re: how do I fix this?

2023-09-29 Thread chrischavez
On 9/28/23 at 10:49 PM, Kenneth Wolcott wrote: > sudo port diagnose > Warning: No Xcode version info was found for your OS version. The error was emitted by diagnose.tcl [1] because there was no information in xcode_versions.ini regarding what Xcode versions are supported for macOS 14 Sonoma.

Re: how do I fix this?

2023-09-29 Thread Kenneth Wolcott
I did another port self-update. I installed the mpg123 port, which was the only result from port outdated. I then did another port diagnose and there is no warning now about no xCode version info found...weird Thanks, Ken On Fri, Sep 29, 2023 at 1:31 PM Kenneth Wolcott wrote: > > Hi Chris; >

Re: how do I fix this?

2023-09-29 Thread Kenneth Wolcott
Hi Chris; I removed xCode. I installed xCode. xcode-select --install xcode-select: note: Command line tools are already installed. Use "Software Update" in System Settings or the softwareupdate command line interface to install updates sudo port diagnose Warning: No Xcode version info was

Re: how do I fix this?

2023-09-29 Thread Kenneth Wolcott
HI Chris; Thank you. I did reinstall Xcode... same situation. I just upgraded to Sonoma. I installed the new version of Xcode and tools (at least I thought I did). I then installed the new version of MacPorts. I then tried to upgrade all my ports. That took a long time with many

Re: how do I fix this?

2023-09-29 Thread Chris Jones
> On 29 Sep 2023, at 4:49 am, Kenneth Wolcott wrote: > > sudo port diagnose > Warning: No Xcode version info was found for your OS version. Try reinstalling Xcode…. > > Thanks, > Ken Wolcott