yuri@FreeBSD

Results 1742 issues of yuri@FreeBSD

0.93.1 breaks with python python27-2.7.9, see error log below. I am seeing this on FreeBSD, but the last error also googles for linux: https://bitcointalk.org/index.php?topic=975716.0 This last error causes armory to...

'armory.desktop' has Icon=armoryicon, which corresponds to share/armory/img/armory_icon_XxX.png But 'armorytestnet.desktop' has Icon=armorytestneticon which doesn't have an installed candidate icon. Also please note that armory installs icons into non-standard location. Icons should...

I also created the FreeBSD port with most of these changes: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192367 Port builds and works fine.

``` c++: error: the clang compiler does not support '-march=nehalem' ``` clang-13 FreeBSD 13

``` : && /usr/bin/c++ -O2 -pipe -fno-omit-frame-pointer -fstack-protector-strong -fno-strict-aliasing -fno-omit-frame-pointer -Wall -Wextra -stdlib=libc++ -D_LIBCPP_VERSION -O2 -pipe -fno-omit-frame-pointer -fstack-protector-strong -fno-strict-aliasing -fno-omit-frame-pointer -fstack-protector-strong -stdlib=libc++ CMakeFiles/example1.dir/src/example1.cpp.o -o example1 -L/usr/local/lib -Wl,-rpath,/usr/local/lib:/disk-samsung/freebsd-ports/x11-toolkits/nanogui/work/.build libnanogui.so && :...

Build fails: ``` CMake Error at CMakeLists.txt:525 (configure_package_config_file): Unknown CMake command "configure_package_config_file". ``` CMakeLists.txt is missing ```include(CMakePackageConfigHelpers)``` that provides this macro.

We on FreeBSD already have ```glfw``` and ```pybind11``` dependencies. How to use them, and not bundle them?

When BUILD_SHARED_LIBS is set, shared libraries should be built.

For example, I already have tbb installed, and want to use preinstalled version. Please consider the cmake option USE_EXTERNAL_TBB, etc. Such options should be added for all bundled dependencies that...