yuri@FreeBSD
yuri@FreeBSD
File fetching isn't allowed during package build in any sane packaging system. For this reason FetchContent isn't compatible with packaging. Please consider going back to git submodules.
**Description** I am attempting to build for pyGHDL, but this error occurs: ``` ===> Building for ghdl-4.1.0 cd /usr/ports/cad/py-pyghdl/work-py311/ghdl-4.1.0 && /usr/bin/env -i HOME=/usr/ports/cad/py-pyghdl/work-py311 PWD="${PWD}" __MAKE_CONF=/nonexistent OSVERSION=1401500 PATH=/usr/local/libexec/ccache:/usr/ports/cad/py-pyghdl/work-py311/.bin:/home/yuri/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin TERM=xterm-256color XDG_DATA_HOME=/usr/ports/cad/py-pyghdl/work-py311 XDG_CONFIG_HOME=/usr/ports/cad/py-pyghdl/work-py311...
Currently these platforms are listed: GNU/Linux, Windows and macOS. On FreeBSD we have the port cad/ghdl. GHDL can be installed from the package with the command ```pkg install ghdl```. It...
Tests fail to run: ``` cd /usr/ports/www/py-notebook/work-py311/notebook-7.2.2/tests && /usr/bin/env -i HOME=/usr/ports/www/py-notebook/work-py311 PWD="${PWD}" __MAKE_CONF=/nonexistent OSVERSION=1401500 PATH=/usr/local/libexec/ccache:/usr/ports/www/py-notebook/work-py311/.bin:/home/yuri/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin TERM=xterm-256color XDG_DATA_HOME=/usr/ports/www/py-notebook/work-py311 XDG_CONFIG_HOME=/usr/ports/www/py-notebook/work-py311 XDG_CACHE_HOME=/usr/ports/www/py-notebook/work-py311/.cache HOME=/usr/ports/www/py-notebook/work-py311 PATH=/usr/local/libexec/ccache:/usr/ports/www/py-notebook/work-py311/.bin:/home/yuri/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin PKG_CONFIG_LIBDIR=/usr/ports/www/py-notebook/work-py311/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2...
Build fails: ``` env/env_basic_test.cc:104:1: error: 'InstantiateTestCase_P_IsDeprecated' is deprecated: INSTANTIATE_TEST_CASE_P is deprecated, please use INSTANTIATE_TEST_SUITE_P [-Werror,-Wdeprecated-declarations] 104 | INSTANTIATE_TEST_CASE_P(EnvDefault, EnvBasicTestWithParam, | ^ /usr/local/include/gtest/gtest-param-test.h:539:38: note: expanded from macro 'INSTANTIATE_TEST_CASE_P' 539 | static_assert(::testing::internal::InstantiateTestCase_P_IsDeprecated(),...
### Checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://crates.io/crates/polars) of Polars. ###...
### Describe the issue When I attempt to build it on FreeBSD it fails: ``` running build running build_py error: package directory 'onnxruntime/backend' does not exist *** Error code 1...
``` $ python3.11 Python 3.11.9 (main, Jul 11 2024, 01:05:32) [Clang 16.0.6 (https://github.com/llvm/llvm-project.git llvmorg-16.0.6-0-g7cbf1a on freebsd14 Type "help", "copyright", "credits" or "license" for more information. >>> import eventlet Traceback (most...
### 🐛 Describe the bug [log](https://freebsd.org/~yuri/py311-torch-geometric-2.6.0-test.log) ### Versions torch-geometric-2.6.0 pytorch-2.4.0 Python-3.11 FreeBSD 14.1
These tests fail: ``` 1 - serial_tests (Failed) 2 - test-backtrace (Failed) 10 - test-command-args (Failed) 12 - test-coordinates-initialization (BAD_COMMAND) 36 - test-squash (Failed) 37 - test-stopCheck (BAD_COMMAND) ``` Here...