thanks for your report and username - I've updated the cmake flags to correct
![]() |
VOOZH | about |
| Git Clone URL: | https://aur.archlinux.org/cubicsdr.git (read-only, click to copy) |
|---|---|
| Package Base: | cubicsdr |
| Description: | Cross-Platform Software-Defined Radio Application |
| Upstream URL: | https://cubicsdr.com |
| Keywords: | rtl-sdr sdr |
| Licenses: | GPL-2.0-or-later |
| Submitter: | Miegl |
| Maintainer: | envolution |
| Last Packager: | envolution |
| Votes: | 12 |
| Popularity: | 0.000022 |
| First Submitted: | 2018-12-29 13:24 (UTC) |
| Last Updated: | 2025-05-25 19:35 (UTC) |
thanks for your report and username - I've updated the cmake flags to correct
Reporting failure to build
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
CMake Error at CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.5 has been removed from CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
to tell CMake that the project requires at least <min> but has been updated
to work with policies introduced by <max> or earlier.
Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.
-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().
Aborting...
error: failed to build 'cubicsdr-0.2.7-5':
All good!
@calimero could you please try this new release to see if it compiles and works without pulseaudio?
For sound to work without middleware such as pulseaudio, -DUSE_AUDIO_ALSA=ON is still required in the cmake arguments! Would you mind adding that? I don't run pulseaudio and therefore I don't have any sound in cubicsdr with this updated PKGBUILD either.
solved
a little cleanup and enabled pulseaudio build flags. Please mark as out of date if there are major issues with the new package. minor issues just leave a comment
For sound to work (without middleware), add -DUSE_AUDIO_ALSA=ON to the cmake arguments. CubicSDR doesn't work with apulse (it crashes).
When I launch cubicsdr I get:
/usr/src/debug/wxwidgets/wxWidgets/src/unix/glegl.cpp(386): assert ""Assert failure"" failed in InitVisual(): Failed to get an EGLConfig for the requested attributes.
The /usr/src/debug/wxwidgets and I think this is cause due to missing "enable debug" parameter on wxwidgets arch package during building. How to solve it in cubicsdr?