open5gs / open5gs

Open5GS is a C-language Open Source implementation for 5G Core and EPC, i.e. the core network of LTE/NR network (Release-17)
https://open5gs.org
GNU Affero General Public License v3.0
1.78k stars 737 forks source link

Ninja build fail from source code #348

Closed yves-li closed 4 years ago

yves-li commented 4 years ago

Hi, I want to build open5gs from source code in Ubuntu 18.04. But It seems strange... does anyone encounter this problem?

open5gsVM@open5gsVM-Standard-PC-i440FX-PIIX-1996:~/open5gs/build$ ninja install
[0/1] Installing files.
Installing lib/core/libogscore.so.1.1.0 to /home/open5gsVM/open5gs/install/lib/x86_64-linux-gnu
Installing lib/crypt/libogscrypt.so.1.1.0 to /home/open5gsVM/open5gs/install/lib/x86_64-linux-gnu
Installing lib/sctp/libogssctp.so.1.1.0 to /home/open5gsVM/open5gs/install/lib/x86_64-linux-gnu
Installing lib/dbi/libogsdbi.so.1.1.0 to /home/open5gsVM/open5gs/install/lib/x86_64-linux-gnu
Installing lib/app/libogsapp.so.1.1.0 to /home/open5gsVM/open5gs/install/lib/x86_64-linux-gnu
Installing subprojects/freeDiameter/libfdproto/libfdproto.so.1.3.2 to /home/open5gsVM/open5gs/install/lib/x86_64-linux-gnu
Installing subprojects/freeDiameter/libfdcore/libfdcore.so.1.3.2 to /home/open5gsVM/open5gs/install/lib/x86_64-linux-gnu
Installing subprojects/freeDiameter/extensions/dbg_msg_dumps.fdx to /home/open5gsVM/open5gs/install/lib/x86_64-linux-gnu/freeDiameter
Installing subprojects/freeDiameter/extensions/dict_rfc5777.fdx to /home/open5gsVM/open5gs/install/lib/x86_64-linux-gnu/freeDiameter
Installing subprojects/freeDiameter/extensions/dict_mip6i.fdx to /home/open5gsVM/open5gs/install/lib/x86_64-linux-gnu/freeDiameter
Installing subprojects/freeDiameter/extensions/dict_nasreq.fdx to /home/open5gsVM/open5gs/install/lib/x86_64-linux-gnu/freeDiameter
Installing subprojects/freeDiameter/extensions/dict_nas_mipv6.fdx to /home/open5gsVM/open5gs/install/lib/x86_64-linux-gnu/freeDiameter
Installing subprojects/freeDiameter/extensions/dict_dcca.fdx to /home/open5gsVM/open5gs/install/lib/x86_64-linux-gnu/freeDiameter
Installing subprojects/freeDiameter/extensions/dict_dcca_3gpp.fdx to /home/open5gsVM/open5gs/install/lib/x86_64-linux-gnu/freeDiameter
Installing lib/diameter/common/libogsdiameter-common.so.1.1.0 to /home/open5gsVM/open5gs/install/lib/x86_64-linux-gnu
Installing lib/diameter/gx/libogsdiameter-gx.so.1.1.0 to /home/open5gsVM/open5gs/install/lib/x86_64-linux-gnu
Installing lib/diameter/rx/libogsdiameter-rx.so.1.1.0 to /home/open5gsVM/open5gs/install/lib/x86_64-linux-gnu
Installing lib/diameter/s6a/libogsdiameter-s6a.so.1.1.0 to /home/open5gsVM/open5gs/install/lib/x86_64-linux-gnu
Installing lib/asn1c/common/libogsasn1c-common.so.1.1.0 to /home/open5gsVM/open5gs/install/lib/x86_64-linux-gnu
Installing lib/asn1c/s1ap/libogsasn1c-s1ap.so.1.1.0 to /home/open5gsVM/open5gs/install/lib/x86_64-linux-gnu
Installing lib/s1ap/libogss1ap.so.1.1.0 to /home/open5gsVM/open5gs/install/lib/x86_64-linux-gnu
Installing lib/nas/libogsnas.so.1.1.0 to /home/open5gsVM/open5gs/install/lib/x86_64-linux-gnu
Installing lib/gtp/libogsgtp.so.1.1.0 to /home/open5gsVM/open5gs/install/lib/x86_64-linux-gnu
Installing lib/pfcp/libogspfcp.so.1.1.0 to /home/open5gsVM/open5gs/install/lib/x86_64-linux-gnu
Installing src/mme/open5gs-mmed to /home/open5gsVM/open5gs/install/bin
Installing src/hss/open5gs-hssd to /home/open5gsVM/open5gs/install/bin
Installing src/sgw/open5gs-sgwd to /home/open5gsVM/open5gs/install/bin
Installing src/pgw/open5gs-pgwd to /home/open5gsVM/open5gs/install/bin
Installing src/pcrf/open5gs-pcrfd to /home/open5gsVM/open5gs/install/bin
Running custom install script '/usr/bin/python3 -c import os; os.makedirs("/home/open5gsVM/open5gs/install/var/log/open5gs", exist_ok=True) if not os.environ.get("DESTDIR") else False;'
Running custom install script '/usr/bin/python3 -c import os; os.makedirs("/home/open5gsVM/open5gs/install/etc/open5gs", exist_ok=True) if not os.environ.get("DESTDIR") else False;'
Running custom install script '/usr/bin/python3 -c import os; import shutil; shutil.copy("configs/open5gs/mme.yaml", "/home/open5gsVM/open5gs/install/etc/open5gs") if not os.environ.get("DESTDIR") and not os.path.isfile(os.path.join("/home/open5gsVM/open5gs/install/etc/open5gs", os.path.split("configs/open5gs/mme.yaml")[1])) else False;'
Running custom install script '/usr/bin/python3 -c import os; import shutil; shutil.copy("configs/open5gs/hss.yaml", "/home/open5gsVM/open5gs/install/etc/open5gs") if not os.environ.get("DESTDIR") and not os.path.isfile(os.path.join("/home/open5gsVM/open5gs/install/etc/open5gs", os.path.split("configs/open5gs/hss.yaml")[1])) else False;'
Running custom install script '/usr/bin/python3 -c import os; import shutil; shutil.copy("configs/open5gs/sgw.yaml", "/home/open5gsVM/open5gs/install/etc/open5gs") if not os.environ.get("DESTDIR") and not os.path.isfile(os.path.join("/home/open5gsVM/open5gs/install/etc/open5gs", os.path.split("configs/open5gs/sgw.yaml")[1])) else False;'
Running custom install script '/usr/bin/python3 -c import os; import shutil; shutil.copy("configs/open5gs/pgw.yaml", "/home/open5gsVM/open5gs/install/etc/open5gs") if not os.environ.get("DESTDIR") and not os.path.isfile(os.path.join("/home/open5gsVM/open5gs/install/etc/open5gs", os.path.split("configs/open5gs/pgw.yaml")[1])) else False;'
Running custom install script '/usr/bin/python3 -c import os; import shutil; shutil.copy("configs/open5gs/pcrf.yaml", "/home/open5gsVM/open5gs/install/etc/open5gs") if not os.environ.get("DESTDIR") and not os.path.isfile(os.path.join("/home/open5gsVM/open5gs/install/etc/open5gs", os.path.split("configs/open5gs/pcrf.yaml")[1])) else False;'
Running custom install script '/usr/bin/python3 -c import os; os.makedirs("/home/open5gsVM/open5gs/install/etc/freeDiameter", exist_ok=True) if not os.environ.get("DESTDIR") else False;'
Running custom install script '/usr/bin/python3 -c import os; import shutil; shutil.copy("configs/freeDiameter/mme.conf", "/home/open5gsVM/open5gs/install/etc/freeDiameter") if not os.environ.get("DESTDIR") and not os.path.isfile(os.path.join("/home/open5gsVM/open5gs/install/etc/freeDiameter", os.path.split("configs/freeDiameter/mme.conf")[1])) else False;'
Running custom install script '/usr/bin/python3 -c import os; import shutil; shutil.copy("configs/freeDiameter/hss.conf", "/home/open5gsVM/open5gs/install/etc/freeDiameter") if not os.environ.get("DESTDIR") and not os.path.isfile(os.path.join("/home/open5gsVM/open5gs/install/etc/freeDiameter", os.path.split("configs/freeDiameter/hss.conf")[1])) else False;'
Running custom install script '/usr/bin/python3 -c import os; import shutil; shutil.copy("configs/freeDiameter/pgw.conf", "/home/open5gsVM/open5gs/install/etc/freeDiameter") if not os.environ.get("DESTDIR") and not os.path.isfile(os.path.join("/home/open5gsVM/open5gs/install/etc/freeDiameter", os.path.split("configs/freeDiameter/pgw.conf")[1])) else False;'
Running custom install script '/usr/bin/python3 -c import os; import shutil; shutil.copy("configs/freeDiameter/pcrf.conf", "/home/open5gsVM/open5gs/install/etc/freeDiameter") if not os.environ.get("DESTDIR") and not os.path.isfile(os.path.join("/home/open5gsVM/open5gs/install/etc/freeDiameter", os.path.split("configs/freeDiameter/pcrf.conf")[1])) else False;'
Running custom install script '/usr/bin/python3 -c import os; import shutil; shutil.copy("configs/freeDiameter/cacert.pem", "/home/open5gsVM/open5gs/install/etc/freeDiameter") if not os.environ.get("DESTDIR") and not os.path.isfile(os.path.join("/home/open5gsVM/open5gs/install/etc/freeDiameter", os.path.split("configs/freeDiameter/cacert.pem")[1])) else False;'
Running custom install script '/usr/bin/python3 -c import os; import shutil; shutil.copy("configs/freeDiameter/mme.cert.pem", "/home/open5gsVM/open5gs/install/etc/freeDiameter") if not os.environ.get("DESTDIR") and not os.path.isfile(os.path.join("/home/open5gsVM/open5gs/install/etc/freeDiameter", os.path.split("configs/freeDiameter/mme.cert.pem")[1])) else False;'
Running custom install script '/usr/bin/python3 -c import os; import shutil; shutil.copy("configs/freeDiameter/mme.key.pem", "/home/open5gsVM/open5gs/install/etc/freeDiameter") if not os.environ.get("DESTDIR") and not os.path.isfile(os.path.join("/home/open5gsVM/open5gs/install/etc/freeDiameter", os.path.split("configs/freeDiameter/mme.key.pem")[1])) else False;'
Running custom install script '/usr/bin/python3 -c import os; import shutil; shutil.copy("configs/freeDiameter/hss.cert.pem", "/home/open5gsVM/open5gs/install/etc/freeDiameter") if not os.environ.get("DESTDIR") and not os.path.isfile(os.path.join("/home/open5gsVM/open5gs/install/etc/freeDiameter", os.path.split("configs/freeDiameter/hss.cert.pem")[1])) else False;'
Running custom install script '/usr/bin/python3 -c import os; import shutil; shutil.copy("configs/freeDiameter/hss.key.pem", "/home/open5gsVM/open5gs/install/etc/freeDiameter") if not os.environ.get("DESTDIR") and not os.path.isfile(os.path.join("/home/open5gsVM/open5gs/install/etc/freeDiameter", os.path.split("configs/freeDiameter/hss.key.pem")[1])) else False;'
Running custom install script '/usr/bin/python3 -c import os; import shutil; shutil.copy("configs/freeDiameter/pgw.cert.pem", "/home/open5gsVM/open5gs/install/etc/freeDiameter") if not os.environ.get("DESTDIR") and not os.path.isfile(os.path.join("/home/open5gsVM/open5gs/install/etc/freeDiameter", os.path.split("configs/freeDiameter/pgw.cert.pem")[1])) else False;'
Running custom install script '/usr/bin/python3 -c import os; import shutil; shutil.copy("configs/freeDiameter/pgw.key.pem", "/home/open5gsVM/open5gs/install/etc/freeDiameter") if not os.environ.get("DESTDIR") and not os.path.isfile(os.path.join("/home/open5gsVM/open5gs/install/etc/freeDiameter", os.path.split("configs/freeDiameter/pgw.key.pem")[1])) else False;'
Running custom install script '/usr/bin/python3 -c import os; import shutil; shutil.copy("configs/freeDiameter/pcrf.cert.pem", "/home/open5gsVM/open5gs/install/etc/freeDiameter") if not os.environ.get("DESTDIR") and not os.path.isfile(os.path.join("/home/open5gsVM/open5gs/install/etc/freeDiameter", os.path.split("configs/freeDiameter/pcrf.cert.pem")[1])) else False;'
Running custom install script '/usr/bin/python3 -c import os; import shutil; shutil.copy("configs/freeDiameter/pcrf.key.pem", "/home/open5gsVM/open5gs/install/etc/freeDiameter") if not os.environ.get("DESTDIR") and not os.path.isfile(os.path.join("/home/open5gsVM/open5gs/install/etc/freeDiameter", os.path.split("configs/freeDiameter/pcrf.key.pem")[1])) else False;'
spencersevilla commented 4 years ago

this looks normal, I am not seeing any problems or errors.

yves-li commented 4 years ago

Thanks, a little misunderstanding.