I am getting the following error when installation Mediasoup. Is there an issues with Python 3.10.4 do I need to downgrade it?
I have make installed
crai@CRAI-Webrtc:/var/log$ make --version
GNU Make 4.3
Built for x86_64-pc-linux-gnu
Copyright (C) 1988-2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
I have pythom3-pip installed
crai@CRAI-Webrtc:/var/log$ pip3 --version
pip 22.0.2 from /usr/lib/python3/dist-packages/pip (python 3.10)
crai@CRAI-Webrtc:/var/log$
Here is the error I am getting
1163 verbose node v12.22.9
1164 verbose npm v8.5.1
1165 error code 1
1166 error path /opt/webrtc/webrtc/collab-be/node_modules/mediasoup
1167 error command failed
1168 error command sh -c node npm-scripts.js postinstall
1169 error npm-scripts.js [INFO] running task “postinstall”
1169 error npm-scripts.js [INFO] executing command: node npm-scripts.js worker:build
1169 error npm-scripts.js [INFO] running task “worker:build”
1169 error npm-scripts.js [INFO] executing command: make -C worker
1169 error make: Entering directory ‘/opt/webrtc/webrtc/collab-be/node_modules/mediasoup/worker’
1169 error # Updated pip and setuptools are needed for meson
1169 error # --system
is not present everywhere and is only needed as workaround for
1169 error # Debian-specific issue (copied from
1169 error # Without --system build fails by sac · Pull Request #33 · gluster/gstatus · GitHub), fallback to command without
1169 error # --system
if the first one fails.
1169 error /usr/bin/python3 -m pip install --system --target=/opt/webrtc/webrtc/collab-be/node_modules/mediasoup/worker/out/pip pip setuptools ||
1169 error /usr/bin/python3 -m pip install --target=/opt/webrtc/webrtc/collab-be/node_modules/mediasoup/worker/out/pip pip setuptools ||
1169 error echo “Installation failed, likely because PIP is unavailable, if you are on Debian/Ubuntu or derivative please install the python3-pip package”
1169 error Collecting pip
1169 error Using cached pip-22.2.2-py3-none-any.whl (2.0 MB)
1169 error Collecting setuptools
1169 error Using cached setuptools-65.0.0-py3-none-any.whl (1.2 MB)
1169 error Installing collected packages: setuptools, pip
1169 error Successfully installed pip-22.2.2 setuptools-65.0.0
1169 error # Install meson
and ninja
using pip
into custom location, so we don’t
1169 error # depend on system-wide installation.
1169 error /usr/bin/python3 -m pip install --upgrade --target=/opt/webrtc/webrtc/collab-be/node_modules/mediasoup/worker/out/pip meson ninja
1169 error Collecting meson
1169 error Using cached meson-0.63.1-py3-none-any.whl (886 kB)
1169 error Collecting ninja
1169 error Using cached ninja-1.10.2.3-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl (108 kB)
1169 error Installing collected packages: ninja, meson
1169 error Successfully installed meson-0.63.1 ninja-1.10.2.3
1169 error /opt/webrtc/webrtc/collab-be/node_modules/mediasoup/worker/out/pip/bin/meson setup
1169 error --buildtype release
1169 error -Db_ndebug=true
1169 error -Db_pie=true
1169 error -Db_staticpic=true
1169 error --reconfigure
1169 error “”
1169 error /opt/webrtc/webrtc/collab-be/node_modules/mediasoup/worker/out/Release/build ||
1169 error /opt/webrtc/webrtc/collab-be/node_modules/mediasoup/worker/out/pip/bin/meson setup
1169 error --buildtype release
1169 error -Db_ndebug=true
1169 error -Db_pie=true
1169 error -Db_staticpic=true
1169 error “”
1169 error /opt/webrtc/webrtc/collab-be/node_modules/mediasoup/worker/out/Release/build
1169 error The Meson build system
1169 error Version: 0.63.1
1169 error Source dir: /opt/webrtc/webrtc/collab-be/node_modules/mediasoup/worker
1169 error Build dir: /opt/webrtc/webrtc/collab-be/node_modules/mediasoup/worker/out/Release/build
1169 error Build type: native build
1169 error Project name: mediasoup-worker
1169 error Project version: undefined
1169 error C compiler for the host machine: cc (gcc 11.2.0 “cc (Ubuntu 11.2.0-19ubuntu1) 11.2.0”)
1169 error C linker for the host machine: cc ld.bfd 2.38
1169 error C++ compiler for the host machine: c++ (gcc 11.2.0 “c++ (Ubuntu 11.2.0-19ubuntu1) 11.2.0”)
1169 error [377/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_getenv.c.o
1169 error [378/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_hmac_hm_ameth.c.o
1169 error [379/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_hmac_hmac.c.o
1169 error [380/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_idea_i_ecb.c.o
1169 error [381/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_hmac_hm_pmeth.c.o
1169 error [382/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_idea_i_cfb64.c.o
1169 error [383/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_idea_i_cbc.c.o
1169 error [384/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_evp_pmeth_lib.c.o
1169 error [385/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_idea_i_skey.c.o
1169 error [386/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_idea_i_ofb64.c.o
1169 error [387/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_kdf_kdf_err.c.o
1169 error [388/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_kdf_hkdf.c.o
1169 error [389/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_kdf_scrypt.c.o
1169 error [390/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_init.c.o
1169 error [391/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_lhash_lhash.c.o
1169 error [392/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_kdf_tls1_prf.c.o
1
1169 error [529/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_siphash_siphash_pmeth.c.o
1169 error [530/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_sm2_sm2_pmeth.c.o
1169 error [531/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_sm2_sm2_sign.c.o
1169 error [532/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_srp_srp_lib.c.o
1169 error [533/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_sm4_sm4.c.o
1169 error [534/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_threads_win.c.o
1169 error [535/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_srp_srp_vfy.c.o
1169 error [536/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_stack_stack.c.o
1169 error [537/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_store_store_err.c.o
1169 error [538/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_sm3_sm3.c.o
1169 error [539/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_store_store_init.c.o
1169 error [540/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_threads_none.c.o
1169 error [541/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_store_loader_file.c.o
1169 error [542/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_store_store_strings.c.o
1169 error [543/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_store_store_register.c.o
1169 error [544/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_store_store_lib.c.o
1169 error [545/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_threads_pthread.c.o
1169 error [546/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ts_ts_err.c.o
1169 error [547/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ui_ui_err.c.o
1169 error [548/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ts_ts_asn1.c.o
1169 error [549/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ts_ts_lib.c.o
1169 error [550/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ts_ts_conf.c.o
1169 error [551/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ts_ts_req_print.c.o
1169 error [552/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ts_ts_req_utils.c.o
1169 error [553/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ts_ts_rsp_print.c.o
1169 error [554/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ts_ts_rsp_utils.c.o
1169 error [555/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ts_ts_verify_ctx.c.o
1169 error [556/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ts_ts_rsp_verify.c.o
1169 error [557/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ts_ts_rsp_sign.c.o
1169 error [558/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_txt_db_txt_db.c.o
1169 error [559/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ui_ui_null.c.o
1169 error [560/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ui_ui_util.c.o
1169 error [561/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_uid.c.o
1169 error [562/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ui_ui_lib.c.o
1169 error [563/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ui_ui_openssl.c.o
1169 error [564/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_whrlpool_wp_dgst.c.o
1169 error [565/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_by_dir.c.o
1169 error [566/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_t_crl.c.o
1169 error [567/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_by_file.c.o
1169 error [568/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_t_req.c.o
1169 error [569/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_t_x509.c.o
1169 error [570/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_x509_att.c.o
1169 error [571/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_x_all.c.o
1169 error [572/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_x509_d2.c.o
1169 error [573/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_x509_err.c.o
1169 error [574/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_x509_def.c.o
1169 error [575/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_x509_cmp.c.o
1169 error [576/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_x509_ext.c.o
1169 error [577/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_x509_meth.c.o
1169 error [578/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_x509_obj.c.o
1169 error [579/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_x509_r2x.c.o
1169 error [580/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_x509_req.c.o
1169 error [581/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_x509_lu.c.o
1169 error [582/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_x509_set.c.o
1169 error [583/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_x509_txt.c.o
1169 error [584/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_x509_trs.c.o
1169 error [585/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_x509_v3.c.o
1169 error [586/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_x509cset.c.o
1169 error [587/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_x509_vpm.c.o
1169 error [588/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_x509rset.c.o
1169 error [589/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_x509name.c.o
1169 error [590/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_x509type.c.o
1169 error [591/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_x509spki.c.o
1169 error [592/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_x_attrib.c.o
1169 error [593/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_x_crl.c.o
1169 error [594/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_x_exten.c.o
1169 error [595/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_x_name.c.o
1169 error [596/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_x_req.c.o
1169 error [597/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/engines_e_capi.c.o
1169 error [598/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_x_pubkey.c.o
1169 error [599/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_x_x509.c.o
1169 error [600/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_x509_vfy.c.o
1169 error [601/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_x_x509a.c.o
1169 error [602/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_pcy_data.c.o
1169 error [603/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_pcy_cache.c.o
1169 error [604/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_pcy_lib.c.o
1169 error [605/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_pcy_map.c.o
1169 error [606/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_pcy_node.c.o
1169 error [607/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_pcy_tree.c.o
1169 error [608/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_v3_akey.c.o
1169 error [609/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_v3_admis.c.o
1169 error [610/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_v3_akeya.c.o
1169 error [611/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_v3_bcons.c.o
1169 error [612/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_v3_alt.c.o
1169 error [613/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_v3_bitst.c.o
1169 error [614/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_v3_addr.c.o
1169 error [615/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_v3_asid.c.o
1169 error [616/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_v3_enum.c.o
1169 error [617/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_v3_conf.c.o
1169 error [618/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_v3_cpols.c.o
1169 error [619/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_v3_crld.c.o
1169 error [620/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_v3_extku.c.o
1169 error [621/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_v3_genn.c.o
1169 error [622/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_v3_ia5.c.o
1169 error [623/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_v3_int.c.o
1169 error [624/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_v3_info.c.o
1169 error [625/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_v3_lib.c.o
1169 error [626/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_v3_pcia.c.o
1169 error [627/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_v3_pci.c.o
1169 error [628/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_v3_ncons.c.o
1169 error [629/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_v3_pcons.c.o
1169 error [630/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_v3_pku.c.o
1169 error [631/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_v3_pmaps.c.o
1169 error [632/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_v3_prn.c.o
1169 error [633/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_v3_skey.c.o
1169 error [634/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_v3_sxnet.c.o
1169 error [635/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_v3_tlsf.c.o
1169 error [636/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_v3err.c.o
1169 error [637/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_aes_aesni-mb-x86_64.s.o
1169 error [638/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_aes_aesni-sha1-x86_64.s.o
1169 error [639/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_aes_aesni-sha256-x86_64.s.o
1169 error [640/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_aes_aesni-x86_64.s.o
1169 error [641/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_aes_vpaes-x86_64.s.o
1169 error [642/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_bn_rsaz-avx2.s.o
1169 error [643/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_bn_rsaz-x86_64.s.o
1169 error [644/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_bn_x86_64-gf2m.s.o
1169 error [645/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_bn_x86_64-mont.s.o
1169 error [646/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_bn_x86_64-mont5.s.o
1169 error [647/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_v3_purp.c.o
1169 error [648/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_camellia_cmll-x86_64.s.o
1169 error [649/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_chacha_chacha-x86_64.s.o
1169 error [650/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/engines_e_padlock.c.o
1169 error [651/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_md5_md5-x86_64.s.o
1169 error [652/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_ec_x25519-x86_64.s.o
1169 error [653/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_ec_ecp_nistz256-x86_64.s.o
1169 error [654/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_modes_aesni-gcm-x86_64.s.o
1169 error [655/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_poly1305_poly1305-x86_64.s.o
1169 error [656/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_modes_ghash-x86_64.s.o
1169 error [657/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_rc4_rc4-md5-x86_64.s.o
1169 error [658/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_rc4_rc4-x86_64.s.o
1169 error [659/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_sha_keccak1600-x86_64.s.o
1169 error [660/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_sha_sha1-mb-x86_64.s.o
1169 error [661/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_sha_sha1-x86_64.s.o
1169 error [662/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_sha_sha256-mb-x86_64.s.o
1169 error [663/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_whrlpool_wp-x86_64.s.o
1169 error [664/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_sha_sha512-x86_64.s.o
1169 error [665/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_sha_sha256-x86_64.s.o
1169 error [666/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_x86_64cpuid.s.o
1169 error [667/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_engines_e_padlock-x86_64.s.o
1169 error [668/992] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_v3_utl.c.o
1169 error [669/992] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_packet.c.o
1169 error [670/992] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_methods.c.o
1169 error [671/992] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_d1_srtp.c.o
1169 error [672/992] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_d1_msg.c.o
1169 error [673/992] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_pqueue.c.o
1169 error [674/992] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_bio_ssl.c.o
1169 error [675/992] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_d1_lib.c.o
1169 error [676/992] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_record_ssl3_buffer.c.o
1169 error [677/992] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_record_dtls1_bitmap.c.o
1169 error [678/992] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_s3_enc.c.o
1169 error [679/992] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_record_rec_layer_d1.c.o
1169 error [680/992] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_s3_msg.c.o
1169 error [681/992] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_ssl_asn1.c.o
1169 error [682/992] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_record_rec_layer_s3.c.o
1169 error [683/992] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_ssl_err.c.o
1169 error [684/992] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_ssl_cert.c.o
1169 error [685/992] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_ssl_init.c.o
1169 error [686/992] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_ssl_conf.c.o
1169 error [687/992] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_ssl_ciph.c.o
1169 error [688/992] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_ssl_mcnf.c.o
1169 error [689/992] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_ssl_stat.c.o
1169 error [690/992] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_ssl_rsa.c.o
1169 error [691/992] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_ssl_sess.c.o
1169 error [692/992] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_ssl_txt.c.o
1169 error [693/992] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_ssl_utst.c.o
1169 error [694/992] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_statem_statem.c.o
1169 error [695/992] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_statem_extensions.c.o
1169 error [696/992] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_statem_statem_lib.c.o
1169 error [697/992] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_statem_extensions_cust.c.o
1169 error [698/992] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_ssl_lib.c.o
1169 error [699/992] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_statem_extensions_clnt.c.o
1169 error [700/992] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_statem_statem_dtls.c.o
1169 error [701/992] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_t1_enc.c.o
1169 error [702/992] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_statem_extensions_srvr.c.o
1169 error [703/992] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_statem_statem_clnt.c.o
1169 error [704/992] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_s3_cbc.c.o
1169 error [705/992] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_record_ssl3_record.c.o
1169 error [706/992] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_record_ssl3_record_tls13.c.o
1169 error [707/992] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_t1_lib.c.o
1169 error [708/992] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_statem_statem_srvr.c.o
1169 error [709/992] Linking static target subprojects/openssl-1.1.1l/libcrypto.a
1169 error [710/992] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_tls_srp.c.o
1169 error [711/992] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_tls13_enc.c.o
1169 error [712/992] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_s3_lib.c.o
1169 error [713/992] Compiling C object subprojects/libuv-v1.42.0/libuv.a.p/src_fs-poll.c.o
1169 error [714/992] Compiling C object subprojects/libuv-v1.42.0/libuv.a.p/src_idna.c.o
1169 error [715/992] Compiling C object subprojects/libuv-v1.42.0/libuv.a.p/src_random.c.o
1169 error [716/992] Compiling C object subprojects/libuv-v1.42.0/libuv.a.p/src_inet.c.o
1169 error [717/992] Compiling C object subprojects/libuv-v1.42.0/libuv.a.p/src_strscpy.c.o
1169 error [718/992] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_t1_trce.c.o
1169 error [719/992] Linking static target subprojects/openssl-1.1.1l/libssl.a
1169 error [720/992] Compiling C object subprojects/libuv-v1.42.0/libuv.a.p/src_threadpool.c.o
1169 error [721/992] Compiling C object subprojects/libuv-v1.42.0/libuv.a.p/src_timer.c.o
1169 error [722/992] Compiling C object subprojects/libuv-v1.42.0/libuv.a.p/src_version.c.o
1169 error [723/992] Compiling C object subprojects/libuv-v1.42.0/libuv.a.p/src_uv-data-getter-setters.c.o
1169 error [724/992] Compiling C object subprojects/libuv-v1.42.0/libuv.a.p/src_unix_async.c.o
1169 error [725/992] Compiling C object subprojects/libuv-v1.42.0/libuv.a.p/src_unix_dl.c.o
1169 error [726/992] Compiling C object subprojects/libuv-v1.42.0/libuv.a.p/src_uv-common.c.o
1169 error [727/992] Compiling C object subprojects/libuv-v1.42.0/libuv.a.p/src_unix_stream.c.o
1169 error FAILED: subprojects/libuv-v1.42.0/libuv.a.p/src_unix_stream.c.o
1169 error cc -Isubprojects/libuv-v1.42.0/libuv.a.p -Isubprojects/libuv-v1.42.0 -I…/…/…/subprojects/libuv-v1.42.0 -I…/…/…/subprojects/libuv-v1.42.0/include -I…/…/…/subprojects/libuv-v1.42.0/src -fdiagnostics-color=always -DNDEBUG -std=c89 -O3 -fPIC -pthread -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112 -MD -MQ subprojects/libuv-v1.42.0/libuv.a.p/src_unix_stream.c.o -MF subprojects/libuv-v1.42.0/libuv.a.p/src_unix_stream.c.o.d -o subprojects/libuv-v1.42.0/libuv.a.p/src_unix_stream.c.o -c …/…/…/subprojects/libuv-v1.42.0/src/unix/stream.c
1169 error …/…/…/subprojects/libuv-v1.42.0/src/unix/stream.c: In function ‘uv__write’:
1169 error …/…/…/subprojects/libuv-v1.42.0/src/unix/stream.c:929:3: error: C++ style comments are not allowed in ISO C90
1169 error 929 | // XXX(jwn): this must call uv__stream_flush_write_queue(stream, n) here, since we won’t generate any more events
1169 error | ^
1169 error …/…/…/subprojects/libuv-v1.42.0/src/unix/stream.c:929:3: note: (this will be reported only once per input file)
1169 error [728/992] Compiling C object subprojects/libuv-v1.42.0/libuv.a.p/src_unix_tcp.c.o
1169 error [729/992] Compiling C object subprojects/libuv-v1.42.0/libuv.a.p/src_unix_core.c.o
1169 error [730/992] Compiling C object subprojects/libuv-v1.42.0/libuv.a.p/src_unix_fs.c.o
1169 error ninja: build stopped: subcommand failed.
1169 error make: Leaving directory ‘/opt/webrtc/webrtc/collab-be/node_modules/mediasoup/worker’
1170 error Usage:
1170 error /usr/bin/python3 -m pip install [options] [package-index-options] …
1170 error /usr/bin/python3 -m pip install [options] -r [package-index-options] …
1170 error /usr/bin/python3 -m pip install [options] [-e] …
1170 error /usr/bin/python3 -m pip install [options] [-e] …
1170 error /usr/bin/python3 -m pip install [options] <archive url/path> …
1170 error
1170 error no such option: --system
1170 error WARNING: Running pip as the ‘root’ user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: 12. Virtual Environments and Packages — Python 3.10.6 documentation
1170 error WARNING: Running pip as the ‘root’ user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: 12. Virtual Environments and Packages — Python 3.10.6 documentation
1170 error Directory does not contain a valid build tree:
1170 error /opt/webrtc/webrtc/collab-be/node_modules/mediasoup/worker/out/Release/build
1170 error make: *** [Makefile:139: mediasoup-worker] Error 1
1171 verbose exit 1
1172 timing npm Completed in 91143ms
1173 verbose unfinished npm timer reify 1660579237992
1174 verbose unfinished npm timer reify:build 1660579252945
1175 verbose unfinished npm timer build 1660579252947
1176 verbose unfinished npm timer build:deps 1660579252948
1177 verbose unfinished npm timer build:run:postinstall 1660579253253
1178 verbose unfinished npm timer build:run:postinstall:node_modules/mediasoup 1660579253253
1179 verbose code 1
1180 error A complete log of this run can be found in:
1180 error /root/.npm/_logs/2022-08-15T16_00_37_759Z-debug-0.log