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ø" <tor.arne.ves...@qt.io>
An: "Alexander Carôt" <alexander_ca...@gmx.net>
Cc: "qt qt" <interest@qt-project.org>
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

Reply via email to