You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Yuqi Gu (Jira)" <ji...@apache.org> on 2023/01/01 07:35:00 UTC

[jira] [Created] (BIGTOP-3897) Failed to deploy gpdb on Fedora-36 for arm64/ppc64le

Yuqi Gu created BIGTOP-3897:
-------------------------------

             Summary: Failed to deploy gpdb on Fedora-36 for arm64/ppc64le
                 Key: BIGTOP-3897
                 URL: https://issues.apache.org/jira/browse/BIGTOP-3897
             Project: Bigtop
          Issue Type: Bug
            Reporter: Yuqi Gu


Failed to deploy gpdb on Fedora-36 for Arm64.
It's dependency issue of cryptography:


{code:java}
Notice: /Stage[main]/Gpdb::Common::Install_packages/Exec[install_python_packages]/returns:   gcc -fno-strict-aliasing -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.7 -c build/temp.linux-aarch64-2.7/_openssl.c -o build/temp.linux-aarch64-2.7/build/temp.linux-aarch64-2.7/_openssl.o -Wconversion -Wno-error=sign-conversion
Notice: /Stage[main]/Gpdb::Common::Install_packages/Exec[install_python_packages]/returns:   build/temp.linux-aarch64-2.7/_openssl.c:2304:7: error: 'EVP_PKEY_CTX_set_rsa_oaep_md' redeclared as different kind of symbol
Notice: /Stage[main]/Gpdb::Common::Install_packages/Exec[install_python_packages]/returns:    2304 | int (*EVP_PKEY_CTX_set_rsa_oaep_md)(EVP_PKEY_CTX *, EVP_MD *) = NULL
...
..
.
error: command 'gcc' failed with exit status 1
Notice: /Stage[main]/Gpdb::Common::Install_packages/Exec[install_python_packages]/returns:   ----------------------------------------
Notice: /Stage[main]/Gpdb::Common::Install_packages/Exec[install_python_packages]/returns:   ERROR: Failed building wheel for cryptography
Notice: /Stage[main]/Gpdb::Common::Install_packages/Exec[install_python_packages]/returns: ERROR: Could not build wheels for cryptography which use PEP 517 and cannot be installed directly
Error: '/usr/bin/env pip install -q 'cryptography<3.3' lockfile paramiko psutil
{code}










--
This message was sent by Atlassian Jira
(v8.20.10#820010)