Changes between Version 1 and Version 2 of Ticket #65087


Ignore:
Timestamp:
Apr 29, 2022, 3:32:26 AM (2 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #65087

    • Property Status changed from new to assigned
    • Property Summary changed from Unable to build libcryptopp in arm64 (mac book pro m1), following error log gets generated to libcryptopp @8.6.0: Undefined symbols
    • Property Priority changed from High to Normal
    • Property Keywords monterey arm64 added; undefined symbol removed
    • Property Owner set to raphael-st
  • Ticket #65087 – Description

    v1 v2  
    11OS MacOS Monterey 12.2.1
    22
    3 This happens with the command sudo port install libcryptopp +universal
     3This happens with the command `sudo port install libcryptopp +universal`
    44
    5 and universal_archs         arm64 x86_64 set in /opt/local/etc/macports/macports.conf
     5and `universal_archs         arm64 x86_64` set in /opt/local/etc/macports/macports.conf
    66
    77
     
    99
    1010
    11 
     11{{{
    1212:info:build /usr/bin/clang++ -dynamiclib -o libcryptopp.dylib -DCRYPTOPP_DISABLE_ASM -fPIC -pthread -fno-common -pipe -arch arm64 -arch   x86_64 -DNDEBUG -install_name "/opt/local/lib/libcryptopp.dylib" -current_version "8.6.0" -compatibility_version "8.6" -                  headerpad_max_install_names  cryptlib.o cpu.o integer.o 3way.o adler32.o algebra.o algparam.o allocate.o arc4.o aria.o aria_simd.o        ariatab.o asn.o authenc.o base32.o base64.o basecode.o bfinit.o blake2.o blake2b_simd.o blake2s_simd.o blowfish.o blumshub.o camellia.o   cast.o casts.o cbcmac.o ccm.o chacha.o chacha_avx.o chacha_simd.o chachapoly.o cham.o cham_simd.o channels.o cmac.o crc.o crc_simd.o darn.o default.o des.o dessp.o dh.o dh2.o dll.o donna_32.o donna_64.o donna_sse.o dsa.o eax.o ec2n.o eccrypto.o ecp.o elgamal.o emsa2.o        eprecomp.o esign.o files.o filters.o fips140.o fipstest.o gcm.o gcm_simd.o gf256.o gf2_32.o gf2n.o gf2n_simd.o gfpcrypt.o gost.o gzip.o   hc128.o hc256.o hex.o hight.o hmac.o hrtimer.o ida.o idea.o iterhash.o kalyna.o kalynatab.o keccak.o keccak_core.o keccak_simd.o lea.o    lea_simd.o lsh256.o lsh256_avx.o lsh256_sse.o lsh512.o lsh512_avx.o lsh512_sse.o luc.o mars.o marss.o md2.o md4.o md5.o misc.o modes.o    mqueue.o mqv.o nbtheory.o oaep.o osrng.o padlkrng.o panama.o pkcspad.o poly1305.o polynomi.o pssr.o pubkey.o queue.o rabbit.o rabin.o     randpool.o rc2.o rc5.o rc6.o rdrand.o rdtables.o rijndael.o rijndael_simd.o ripemd.o rng.o rsa.o rw.o safer.o salsa.o scrypt.o seal.o     seed.o serpent.o sha.o sha3.o sha_simd.o shacal2.o shacal2_simd.o shake.o shark.o sharkbox.o simeck.o simon.o simon128_simd.o skipjack.o  sm3.o sm4.o sm4_simd.o sosemanuk.o speck.o speck128_simd.o square.o squaretb.o sse_simd.o strciphr.o tea.o tftables.o threefish.o tiger.o tigertab.o ttmac.o tweetnacl.o twofish.o vmac.o wake.o whrlpool.o xed25519.o xtr.o xtrcrypt.o xts.o zdeflate.o zinflate.o zlib.o
    1313:info:build Undefined symbols for architecture arm64:
     
    3434:debug:build "$procedure $targetname"
    3535:error:build See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.
     36}}}