|
[Sponsors] |
Error: FAILED: meson-install(during NInja installation) |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
December 2, 2021, 13:26 |
Error: FAILED: meson-install(during NInja installation)
|
#1 |
New Member
DIvesh Sharma
Join Date: Dec 2021
Posts: 1
Rep Power: 0 |
C++ linker for the host machine: /usr/bin/mpicxx ld.bfd 2.34
Host machine cpu family: x86_64 Host machine cpu: x86_64 Program python3 found: YES (/usr/bin/python3) Found pkg-config: /usr/bin/pkg-config (0.29.1) Run-time dependency MPI for c found: YES 4.0.3 Run-time dependency MPI for cpp found: YES 4.0.3 Message: Extracting boost ... configuration....then I got this error! :~/SU2$ ./ninja -C build install ninja: Entering directory `build' [721/722] Installing files. Installing SU2_CFD/src/SU2_CFD to /usr/local/bin Installation failed due to insufficient permissions. Attempting to use polkit to gain elevated privileges... Error getting authority: Error initializing authority: Could not connect: No such file or directory FAILED: meson-install /usr/bin/python3 /home/divesh/SU2/meson.py install --no-rebuild ninja: build stopped: subcommand failed. can anyone guide me to solve this? I am new to python and SU2 both. Last edited by Divesh; December 3, 2021 at 01:39. |
|
December 3, 2021, 13:02 |
|
#2 |
Senior Member
bigfoot
Join Date: Dec 2011
Location: Netherlands
Posts: 679
Rep Power: 21 |
you are not allowed to install in /usr/local/bin, probably because you run this as a regular user and you need admin rights for global installation. If you install as a regular user, you usually install in your home directory, you give the installation directory to meson by adding --prefix=/home/userdir/su2 to your meson command.
|
|
Tags |
ninja installation failed |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Ansys Installation on Docker Container | mohsen.shiea | ANSYS | 11 | March 14, 2024 12:18 |
Ninja and Meson installation for SU2 | AeroEnthusiast | SU2 Installation | 0 | March 2, 2021 21:59 |
[foam-extend.org] A smooth installation of foam-3.0-extend on OpenSUSE 13.1 64-bits | cookcaptain | OpenFOAM Installation | 7 | May 26, 2015 12:22 |
CFX11 + Fortran compiler ? | Mohan | CFX | 20 | March 30, 2011 19:56 |
64bitrhel5 OF installation instructions | mirko | OpenFOAM Installation | 2 | August 12, 2008 19:07 |