Package: src:uhd
Version: 4.8.0.0+ds1-2
Severity: important
Tags: sid forky patch
User: [email protected]
Usertags: boost1.88
patch / workaround at
https://launchpadlibrarian.net/809926334/uhd_4.8.0.0+ds1-2ubuntu1_4.8.0.0+ds1-2ubuntu2.diff.gz
[...]
/<<PKGBUILDDIR>>/host/examples/rx_samples_to_file.cpp: In function
‘double disk_rate_check(size_t, size_t, size_t, const std::string&)’:
/<<PKGBUILDDIR>>/host/examples/rx_samples_to_file.cpp:62:21: error:
‘ipstream’ is not a member of ‘boost::process’
62 | boost::process::ipstream pipe_stream;
| ^~~~~~~~
/<<PKGBUILDDIR>>/host/examples/rx_samples_to_file.cpp:72:25: error:
‘child’ is not a member of ‘boost::process’
72 | boost::process::child c(
| ^~~~~
/<<PKGBUILDDIR>>/host/examples/rx_samples_to_file.cpp:75:13: error: ‘c’
was not declared in this scope
75 | if (c.running()) {
| ^
/<<PKGBUILDDIR>>/host/examples/rx_samples_to_file.cpp:91:12: error:
‘pipe_stream’ was not declared in this scope
91 | while (pipe_stream && std::getline(pipe_stream, line) &&
!line.empty()) {
| ^~~~~~~~~~~