Search Criteria
Package Details: gr-timing_utils-git 3.10-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/gr-timing_utils-git.git (read-only, click to copy) |
|---|---|
| Package Base: | gr-timing_utils-git |
| Description: | GNU Radio gr-timing_utils smart meters modules (RECESSIM) |
| Upstream URL: | https://github.com/sandialabs/gr-timing_utils/ |
| Licenses: | GPL |
| Provides: | gr-timing_utils |
| Submitter: | nicolasfarmer |
| Maintainer: | nicolasfarmer |
| Last Packager: | nicolasfarmer |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2024-11-09 09:24 (UTC) |
| Last Updated: | 2024-11-09 09:24 (UTC) |
Dependencies (6)
- boost (boost-gitAUR)
- gnuradio (gnuradio-gitAUR)
- gr-pdu_utils (gr-pdu_utils-gitAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- doxygen (doxygen-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Required by (2)
- gr-fhss_utils-git (requires gr-timing_utils)
- gr-smart_meters-git (requires gr-timing_utils)
Latest Comments
nicolasfarmer commented on 2025-08-19 07:31 (UTC) (edited on 2025-08-19 07:32 (UTC) by nicolasfarmer)
I investigated. Some number of versions ago boost deprecated and removed the
io_serviceAPI and replaced it withio_context. I tried updating the offending file with the patch below:This reduces the initial build errors to:
But I haven't been able to get past this. Even though the patched code uses the boost public type
boost::asio::io_context::executor_typethe error mentions the privatebasic_executor_typewhich appears in a maze of public and private contexts in boost'sio_context.hpp. I might needexecutor_work_guardin the templates instead, but I don't have the C++ knowledge to tackle this, and upstream hasn't been updated in years, so any ideas are welcome.greyltc commented on 2025-08-18 07:28 (UTC)
This fails to build with a bunch of boost errors