-
Notifications
You must be signed in to change notification settings - Fork 721
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dunfell: websocketpp:do_compile fails #452
Comments
Fixed: Fix MSYS libzmq discovery (openembedded#510) Fix handshake event don't need DRAFT API in libzmq v4.3.0 and above (openembedded#509) Use chrono duration for poll default timeout (openembedded#497) context_t close no longer uses deprecated function (openembedded#490) Fix for potential memory leak in monitor_t::check_event (openembedded#482) Fix if constexpr warnings on MSVC (openembedded#460) Fix conversion warnings (openembedded#459) Deprecate confusing connected() function (openembedded#458) Added: Add all draft socket types up to libzmq 4.3.4 (openembedded#488) Add support for socket_ref to multipart_t ctor/send/recv (openembedded#487, openembedded#470) Expose zmq::fd_t (openembedded#452) Add poller_t::size function (openembedded#451) Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
I don't see the connection between that commit and the error posted. Hardknott should have the same error as it does not have the cppzmq update. I have not seen this error in my dunfell world builds using the standard QEMU machines. |
Thanks for the quick reply. I am using yocto for the first time and am not sure where to look for the problem. Do you have any idea where the problem might be? |
I managed to resolve the problem. My build host was running with 8GB of RAM, which apparently was not enough. I bumped the available RAM to 16GB and the build worked fine. |
0001-install.sh-consider-multilib.patch removed since it is included in 1.5.0 Changelog: Issues for this release <https://github.com/bats-core/bats-core/pull/####> ========= Added: --------- new command line flags (openembedded#488) --verbose-run: Make run print $output by default -x, --trace: Print test commands as they are executed (like set -x)` --show-output-of-passing-tests: Print output of passing tests --print-output-on-failure: Automatically print the value of $output on failed tests --gather-test-outputs-in <directory>: Gather the output of failing and passing tests as files in directory Experimental: add return code checks to run via !/-<N> (openembedded#367, openembedded#507) install.sh and uninstall.sh take an optional second parameter for the lib folder name to allow for multilib install, e.g. into lib64 (openembedded#452) add run flag --keep-empty-lines to retain empty lines in ${lines[@]} (openembedded#224, a894fbf) add run flag --separate-stderr which also fills $stderr and $stderr_lines (openembedded#47, 5c9b173d, openembedded#507) Fixed: --------- don't glob run's $output when splitting into ${lines[@]} (openembedded#151, openembedded#152, openembedded#158, openembedded#156, openembedded#281, openembedded#289) remove empty line after test with pretty formatter on some terminals (openembedded#481) don't run setup_file/teardown_file on files without tests, e.g. due to filtering (openembedded#484) print final line without newline on Bash 3.2 for midtest (ERREXIT) failures too (openembedded#495, openembedded#145) abort with error on missing flock/shlock when running in parallel mode (openembedded#496) improved set -u test and fixed some unset variable accesses (openembedded#498, openembedded#501) shorten suite/file/test temporary folder paths to leave enough space even on restricted systems (openembedded#503) Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
Build for meta-oe/recipes-support/websocketpp fails. Does anyone know what the problem could be?
The text was updated successfully, but these errors were encountered: