roc-streaming / roc-toolkit

Real-time audio streaming over the network.
https://roc-streaming.org
Mozilla Public License 2.0
1.06k stars 213 forks source link

build fails on ubuntu 18.04.03 #243

Closed muralikodali closed 5 years ago

muralikodali commented 5 years ago

build fails with following error : [execute] make -j scons: *** Error 1 error: can't make 'pulseaudio-11.1', see '3rdparty/x86_64-pc-linux-gnu/gcc-7.4.0-release/build/pulseaudio-11.1/build.log' for details

log file is attached for reference. build.log

gavv commented 5 years ago

Hi,

I think you have discovered the problem described in #190: pulseaudio 11.1 fails to build with recent glibc versions without a patch.

You can resolve this one of the three ways:

muralikodali commented 5 years ago

thanks for your guidance. I have upgraded pulseaudio with ppa . compilation done without error. roc working now.

gavv commented 5 years ago

Roc will now automatically download and apply this patch when building PulseAudio (if its version is between 8.99.1 and 11.99.1). This is merged into the master branch.