Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fatal error encountered #146

Open
KosmoMoustache opened this issue Sep 29, 2018 · 3 comments
Open

Fatal error encountered #146

KosmoMoustache opened this issue Sep 29, 2018 · 3 comments

Comments

@KosmoMoustache
Copy link

I get

Fatal error encountered: 'sudo make' failed
Fatal error encountered: su pi -c ./bt_pa_config.sh failed

After executing sudo ./install.sh

@schwukas
Copy link

Do you still encounter this problem? I'd be glad to help.

@KosmoMoustache
Copy link
Author

I have not tested since

@divx118
Copy link

divx118 commented Jun 3, 2019

@ReadyFoxy @schwukas I don't know if it is related, I use stretch on rpi3.
I got the following error.

SSRPARI [Mon  3 Jun 20:11:03 CEST 2019] Executing sudo ./bootstrap.sh
Fatal error encountered: 'sudo ./bootstrap.sh' failed
Fatal error encountered: su pi -c ./bt_pa_config.sh failed

bootstrap.sh failed because autopoint was missing.
sudo apt-get install autopoint

Also got an earlier installing libjson0-dev failed, but that is replaced with libjson-c-dev on stretch. So easy fix.
After this fixing I got the:

SSRPARI [Mon  3 Jun 20:33:56 CEST 2019] Executing sudo ./bootstrap.sh
SSRPARI [Mon  3 Jun 20:39:30 CEST 2019] Executing sudo make
Fatal error encountered: 'sudo make' failed
Fatal error encountered: su pi -c ./bt_pa_config.sh failed
pi@raspberrypi:~/Super-Simple-Raspberry-Pi-Audio-Receiver-Install $ cd /home/pi/pulseaudio/
pi@raspberrypi:~/pulseaudio $ sudo make
make  all-recursive
make[1]: Entering directory '/home/pi/pulseaudio'
Making all in src
make[2]: Entering directory '/home/pi/pulseaudio/src'
make  all-am
make[3]: Entering directory '/home/pi/pulseaudio/src'
  CC       modules/raop/libraop_la-raop_client.lo
modules/raop/raop_client.c: In function ‘rsa_encrypt’:
modules/raop/raop_client.c:167:8: error: dereferencing pointer to incomplete type ‘RSA {aka struct rsa_st}’
     rsa->n = BN_bin2bn(modules, size, NULL);
        ^~
Makefile:8470: recipe for target 'modules/raop/libraop_la-raop_client.lo' failed
make[3]: *** [modules/raop/libraop_la-raop_client.lo] Error 1
make[3]: Leaving directory '/home/pi/pulseaudio/src'
Makefile:4806: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/home/pi/pulseaudio/src'
Makefile:799: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/pi/pulseaudio'
Makefile:614: recipe for target 'all' failed
make: *** [all] Error 2

Just thought I should post this in case someone else comes across similar issues until #136 is finished.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants