microsoft / vcpkg

C++ Library Manager for Windows, Linux, and MacOS
MIT License
23k stars 6.35k forks source link

[openssl] Build error on arm64-mingw-static-release #35731

Open minnyres opened 10 months ago

minnyres commented 10 months ago

Package: openssl:arm64-mingw-static-release@3.1.4#1

Host Environment

To Reproduce

vcpkg install openssl:arm64-mingw-static-release Failure logs

-- Using cached openssl-openssl-openssl-3.1.4.tar.gz.
-- Cleaning sources at /home/cat/git/vcpkg/buildtrees/openssl/src/nssl-3.1.4-c5488d00d9.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source /home/cat/git/vcpkg/downloads/openssl-openssl-openssl-3.1.4.tar.gz
-- Applying patch disable-apps.patch
-- Applying patch disable-install-docs.patch
-- Applying patch script-prefix.patch
-- Applying patch windows/install-layout.patch
-- Applying patch windows/install-pdbs.patch
-- Applying patch unix/android-cc.patch
-- Applying patch unix/move-openssldir.patch
-- Applying patch unix/no-empty-dirs.patch
-- Applying patch unix/no-static-libs-for-shared.patch
-- Using source at /home/cat/git/vcpkg/buildtrees/openssl/src/nssl-3.1.4-c5488d00d9.clean
-- Found external ninja('1.11.1').
-- Getting CMake variables for arm64-mingw-static-release
-- Getting CMake variables for arm64-mingw-static-release-rel
-- Configuring arm64-mingw-static-release-rel
-- Building arm64-mingw-static-release-rel
CMake Error at scripts/cmake/vcpkg_execute_build_process.cmake:134 (message):
    Command failed: /usr/bin/make V=1 -j 2 -f Makefile build_sw
    Working Directory: /home/cat/git/vcpkg/buildtrees/openssl/arm64-mingw-static-release-rel/
    See logs for more information:
      /home/cat/git/vcpkg/buildtrees/openssl/build-arm64-mingw-static-release-rel-out.log
      /home/cat/git/vcpkg/buildtrees/openssl/build-arm64-mingw-static-release-rel-err.log

Call Stack (most recent call first):
  scripts/cmake/vcpkg_build_make.cmake:151 (vcpkg_execute_build_process)
  scripts/cmake/vcpkg_install_make.cmake:2 (vcpkg_build_make)
  ports/openssl/unix/portfile.cmake:119 (vcpkg_install_make)
  ports/openssl/portfile.cmake:71 (include)
  scripts/ports.cmake:170 (include)
minnyres commented 10 months ago
/home/cat/git/vcpkg/buildtrees/openssl/build-arm64-mingw-static-release-rel-err.log ``` crypto/aes/aes-586.S:10:7: error: unexpected token in operand movl %edi,20(%esp) ^ crypto/aes/aes-586.S:11:8: error: unknown token in expression xorl (%edi),%eax ^ crypto/aes/aes-586.S:12:8: error: unexpected token in argument list xorl 4(%edi),%ebx ^ crypto/aes/aes-586.S:13:8: error: unexpected token in argument list xorl 8(%edi),%ecx ^ crypto/aes/aes-586.S:14:9: error: unexpected token in argument list xorl 12(%edi),%edx ^ crypto/aes/aes-586.S:15:10: error: unexpected token in argument list movl 240(%edi),%esi ^ crypto/aes/aes-586.S:16:7: error: unexpected token in operand leal -2(%esi,%esi,1),%esi ^ crypto/aes/aes-586.S:17:8: error: unknown token in expression leal (%edi,%esi,8),%esi ^ crypto/aes/aes-586.S:18:7: error: unexpected token in operand movl %esi,24(%esp) ^ crypto/aes/aes-586.S:19:7: error: unexpected token in operand movl -128(%ebp),%edi ^ crypto/aes/aes-586.S:20:7: error: unexpected token in operand movl -96(%ebp),%esi ^ crypto/aes/aes-586.S:21:7: error: unexpected token in operand movl -64(%ebp),%edi ^ crypto/aes/aes-586.S:22:7: error: unexpected token in operand movl -32(%ebp),%esi ^ crypto/aes/aes-586.S:23:8: error: unknown token in expression movl (%ebp),%edi ^ crypto/aes/aes-586.S:24:9: error: unexpected token in argument list movl 32(%ebp),%esi ^ crypto/aes/aes-586.S:25:9: error: unexpected token in argument list movl 64(%ebp),%edi ^ crypto/aes/aes-586.S:26:9: error: unexpected token in argument list movl 96(%ebp),%esi ^ crypto/aes/aes-586.S:29:7: error: unexpected token in operand movl %eax,%esi ^ crypto/aes/aes-586.S:30:12: error: unexpected token in operand andl $255,%esi ^ crypto/aes/aes-586.S:31:9: error: unexpected token in operand movzbl -128(%ebp,%esi,1),%esi ^ crypto/aes/aes-586.S:32:9: error: unexpected token in operand movzbl %bh,%edi ^ crypto/aes/aes-586.S:33:9: error: unexpected token in operand movzbl -128(%ebp,%edi,1),%edi ^ crypto/aes/aes-586.S:34:10: error: unexpected token in operand shll $8,%edi ^ crypto/aes/aes-586.S:35:7: error: unexpected token in operand xorl %edi,%esi ^ crypto/aes/aes-586.S:36:7: error: unexpected token in operand movl %ecx,%edi ^ crypto/aes/aes-586.S:37:11: error: unexpected token in operand shrl $16,%edi ^ crypto/aes/aes-586.S:38:12: error: unexpected token in operand andl $255,%edi ^ crypto/aes/aes-586.S:39:9: error: unexpected token in operand movzbl -128(%ebp,%edi,1),%edi ^ crypto/aes/aes-586.S:40:11: error: unexpected token in operand shll $16,%edi ^ crypto/aes/aes-586.S:41:7: error: unexpected token in operand xorl %edi,%esi ^ crypto/aes/aes-586.S:42:7: error: unexpected token in operand movl %edx,%edi ^ crypto/aes/aes-586.S:43:11: error: unexpected token in operand shrl $24,%edi ^ crypto/aes/aes-586.S:44:9: error: unexpected token in operand movzbl -128(%ebp,%edi,1),%edi ^ crypto/aes/aes-586.S:45:11: error: unexpected token in operand shll $24,%edi ^ crypto/aes/aes-586.S:46:7: error: unexpected token in operand xorl %edi,%esi ^ crypto/aes/aes-586.S:47:7: error: unexpected token in operand movl %esi,4(%esp) ^ crypto/aes/aes-586.S:48:7: error: unexpected token in operand movl %ebx,%esi ^ crypto/aes/aes-586.S:49:12: error: unexpected token in operand andl $255,%esi ^ crypto/aes/aes-586.S:50:11: error: unexpected token in operand shrl $16,%ebx ^ crypto/aes/aes-586.S:51:9: error: unexpected token in operand movzbl -128(%ebp,%esi,1),%esi ^ crypto/aes/aes-586.S:52:9: error: unexpected token in operand movzbl %ch,%edi ^ crypto/aes/aes-586.S:53:9: error: unexpected token in operand movzbl -128(%ebp,%edi,1),%edi ^ crypto/aes/aes-586.S:54:10: error: unexpected token in operand shll $8,%edi ^ crypto/aes/aes-586.S:55:7: error: unexpected token in operand xorl %edi,%esi ^ crypto/aes/aes-586.S:56:7: error: unexpected token in operand movl %edx,%edi ^ crypto/aes/aes-586.S:57:11: error: unexpected token in operand shrl $16,%edi ^ crypto/aes/aes-586.S:58:12: error: unexpected token in operand andl $255,%edi ^ crypto/aes/aes-586.S:59:9: error: unexpected token in operand movzbl -128(%ebp,%edi,1),%edi ^ crypto/aes/aes-586.S:60:11: error: unexpected token in operand shll $16,%edi ^ crypto/aes/aes-586.S:61:7: error: unexpected token in operand xorl %edi,%esi ^ crypto/aes/aes-586.S:62:7: error: unexpected token in operand movl %eax,%edi ^ crypto/aes/aes-586.S:63:11: error: unexpected token in operand shrl $24,%edi ^ crypto/aes/aes-586.S:64:9: error: unexpected token in operand movzbl -128(%ebp,%edi,1),%edi ^ crypto/aes/aes-586.S:65:11: error: unexpected token in operand shll $24,%edi ^ crypto/aes/aes-586.S:66:7: error: unexpected token in operand xorl %edi,%esi ^ crypto/aes/aes-586.S:67:7: error: unexpected token in operand movl %esi,8(%esp) ^ crypto/aes/aes-586.S:68:7: error: unexpected token in operand movl %ecx,%esi ^ crypto/aes/aes-586.S:69:12: error: unexpected token in operand andl $255,%esi ^ crypto/aes/aes-586.S:70:11: error: unexpected token in operand shrl $24,%ecx ^ crypto/aes/aes-586.S:71:9: error: unexpected token in operand movzbl -128(%ebp,%esi,1),%esi ^ crypto/aes/aes-586.S:72:9: error: unexpected token in operand movzbl %dh,%edi ^ crypto/aes/aes-586.S:73:9: error: unexpected token in operand movzbl -128(%ebp,%edi,1),%edi ^ crypto/aes/aes-586.S:74:10: error: unexpected token in operand shll $8,%edi ^ crypto/aes/aes-586.S:75:7: error: unexpected token in operand xorl %edi,%esi ^ crypto/aes/aes-586.S:76:7: error: unexpected token in operand movl %eax,%edi ^ crypto/aes/aes-586.S:77:11: error: unexpected token in operand shrl $16,%edi ^ crypto/aes/aes-586.S:78:12: error: unexpected token in operand andl $255,%edx ^ crypto/aes/aes-586.S:79:12: error: unexpected token in operand andl $255,%edi ^ crypto/aes/aes-586.S:80:9: error: unexpected token in operand movzbl -128(%ebp,%edi,1),%edi ^ crypto/aes/aes-586.S:81:11: error: unexpected token in operand shll $16,%edi ^ crypto/aes/aes-586.S:82:7: error: unexpected token in operand xorl %edi,%esi ^ crypto/aes/aes-586.S:83:9: error: unexpected token in operand movzbl %bh,%edi ^ crypto/aes/aes-586.S:84:9: error: unexpected token in operand movzbl -128(%ebp,%edi,1),%edi ^ crypto/aes/aes-586.S:85:11: error: unexpected token in operand shll $24,%edi ^ crypto/aes/aes-586.S:86:7: error: unexpected token in operand xorl %edi,%esi ^ crypto/aes/aes-586.S:87:12: error: unexpected token in operand andl $255,%edx ^ crypto/aes/aes-586.S:88:9: error: unexpected token in operand movzbl -128(%ebp,%edx,1),%edx ^ crypto/aes/aes-586.S:89:9: error: unexpected token in operand movzbl %ah,%eax ^ crypto/aes/aes-586.S:90:9: error: unexpected token in operand movzbl -128(%ebp,%eax,1),%eax ^ crypto/aes/aes-586.S:91:10: error: unexpected token in operand shll $8,%eax ^ crypto/aes/aes-586.S:92:7: error: unexpected token in operand xorl %eax,%edx ^ crypto/aes/aes-586.S:93:8: error: unexpected token in argument list movl 4(%esp),%eax ^ crypto/aes/aes-586.S:94:12: error: unexpected token in operand andl $255,%ebx ^ crypto/aes/aes-586.S:95:9: error: unexpected token in operand movzbl -128(%ebp,%ebx,1),%ebx ^ crypto/aes/aes-586.S:96:11: error: unexpected token in operand shll $16,%ebx ^ crypto/aes/aes-586.S:97:7: error: unexpected token in operand xorl %ebx,%edx ^ crypto/aes/aes-586.S:98:8: error: unexpected token in argument list movl 8(%esp),%ebx ^ crypto/aes/aes-586.S:99:9: error: unexpected token in operand movzbl -128(%ebp,%ecx,1),%ecx ^ crypto/aes/aes-586.S:100:11: error: unexpected token in operand shll $24,%ecx ^ crypto/aes/aes-586.S:101:7: error: unexpected token in operand xorl %ecx,%edx ^ crypto/aes/aes-586.S:102:7: error: unexpected token in operand movl %esi,%ecx ^ crypto/aes/aes-586.S:103:19: error: unexpected token in operand movl $2155905152,%ebp ^ crypto/aes/aes-586.S:104:7: error: unexpected token in operand andl %ecx,%ebp ^ crypto/aes/aes-586.S:105:8: error: unknown token in expression leal (%ecx,%ecx,1),%edi ^ crypto/aes/aes-586.S:106:7: error: unexpected token in operand movl %ebp,%esi ^ crypto/aes/aes-586.S:107:10: error: unexpected token in operand shrl $7,%ebp ^ crypto/aes/aes-586.S:108:19: error: unexpected token in operand andl $4278124286,%edi ^ crypto/aes/aes-586.S:109:7: error: unexpected token in operand subl %ebp,%esi ^ crypto/aes/aes-586.S:110:7: error: unexpected token in operand movl %ecx,%ebp ^ crypto/aes/aes-586.S:111:18: error: unexpected token in operand andl $454761243,%esi ^ crypto/aes/aes-586.S:112:11: error: unexpected token in operand rorl $16,%ebp ^ crypto/aes/aes-586.S:113:7: error: unexpected token in operand xorl %edi,%esi ^ crypto/aes/aes-586.S:114:7: error: unexpected token in operand movl %ecx,%edi ^ crypto/aes/aes-586.S:115:7: error: unexpected token in operand xorl %esi,%ecx ^ crypto/aes/aes-586.S:116:11: error: unexpected token in operand rorl $24,%edi ^ crypto/aes/aes-586.S:117:7: error: unexpected token in operand xorl %ebp,%esi ^ crypto/aes/aes-586.S:118:11: error: unexpected token in operand roll $24,%ecx ^ crypto/aes/aes-586.S:119:7: error: unexpected token in operand xorl %edi,%esi ^ crypto/aes/aes-586.S:120:19: error: unexpected token in operand movl $2155905152,%ebp ^ crypto/aes/aes-586.S:121:7: error: unexpected token in operand xorl %esi,%ecx ^ crypto/aes/aes-586.S:122:7: error: unexpected token in operand andl %edx,%ebp ^ crypto/aes/aes-586.S:123:8: error: unknown token in expression leal (%edx,%edx,1),%edi ^ crypto/aes/aes-586.S:124:7: error: unexpected token in operand movl %ebp,%esi ^ crypto/aes/aes-586.S:125:10: error: unexpected token in operand shrl $7,%ebp ... Skipped 5843 lines ... ret ^ crypto/aes/aes-586.S:3044:2: error: invalid instruction call __x86_AES_set_encrypt_key ^ crypto/aes/aes-586.S:3045:10: error: unexpected token in operand cmpl $0,%eax ^ crypto/aes/aes-586.S:3046:2: error: invalid instruction je .L054proceed ^ crypto/aes/aes-586.S:3047:2: error: invalid instruction, did you mean: rev? ret ^ crypto/aes/aes-586.S:3049:8: error: unexpected token in operand pushl %ebp ^ crypto/aes/aes-586.S:3050:8: error: unexpected token in operand pushl %ebx ^ crypto/aes/aes-586.S:3051:8: error: unexpected token in operand pushl %esi ^ crypto/aes/aes-586.S:3052:8: error: unexpected token in operand pushl %edi ^ crypto/aes/aes-586.S:3053:9: error: unexpected token in argument list movl 28(%esp),%esi ^ crypto/aes/aes-586.S:3054:10: error: unexpected token in argument list movl 240(%esi),%ecx ^ crypto/aes/aes-586.S:3055:8: error: unknown token in expression leal (,%ecx,4),%ecx ^ crypto/aes/aes-586.S:3056:8: error: unknown token in expression leal (%esi,%ecx,4),%edi ^ crypto/aes/aes-586.S:3059:8: error: unknown token in expression movl (%esi),%eax ^ crypto/aes/aes-586.S:3060:8: error: unexpected token in argument list movl 4(%esi),%ebx ^ crypto/aes/aes-586.S:3061:8: error: unknown token in expression movl (%edi),%ecx ^ crypto/aes/aes-586.S:3062:8: error: unexpected token in argument list movl 4(%edi),%edx ^ crypto/aes/aes-586.S:3063:7: error: unexpected token in operand movl %eax,(%edi) ^ crypto/aes/aes-586.S:3064:7: error: unexpected token in operand movl %ebx,4(%edi) ^ crypto/aes/aes-586.S:3065:7: error: unexpected token in operand movl %ecx,(%esi) ^ crypto/aes/aes-586.S:3066:7: error: unexpected token in operand movl %edx,4(%esi) ^ crypto/aes/aes-586.S:3067:8: error: unexpected token in argument list movl 8(%esi),%eax ^ crypto/aes/aes-586.S:3068:9: error: unexpected token in argument list movl 12(%esi),%ebx ^ crypto/aes/aes-586.S:3069:8: error: unexpected token in argument list movl 8(%edi),%ecx ^ crypto/aes/aes-586.S:3070:9: error: unexpected token in argument list movl 12(%edi),%edx ^ crypto/aes/aes-586.S:3071:7: error: unexpected token in operand movl %eax,8(%edi) ^ crypto/aes/aes-586.S:3072:7: error: unexpected token in operand movl %ebx,12(%edi) ^ crypto/aes/aes-586.S:3073:7: error: unexpected token in operand movl %ecx,8(%esi) ^ crypto/aes/aes-586.S:3074:7: error: unexpected token in operand movl %edx,12(%esi) ^ crypto/aes/aes-586.S:3075:11: error: unexpected token in operand addl $16,%esi ^ crypto/aes/aes-586.S:3076:11: error: unexpected token in operand subl $16,%edi ^ crypto/aes/aes-586.S:3077:7: error: unexpected token in operand cmpl %edi,%esi ^ crypto/aes/aes-586.S:3078:2: error: invalid instruction, did you mean: b, bxj? jne .L055invert ^ crypto/aes/aes-586.S:3079:9: error: unexpected token in argument list movl 28(%esp),%edi ^ crypto/aes/aes-586.S:3080:10: error: unexpected token in argument list movl 240(%edi),%esi ^ crypto/aes/aes-586.S:3081:7: error: unexpected token in operand leal -2(%esi,%esi,1),%esi ^ crypto/aes/aes-586.S:3082:8: error: unknown token in expression leal (%edi,%esi,8),%esi ^ crypto/aes/aes-586.S:3083:7: error: unexpected token in operand movl %esi,28(%esp) ^ crypto/aes/aes-586.S:3084:9: error: unexpected token in argument list movl 16(%edi),%eax ^ crypto/aes/aes-586.S:3087:11: error: unexpected token in operand addl $16,%edi ^ crypto/aes/aes-586.S:3088:19: error: unexpected token in operand movl $2155905152,%ebp ^ crypto/aes/aes-586.S:3089:7: error: unexpected token in operand andl %eax,%ebp ^ crypto/aes/aes-586.S:3090:8: error: unknown token in expression leal (%eax,%eax,1),%ebx ^ crypto/aes/aes-586.S:3091:7: error: unexpected token in operand movl %ebp,%esi ^ crypto/aes/aes-586.S:3092:10: error: unexpected token in operand shrl $7,%ebp ^ crypto/aes/aes-586.S:3093:7: error: unexpected token in operand subl %ebp,%esi ^ crypto/aes/aes-586.S:3094:19: error: unexpected token in operand andl $4278124286,%ebx ^ crypto/aes/aes-586.S:3095:18: error: unexpected token in operand andl $454761243,%esi ^ crypto/aes/aes-586.S:3096:7: error: unexpected token in operand xorl %esi,%ebx ^ crypto/aes/aes-586.S:3097:19: error: unexpected token in operand movl $2155905152,%ebp ^ crypto/aes/aes-586.S:3098:7: error: unexpected token in operand andl %ebx,%ebp ^ crypto/aes/aes-586.S:3099:8: error: unknown token in expression leal (%ebx,%ebx,1),%ecx ^ crypto/aes/aes-586.S:3100:7: error: unexpected token in operand movl %ebp,%esi ^ crypto/aes/aes-586.S:3101:10: error: unexpected token in operand shrl $7,%ebp ^ crypto/aes/aes-586.S:3102:7: error: unexpected token in operand subl %ebp,%esi ^ crypto/aes/aes-586.S:3103:19: error: unexpected token in operand andl $4278124286,%ecx ^ crypto/aes/aes-586.S:3104:18: error: unexpected token in operand andl $454761243,%esi ^ crypto/aes/aes-586.S:3105:7: error: unexpected token in operand xorl %eax,%ebx ^ crypto/aes/aes-586.S:3106:7: error: unexpected token in operand xorl %esi,%ecx ^ crypto/aes/aes-586.S:3107:19: error: unexpected token in operand movl $2155905152,%ebp ^ crypto/aes/aes-586.S:3108:7: error: unexpected token in operand andl %ecx,%ebp ^ crypto/aes/aes-586.S:3109:8: error: unknown token in expression leal (%ecx,%ecx,1),%edx ^ crypto/aes/aes-586.S:3110:7: error: unexpected token in operand movl %ebp,%esi ^ crypto/aes/aes-586.S:3111:10: error: unexpected token in operand shrl $7,%ebp ^ crypto/aes/aes-586.S:3112:7: error: unexpected token in operand xorl %eax,%ecx ^ crypto/aes/aes-586.S:3113:7: error: unexpected token in operand subl %ebp,%esi ^ crypto/aes/aes-586.S:3114:19: error: unexpected token in operand andl $4278124286,%edx ^ crypto/aes/aes-586.S:3115:18: error: unexpected token in operand andl $454761243,%esi ^ crypto/aes/aes-586.S:3116:10: error: unexpected token in operand roll $8,%eax ^ crypto/aes/aes-586.S:3117:7: error: unexpected token in operand xorl %esi,%edx ^ crypto/aes/aes-586.S:3118:8: error: unexpected token in argument list movl 4(%edi),%ebp ^ crypto/aes/aes-586.S:3119:7: error: unexpected token in operand xorl %ebx,%eax ^ crypto/aes/aes-586.S:3120:7: error: unexpected token in operand xorl %edx,%ebx ^ crypto/aes/aes-586.S:3121:7: error: unexpected token in operand xorl %ecx,%eax ^ crypto/aes/aes-586.S:3122:11: error: unexpected token in operand roll $24,%ebx ^ crypto/aes/aes-586.S:3123:7: error: unexpected token in operand xorl %edx,%ecx ^ crypto/aes/aes-586.S:3124:7: error: unexpected token in operand xorl %edx,%eax ^ crypto/aes/aes-586.S:3125:11: error: unexpected token in operand roll $16,%ecx ^ crypto/aes/aes-586.S:3126:7: error: unexpected token in operand xorl %ebx,%eax ^ crypto/aes/aes-586.S:3127:10: error: unexpected token in operand roll $8,%edx ^ crypto/aes/aes-586.S:3128:7: error: unexpected token in operand xorl %ecx,%eax ^ crypto/aes/aes-586.S:3129:7: error: unexpected token in operand movl %ebp,%ebx ^ crypto/aes/aes-586.S:3130:7: error: unexpected token in operand xorl %edx,%eax ^ crypto/aes/aes-586.S:3131:7: error: unexpected token in operand movl %eax,(%edi) ^ crypto/aes/aes-586.S:3132:19: error: unexpected token in operand movl $2155905152,%ebp ^ crypto/aes/aes-586.S:3133:7: error: unexpected token in operand andl %ebx,%ebp ^ crypto/aes/aes-586.S:3134:8: error: unknown token in expression leal (%ebx,%ebx,1),%ecx ^ crypto/aes/aes-586.S:3135:7: error: unexpected token in operand movl %ebp,%esi ^ crypto/aes/aes-586.S:3136:10: error: unexpected token in operand shrl $7,%ebp ^ crypto/aes/aes-586.S:3137:7: error: unexpected token in operand subl %ebp,%esi ^ crypto/aes/aes-586.S:3138:19: error: unexpected token in operand andl $4278124286,%ecx ^ crypto/aes/aes-586.S:3139:18: error: unexpected token in operand andl $454761243,%esi ^ crypto/aes/aes-586.S:3140:7: error: unexpected token in operand xorl %esi,%ecx ^ crypto/aes/aes-586.S:3141:19: error: unexpected token in operand movl $2155905152,%ebp ^ crypto/aes/aes-586.S:3142:7: error: unexpected token in operand andl %ecx,%ebp ^ crypto/aes/aes-586.S:3143:8: error: unknown token in expression leal (%ecx,%ecx,1),%edx ^ crypto/aes/aes-586.S:3144:7: error: unexpected token in operand movl %ebp,%esi ^ crypto/aes/aes-586.S:3145:10: error: unexpected token in operand shrl $7,%ebp ^ crypto/aes/aes-586.S:3146:7: error: unexpected token in operand subl %ebp,%esi ^ crypto/aes/aes-586.S:3147:19: error: unexpected token in operand andl $4278124286,%edx ^ crypto/aes/aes-586.S:3148:18: error: unexpected token in operand andl $454761243,%esi ^ crypto/aes/aes-586.S:3149:7: error: unexpected token in operand xorl %ebx,%ecx ^ crypto/aes/aes-586.S:3150:7: error: unexpected token in operand xorl %esi,%edx ^ crypto/aes/aes-586.S:3151:19: error: unexpected token in operand movl $2155905152,%ebp ^ crypto/aes/aes-586.S:3152:7: error: unexpected token in operand andl %edx,%ebp ^ crypto/aes/aes-586.S:3153:8: error: unknown token in expression leal (%edx,%edx,1),%eax ^ crypto/aes/aes-586.S:3154:7: error: unexpected token in operand movl %ebp,%esi ^ crypto/aes/aes-586.S:3155:10: error: unexpected token in operand shrl $7,%ebp ^ crypto/aes/aes-586.S:3156:7: error: unexpected token in operand xorl %ebx,%edx ^ crypto/aes/aes-586.S:3157:7: error: unexpected token in operand subl %ebp,%esi ^ crypto/aes/aes-586.S:3158:19: error: unexpected token in operand andl $4278124286,%eax ^ crypto/aes/aes-586.S:3159:18: error: unexpected token in operand andl $454761243,%esi ^ crypto/aes/aes-586.S:3160:10: error: unexpected token in operand roll $8,%ebx ^ crypto/aes/aes-586.S:3161:7: error: unexpected token in operand xorl %esi,%eax ^ crypto/aes/aes-586.S:3162:8: error: unexpected token in argument list movl 8(%edi),%ebp ^ crypto/aes/aes-586.S:3163:7: error: unexpected token in operand xorl %ecx,%ebx ^ crypto/aes/aes-586.S:3164:7: error: unexpected token in operand xorl %eax,%ecx ^ crypto/aes/aes-586.S:3165:7: error: unexpected token in operand xorl %edx,%ebx ^ crypto/aes/aes-586.S:3166:11: error: unexpected token in operand roll $24,%ecx ^ crypto/aes/aes-586.S:3167:7: error: unexpected token in operand xorl %eax,%edx ^ crypto/aes/aes-586.S:3168:7: error: unexpected token in operand xorl %eax,%ebx ^ crypto/aes/aes-586.S:3169:11: error: unexpected token in operand roll $16,%edx ^ crypto/aes/aes-586.S:3170:7: error: unexpected token in operand xorl %ecx,%ebx ^ crypto/aes/aes-586.S:3171:10: error: unexpected token in operand roll $8,%eax ^ crypto/aes/aes-586.S:3172:7: error: unexpected token in operand xorl %edx,%ebx ^ crypto/aes/aes-586.S:3173:7: error: unexpected token in operand movl %ebp,%ecx ^ crypto/aes/aes-586.S:3174:7: error: unexpected token in operand xorl %eax,%ebx ^ crypto/aes/aes-586.S:3175:7: error: unexpected token in operand movl %ebx,4(%edi) ^ crypto/aes/aes-586.S:3176:19: error: unexpected token in operand movl $2155905152,%ebp ^ crypto/aes/aes-586.S:3177:7: error: unexpected token in operand andl %ecx,%ebp ^ crypto/aes/aes-586.S:3178:8: error: unknown token in expression leal (%ecx,%ecx,1),%edx ^ crypto/aes/aes-586.S:3179:7: error: unexpected token in operand movl %ebp,%esi ^ crypto/aes/aes-586.S:3180:10: error: unexpected token in operand shrl $7,%ebp ^ crypto/aes/aes-586.S:3181:7: error: unexpected token in operand subl %ebp,%esi ^ crypto/aes/aes-586.S:3182:19: error: unexpected token in operand andl $4278124286,%edx ^ crypto/aes/aes-586.S:3183:18: error: unexpected token in operand andl $454761243,%esi ^ crypto/aes/aes-586.S:3184:7: error: unexpected token in operand xorl %esi,%edx ^ crypto/aes/aes-586.S:3185:19: error: unexpected token in operand movl $2155905152,%ebp ^ crypto/aes/aes-586.S:3186:7: error: unexpected token in operand andl %edx,%ebp ^ crypto/aes/aes-586.S:3187:8: error: unknown token in expression leal (%edx,%edx,1),%eax ^ crypto/aes/aes-586.S:3188:7: error: unexpected token in operand movl %ebp,%esi ^ crypto/aes/aes-586.S:3189:10: error: unexpected token in operand shrl $7,%ebp ^ crypto/aes/aes-586.S:3190:7: error: unexpected token in operand subl %ebp,%esi ^ crypto/aes/aes-586.S:3191:19: error: unexpected token in operand andl $4278124286,%eax ^ crypto/aes/aes-586.S:3192:18: error: unexpected token in operand andl $454761243,%esi ^ crypto/aes/aes-586.S:3193:7: error: unexpected token in operand xorl %ecx,%edx ^ crypto/aes/aes-586.S:3194:7: error: unexpected token in operand xorl %esi,%eax ^ crypto/aes/aes-586.S:3195:19: error: unexpected token in operand movl $2155905152,%ebp ^ crypto/aes/aes-586.S:3196:7: error: unexpected token in operand andl %eax,%ebp ^ crypto/aes/aes-586.S:3197:8: error: unknown token in expression leal (%eax,%eax,1),%ebx ^ crypto/aes/aes-586.S:3198:7: error: unexpected token in operand movl %ebp,%esi ^ crypto/aes/aes-586.S:3199:10: error: unexpected token in operand shrl $7,%ebp ^ crypto/aes/aes-586.S:3200:7: error: unexpected token in operand xorl %ecx,%eax ^ crypto/aes/aes-586.S:3201:7: error: unexpected token in operand subl %ebp,%esi ^ crypto/aes/aes-586.S:3202:19: error: unexpected token in operand andl $4278124286,%ebx ^ crypto/aes/aes-586.S:3203:18: error: unexpected token in operand andl $454761243,%esi ^ crypto/aes/aes-586.S:3204:10: error: unexpected token in operand roll $8,%ecx ^ crypto/aes/aes-586.S:3205:7: error: unexpected token in operand xorl %esi,%ebx ^ crypto/aes/aes-586.S:3206:9: error: unexpected token in argument list movl 12(%edi),%ebp ^ crypto/aes/aes-586.S:3207:7: error: unexpected token in operand xorl %edx,%ecx ^ crypto/aes/aes-586.S:3208:7: error: unexpected token in operand xorl %ebx,%edx ^ crypto/aes/aes-586.S:3209:7: error: unexpected token in operand xorl %eax,%ecx ^ crypto/aes/aes-586.S:3210:11: error: unexpected token in operand roll $24,%edx ^ crypto/aes/aes-586.S:3211:7: error: unexpected token in operand xorl %ebx,%eax ^ crypto/aes/aes-586.S:3212:7: error: unexpected token in operand xorl %ebx,%ecx ^ crypto/aes/aes-586.S:3213:11: error: unexpected token in operand roll $16,%eax ^ crypto/aes/aes-586.S:3214:7: error: unexpected token in operand xorl %edx,%ecx ^ crypto/aes/aes-586.S:3215:10: error: unexpected token in operand roll $8,%ebx ^ crypto/aes/aes-586.S:3216:7: error: unexpected token in operand xorl %eax,%ecx ^ crypto/aes/aes-586.S:3217:7: error: unexpected token in operand movl %ebp,%edx ^ crypto/aes/aes-586.S:3218:7: error: unexpected token in operand xorl %ebx,%ecx ^ crypto/aes/aes-586.S:3219:7: error: unexpected token in operand movl %ecx,8(%edi) ^ crypto/aes/aes-586.S:3220:19: error: unexpected token in operand movl $2155905152,%ebp ^ crypto/aes/aes-586.S:3221:7: error: unexpected token in operand andl %edx,%ebp ^ crypto/aes/aes-586.S:3222:8: error: unknown token in expression leal (%edx,%edx,1),%eax ^ crypto/aes/aes-586.S:3223:7: error: unexpected token in operand movl %ebp,%esi ^ crypto/aes/aes-586.S:3224:10: error: unexpected token in operand shrl $7,%ebp ^ crypto/aes/aes-586.S:3225:7: error: unexpected token in operand subl %ebp,%esi ^ crypto/aes/aes-586.S:3226:19: error: unexpected token in operand andl $4278124286,%eax ^ crypto/aes/aes-586.S:3227:18: error: unexpected token in operand andl $454761243,%esi ^ crypto/aes/aes-586.S:3228:7: error: unexpected token in operand xorl %esi,%eax ^ crypto/aes/aes-586.S:3229:19: error: unexpected token in operand movl $2155905152,%ebp ^ crypto/aes/aes-586.S:3230:7: error: unexpected token in operand andl %eax,%ebp ^ crypto/aes/aes-586.S:3231:8: error: unknown token in expression leal (%eax,%eax,1),%ebx ^ crypto/aes/aes-586.S:3232:7: error: unexpected token in operand movl %ebp,%esi ^ crypto/aes/aes-586.S:3233:10: error: unexpected token in operand shrl $7,%ebp ^ crypto/aes/aes-586.S:3234:7: error: unexpected token in operand subl %ebp,%esi ^ crypto/aes/aes-586.S:3235:19: error: unexpected token in operand andl $4278124286,%ebx ^ crypto/aes/aes-586.S:3236:18: error: unexpected token in operand andl $454761243,%esi ^ crypto/aes/aes-586.S:3237:7: error: unexpected token in operand xorl %edx,%eax ^ crypto/aes/aes-586.S:3238:7: error: unexpected token in operand xorl %esi,%ebx ^ crypto/aes/aes-586.S:3239:19: error: unexpected token in operand movl $2155905152,%ebp ^ crypto/aes/aes-586.S:3240:7: error: unexpected token in operand andl %ebx,%ebp ^ crypto/aes/aes-586.S:3241:8: error: unknown token in expression leal (%ebx,%ebx,1),%ecx ^ crypto/aes/aes-586.S:3242:7: error: unexpected token in operand movl %ebp,%esi ^ crypto/aes/aes-586.S:3243:10: error: unexpected token in operand shrl $7,%ebp ^ crypto/aes/aes-586.S:3244:7: error: unexpected token in operand xorl %edx,%ebx ^ crypto/aes/aes-586.S:3245:7: error: unexpected token in operand subl %ebp,%esi ^ crypto/aes/aes-586.S:3246:19: error: unexpected token in operand andl $4278124286,%ecx ^ crypto/aes/aes-586.S:3247:18: error: unexpected token in operand andl $454761243,%esi ^ crypto/aes/aes-586.S:3248:10: error: unexpected token in operand roll $8,%edx ^ crypto/aes/aes-586.S:3249:7: error: unexpected token in operand xorl %esi,%ecx ^ crypto/aes/aes-586.S:3250:9: error: unexpected token in argument list movl 16(%edi),%ebp ^ crypto/aes/aes-586.S:3251:7: error: unexpected token in operand xorl %eax,%edx ^ crypto/aes/aes-586.S:3252:7: error: unexpected token in operand xorl %ecx,%eax ^ crypto/aes/aes-586.S:3253:7: error: unexpected token in operand xorl %ebx,%edx ^ crypto/aes/aes-586.S:3254:11: error: unexpected token in operand roll $24,%eax ^ crypto/aes/aes-586.S:3255:7: error: unexpected token in operand xorl %ecx,%ebx ^ crypto/aes/aes-586.S:3256:7: error: unexpected token in operand xorl %ecx,%edx ^ crypto/aes/aes-586.S:3257:11: error: unexpected token in operand roll $16,%ebx ^ crypto/aes/aes-586.S:3258:7: error: unexpected token in operand xorl %eax,%edx ^ crypto/aes/aes-586.S:3259:10: error: unexpected token in operand roll $8,%ecx ^ crypto/aes/aes-586.S:3260:7: error: unexpected token in operand xorl %ebx,%edx ^ crypto/aes/aes-586.S:3261:7: error: unexpected token in operand movl %ebp,%eax ^ crypto/aes/aes-586.S:3262:7: error: unexpected token in operand xorl %ecx,%edx ^ crypto/aes/aes-586.S:3263:7: error: unexpected token in operand movl %edx,12(%edi) ^ crypto/aes/aes-586.S:3264:9: error: unexpected token in argument list cmpl 28(%esp),%edi ^ crypto/aes/aes-586.S:3265:2: error: invalid instruction, did you mean: b, bl, bx? jb .L056permute ^ crypto/aes/aes-586.S:3266:7: error: unexpected token in operand xorl %eax,%eax ^ crypto/aes/aes-586.S:3267:7: error: unexpected token in operand popl %edi ^ crypto/aes/aes-586.S:3268:7: error: unexpected token in operand popl %esi ^ crypto/aes/aes-586.S:3269:7: error: unexpected token in operand popl %ebx ^ crypto/aes/aes-586.S:3270:7: error: unexpected token in operand popl %ebp ^ crypto/aes/aes-586.S:3271:2: error: invalid instruction, did you mean: rev? ret ^ make[1]: *** [Makefile:4137: crypto/aes/libcrypto-lib-aes-586.obj] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:2122: build_sw] Error 2 ```
/home/cat/git/vcpkg/buildtrees/openssl/build-arm64-mingw-static-release-rel-out.log ``` /usr/bin/perl "-I." -Mconfigdata "../src/nssl-3.1.4-c5488d00d9.clean/util/dofile.pl" "-oMakefile" ../src/nssl-3.1.4-c5488d00d9.clean/include/crypto/bn_conf.h.in > include/crypto/bn_conf.h /usr/bin/perl "-I." -Mconfigdata "../src/nssl-3.1.4-c5488d00d9.clean/util/dofile.pl" "-oMakefile" ../src/nssl-3.1.4-c5488d00d9.clean/include/crypto/dso_conf.h.in > include/crypto/dso_conf.h /usr/bin/perl "-I." -Mconfigdata "../src/nssl-3.1.4-c5488d00d9.clean/util/dofile.pl" "-oMakefile" ../src/nssl-3.1.4-c5488d00d9.clean/include/openssl/asn1.h.in > include/openssl/asn1.h /usr/bin/perl "-I." -Mconfigdata "../src/nssl-3.1.4-c5488d00d9.clean/util/dofile.pl" "-oMakefile" ../src/nssl-3.1.4-c5488d00d9.clean/include/openssl/asn1t.h.in > include/openssl/asn1t.h /usr/bin/perl "-I." -Mconfigdata "../src/nssl-3.1.4-c5488d00d9.clean/util/dofile.pl" "-oMakefile" ../src/nssl-3.1.4-c5488d00d9.clean/include/openssl/bio.h.in > include/openssl/bio.h /usr/bin/perl "-I." -Mconfigdata "../src/nssl-3.1.4-c5488d00d9.clean/util/dofile.pl" "-oMakefile" ../src/nssl-3.1.4-c5488d00d9.clean/include/openssl/cmp.h.in > include/openssl/cmp.h /usr/bin/perl "-I." -Mconfigdata "../src/nssl-3.1.4-c5488d00d9.clean/util/dofile.pl" "-oMakefile" ../src/nssl-3.1.4-c5488d00d9.clean/include/openssl/cms.h.in > include/openssl/cms.h /usr/bin/perl "-I." -Mconfigdata "../src/nssl-3.1.4-c5488d00d9.clean/util/dofile.pl" "-oMakefile" ../src/nssl-3.1.4-c5488d00d9.clean/include/openssl/conf.h.in > include/openssl/conf.h /usr/bin/perl "-I." -Mconfigdata "../src/nssl-3.1.4-c5488d00d9.clean/util/dofile.pl" "-oMakefile" ../src/nssl-3.1.4-c5488d00d9.clean/include/openssl/crmf.h.in > include/openssl/crmf.h /usr/bin/perl "-I." -Mconfigdata "../src/nssl-3.1.4-c5488d00d9.clean/util/dofile.pl" "-oMakefile" ../src/nssl-3.1.4-c5488d00d9.clean/include/openssl/crypto.h.in > include/openssl/crypto.h /usr/bin/perl "-I." -Mconfigdata "../src/nssl-3.1.4-c5488d00d9.clean/util/dofile.pl" "-oMakefile" ../src/nssl-3.1.4-c5488d00d9.clean/include/openssl/ct.h.in > include/openssl/ct.h /usr/bin/perl "-I." -Mconfigdata "../src/nssl-3.1.4-c5488d00d9.clean/util/dofile.pl" "-oMakefile" ../src/nssl-3.1.4-c5488d00d9.clean/include/openssl/err.h.in > include/openssl/err.h /usr/bin/perl "-I." -Mconfigdata "../src/nssl-3.1.4-c5488d00d9.clean/util/dofile.pl" "-oMakefile" ../src/nssl-3.1.4-c5488d00d9.clean/include/openssl/ess.h.in > include/openssl/ess.h /usr/bin/perl "-I." -Mconfigdata "../src/nssl-3.1.4-c5488d00d9.clean/util/dofile.pl" "-oMakefile" ../src/nssl-3.1.4-c5488d00d9.clean/include/openssl/fipskey.h.in > include/openssl/fipskey.h /usr/bin/perl "-I." -Mconfigdata "../src/nssl-3.1.4-c5488d00d9.clean/util/dofile.pl" "-oMakefile" ../src/nssl-3.1.4-c5488d00d9.clean/include/openssl/lhash.h.in > include/openssl/lhash.h /usr/bin/perl "-I." -Mconfigdata "../src/nssl-3.1.4-c5488d00d9.clean/util/dofile.pl" "-oMakefile" ../src/nssl-3.1.4-c5488d00d9.clean/include/openssl/ocsp.h.in > include/openssl/ocsp.h /usr/bin/perl "-I." -Mconfigdata "../src/nssl-3.1.4-c5488d00d9.clean/util/dofile.pl" "-oMakefile" ../src/nssl-3.1.4-c5488d00d9.clean/include/openssl/opensslv.h.in > include/openssl/opensslv.h /usr/bin/perl "-I." -Mconfigdata "../src/nssl-3.1.4-c5488d00d9.clean/util/dofile.pl" "-oMakefile" ../src/nssl-3.1.4-c5488d00d9.clean/include/openssl/pkcs12.h.in > include/openssl/pkcs12.h /usr/bin/perl "-I." -Mconfigdata "../src/nssl-3.1.4-c5488d00d9.clean/util/dofile.pl" "-oMakefile" ../src/nssl-3.1.4-c5488d00d9.clean/include/openssl/pkcs7.h.in > include/openssl/pkcs7.h /usr/bin/perl "-I." -Mconfigdata "../src/nssl-3.1.4-c5488d00d9.clean/util/dofile.pl" "-oMakefile" ../src/nssl-3.1.4-c5488d00d9.clean/include/openssl/safestack.h.in > include/openssl/safestack.h /usr/bin/perl "-I." -Mconfigdata "../src/nssl-3.1.4-c5488d00d9.clean/util/dofile.pl" "-oMakefile" ../src/nssl-3.1.4-c5488d00d9.clean/include/openssl/srp.h.in > include/openssl/srp.h /usr/bin/perl "-I." -Mconfigdata "../src/nssl-3.1.4-c5488d00d9.clean/util/dofile.pl" "-oMakefile" ../src/nssl-3.1.4-c5488d00d9.clean/include/openssl/ssl.h.in > include/openssl/ssl.h /usr/bin/perl "-I." -Mconfigdata "../src/nssl-3.1.4-c5488d00d9.clean/util/dofile.pl" "-oMakefile" ../src/nssl-3.1.4-c5488d00d9.clean/include/openssl/ui.h.in > include/openssl/ui.h /usr/bin/perl "-I." -Mconfigdata "../src/nssl-3.1.4-c5488d00d9.clean/util/dofile.pl" "-oMakefile" ../src/nssl-3.1.4-c5488d00d9.clean/include/openssl/x509.h.in > include/openssl/x509.h /usr/bin/perl "-I." -Mconfigdata "../src/nssl-3.1.4-c5488d00d9.clean/util/dofile.pl" "-oMakefile" ../src/nssl-3.1.4-c5488d00d9.clean/include/openssl/x509_vfy.h.in > include/openssl/x509_vfy.h /usr/bin/perl "-I." -Mconfigdata "../src/nssl-3.1.4-c5488d00d9.clean/util/dofile.pl" "-oMakefile" ../src/nssl-3.1.4-c5488d00d9.clean/include/openssl/x509v3.h.in > include/openssl/x509v3.h /usr/bin/make depend && /usr/bin/make _build_sw make[1]: Entering directory '/home/cat/git/vcpkg/buildtrees/openssl/arm64-mingw-static-release-rel' make[1]: Leaving directory '/home/cat/git/vcpkg/buildtrees/openssl/arm64-mingw-static-release-rel' make[1]: Entering directory '/home/cat/git/vcpkg/buildtrees/openssl/arm64-mingw-static-release-rel' CC="aarch64-w64-mingw32-gcc" /usr/bin/perl ../src/nssl-3.1.4-c5488d00d9.clean/crypto/aes/asm/aes-586.pl "coff" -I. -Iinclude -Iproviders/common/include -Iproviders/implementations/include -I../src/nssl-3.1.4-c5488d00d9.clean -I../src/nssl-3.1.4-c5488d00d9.clean/include -I../src/nssl-3.1.4-c5488d00d9.clean/providers/common/include -I../src/nssl-3.1.4-c5488d00d9.clean/providers/implementations/include -m32 -Wa,--noexecstack -Qunused-arguments -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/etc/ssl\"" -DENGINESDIR="\"/home/cat/git/vcpkg/installed/arm64-mingw-static-release/lib/engines-3\"" -DMODULESDIR="\"/home/cat/git/vcpkg/installed/arm64-mingw-static-release/lib/ossl-modules\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_BUILDING_OPENSSL -DNDEBUG --target=aarch64-windows-gnu -DNDEBUG -DAES_ASM -DCMLL_ASM -DDES_ASM -DECP_NISTZ256_ASM -DGHASH_ASM -DMD5_ASM -DOPENSSL_BN_ASM_GF2m -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DPADLOCK_ASM -DPOLY1305_ASM -DRC4_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DSTATIC_LEGACY -DVPAES_ASM -DWHIRLPOOL_ASM crypto/aes/aes-586.S aarch64-w64-mingw32-gcc -I. -Iinclude -Iproviders/common/include -Iproviders/implementations/include -I../src/nssl-3.1.4-c5488d00d9.clean -I../src/nssl-3.1.4-c5488d00d9.clean/include -I../src/nssl-3.1.4-c5488d00d9.clean/providers/common/include -I../src/nssl-3.1.4-c5488d00d9.clean/providers/implementations/include -DAES_ASM -DCMLL_ASM -DDES_ASM -DECP_NISTZ256_ASM -DGHASH_ASM -DMD5_ASM -DOPENSSL_BN_ASM_GF2m -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DPADLOCK_ASM -DPOLY1305_ASM -DRC4_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DSTATIC_LEGACY -DVPAES_ASM -DWHIRLPOOL_ASM -m32 -Wa,--noexecstack -Qunused-arguments -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/etc/ssl\"" -DENGINESDIR="\"/home/cat/git/vcpkg/installed/arm64-mingw-static-release/lib/engines-3\"" -DMODULESDIR="\"/home/cat/git/vcpkg/installed/arm64-mingw-static-release/lib/ossl-modules\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_BUILDING_OPENSSL -DNDEBUG --target=aarch64-windows-gnu -DNDEBUG -MMD -MF crypto/aes/libcrypto-lib-aes_cfb.d.tmp -MT crypto/aes/libcrypto-lib-aes_cfb.obj -c -o crypto/aes/libcrypto-lib-aes_cfb.obj ../src/nssl-3.1.4-c5488d00d9.clean/crypto/aes/aes_cfb.c aarch64-w64-mingw32-gcc -I. -Iinclude -Iproviders/common/include -Iproviders/implementations/include -I../src/nssl-3.1.4-c5488d00d9.clean -I../src/nssl-3.1.4-c5488d00d9.clean/include -I../src/nssl-3.1.4-c5488d00d9.clean/providers/common/include -I../src/nssl-3.1.4-c5488d00d9.clean/providers/implementations/include -DAES_ASM -DCMLL_ASM -DDES_ASM -DECP_NISTZ256_ASM -DGHASH_ASM -DMD5_ASM -DOPENSSL_BN_ASM_GF2m -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DPADLOCK_ASM -DPOLY1305_ASM -DRC4_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DSTATIC_LEGACY -DVPAES_ASM -DWHIRLPOOL_ASM -m32 -Wa,--noexecstack -Qunused-arguments -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/etc/ssl\"" -DENGINESDIR="\"/home/cat/git/vcpkg/installed/arm64-mingw-static-release/lib/engines-3\"" -DMODULESDIR="\"/home/cat/git/vcpkg/installed/arm64-mingw-static-release/lib/ossl-modules\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_BUILDING_OPENSSL -DNDEBUG --target=aarch64-windows-gnu -DNDEBUG -MMD -MF crypto/aes/libcrypto-lib-aes_ecb.d.tmp -MT crypto/aes/libcrypto-lib-aes_ecb.obj -c -o crypto/aes/libcrypto-lib-aes_ecb.obj ../src/nssl-3.1.4-c5488d00d9.clean/crypto/aes/aes_ecb.c aarch64-w64-mingw32-gcc -I. -Iinclude -Iproviders/common/include -Iproviders/implementations/include -I../src/nssl-3.1.4-c5488d00d9.clean -I../src/nssl-3.1.4-c5488d00d9.clean/include -I../src/nssl-3.1.4-c5488d00d9.clean/providers/common/include -I../src/nssl-3.1.4-c5488d00d9.clean/providers/implementations/include -DAES_ASM -DCMLL_ASM -DDES_ASM -DECP_NISTZ256_ASM -DGHASH_ASM -DMD5_ASM -DOPENSSL_BN_ASM_GF2m -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DPADLOCK_ASM -DPOLY1305_ASM -DRC4_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DSTATIC_LEGACY -DVPAES_ASM -DWHIRLPOOL_ASM -m32 -Wa,--noexecstack -Qunused-arguments -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/etc/ssl\"" -DENGINESDIR="\"/home/cat/git/vcpkg/installed/arm64-mingw-static-release/lib/engines-3\"" -DMODULESDIR="\"/home/cat/git/vcpkg/installed/arm64-mingw-static-release/lib/ossl-modules\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_BUILDING_OPENSSL -DNDEBUG --target=aarch64-windows-gnu -DNDEBUG -MMD -MF crypto/aes/libcrypto-lib-aes_ige.d.tmp -MT crypto/aes/libcrypto-lib-aes_ige.obj -c -o crypto/aes/libcrypto-lib-aes_ige.obj ../src/nssl-3.1.4-c5488d00d9.clean/crypto/aes/aes_ige.c ... Skipped 944 lines ... aarch64-w64-mingw32-gcc -I. -Iinclude -I../src/nssl-3.1.4-c5488d00d9.clean -I../src/nssl-3.1.4-c5488d00d9.clean/include -DAES_ASM -m32 -Wa,--noexecstack -Qunused-arguments -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/etc/ssl\"" -DENGINESDIR="\"/home/cat/git/vcpkg/installed/arm64-mingw-static-release/lib/engines-3\"" -DMODULESDIR="\"/home/cat/git/vcpkg/installed/arm64-mingw-static-release/lib/ossl-modules\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_BUILDING_OPENSSL -DNDEBUG --target=aarch64-windows-gnu -DNDEBUG -MMD -MF ssl/libssl-lib-ssl_stat.d.tmp -MT ssl/libssl-lib-ssl_stat.obj -c -o ssl/libssl-lib-ssl_stat.obj ../src/nssl-3.1.4-c5488d00d9.clean/ssl/ssl_stat.c aarch64-w64-mingw32-gcc -I. -Iinclude -I../src/nssl-3.1.4-c5488d00d9.clean -I../src/nssl-3.1.4-c5488d00d9.clean/include -DAES_ASM -m32 -Wa,--noexecstack -Qunused-arguments -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/etc/ssl\"" -DENGINESDIR="\"/home/cat/git/vcpkg/installed/arm64-mingw-static-release/lib/engines-3\"" -DMODULESDIR="\"/home/cat/git/vcpkg/installed/arm64-mingw-static-release/lib/ossl-modules\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_BUILDING_OPENSSL -DNDEBUG --target=aarch64-windows-gnu -DNDEBUG -MMD -MF ssl/libssl-lib-ssl_txt.d.tmp -MT ssl/libssl-lib-ssl_txt.obj -c -o ssl/libssl-lib-ssl_txt.obj ../src/nssl-3.1.4-c5488d00d9.clean/ssl/ssl_txt.c aarch64-w64-mingw32-gcc -I. -Iinclude -I../src/nssl-3.1.4-c5488d00d9.clean -I../src/nssl-3.1.4-c5488d00d9.clean/include -DAES_ASM -m32 -Wa,--noexecstack -Qunused-arguments -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/etc/ssl\"" -DENGINESDIR="\"/home/cat/git/vcpkg/installed/arm64-mingw-static-release/lib/engines-3\"" -DMODULESDIR="\"/home/cat/git/vcpkg/installed/arm64-mingw-static-release/lib/ossl-modules\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_BUILDING_OPENSSL -DNDEBUG --target=aarch64-windows-gnu -DNDEBUG -MMD -MF ssl/libssl-lib-ssl_utst.d.tmp -MT ssl/libssl-lib-ssl_utst.obj -c -o ssl/libssl-lib-ssl_utst.obj ../src/nssl-3.1.4-c5488d00d9.clean/ssl/ssl_utst.c aarch64-w64-mingw32-gcc -I. -Iinclude -I../src/nssl-3.1.4-c5488d00d9.clean -I../src/nssl-3.1.4-c5488d00d9.clean/include -DAES_ASM -m32 -Wa,--noexecstack -Qunused-arguments -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/etc/ssl\"" -DENGINESDIR="\"/home/cat/git/vcpkg/installed/arm64-mingw-static-release/lib/engines-3\"" -DMODULESDIR="\"/home/cat/git/vcpkg/installed/arm64-mingw-static-release/lib/ossl-modules\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_BUILDING_OPENSSL -DNDEBUG --target=aarch64-windows-gnu -DNDEBUG -MMD -MF ssl/libssl-lib-t1_enc.d.tmp -MT ssl/libssl-lib-t1_enc.obj -c -o ssl/libssl-lib-t1_enc.obj ../src/nssl-3.1.4-c5488d00d9.clean/ssl/t1_enc.c aarch64-w64-mingw32-gcc -I. -Iinclude -I../src/nssl-3.1.4-c5488d00d9.clean -I../src/nssl-3.1.4-c5488d00d9.clean/include -DAES_ASM -m32 -Wa,--noexecstack -Qunused-arguments -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/etc/ssl\"" -DENGINESDIR="\"/home/cat/git/vcpkg/installed/arm64-mingw-static-release/lib/engines-3\"" -DMODULESDIR="\"/home/cat/git/vcpkg/installed/arm64-mingw-static-release/lib/ossl-modules\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_BUILDING_OPENSSL -DNDEBUG --target=aarch64-windows-gnu -DNDEBUG -MMD -MF ssl/libssl-lib-t1_lib.d.tmp -MT ssl/libssl-lib-t1_lib.obj -c -o ssl/libssl-lib-t1_lib.obj ../src/nssl-3.1.4-c5488d00d9.clean/ssl/t1_lib.c aarch64-w64-mingw32-gcc -I. -Iinclude -I../src/nssl-3.1.4-c5488d00d9.clean -I../src/nssl-3.1.4-c5488d00d9.clean/include -DAES_ASM -m32 -Wa,--noexecstack -Qunused-arguments -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/etc/ssl\"" -DENGINESDIR="\"/home/cat/git/vcpkg/installed/arm64-mingw-static-release/lib/engines-3\"" -DMODULESDIR="\"/home/cat/git/vcpkg/installed/arm64-mingw-static-release/lib/ossl-modules\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_BUILDING_OPENSSL -DNDEBUG --target=aarch64-windows-gnu -DNDEBUG -MMD -MF ssl/libssl-lib-t1_trce.d.tmp -MT ssl/libssl-lib-t1_trce.obj -c -o ssl/libssl-lib-t1_trce.obj ../src/nssl-3.1.4-c5488d00d9.clean/ssl/t1_trce.c aarch64-w64-mingw32-gcc -I. -Iinclude -I../src/nssl-3.1.4-c5488d00d9.clean -I../src/nssl-3.1.4-c5488d00d9.clean/include -DAES_ASM -m32 -Wa,--noexecstack -Qunused-arguments -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/etc/ssl\"" -DENGINESDIR="\"/home/cat/git/vcpkg/installed/arm64-mingw-static-release/lib/engines-3\"" -DMODULESDIR="\"/home/cat/git/vcpkg/installed/arm64-mingw-static-release/lib/ossl-modules\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_BUILDING_OPENSSL -DNDEBUG --target=aarch64-windows-gnu -DNDEBUG -MMD -MF ssl/libssl-lib-tls13_enc.d.tmp -MT ssl/libssl-lib-tls13_enc.obj -c -o ssl/libssl-lib-tls13_enc.obj ../src/nssl-3.1.4-c5488d00d9.clean/ssl/tls13_enc.c aarch64-w64-mingw32-gcc -I. -Iinclude -I../src/nssl-3.1.4-c5488d00d9.clean -I../src/nssl-3.1.4-c5488d00d9.clean/include -DAES_ASM -m32 -Wa,--noexecstack -Qunused-arguments -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/etc/ssl\"" -DENGINESDIR="\"/home/cat/git/vcpkg/installed/arm64-mingw-static-release/lib/engines-3\"" -DMODULESDIR="\"/home/cat/git/vcpkg/installed/arm64-mingw-static-release/lib/ossl-modules\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_BUILDING_OPENSSL -DNDEBUG --target=aarch64-windows-gnu -DNDEBUG -MMD -MF ssl/libssl-lib-tls_depr.d.tmp -MT ssl/libssl-lib-tls_depr.obj -c -o ssl/libssl-lib-tls_depr.obj ../src/nssl-3.1.4-c5488d00d9.clean/ssl/tls_depr.c aarch64-w64-mingw32-gcc -I. -Iinclude -I../src/nssl-3.1.4-c5488d00d9.clean -I../src/nssl-3.1.4-c5488d00d9.clean/include -DAES_ASM -m32 -Wa,--noexecstack -Qunused-arguments -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/etc/ssl\"" -DENGINESDIR="\"/home/cat/git/vcpkg/installed/arm64-mingw-static-release/lib/engines-3\"" -DMODULESDIR="\"/home/cat/git/vcpkg/installed/arm64-mingw-static-release/lib/ossl-modules\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_BUILDING_OPENSSL -DNDEBUG --target=aarch64-windows-gnu -DNDEBUG -MMD -MF ssl/libssl-lib-tls_srp.d.tmp -MT ssl/libssl-lib-tls_srp.obj -c -o ssl/libssl-lib-tls_srp.obj ../src/nssl-3.1.4-c5488d00d9.clean/ssl/tls_srp.c aarch64-w64-mingw32-gcc -I. -Iinclude -I../src/nssl-3.1.4-c5488d00d9.clean -I../src/nssl-3.1.4-c5488d00d9.clean/include -DAES_ASM -m32 -Wa,--noexecstack -Qunused-arguments -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/etc/ssl\"" -DENGINESDIR="\"/home/cat/git/vcpkg/installed/arm64-mingw-static-release/lib/engines-3\"" -DMODULESDIR="\"/home/cat/git/vcpkg/installed/arm64-mingw-static-release/lib/ossl-modules\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_BUILDING_OPENSSL -DNDEBUG --target=aarch64-windows-gnu -DNDEBUG -MMD -MF ssl/record/libssl-lib-dtls1_bitmap.d.tmp -MT ssl/record/libssl-lib-dtls1_bitmap.obj -c -o ssl/record/libssl-lib-dtls1_bitmap.obj ../src/nssl-3.1.4-c5488d00d9.clean/ssl/record/dtls1_bitmap.c aarch64-w64-mingw32-gcc -I. -Iinclude -I../src/nssl-3.1.4-c5488d00d9.clean -I../src/nssl-3.1.4-c5488d00d9.clean/include -DAES_ASM -m32 -Wa,--noexecstack -Qunused-arguments -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/etc/ssl\"" -DENGINESDIR="\"/home/cat/git/vcpkg/installed/arm64-mingw-static-release/lib/engines-3\"" -DMODULESDIR="\"/home/cat/git/vcpkg/installed/arm64-mingw-static-release/lib/ossl-modules\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_BUILDING_OPENSSL -DNDEBUG --target=aarch64-windows-gnu -DNDEBUG -MMD -MF ssl/record/libssl-lib-rec_layer_d1.d.tmp -MT ssl/record/libssl-lib-rec_layer_d1.obj -c -o ssl/record/libssl-lib-rec_layer_d1.obj ../src/nssl-3.1.4-c5488d00d9.clean/ssl/record/rec_layer_d1.c aarch64-w64-mingw32-gcc -I. -Iinclude -I../src/nssl-3.1.4-c5488d00d9.clean -I../src/nssl-3.1.4-c5488d00d9.clean/include -DAES_ASM -m32 -Wa,--noexecstack -Qunused-arguments -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/etc/ssl\"" -DENGINESDIR="\"/home/cat/git/vcpkg/installed/arm64-mingw-static-release/lib/engines-3\"" -DMODULESDIR="\"/home/cat/git/vcpkg/installed/arm64-mingw-static-release/lib/ossl-modules\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_BUILDING_OPENSSL -DNDEBUG --target=aarch64-windows-gnu -DNDEBUG -MMD -MF ssl/record/libssl-lib-rec_layer_s3.d.tmp -MT ssl/record/libssl-lib-rec_layer_s3.obj -c -o ssl/record/libssl-lib-rec_layer_s3.obj ../src/nssl-3.1.4-c5488d00d9.clean/ssl/record/rec_layer_s3.c aarch64-w64-mingw32-gcc -I. -Iinclude -I../src/nssl-3.1.4-c5488d00d9.clean -I../src/nssl-3.1.4-c5488d00d9.clean/include -DAES_ASM -m32 -Wa,--noexecstack -Qunused-arguments -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/etc/ssl\"" -DENGINESDIR="\"/home/cat/git/vcpkg/installed/arm64-mingw-static-release/lib/engines-3\"" -DMODULESDIR="\"/home/cat/git/vcpkg/installed/arm64-mingw-static-release/lib/ossl-modules\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_BUILDING_OPENSSL -DNDEBUG --target=aarch64-windows-gnu -DNDEBUG -MMD -MF ssl/record/libssl-lib-ssl3_buffer.d.tmp -MT ssl/record/libssl-lib-ssl3_buffer.obj -c -o ssl/record/libssl-lib-ssl3_buffer.obj ../src/nssl-3.1.4-c5488d00d9.clean/ssl/record/ssl3_buffer.c aarch64-w64-mingw32-gcc -I. -Iinclude -I../src/nssl-3.1.4-c5488d00d9.clean -I../src/nssl-3.1.4-c5488d00d9.clean/include -DAES_ASM -m32 -Wa,--noexecstack -Qunused-arguments -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/etc/ssl\"" -DENGINESDIR="\"/home/cat/git/vcpkg/installed/arm64-mingw-static-release/lib/engines-3\"" -DMODULESDIR="\"/home/cat/git/vcpkg/installed/arm64-mingw-static-release/lib/ossl-modules\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_BUILDING_OPENSSL -DNDEBUG --target=aarch64-windows-gnu -DNDEBUG -MMD -MF ssl/record/libssl-lib-ssl3_record.d.tmp -MT ssl/record/libssl-lib-ssl3_record.obj -c -o ssl/record/libssl-lib-ssl3_record.obj ../src/nssl-3.1.4-c5488d00d9.clean/ssl/record/ssl3_record.c aarch64-w64-mingw32-gcc -I. -Iinclude -I../src/nssl-3.1.4-c5488d00d9.clean -I../src/nssl-3.1.4-c5488d00d9.clean/include -DAES_ASM -m32 -Wa,--noexecstack -Qunused-arguments -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/etc/ssl\"" -DENGINESDIR="\"/home/cat/git/vcpkg/installed/arm64-mingw-static-release/lib/engines-3\"" -DMODULESDIR="\"/home/cat/git/vcpkg/installed/arm64-mingw-static-release/lib/ossl-modules\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_BUILDING_OPENSSL -DNDEBUG --target=aarch64-windows-gnu -DNDEBUG -MMD -MF ssl/record/libssl-lib-ssl3_record_tls13.d.tmp -MT ssl/record/libssl-lib-ssl3_record_tls13.obj -c -o ssl/record/libssl-lib-ssl3_record_tls13.obj ../src/nssl-3.1.4-c5488d00d9.clean/ssl/record/ssl3_record_tls13.c aarch64-w64-mingw32-gcc -I. -Iinclude -I../src/nssl-3.1.4-c5488d00d9.clean -I../src/nssl-3.1.4-c5488d00d9.clean/include -DAES_ASM -m32 -Wa,--noexecstack -Qunused-arguments -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/etc/ssl\"" -DENGINESDIR="\"/home/cat/git/vcpkg/installed/arm64-mingw-static-release/lib/engines-3\"" -DMODULESDIR="\"/home/cat/git/vcpkg/installed/arm64-mingw-static-release/lib/ossl-modules\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_BUILDING_OPENSSL -DNDEBUG --target=aarch64-windows-gnu -DNDEBUG -MMD -MF ssl/statem/libssl-lib-extensions.d.tmp -MT ssl/statem/libssl-lib-extensions.obj -c -o ssl/statem/libssl-lib-extensions.obj ../src/nssl-3.1.4-c5488d00d9.clean/ssl/statem/extensions.c aarch64-w64-mingw32-gcc -I. -Iinclude -I../src/nssl-3.1.4-c5488d00d9.clean -I../src/nssl-3.1.4-c5488d00d9.clean/include -DAES_ASM -m32 -Wa,--noexecstack -Qunused-arguments -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/etc/ssl\"" -DENGINESDIR="\"/home/cat/git/vcpkg/installed/arm64-mingw-static-release/lib/engines-3\"" -DMODULESDIR="\"/home/cat/git/vcpkg/installed/arm64-mingw-static-release/lib/ossl-modules\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_BUILDING_OPENSSL -DNDEBUG --target=aarch64-windows-gnu -DNDEBUG -MMD -MF ssl/statem/libssl-lib-extensions_clnt.d.tmp -MT ssl/statem/libssl-lib-extensions_clnt.obj -c -o ssl/statem/libssl-lib-extensions_clnt.obj ../src/nssl-3.1.4-c5488d00d9.clean/ssl/statem/extensions_clnt.c aarch64-w64-mingw32-gcc -I. -Iinclude -I../src/nssl-3.1.4-c5488d00d9.clean -I../src/nssl-3.1.4-c5488d00d9.clean/include -DAES_ASM -m32 -Wa,--noexecstack -Qunused-arguments -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/etc/ssl\"" -DENGINESDIR="\"/home/cat/git/vcpkg/installed/arm64-mingw-static-release/lib/engines-3\"" -DMODULESDIR="\"/home/cat/git/vcpkg/installed/arm64-mingw-static-release/lib/ossl-modules\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_BUILDING_OPENSSL -DNDEBUG --target=aarch64-windows-gnu -DNDEBUG -MMD -MF ssl/statem/libssl-lib-extensions_cust.d.tmp -MT ssl/statem/libssl-lib-extensions_cust.obj -c -o ssl/statem/libssl-lib-extensions_cust.obj ../src/nssl-3.1.4-c5488d00d9.clean/ssl/statem/extensions_cust.c aarch64-w64-mingw32-gcc -I. -Iinclude -I../src/nssl-3.1.4-c5488d00d9.clean -I../src/nssl-3.1.4-c5488d00d9.clean/include -DAES_ASM -m32 -Wa,--noexecstack -Qunused-arguments -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/etc/ssl\"" -DENGINESDIR="\"/home/cat/git/vcpkg/installed/arm64-mingw-static-release/lib/engines-3\"" -DMODULESDIR="\"/home/cat/git/vcpkg/installed/arm64-mingw-static-release/lib/ossl-modules\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_BUILDING_OPENSSL -DNDEBUG --target=aarch64-windows-gnu -DNDEBUG -MMD -MF ssl/statem/libssl-lib-extensions_srvr.d.tmp -MT ssl/statem/libssl-lib-extensions_srvr.obj -c -o ssl/statem/libssl-lib-extensions_srvr.obj ../src/nssl-3.1.4-c5488d00d9.clean/ssl/statem/extensions_srvr.c aarch64-w64-mingw32-gcc -I. -Iinclude -I../src/nssl-3.1.4-c5488d00d9.clean -I../src/nssl-3.1.4-c5488d00d9.clean/include -DAES_ASM -m32 -Wa,--noexecstack -Qunused-arguments -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/etc/ssl\"" -DENGINESDIR="\"/home/cat/git/vcpkg/installed/arm64-mingw-static-release/lib/engines-3\"" -DMODULESDIR="\"/home/cat/git/vcpkg/installed/arm64-mingw-static-release/lib/ossl-modules\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_BUILDING_OPENSSL -DNDEBUG --target=aarch64-windows-gnu -DNDEBUG -MMD -MF ssl/statem/libssl-lib-statem.d.tmp -MT ssl/statem/libssl-lib-statem.obj -c -o ssl/statem/libssl-lib-statem.obj ../src/nssl-3.1.4-c5488d00d9.clean/ssl/statem/statem.c aarch64-w64-mingw32-gcc -I. -Iinclude -I../src/nssl-3.1.4-c5488d00d9.clean -I../src/nssl-3.1.4-c5488d00d9.clean/include -DAES_ASM -m32 -Wa,--noexecstack -Qunused-arguments -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/etc/ssl\"" -DENGINESDIR="\"/home/cat/git/vcpkg/installed/arm64-mingw-static-release/lib/engines-3\"" -DMODULESDIR="\"/home/cat/git/vcpkg/installed/arm64-mingw-static-release/lib/ossl-modules\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_BUILDING_OPENSSL -DNDEBUG --target=aarch64-windows-gnu -DNDEBUG -MMD -MF ssl/statem/libssl-lib-statem_clnt.d.tmp -MT ssl/statem/libssl-lib-statem_clnt.obj -c -o ssl/statem/libssl-lib-statem_clnt.obj ../src/nssl-3.1.4-c5488d00d9.clean/ssl/statem/statem_clnt.c aarch64-w64-mingw32-gcc -I. -Iinclude -I../src/nssl-3.1.4-c5488d00d9.clean -I../src/nssl-3.1.4-c5488d00d9.clean/include -DAES_ASM -m32 -Wa,--noexecstack -Qunused-arguments -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/etc/ssl\"" -DENGINESDIR="\"/home/cat/git/vcpkg/installed/arm64-mingw-static-release/lib/engines-3\"" -DMODULESDIR="\"/home/cat/git/vcpkg/installed/arm64-mingw-static-release/lib/ossl-modules\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_BUILDING_OPENSSL -DNDEBUG --target=aarch64-windows-gnu -DNDEBUG -MMD -MF ssl/statem/libssl-lib-statem_dtls.d.tmp -MT ssl/statem/libssl-lib-statem_dtls.obj -c -o ssl/statem/libssl-lib-statem_dtls.obj ../src/nssl-3.1.4-c5488d00d9.clean/ssl/statem/statem_dtls.c aarch64-w64-mingw32-gcc -I. -Iinclude -I../src/nssl-3.1.4-c5488d00d9.clean -I../src/nssl-3.1.4-c5488d00d9.clean/include -DAES_ASM -m32 -Wa,--noexecstack -Qunused-arguments -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/etc/ssl\"" -DENGINESDIR="\"/home/cat/git/vcpkg/installed/arm64-mingw-static-release/lib/engines-3\"" -DMODULESDIR="\"/home/cat/git/vcpkg/installed/arm64-mingw-static-release/lib/ossl-modules\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_BUILDING_OPENSSL -DNDEBUG --target=aarch64-windows-gnu -DNDEBUG -MMD -MF ssl/statem/libssl-lib-statem_lib.d.tmp -MT ssl/statem/libssl-lib-statem_lib.obj -c -o ssl/statem/libssl-lib-statem_lib.obj ../src/nssl-3.1.4-c5488d00d9.clean/ssl/statem/statem_lib.c aarch64-w64-mingw32-gcc -I. -Iinclude -I../src/nssl-3.1.4-c5488d00d9.clean -I../src/nssl-3.1.4-c5488d00d9.clean/include -DAES_ASM -m32 -Wa,--noexecstack -Qunused-arguments -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/etc/ssl\"" -DENGINESDIR="\"/home/cat/git/vcpkg/installed/arm64-mingw-static-release/lib/engines-3\"" -DMODULESDIR="\"/home/cat/git/vcpkg/installed/arm64-mingw-static-release/lib/ossl-modules\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_BUILDING_OPENSSL -DNDEBUG --target=aarch64-windows-gnu -DNDEBUG -MMD -MF ssl/statem/libssl-lib-statem_srvr.d.tmp -MT ssl/statem/libssl-lib-statem_srvr.obj -c -o ssl/statem/libssl-lib-statem_srvr.obj ../src/nssl-3.1.4-c5488d00d9.clean/ssl/statem/statem_srvr.c rm -f providers/liblegacy.a aarch64-w64-mingw32-llvm-ar qc providers/liblegacy.a providers/implementations/ciphers/liblegacy-lib-cipher_blowfish.obj providers/implementations/ciphers/liblegacy-lib-cipher_blowfish_hw.obj providers/implementations/ciphers/liblegacy-lib-cipher_cast5.obj providers/implementations/ciphers/liblegacy-lib-cipher_cast5_hw.obj providers/implementations/ciphers/liblegacy-lib-cipher_des.obj providers/implementations/ciphers/liblegacy-lib-cipher_des_hw.obj providers/implementations/ciphers/liblegacy-lib-cipher_desx.obj providers/implementations/ciphers/liblegacy-lib-cipher_desx_hw.obj providers/implementations/ciphers/liblegacy-lib-cipher_idea.obj providers/implementations/ciphers/liblegacy-lib-cipher_idea_hw.obj providers/implementations/ciphers/liblegacy-lib-cipher_rc2.obj providers/implementations/ciphers/liblegacy-lib-cipher_rc2_hw.obj providers/implementations/ciphers/liblegacy-lib-cipher_rc4.obj providers/implementations/ciphers/liblegacy-lib-cipher_rc4_hmac_md5.obj providers/implementations/ciphers/liblegacy-lib-cipher_rc4_hmac_md5_hw.obj providers/implementations/ciphers/liblegacy-lib-cipher_rc4_hw.obj providers/implementations/ciphers/liblegacy-lib-cipher_seed.obj providers/implementations/ciphers/liblegacy-lib-cipher_seed_hw.obj providers/implementations/digests/liblegacy-lib-md4_prov.obj providers/implementations/digests/liblegacy-lib-mdc2_prov.obj providers/implementations/digests/liblegacy-lib-wp_prov.obj providers/implementations/kdfs/liblegacy-lib-pbkdf1.obj aarch64-w64-mingw32-llvm-ranlib providers/liblegacy.a || echo Never mind. rm -f "util/shlib_wrap.sh" /usr/bin/perl "-I." -Mconfigdata "../src/nssl-3.1.4-c5488d00d9.clean/util/dofile.pl" \ "-oMakefile" ../src/nssl-3.1.4-c5488d00d9.clean/util/shlib_wrap.sh.in > "util/shlib_wrap.sh" chmod a+x util/shlib_wrap.sh rm -f "util/wrap.pl" /usr/bin/perl "-I." -Mconfigdata "../src/nssl-3.1.4-c5488d00d9.clean/util/dofile.pl" \ "-oMakefile" ../src/nssl-3.1.4-c5488d00d9.clean/util/wrap.pl.in > "util/wrap.pl" chmod a+x util/wrap.pl aarch64-w64-mingw32-gcc -I. -Iinclude -Iproviders/common/include -Iproviders/implementations/include -I../src/nssl-3.1.4-c5488d00d9.clean -I../src/nssl-3.1.4-c5488d00d9.clean/include -I../src/nssl-3.1.4-c5488d00d9.clean/providers/common/include -I../src/nssl-3.1.4-c5488d00d9.clean/providers/implementations/include -DAES_ASM -DCMLL_ASM -DDES_ASM -DECP_NISTZ256_ASM -DGHASH_ASM -DMD5_ASM -DOPENSSL_BN_ASM_GF2m -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DPADLOCK_ASM -DPOLY1305_ASM -DRC4_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DSTATIC_LEGACY -DVPAES_ASM -DWHIRLPOOL_ASM -m32 -Wa,--noexecstack -Qunused-arguments -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/etc/ssl\"" -DENGINESDIR="\"/home/cat/git/vcpkg/installed/arm64-mingw-static-release/lib/engines-3\"" -DMODULESDIR="\"/home/cat/git/vcpkg/installed/arm64-mingw-static-release/lib/ossl-modules\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_BUILDING_OPENSSL -DNDEBUG --target=aarch64-windows-gnu -DNDEBUG -c -o crypto/aes/libcrypto-lib-aes-586.obj crypto/aes/aes-586.S make[1]: Leaving directory '/home/cat/git/vcpkg/buildtrees/openssl/arm64-mingw-static-release-rel' ```
github-actions[bot] commented 4 months ago

This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 180 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment.