Re: [Interest] macdeployqt on Monterey 12.3.1

2022-04-27 Thread Hamish Moffatt via Interest

On 27/4/22 18:25, Hamish Moffatt wrote:

On 27/4/22 17:05, Alexander Carôt wrote:
>>That's not guaranteed to work. Major versions 7 and 8 are unlikely 
to be compatible (else they wouldn't have changed the version number 
with all the difficulty that creates).
Agreed, however, the question is if anyone else besides me can 
reproduce the issue so I can file a bug report.

At least the solution works as a temporary workaround for me.


Your error message said

ERROR: "dyld[17429]: Library not loaded: /opt/local/lib/libffi.7.dylib\n  Referenced 
from: /opt/local/libexec/llvm-10/lib/libLLVM.dylib\n  Reason: tried: 
'/opt/local/lib/libffi.7.dylib' (no such file), '/usr/local/lib/libffi.7.dylib' (no such 
file), '/usr/lib/libffi.7.dylib' (no such file)Library not loaded: 
/opt/local/lib/libcrypto.1.1.dylib\n  Referenced from: /opt/local/lib/libxar.1.dylib\n  
Reason: tried: '/opt/local/lib/libcrypto.1.1.dylib' (no such file), 
'/usr/local/lib/libcrypto.1.1.dylib' (no such file), '/usr/lib/libcrypto.1.1.dylib' (no 
such file)\nfatal error: /opt/local/bin/otool: fatal error in 
/opt/local/bin/llvm-objdump-mp-10\n"


What provides your /opt/local/libexec/llvm-10/lib/libLLVM.dylib ? Is 
that from brew by any chance? It doesn't look like the Xcode compiler 
path.




Your problem sounds a bit like 
https://stackoverflow.com/questions/71790401/otool-is-referencing-an-old-version-of-libffi




Hamish
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


Re: [Interest] macdeployqt on Monterey 12.3.1

2022-04-27 Thread Hamish Moffatt via Interest

On 27/4/22 17:05, Alexander Carôt wrote:
>>That's not guaranteed to work. Major versions 7 and 8 are unlikely 
to be compatible (else they wouldn't have changed the version number 
with all the difficulty that creates).
Agreed, however, the question is if anyone else besides me can 
reproduce the issue so I can file a bug report.

At least the solution works as a temporary workaround for me.


Your error message said

ERROR: "dyld[17429]: Library not loaded: /opt/local/lib/libffi.7.dylib\n  Referenced 
from: /opt/local/libexec/llvm-10/lib/libLLVM.dylib\n  Reason: tried: 
'/opt/local/lib/libffi.7.dylib' (no such file), '/usr/local/lib/libffi.7.dylib' (no such 
file), '/usr/lib/libffi.7.dylib' (no such file)Library not loaded: 
/opt/local/lib/libcrypto.1.1.dylib\n  Referenced from: /opt/local/lib/libxar.1.dylib\n  
Reason: tried: '/opt/local/lib/libcrypto.1.1.dylib' (no such file), 
'/usr/local/lib/libcrypto.1.1.dylib' (no such file), '/usr/lib/libcrypto.1.1.dylib' (no 
such file)\nfatal error: /opt/local/bin/otool: fatal error in 
/opt/local/bin/llvm-objdump-mp-10\n"


What provides your /opt/local/libexec/llvm-10/lib/libLLVM.dylib ? Is 
that from brew by any chance? It doesn't look like the Xcode compiler path.



Hamish
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


Re: [Interest] macdeployqt on Monterey 12.3.1

2022-04-27 Thread Alexander Carôt
>>That's not guaranteed to work. Major versions 7 and 8 are unlikely to be compatible (else they wouldn't have changed the version number with all the difficulty that creates).

 

Agreed, however, the question is if anyone else besides me can reproduce the issue so I can file a bug report.

 

At least the solution works as a temporary workaround for me.

 

Best

 

Alex

 

--
http://www.carot.de
Email : alexan...@carot.de
Tel.: +49 (0)177 5719797

 
 

Gesendet: Mittwoch, 27. April 2022 um 02:15 Uhr
Von: "Hamish Moffatt via Interest" 
An: interest@qt-project.org
Betreff: Re: [Interest] macdeployqt on Monterey 12.3.1


On 26/4/22 15:56, Alexander Carôt wrote:




Thanks for the pointer, however, it looks rather trivial as if it is asking for lib versions not existent on Monterey. In order to make it workI simply created symbolic links to the current ones:

 

sudo ln -s libffi.8.dylib libffi.7.dylib

sudo ln -s libcrypto.3.dylib libcrypto.1.1.dylib




 

 

That's not guaranteed to work. Major versions 7 and 8 are unlikely to be compatible (else they wouldn't have changed the version number with all the difficulty that creates).

 

Hamish
___ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest



___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


Re: [Interest] macdeployqt on Monterey 12.3.1

2022-04-26 Thread Hamish Moffatt via Interest

On 26/4/22 15:56, Alexander Carôt wrote:


Thanks for the pointer, however, it looks rather trivial as if it is 
asking for lib versions not existent on Monterey. In order to make it 
workI simply created symbolic links to the current ones:


sudo ln -s libffi.8.dylib libffi.7.dylib

sudo ln -s libcrypto.3.dylib libcrypto.1.1.dylib




That's not guaranteed to work. Major versions 7 and 8 are unlikely to be 
compatible (else they wouldn't have changed the version number with all 
the difficulty that creates).



Hamish
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


Re: [Interest] macdeployqt on Monterey 12.3.1

2022-04-25 Thread Alexander Carôt

Thanks for the pointer, however, it looks rather trivial as if it is asking for lib versions not existent on Monterey. In order to make it workI simply created symbolic links to the current ones:

 

sudo ln -s libffi.8.dylib libffi.7.dylib

sudo ln -s libcrypto.3.dylib libcrypto.1.1.dylib

 

all in 

 

/opt/local/lib

 

I’d file a bug report if someone else can confirm (to make sure it’s not my individual system issue).

 

Thanks,

best

 

Alex


--
http://www.carot.de
Email : alexan...@carot.de
Tel.: +49 (0)177 5719797

 
 

Gesendet: Montag, 25. April 2022 um 23:07 Uhr
Von: "Tor Arne Vestbø" 
An: "Alexander Carôt" 
Cc: "qt qt" 
Betreff: Re: [Interest] macdeployqt on Monterey 12.3.1


https://codereview.qt-project.org/c/qt/qtbase/+/407340

 

Cheers,
Tor Arne


 

On 25 Apr 2022, at 21:49, Alexander Carôt <alexander_ca...@gmx.net> wrote:
 


Hi all,

is it possible that macdeployqt has issues on macOS Monterey ? After the upgrade to macOS 12.3.1 macdeployqt (using Qt6.2.4) tells me:

ERROR: "dyld[17429]: Library not loaded: /opt/local/lib/libffi.7.dylib\n  Referenced from: /opt/local/libexec/llvm-10/lib/libLLVM.dylib\n  Reason: tried: '/opt/local/lib/libffi.7.dylib' (no such file), '/usr/local/lib/libffi.7.dylib' (no such file), '/usr/lib/libffi.7.dylib' (no such file)Library not loaded: /opt/local/lib/libcrypto.1.1.dylib\n  Referenced from: /opt/local/lib/libxar.1.dylib\n  Reason: tried: '/opt/local/lib/libcrypto.1.1.dylib' (no such file), '/usr/local/lib/libcrypto.1.1.dylib' (no such file), '/usr/lib/libcrypto.1.1.dylib' (no such file)\nfatal error: /opt/local/bin/otool: fatal error in /opt/local/bin/llvm-objdump-mp-10\n"

As usual any hint how to resolve appreciated,
thanks,
best

Alex

--
http://www.carot.de
Email : alexan...@carot.de
Tel.: +49 (0)177 5719797

___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest









___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


Re: [Interest] macdeployqt on Monterey 12.3.1

2022-04-25 Thread David M. Cotter
Dunno what’s going on, but here’s what “libffi” is for:
https://sourceware.org/libffi/ 

I’m running macdeployqt on Big Sur, so I can’t test for this problem, but I’m 
QUITE interested in the solution….

-Dave

> On Apr 25, 2022, at 12:49 PM, Alexander Carôt  wrote:
> 
> Hi all,
> 
> is it possible that macdeployqt has issues on macOS Monterey ? After the 
> upgrade to macOS 12.3.1 macdeployqt (using Qt6.2.4) tells me:
> 
> ERROR: "dyld[17429]: Library not loaded: /opt/local/lib/libffi.7.dylib\n  
> Referenced from: /opt/local/libexec/llvm-10/lib/libLLVM.dylib\n  Reason: 
> tried: '/opt/local/lib/libffi.7.dylib' (no such file), 
> '/usr/local/lib/libffi.7.dylib' (no such file), '/usr/lib/libffi.7.dylib' (no 
> such file)Library not loaded: /opt/local/lib/libcrypto.1.1.dylib\n  
> Referenced from: /opt/local/lib/libxar.1.dylib\n  Reason: tried: 
> '/opt/local/lib/libcrypto.1.1.dylib' (no such file), 
> '/usr/local/lib/libcrypto.1.1.dylib' (no such file), 
> '/usr/lib/libcrypto.1.1.dylib' (no such file)\nfatal error: 
> /opt/local/bin/otool: fatal error in /opt/local/bin/llvm-objdump-mp-10\n"
> 
> As usual any hint how to resolve appreciated,
> thanks,
> best
> 
> Alex

___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


Re: [Interest] macdeployqt on Monterey 12.3.1

2022-04-25 Thread Tor Arne Vestbø
This may or may not fix the issue, let me know in the review, thanks!

Cheers,
Tor Arne

On 25 Apr 2022, at 23:07, Tor Arne Vestbø 
mailto:tor.arne.ves...@qt.io>> wrote:

https://codereview.qt-project.org/c/qt/qtbase/+/407340

Cheers,
Tor Arne

On 25 Apr 2022, at 21:49, Alexander Carôt 
mailto:alexander_ca...@gmx.net>> wrote:

Hi all,

is it possible that macdeployqt has issues on macOS Monterey ? After the 
upgrade to macOS 12.3.1 macdeployqt (using Qt6.2.4) tells me:

ERROR: "dyld[17429]: Library not loaded: /opt/local/lib/libffi.7.dylib\n  
Referenced from: /opt/local/libexec/llvm-10/lib/libLLVM.dylib\n  Reason: tried: 
'/opt/local/lib/libffi.7.dylib' (no such file), '/usr/local/lib/libffi.7.dylib' 
(no such file), '/usr/lib/libffi.7.dylib' (no such file)Library not loaded: 
/opt/local/lib/libcrypto.1.1.dylib\n  Referenced from: 
/opt/local/lib/libxar.1.dylib\n  Reason: tried: 
'/opt/local/lib/libcrypto.1.1.dylib' (no such file), 
'/usr/local/lib/libcrypto.1.1.dylib' (no such file), 
'/usr/lib/libcrypto.1.1.dylib' (no such file)\nfatal error: 
/opt/local/bin/otool: fatal error in /opt/local/bin/llvm-objdump-mp-10\n"

As usual any hint how to resolve appreciated,
thanks,
best

Alex

--
http://www.carot.de
Email : alexan...@carot.de
Tel.: +49 (0)177 5719797

___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


Re: [Interest] macdeployqt on Monterey 12.3.1

2022-04-25 Thread Tor Arne Vestbø
https://codereview.qt-project.org/c/qt/qtbase/+/407340

Cheers,
Tor Arne

On 25 Apr 2022, at 21:49, Alexander Carôt 
mailto:alexander_ca...@gmx.net>> wrote:

Hi all,

is it possible that macdeployqt has issues on macOS Monterey ? After the 
upgrade to macOS 12.3.1 macdeployqt (using Qt6.2.4) tells me:

ERROR: "dyld[17429]: Library not loaded: /opt/local/lib/libffi.7.dylib\n  
Referenced from: /opt/local/libexec/llvm-10/lib/libLLVM.dylib\n  Reason: tried: 
'/opt/local/lib/libffi.7.dylib' (no such file), '/usr/local/lib/libffi.7.dylib' 
(no such file), '/usr/lib/libffi.7.dylib' (no such file)Library not loaded: 
/opt/local/lib/libcrypto.1.1.dylib\n  Referenced from: 
/opt/local/lib/libxar.1.dylib\n  Reason: tried: 
'/opt/local/lib/libcrypto.1.1.dylib' (no such file), 
'/usr/local/lib/libcrypto.1.1.dylib' (no such file), 
'/usr/lib/libcrypto.1.1.dylib' (no such file)\nfatal error: 
/opt/local/bin/otool: fatal error in /opt/local/bin/llvm-objdump-mp-10\n"

As usual any hint how to resolve appreciated,
thanks,
best

Alex

--
http://www.carot.de
Email : alexan...@carot.de
Tel.: +49 (0)177 5719797

___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


[Interest] macdeployqt on Monterey 12.3.1

2022-04-25 Thread Alexander Carôt
Hi all,

is it possible that macdeployqt has issues on macOS Monterey ? After the 
upgrade to macOS 12.3.1 macdeployqt (using Qt6.2.4) tells me:

ERROR: "dyld[17429]: Library not loaded: /opt/local/lib/libffi.7.dylib\n  
Referenced from: /opt/local/libexec/llvm-10/lib/libLLVM.dylib\n  Reason: tried: 
'/opt/local/lib/libffi.7.dylib' (no such file), '/usr/local/lib/libffi.7.dylib' 
(no such file), '/usr/lib/libffi.7.dylib' (no such file)Library not loaded: 
/opt/local/lib/libcrypto.1.1.dylib\n  Referenced from: 
/opt/local/lib/libxar.1.dylib\n  Reason: tried: 
'/opt/local/lib/libcrypto.1.1.dylib' (no such file), 
'/usr/local/lib/libcrypto.1.1.dylib' (no such file), 
'/usr/lib/libcrypto.1.1.dylib' (no such file)\nfatal error: 
/opt/local/bin/otool: fatal error in /opt/local/bin/llvm-objdump-mp-10\n"

As usual any hint how to resolve appreciated,
thanks,
best

Alex

--
http://www.carot.de
Email : alexan...@carot.de
Tel.: +49 (0)177 5719797

___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest