Dear folks,
Here is probably a trouble for more than one “half newbee” with Rasberry Pi3 & Runeaudio.
I succeed to configure one year ago the 0.4-beta-20160321 image and install all the necessaries libraries to display with 20x4 LCD (in parallel, with control buttons), spending “few nights”…
When I try to enjoy the 0.4-beta-20170229 image, I am still able to configure all to listen to music with my last favorite DAC, but stay stuck to install any new library (for example, RPi.GPIO) to manage any additional feature (like control buttons + LCD, the same clone with last UI interface in fact). Always receiving the error from GCC compiler, used when typing “python setup.py install” after downloading the library, here copying the command and the resulting message:
[root@runeaudio RPi.GPIO-0.6.3]# python3.6 setup.py install
running install
running build
running build_py
running build_ext
building 'RPi._GPIO' extension
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall –Wstrict-prototypes -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector-strong -fno-plt -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2-pipe -fstack-protector-strong -fno-plt -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector-strong -fno-plt -fPIC -I/usr/include/python3.6m -c source/py_gpio.c -o build/temp.linux-armv7l-3.6/source/py_gpio.o
/usr/lib/gcc/armv7l-unknown-linux-gnueabihf/7.2.1/cc1: error while loading shared libraries: libmpfr.so.4: cannot open shared object file: No such file or directory
error: command 'gcc' failed with exit status 1
I anderstand gcc is not correctly installed, despite only doing the usual “pacman –S gcc” with any error messages. Some investigations on net did not help, only found that python may also miss additional development libraries…
Help highly required…