Bug#1110608: pulseeffects ftbfs with boost 1.88
Package: src:pulseeffects
Version: 4.8.7-2
Severity: important
Tags: sid forky
User: debian-devel@lists.debian.org
Usertags: boost1.88
pulseeffects ftbfs with boost 1.88:
[...]
../src/pulse_info_ui.cpp: In member function ‘void
PulseInfoUi::get_pulse_conf()’:
../src/pulse_info_ui.cpp:182:21: error: ‘ipstream’ is not a member of
‘boost::process’
182 | boost::process::ipstream pipe_stream;
| ^~~~~~~~
../src/pulse_info_ui.cpp:183:21: error: ‘child’ is not a member of
‘boost::process’
183 | boost::process::child c(command, boost::process::std_out >
pipe_stream);
| ^~~~~
../src/pulse_info_ui.cpp:187:12: error: ‘pipe_stream’ was not declared
in this scope; did you mean ‘pa_stream’?
187 | while (pipe_stream && std::getline(pipe_stream, line) &&
!line.empty()) {
| ^~~~~~~~~~~
| pa_stream
../src/pulse_info_ui.cpp: In member function ‘void
PulseInfoUi::get_resamplers()’:
../src/pulse_info_ui.cpp:234:21: error: ‘ipstream’ is not a member of
‘boost::process’
234 | boost::process::ipstream pipe_stream;
| ^~~~~~~~
../src/pulse_info_ui.cpp:235:21: error: ‘child’ is not a member of
‘boost::process’
235 | boost::process::child c(command, boost::process::std_out >
pipe_stream);
| ^~~~~
../src/pulse_info_ui.cpp:239:12: error: ‘pipe_stream’ was not declared
in this scope; did you mean ‘pa_stream’?
239 | while (pipe_stream && std::getline(pipe_stream, line) &&
!line.empty()) {
| ^~~~~~~~~~~
| pa_stream
Reply to: