Tem o mesmo e já configurou outra pergunta:
{
Estou instalando o ROS no meu RPi e quando tento instalar o liblz4-dev com:
$ cd ~/ros_catkin_ws/external_src
$ apt-get source -b lz4**
I get the following:
...
Starting LZ4 fuzzer (32-bits, )
Seed = 3703
Overflow tests : high address detected : Makefile:277: recipe for target 'test-fuzzer' failed
make[3]: *** [test-fuzzer] Killed
make[3]: Leaving directory '/home/pi/ros_catkin_ws/external_src/lz4-0.0~r131/programs'
Makefile:98: recipe for target 'test' failed
make[2]: *** [test] Error 2
make[2]: Leaving directory '/home/pi/ros_catkin_ws/external_src/lz4-0.0~r131'
debian/rules:47: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 2
make[1]: Leaving directory '/home/pi/ros_catkin_ws/external_src/lz4-0.0~r131'
debian/rules:33: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
Build command 'cd lz4-0.0~r131 && dpkg-buildpackage -b -uc' failed.
E: Child process failed
Everything worked fine including 3.2.1 Unavailable Dependencies > libconsole-bridge-dev:
Ficaria grato por conselhos.}
Mas então funcionou ... Eu apenas corri: sudo apt-get instale o liblz4-dev antes, mas não sei se era esse o problema.