[Starlingx-discuss] [centos8] build-pkgs failed to build packages list on f/centos8 branch
If switch "tools" to f/centos8 branch, after downloading ok, build-pkgs failed and reported below error messages: 07:58:07 Failed to build packages: tpm2-openssl-engine-1.0-2.tis.src.rpm vm-topology-1.0-1.tis.src.rpm stx-portieris-helm-1.0-15.tis.src.rpm stx-openstack-helm-1.0-29.tis.src.rpm stx-platform-helm-1.0-8.tis.src.rpm stx-nginx-ingress-controller-helm-1.0-0.tis.src.rpm stx-monitor-helm-1.0-1.tis.src.rpm stx-cert-manager-helm-1.0-6.tis.src.rpm python-k8sapp-portieris-1.0-15.tis.src.rpm python-ryu-4.19-0.tis.2.src.rpm python-k8sapp-openstack-1.0-29.tis.src.rpm openstack-helm-1.0-23.tis.src.rpm portieris-helm-0.7.0-0.tis.src.rpm python-k8sapp-cert-manager-1.0-6.tis.src.rpm openstack-helm-infra-1.0-16.tis.src.rpm oidcauthtools-1.0-0.tis.src.rpm monitor-helm-elastic-1.0-1.tis.src.rpm monitor-helm-1.0-4.tis.src.rpm containerd-1.3.3-1.tis.src.rpm libibverbs-41mlnx1-OFED.4.7.0.0.2.47329.tis.1.src.rpm kubernetes-1.18.1-1.tis.2.src.rpm distributedcloud-client-1.0.0-1.tis.0.src.rpm distributedcloud-1.0.0-1.tis.3.src.rpm cert-manager-helm-1.0-1.tis.src.rpm mariadb-10.3.17-1.el8.tis.15.src.rpm ######## Mon Nov 9 07:58:07 UTC 2020: build-rpm-parallel --std failed with rc=1 Mon Nov 9 07:58:08 UTC 2020: build-rpm-parallel --std failed with rc=1 /localdisk/loadbuild/hbai/c81stx/std/results/hbai-c81stx-3.0-std: build result, to find the detailed fail reason Package tpm2-openssl-engine build failed after openssl upgrade to openssl-1.1.1-8.el8.x86_64.rpm for "DSO" related stuff are not exported now. /localdisk/loadbuild/hbai/c81stx/std/results/hbai-c81stx-3.0-std/build.log shows: ===================================================== cc -g -O2 -Werror -Wno-unused-parameter -Wno-missing-braces -fno-strict-aliasing -c -o e_tpm2.o e_tpm2.c gcc -g -O2 -Werror -Wno-unused-parameter -Wno-missing-braces -fno-strict-aliasing -c -o e_tpm2_err.o e_tpm2_err.c e_tpm2.c:71:10: fatal error: openssl/dso.h: No such file or directory #include <openssl/dso.h> ^~~~~~~~~~~~~~~ compilation terminated. make: *** [<builtin>: e_tpm2.o] Error 1 make: *** Waiting for unfinished jobs.... e_tpm2_err.c:67:10: fatal error: openssl/dso.h: No such file or directory #include <openssl/dso.h> ^~~~~~~~~~~~~~~ compilation terminated. make: *** [<builtin>: e_tpm2_err.o] Error 1 RPM build errors: error: Bad exit status from /var/tmp/rpm-tmp.7AY8yF (%build) Bad exit status from /var/tmp/rpm-tmp.7AY8yF (%build) B,R Haiqing Bai
I added the Neusoft guys, I can't see any indication that they had issues with this package but clearly the tpm2-openssl-engine relies on DSO which was moved to be internal to openssl-1.1.1. Maybe they can fill us in on how they fixed this issue. Likely we will need to update the tpm2-openssl-engie's usage of DSO or look for alternatives possibly using the tpm2-tss-engine, I will do some research. For now you can comment it out in the utilities/centos_pkg_dirs and utilities/centis_iso_image.inc as a way to move past this issue. Sau! On 11/9/20 6:39 PM, Bai, Haiqing wrote:
If switch “tools” to f/centos8 branch, after downloading ok, build-pkgs failed and reported below error messages:
07:58:07 Failed to build packages: tpm2-openssl-engine-1.0-2.tis.src.rpm vm-topology-1.0-1.tis.src.rpm stx-portieris-helm-1.0-15.tis.src.rpm stx-openstack-helm-1.0-29.tis.src.rpm stx-platform-helm-1.0-8.tis.src.rpm stx-nginx-ingress-controller-helm-1.0-0.tis.src.rpm stx-monitor-helm-1.0-1.tis.src.rpm stx-cert-manager-helm-1.0-6.tis.src.rpm python-k8sapp-portieris-1.0-15.tis.src.rpm python-ryu-4.19-0.tis.2.src.rpm python-k8sapp-openstack-1.0-29.tis.src.rpm openstack-helm-1.0-23.tis.src.rpm portieris-helm-0.7.0-0.tis.src.rpm python-k8sapp-cert-manager-1.0-6.tis.src.rpm openstack-helm-infra-1.0-16.tis.src.rpm oidcauthtools-1.0-0.tis.src.rpm monitor-helm-elastic-1.0-1.tis.src.rpm monitor-helm-1.0-4.tis.src.rpm containerd-1.3.3-1.tis.src.rpm libibverbs-41mlnx1-OFED.4.7.0.0.2.47329.tis.1.src.rpm kubernetes-1.18.1-1.tis.2.src.rpm distributedcloud-client-1.0.0-1.tis.0.src.rpm distributedcloud-1.0.0-1.tis.3.src.rpm cert-manager-helm-1.0-1.tis.src.rpm mariadb-10.3.17-1.el8.tis.15.src.rpm
######## Mon Nov 9 07:58:07 UTC 2020: build-rpm-parallel --std failed with rc=1
Mon Nov 9 07:58:08 UTC 2020: build-rpm-parallel --std failed with rc=1
/localdisk/loadbuild/hbai/c81stx/std/results/hbai-c81stx-3.0-std: build result, to find the detailed fail reason
Package tpm2-openssl-engine build failed after openssl upgrade to openssl-1.1.1-8.el8.x86_64.rpm for “DSO” related stuff are not exported now.
/localdisk/loadbuild/hbai/c81stx/std/results/hbai-c81stx-3.0-std/build.log shows:
=====================================================
cc -g -O2 -Werror -Wno-unused-parameter -Wno-missing-braces -fno-strict-aliasing -c -o e_tpm2.o e_tpm2.c
gcc -g -O2 -Werror -Wno-unused-parameter -Wno-missing-braces -fno-strict-aliasing -c -o e_tpm2_err.o e_tpm2_err.c
e_tpm2.c:71:10: fatal error: openssl/dso.h: No such file or directory
#include <openssl/dso.h>
^~~~~~~~~~~~~~~
compilation terminated.
make: *** [<builtin>: e_tpm2.o] Error 1
make: *** Waiting for unfinished jobs....
e_tpm2_err.c:67:10: fatal error: openssl/dso.h: No such file or directory
#include <openssl/dso.h>
^~~~~~~~~~~~~~~
compilation terminated.
make: *** [<builtin>: e_tpm2_err.o] Error 1
RPM build errors:
error: Bad exit status from /var/tmp/rpm-tmp.7AY8yF (%build)
Bad exit status from /var/tmp/rpm-tmp.7AY8yF (%build)
B,R
Haiqing Bai
_______________________________________________ Starlingx-discuss mailing list Starlingx-discuss@lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss
-- Sau!
Hi Saul and Haiqing Regard as the below build issue openssl/dso.h: No such file or directory We fix it by add patch to add internal/dso.h to openssl-devel-1.1.1 rpm. and build a new openssl-devel rpm in centos8 env, such as openssl-devel-1.1.1-8.el8.x86_64.rpm in attachment. and update tpm2-openssl-engine code to fix other build issue temporarily. the best solution is just update tpm2-openssl-engine code to make it available to openssl 1.1.1.8. Long Neusoft On 2020/11/11 上午4:23, Saul Wold wrote:
I added the Neusoft guys, I can't see any indication that they had issues with this package but clearly the tpm2-openssl-engine relies on DSO which was moved to be internal to openssl-1.1.1. Maybe they can fill us in on how they fixed this issue.
Likely we will need to update the tpm2-openssl-engie's usage of DSO or look for alternatives possibly using the tpm2-tss-engine, I will do some research.
For now you can comment it out in the utilities/centos_pkg_dirs and utilities/centis_iso_image.inc as a way to move past this issue.
Sau!
On 11/9/20 6:39 PM, Bai, Haiqing wrote:
If switch “tools” to f/centos8 branch, after downloading ok, build-pkgs failed and reported below error messages:
07:58:07 Failed to build packages: tpm2-openssl-engine-1.0-2.tis.src.rpm vm-topology-1.0-1.tis.src.rpm stx-portieris-helm-1.0-15.tis.src.rpm stx-openstack-helm-1.0-29.tis.src.rpm stx-platform-helm-1.0-8.tis.src.rpm stx-nginx-ingress-controller-helm-1.0-0.tis.src.rpm stx-monitor-helm-1.0-1.tis.src.rpm stx-cert-manager-helm-1.0-6.tis.src.rpm python-k8sapp-portieris-1.0-15.tis.src.rpm python-ryu-4.19-0.tis.2.src.rpm python-k8sapp-openstack-1.0-29.tis.src.rpm openstack-helm-1.0-23.tis.src.rpm portieris-helm-0.7.0-0.tis.src.rpm python-k8sapp-cert-manager-1.0-6.tis.src.rpm openstack-helm-infra-1.0-16.tis.src.rpm oidcauthtools-1.0-0.tis.src.rpm monitor-helm-elastic-1.0-1.tis.src.rpm monitor-helm-1.0-4.tis.src.rpm containerd-1.3.3-1.tis.src.rpm libibverbs-41mlnx1-OFED.4.7.0.0.2.47329.tis.1.src.rpm kubernetes-1.18.1-1.tis.2.src.rpm distributedcloud-client-1.0.0-1.tis.0.src.rpm distributedcloud-1.0.0-1.tis.3.src.rpm cert-manager-helm-1.0-1.tis.src.rpm mariadb-10.3.17-1.el8.tis.15.src.rpm
######## Mon Nov 9 07:58:07 UTC 2020: build-rpm-parallel --std failed with rc=1
Mon Nov 9 07:58:08 UTC 2020: build-rpm-parallel --std failed with rc=1
/localdisk/loadbuild/hbai/c81stx/std/results/hbai-c81stx-3.0-std: build result, to find the detailed fail reason
Package tpm2-openssl-engine build failed after openssl upgrade to openssl-1.1.1-8.el8.x86_64.rpm for “DSO” related stuff are not exported now.
/localdisk/loadbuild/hbai/c81stx/std/results/hbai-c81stx-3.0-std/build.log shows:
=====================================================
cc -g -O2 -Werror -Wno-unused-parameter -Wno-missing-braces -fno-strict-aliasing -c -o e_tpm2.o e_tpm2.c
gcc -g -O2 -Werror -Wno-unused-parameter -Wno-missing-braces -fno-strict-aliasing -c -o e_tpm2_err.o e_tpm2_err.c
e_tpm2.c:71:10: fatal error: openssl/dso.h: No such file or directory
#include <openssl/dso.h>
^~~~~~~~~~~~~~~
compilation terminated.
make: *** [<builtin>: e_tpm2.o] Error 1
make: *** Waiting for unfinished jobs....
e_tpm2_err.c:67:10: fatal error: openssl/dso.h: No such file or directory
#include <openssl/dso.h>
^~~~~~~~~~~~~~~
compilation terminated.
make: *** [<builtin>: e_tpm2_err.o] Error 1
RPM build errors:
error: Bad exit status from /var/tmp/rpm-tmp.7AY8yF (%build)
Bad exit status from /var/tmp/rpm-tmp.7AY8yF (%build)
B,R
Haiqing Bai
_______________________________________________ Starlingx-discuss mailing list Starlingx-discuss@lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss
--------------------------------------------------------------------------------------------------- Confidentiality Notice: The information contained in this e-mail and any accompanying attachment(s) is intended only for the use of the intended recipient and may be confidential and/or privileged of Neusoft Corporation, its subsidiaries and/or its affiliates. If any reader of this communication is not the intended recipient,unauthorized use,forwarding, printing, storing, disclosure or copying is strictly prohibited, and may be unlawful.If you have received this communication in error,please immediately notify the sender by return e-mail, and delete the original message and all copies from your system. Thank you. ---------------------------------------------------------------------------------------------------
participants (3)
-
Bai, Haiqing
-
lilong-neu
-
Saul Wold