02-18-2020, 04:10 PM
(02-18-2020, 02:42 PM)p1trson Wrote: so unfortunately I didn't manage to successfully install/compile it. Following the https://github.com/savoirfairelinux/ring-project (after cloning the repo and installing bunch od dependencies) I got stuck at:
checking whether make sets $(MAKE)... yes
checking build system type... Invalid configuration `aarch64-linux-gnu': machine `aarch64' not recognized
configure: error: /bin/bash ./config.sub aarch64-linux-gnu failed
../../contrib/src/dbus-cpp/rules.mak:31: recipe for target '.dbus-cpp' failed
make: *** [.dbus-cpp] Error 1
Traceback (most recent call last):
File "./make-ring.py", line 528, in <module>
main()
File "./make-ring.py", line 515, in main
run_install(parsed_args)
File "./make-ring.py", line 322, in run_install
return subprocess.run(["./scripts/install.sh"] + install_args, env=environ, check=True)
File "/usr/lib/python3.5/subprocess.py", line 708, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['./scripts/install.sh', '-p', '4', '-g', '-c', 'client-gnome']' returned non-zero exit status 2
at step ./make-ring.py --install --global-install
I guess I'll fire up issue for jami.
done:
https://git.jami.net/savoirfairelinux/ri...issues/809
let's hope for the best
Are you using Ubuntu Touch? If so, I doubt it is a jami issue given that I had a similar issue when building baresip on Ubuntu Touch.
When building baresip, you can fix the problem by explicitly stating the architecture. You can do this by running 'ARCH=aarch64 make' when building baresip.
I imagine you can set a similar variable when building jami.
PS Baresip builds and runs. I'm currently dealing with various alsa related errors. I expect those errors are arising due to my configuration for baresip being incorrect. I will investigate when I have more time.