Package Details: nyble 0.5.0-3

Git Clone URL: https://aur.archlinux.org/nyble.git (read-only, click to copy)
Package Base: nyble
Description: A snake game for the terminal
Upstream URL: https://octobanana.com/software/nyble
Keywords: console game terminal
Licenses: MIT
Submitter: clove3am
Maintainer: None
Last Packager: None
Votes: 0
Popularity: 0.000000
First Submitted: 2020-06-10 20:20 (UTC)
Last Updated: 2022-06-28 04:25 (UTC)

Dependencies (4)

Required by (0)

Sources (2)

Latest Comments

simona commented on 2026-03-29 11:16 (UTC)

/usr/include/boost/asio/deferred.hpp:304:28: note: ‘boost::asio::deferred_async_operation<void(std::__exception_ptr::exception_ptr), boost::asio::detail::initiate_spawn\<boost::asio::io_context::basic_executor_type\<std::allocator\<void>, 0> >, OB::Belle::IO::Read::run()::\<lambda(auto:47)> >’ declared here
304 | class BOOST_ASIO_NODISCARD deferred_async_operation
|                            ^~
/home/simona/.cache/yay/nyble/src/nyble-0.5.0/./src/ob/belle/io.hh: In member function ‘void OB::Belle::IO::Read::read_impl(boost::asio::yield_context)’:
/home/simona/.cache/yay/nyble/src/nyble-0.5.0/./src/ob/belle/io.hh:262:21: error: ‘boost::asio::high_resolution_timer’ {aka ‘class boost::asio::basic_waitable_timer<std::chrono::_V2::system_clock>’} has no member named ‘expires_from_now’
262 |               timer.expires_from_now(_interval);
|                     ^~
make[2]: *** [CMakeFiles/nyble.dir/build.make:79: CMakeFiles/nyble.dir/src/main.cc.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:87: CMakeFiles/nyble.dir/all] Error 2
make: *** [Makefile:136: all] Error 2

simona commented on 2025-01-14 09:23 (UTC)

/usr/include/boost/asio/impl/spawn.hpp:1385:13: note: candidate: ‘void boost::asio::spawn(ExecutionContext&, Function&&, constboost::coroutines::attributes&, constraint_t<((bool)std::is_convertible<ExecutionContext&, execution_context&>::value)>) [with Function = OB::Belle::IO::Read::run()::<lambda(auto:45)>; ExecutionContext = io_context; constraint_t<((bool)std::is_convertible<ExecutionContext&, execution_context&>::value)> = int]’
1385 | inline void spawn(ExecutionContext& ctx, Function&& function, | ^
make[2]: *** [CMakeFiles/nyble.dir/build.make:79: CMakeFiles/nyble.dir/src/main.cc.o] Error 1