Re: iInstall denemo failed due to failure to configure qt5-qtbase

2022-11-03 Thread Kenneth Wolcott
Hi All;

I'm thrilled to report that denemo now builds successfully!

Thanks,
Ken Wolcott

On Tue, Nov 1, 2022 at 5:18 PM Kenneth Wolcott  wrote:
>
> However, qt5-base still fails to install, even after installing 4.1
> XCode and 4.1 CL..
>
> On Tue, Nov 1, 2022 at 4:10 PM Kenneth Wolcott  
> wrote:
> >
> > Thank you!
> >
> > "port diagnose" no longer complains!
> >
> > On Tue, Nov 1, 2022 at 3:48 PM Ryan Schmidt  wrote:
> > >
> > > On Nov 1, 2022, at 17:46, Kenneth Wolcott wrote:
> > >
> > > > Very weird :-(
> > > >
> > > > xcode-select -p
> > > > /Library/Developer/CommandLineTools
> > > >
> > > > I can't find an Xocde.app on my machine *anywhere* :-(
> > > >
> > > > Guess I'll install yet again (SIGH*)
> > > >
> > > > Doesn't Xcode.app automatically get installed in the correct place?
> > > > How can I "nudge it" to install correctly?
> > >
> > > If you install it from the Mac App Store, it goes in /Applications. If 
> > > you download it from the Apple Developer web site, then you have to put 
> > > it where you want it after you decompress it.
> > >
> > >


Re: iInstall denemo failed due to failure to configure qt5-qtbase

2022-11-01 Thread Kenneth Wolcott
However, qt5-base still fails to install, even after installing 4.1
XCode and 4.1 CL..

On Tue, Nov 1, 2022 at 4:10 PM Kenneth Wolcott  wrote:
>
> Thank you!
>
> "port diagnose" no longer complains!
>
> On Tue, Nov 1, 2022 at 3:48 PM Ryan Schmidt  wrote:
> >
> > On Nov 1, 2022, at 17:46, Kenneth Wolcott wrote:
> >
> > > Very weird :-(
> > >
> > > xcode-select -p
> > > /Library/Developer/CommandLineTools
> > >
> > > I can't find an Xocde.app on my machine *anywhere* :-(
> > >
> > > Guess I'll install yet again (SIGH*)
> > >
> > > Doesn't Xcode.app automatically get installed in the correct place?
> > > How can I "nudge it" to install correctly?
> >
> > If you install it from the Mac App Store, it goes in /Applications. If you 
> > download it from the Apple Developer web site, then you have to put it 
> > where you want it after you decompress it.
> >
> >


Re: iInstall denemo failed due to failure to configure qt5-qtbase

2022-11-01 Thread Kenneth Wolcott
Thank you!

"port diagnose" no longer complains!

On Tue, Nov 1, 2022 at 3:48 PM Ryan Schmidt  wrote:
>
> On Nov 1, 2022, at 17:46, Kenneth Wolcott wrote:
>
> > Very weird :-(
> >
> > xcode-select -p
> > /Library/Developer/CommandLineTools
> >
> > I can't find an Xocde.app on my machine *anywhere* :-(
> >
> > Guess I'll install yet again (SIGH*)
> >
> > Doesn't Xcode.app automatically get installed in the correct place?
> > How can I "nudge it" to install correctly?
>
> If you install it from the Mac App Store, it goes in /Applications. If you 
> download it from the Apple Developer web site, then you have to put it where 
> you want it after you decompress it.
>
>


Re: iInstall denemo failed due to failure to configure qt5-qtbase

2022-11-01 Thread Ryan Schmidt
On Nov 1, 2022, at 17:46, Kenneth Wolcott wrote:

> Very weird :-(
> 
> xcode-select -p
> /Library/Developer/CommandLineTools
> 
> I can't find an Xocde.app on my machine *anywhere* :-(
> 
> Guess I'll install yet again (SIGH*)
> 
> Doesn't Xcode.app automatically get installed in the correct place?
> How can I "nudge it" to install correctly?

If you install it from the Mac App Store, it goes in /Applications. If you 
download it from the Apple Developer web site, then you have to put it where 
you want it after you decompress it.




Re: iInstall denemo failed due to failure to configure qt5-qtbase

2022-11-01 Thread Kenneth Wolcott
Very weird :-(

xcode-select -p
/Library/Developer/CommandLineTools

I can't find an Xocde.app on my machine *anywhere* :-(

Guess I'll install yet again (SIGH*)

Doesn't Xcode.app automatically get installed in the correct place?
How can I "nudge it" to install correctly?

Thanks,
Ken Wolcott


On Tue, Nov 1, 2022 at 3:17 PM Ryan Schmidt  wrote:
>
> On Oct 29, 2022, at 18:56, Kenneth Wolcott wrote:
> >
> > So I downloaded and installed the XCode RC 2 and CL Tools R2..
> >
> > Then
> >
> > port diagnose
> > Error: The installed version of Xcode, none, is not supported by
> > MacPorts. For your currently installed system, the following versions
> > of Xcode are supported: 14.1
> > LaTeX: xcode-select --install
> > xcode-select: error: command line tools are already installed, use
> > "Software Update" in System Settings to install updates
> >
> > What does this mean?
>
> It means MacPorts cannot find your Xcode.app.
>
> Where is it? Is it at /Applications/Xcode.app?
>
> What does "xcode-select -p" print? Is it 
> "/Applications/Xcode.app/Contents/Developer"? If not, run "sudo xcode-select 
> -s /Applications/Xcode.app/Contents/Developer" to set it properly. (Replace 
> "/Applications/Xcode.app" with the actual path to your Xcode.app if it's 
> somewhere else.)
>


Re: iInstall denemo failed due to failure to configure qt5-qtbase

2022-11-01 Thread Ryan Schmidt
On Oct 29, 2022, at 18:56, Kenneth Wolcott wrote:
> 
> So I downloaded and installed the XCode RC 2 and CL Tools R2..
> 
> Then
> 
> port diagnose
> Error: The installed version of Xcode, none, is not supported by
> MacPorts. For your currently installed system, the following versions
> of Xcode are supported: 14.1
> LaTeX: xcode-select --install
> xcode-select: error: command line tools are already installed, use
> "Software Update" in System Settings to install updates
> 
> What does this mean?

It means MacPorts cannot find your Xcode.app.

Where is it? Is it at /Applications/Xcode.app?

What does "xcode-select -p" print? Is it 
"/Applications/Xcode.app/Contents/Developer"? If not, run "sudo xcode-select -s 
/Applications/Xcode.app/Contents/Developer" to set it properly. (Replace 
"/Applications/Xcode.app" with the actual path to your Xcode.app if it's 
somewhere else.)



Re: iInstall denemo failed due to failure to configure qt5-qtbase

2022-10-29 Thread Kenneth Wolcott
Ah, but I did download the RC2 versions of both; same problem.

On Sat, Oct 29, 2022 at 7:24 PM Ken Cunningham
 wrote:
>
> Probably you need to go to the developer.apple.com website and download Xcode 
> 14.1 RC2 and the latest command line tools, and install those.
>
> Apple noted a last minute hiccup in Xcode that made them delay the final 
> Xcode 14.1 a bit, which is why Ventura is out but you can’t get the right 
> Xcode yet from the App Store.
>
> Everyone is in the same boat, homebrew too — shouldn’t be long.
>
> Ken
>
>
> On Oct 29, 2022, at 4:56 PM, Kenneth Wolcott  wrote:
>
> So I downloaded and installed the XCode RC 2 and CL Tools R2..
>
> Then
>
> port diagnose
> Error: The installed version of Xcode, none, is not supported by
> MacPorts. For your currently installed system, the following versions
> of Xcode are supported: 14.1
> LaTeX: xcode-select --install
> xcode-select: error: command line tools are already installed, use
> "Software Update" in System Settings to install updates
>
> What does this mean?
>
> Ken Wolcott
>
> On Sat, Oct 29, 2022 at 4:45 PM Kenneth Wolcott
>  wrote:
>
>
> Hi;
>
>  Interesting note:
>
> port diagnose
> Error: The installed version of Xcode, none, is not supported by
> MacPorts. For your currently installed system, the following versions
> of Xcode are supported: 14.1
>
> So I'm installing XCode and CLI tools again..
>
> Thanks,
> Ken Wolcott
>
> On Sat, Oct 29, 2022 at 1:57 PM Kenneth Wolcott
>  wrote:
>
>
> Thanks for the help; but still not working.
>
> sudo port clean qt5-qtbase
> sudo port -v -t install qt5-qtbase
>
> failed.
>
> sudo port -v -t clean denemo
> sudo port -v -t install denemo
>
> failed as above.
>
> sudo port selfupdate
> sudo port upgrade outdated
>
> sudo port clean qt5-qtbase
> sudo port clean denemo
> sudo port -v -t install qt5-qtbase
>
> failed as above.
>
> Attached is the most recent log.
>
> Thanks,
> Ken Wolcott
>
> On Sat, Oct 29, 2022 at 10:04 AM Ken Cunningham
>  wrote:
>
>
> should be fixed now, after you update
>
> thx K
>
>


Re: iInstall denemo failed due to failure to configure qt5-qtbase

2022-10-29 Thread Ken Cunningham
Oh, I’m sorry, you already did that. 

My apologies, I didn’t read that closely enough.

I don’t know for sure what is happening to you now then.

K



> On Oct 29, 2022, at 7:24 PM, Ken Cunningham  
> wrote:
> 
> Probably you need to go to the developer.apple.com 
>  website and download Xcode 14.1 RC2 and the 
> latest command line tools, and install those.
> 
> Apple noted a last minute hiccup in Xcode that made them delay the final 
> Xcode 14.1 a bit, which is why Ventura is out but you can’t get the right 
> Xcode yet from the App Store.
> 
> Everyone is in the same boat, homebrew too — shouldn’t be long.
> 
> Ken
> 
> 
>> On Oct 29, 2022, at 4:56 PM, Kenneth Wolcott  
>> wrote:
>> 
>> So I downloaded and installed the XCode RC 2 and CL Tools R2..
>> 
>> Then
>> 
>> port diagnose
>> Error: The installed version of Xcode, none, is not supported by
>> MacPorts. For your currently installed system, the following versions
>> of Xcode are supported: 14.1
>> LaTeX: xcode-select --install
>> xcode-select: error: command line tools are already installed, use
>> "Software Update" in System Settings to install updates
>> 
>> What does this mean?
>> 
>> Ken Wolcott
>> 
>> On Sat, Oct 29, 2022 at 4:45 PM Kenneth Wolcott
>>  wrote:
>>> 
>>> Hi;
>>> 
>>>  Interesting note:
>>> 
>>> port diagnose
>>> Error: The installed version of Xcode, none, is not supported by
>>> MacPorts. For your currently installed system, the following versions
>>> of Xcode are supported: 14.1
>>> 
>>> So I'm installing XCode and CLI tools again..
>>> 
>>> Thanks,
>>> Ken Wolcott
>>> 
>>> On Sat, Oct 29, 2022 at 1:57 PM Kenneth Wolcott
>>>  wrote:
 
 Thanks for the help; but still not working.
 
 sudo port clean qt5-qtbase
 sudo port -v -t install qt5-qtbase
 
 failed.
 
 sudo port -v -t clean denemo
 sudo port -v -t install denemo
 
 failed as above.
 
 sudo port selfupdate
 sudo port upgrade outdated
 
 sudo port clean qt5-qtbase
 sudo port clean denemo
 sudo port -v -t install qt5-qtbase
 
 failed as above.
 
 Attached is the most recent log.
 
 Thanks,
 Ken Wolcott
 
 On Sat, Oct 29, 2022 at 10:04 AM Ken Cunningham
  wrote:
> 
> should be fixed now, after you update
> 
> thx K
> 



Re: iInstall denemo failed due to failure to configure qt5-qtbase

2022-10-29 Thread Ken Cunningham
Probably you need to go to the developer.apple.com 
 website and download Xcode 14.1 RC2 and the 
latest command line tools, and install those.

Apple noted a last minute hiccup in Xcode that made them delay the final Xcode 
14.1 a bit, which is why Ventura is out but you can’t get the right Xcode yet 
from the App Store.

Everyone is in the same boat, homebrew too — shouldn’t be long.

Ken


> On Oct 29, 2022, at 4:56 PM, Kenneth Wolcott  wrote:
> 
> So I downloaded and installed the XCode RC 2 and CL Tools R2..
> 
> Then
> 
> port diagnose
> Error: The installed version of Xcode, none, is not supported by
> MacPorts. For your currently installed system, the following versions
> of Xcode are supported: 14.1
> LaTeX: xcode-select --install
> xcode-select: error: command line tools are already installed, use
> "Software Update" in System Settings to install updates
> 
> What does this mean?
> 
> Ken Wolcott
> 
> On Sat, Oct 29, 2022 at 4:45 PM Kenneth Wolcott
>  wrote:
>> 
>> Hi;
>> 
>>  Interesting note:
>> 
>> port diagnose
>> Error: The installed version of Xcode, none, is not supported by
>> MacPorts. For your currently installed system, the following versions
>> of Xcode are supported: 14.1
>> 
>> So I'm installing XCode and CLI tools again..
>> 
>> Thanks,
>> Ken Wolcott
>> 
>> On Sat, Oct 29, 2022 at 1:57 PM Kenneth Wolcott
>>  wrote:
>>> 
>>> Thanks for the help; but still not working.
>>> 
>>> sudo port clean qt5-qtbase
>>> sudo port -v -t install qt5-qtbase
>>> 
>>> failed.
>>> 
>>> sudo port -v -t clean denemo
>>> sudo port -v -t install denemo
>>> 
>>> failed as above.
>>> 
>>> sudo port selfupdate
>>> sudo port upgrade outdated
>>> 
>>> sudo port clean qt5-qtbase
>>> sudo port clean denemo
>>> sudo port -v -t install qt5-qtbase
>>> 
>>> failed as above.
>>> 
>>> Attached is the most recent log.
>>> 
>>> Thanks,
>>> Ken Wolcott
>>> 
>>> On Sat, Oct 29, 2022 at 10:04 AM Ken Cunningham
>>>  wrote:
 
 should be fixed now, after you update
 
 thx K



Re: iInstall denemo failed due to failure to configure qt5-qtbase

2022-10-29 Thread Kenneth Wolcott
So I downloaded and installed the XCode RC 2 and CL Tools R2..

Then

port diagnose
Error: The installed version of Xcode, none, is not supported by
MacPorts. For your currently installed system, the following versions
of Xcode are supported: 14.1
LaTeX: xcode-select --install
xcode-select: error: command line tools are already installed, use
"Software Update" in System Settings to install updates

What does this mean?

Ken Wolcott

On Sat, Oct 29, 2022 at 4:45 PM Kenneth Wolcott
 wrote:
>
> Hi;
>
>   Interesting note:
>
> port diagnose
> Error: The installed version of Xcode, none, is not supported by
> MacPorts. For your currently installed system, the following versions
> of Xcode are supported: 14.1
>
> So I'm installing XCode and CLI tools again..
>
> Thanks,
> Ken Wolcott
>
> On Sat, Oct 29, 2022 at 1:57 PM Kenneth Wolcott
>  wrote:
> >
> > Thanks for the help; but still not working.
> >
> > sudo port clean qt5-qtbase
> > sudo port -v -t install qt5-qtbase
> >
> > failed.
> >
> > sudo port -v -t clean denemo
> > sudo port -v -t install denemo
> >
> > failed as above.
> >
> > sudo port selfupdate
> > sudo port upgrade outdated
> >
> > sudo port clean qt5-qtbase
> > sudo port clean denemo
> > sudo port -v -t install qt5-qtbase
> >
> > failed as above.
> >
> > Attached is the most recent log.
> >
> > Thanks,
> > Ken Wolcott
> >
> > On Sat, Oct 29, 2022 at 10:04 AM Ken Cunningham
> >  wrote:
> > >
> > > should be fixed now, after you update
> > >
> > > thx K


Re: iInstall denemo failed due to failure to configure qt5-qtbase

2022-10-29 Thread Kenneth Wolcott
Hi;

  Interesting note:

port diagnose
Error: The installed version of Xcode, none, is not supported by
MacPorts. For your currently installed system, the following versions
of Xcode are supported: 14.1

So I'm installing XCode and CLI tools again..

Thanks,
Ken Wolcott

On Sat, Oct 29, 2022 at 1:57 PM Kenneth Wolcott
 wrote:
>
> Thanks for the help; but still not working.
>
> sudo port clean qt5-qtbase
> sudo port -v -t install qt5-qtbase
>
> failed.
>
> sudo port -v -t clean denemo
> sudo port -v -t install denemo
>
> failed as above.
>
> sudo port selfupdate
> sudo port upgrade outdated
>
> sudo port clean qt5-qtbase
> sudo port clean denemo
> sudo port -v -t install qt5-qtbase
>
> failed as above.
>
> Attached is the most recent log.
>
> Thanks,
> Ken Wolcott
>
> On Sat, Oct 29, 2022 at 10:04 AM Ken Cunningham
>  wrote:
> >
> > should be fixed now, after you update
> >
> > thx K


Re: iInstall denemo failed due to failure to configure qt5-qtbase

2022-10-29 Thread Ken Cunningham
should be fixed now, after you update

thx K


Re: iInstall denemo failed due to failure to configure qt5-qtbase

2022-10-29 Thread Kenneth Wolcott
sudo port clean denemo

sudo port -v -t install denemo

This looks bad:

...
:info:configure Creating qmake...
:info:configure Failed to resolve SDK path for 'macosx13'
...

See attached (compressed) log file.

Thanks,
Ken Wolcott

On Fri, Oct 28, 2022 at 1:56 PM Kenneth Wolcott
 wrote:
>
> sudo port clean denemo
>
> sudo port -v -t install denemo
>
> This looks bad:
>
> ...
> :info:configure Creating qmake...
> :info:configure Failed to resolve SDK path for 'macosx13'
> ...
>
> See attached log file.
>
> Thanks,
> Ken Wolcott


main.log.bz2
Description: BZip2 compressed data


Re: iInstall denemo failed due to failure to configure qt5-qtbase

2022-10-28 Thread Ken Cunningham
The qt5 issue is a pain, something as yet unexplained to do with xcrun not 
recognizing an SDK that is sitting right there.

please see the relevant ticket:

https://trac.macports.org/ticket/65853