Changes between Initial Version and Version 1 of Ticket #62446


Ignore:
Timestamp:
Mar 13, 2021, 7:05:45 PM (3 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

The log says:

:info:build Can't load '/opt/local/lib/perl5/vendor_perl/5.26/darwin-thread-multi-2level/auto/Cwd/Cwd.bundle' for module Cwd: dlopen(/opt/local/lib/perl5/vendor_perl/5.26/darwin-thread-multi-2level/auto/Cwd/Cwd.bundle, 1): no suitable image found.  Did find:
:info:build     /opt/local/lib/perl5/vendor_perl/5.26/darwin-thread-multi-2level/auto/Cwd/Cwd.bundle: mach-o, but wrong architecture
:info:build     /opt/local/lib/perl5/vendor_perl/5.26/darwin-thread-multi-2level/auto/Cwd/Cwd.bundle: mach-o, but wrong architecture at /opt/local/lib/perl5/5.26/XSLoader.pm line 99.

We can see that you're trying to build ossp-uuid for arm64. For what arch was /opt/local/lib/perl5/vendor_perl/5.26/darwin-thread-multi-2level/auto/Cwd/Cwd.bundle built? To find out, run:

lipo -info /opt/local/lib/perl5/vendor_perl/5.26/darwin-thread-multi-2level/auto/Cwd/Cwd.bundle

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62446 – Description

    initial v1  
    33I just once again tried "port upgrade outdated", and now got this error:
    44
     5{{{
    56:info:build Can't load '/opt/local/lib/perl5/vendor_perl/5.26/darwin-thread-multi-2level/auto/Cwd/Cwd.bundle' for module Cwd: dlopen(/opt/local/lib/perl5/vendor_perl/5.26/darwin-thread-multi-2level/auto/Cwd/Cwd.bundle, 1): no suitable image found.  Did find:
     7}}}
    68
    79Please see the log for all the details.