Changes between Initial Version and Version 1 of Ticket #69706


Ignore:
Timestamp:
Apr 10, 2024, 6:24:21 AM (6 months ago)
Author:
jmroot (Joshua Root)
Comment:
:info:build ltc/ciphers/aes/aesni.c:79:26: error: '__builtin_ia32_aeskeygenassist128' needs target feature aes
:info:build          rk[4] = rk[0] ^ setup_mix(temp, 3) ^ rcon[i];
:info:build                          ^
:info:build ltc/ciphers/aes/aesni.c:27:43: note: expanded from macro 'setup_mix'
:info:build #define setup_mix(t, c) _mm_extract_epi32(_mm_aeskeygenassist_si128(t, 0), c)
:info:build                                           ^
:info:build /Library/Developer/CommandLineTools/usr/lib/clang/10.0.0/include/__wmmintrin_aes.h:147:12: note: expanded from macro '_mm_aeskeygenassist_si128'
:info:build   (__m128i)__builtin_ia32_aeskeygenassist128((__v2di)(__m128i)(C), (int)(R))
:info:build            ^

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #69706

    • Property Status changed from new to assigned
    • Property Summary changed from Processing of port p5.34-cryptx failed to p5.34-cryptx @0.80.0_0 build failure
    • Property Owner set to Ionic
    • Property Type changed from request to defect
    • Property Port p5-cryptx added
  • Ticket #69706 – Description

    initial v1  
    11Request to make this port available for High Sierra, it fails as follow:
     2{{{
    23Error: Failed to build p5.34-cryptx: command execution failed
    34Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-cryptx/p5.34-cryptx/main.log for details.
     
    56is a bug.
    67Error: Processing of port p5.34-cryptx failed
    7 
     8}}}
     9{{{
    810MacOS: High Sierra 10.13.6 (17G14042)
    911Xcode: Version 10.1 (10B61)
    1012MacPorts: 2.93
     13}}}