Changes between Initial Version and Version 1 of Ticket #61750, comment 3


Ignore:
Timestamp:
Dec 5, 2020, 3:26:34 PM (3 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61750, comment 3

    initial v1  
    1 No, it's not the beta tools. As you noted, all your supporting ports have been built as x86_64, but they need to be built as arm64.
     1No, it's not the beta tools. As you noted, all your supporting ports have been built as x86_64, but they need to be built with an arm64 arch.
    22{{{
    33:info:build /Library/Developer/CommandLineTools/usr/bin/clang++ -pipe -Os -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk -arch x86_64 -O3 -DNDEBUG -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk -mmacosx-version-min=11.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk -arch x86_64 CMakeFiles/pseudo_cuda-memcheck.dir/ret0.cxx.o -o cuda-memcheck  ../../../Source/libCMakeLib.a ../../../Source/kwsys/libcmsys.a ../../../Utilities/std/libcmstd.a /opt/local/lib/libexpat.dylib /opt/local/lib/libz.dylib /opt/local/lib/libarchive.dylib /opt/local/lib/libcurl.dylib ../../../Utilities/cmjsoncpp/libcmjsoncpp.a /opt/local/lib/libuv.dylib ../../../Utilities/cmlibrhash/libcmlibrhash.a -framework CoreFoundation -framework CoreServices
     
    3434}}}
    3535
    36 Have you done anything to your MacPorts installation to change it's default behaviour? If so, please tell us what.
    37 Have you forced any ports to build as x86_64 manually?
     36It seems you are trying to install cmake +universal.
    3837
    3938Please show us what you have installed, so we can get an idea how you got  here.