yuri@FreeBSD
yuri@FreeBSD
proxygen-2022.07.18.00 fails: ``` ld: error: /usr/local/lib/libfolly.so.0.58.0-dev: undefined reference to folly::detail::base64_detail::base64Decode_SSE4_2(char const*, char const*, char*) [--no-allow-shlib-undefined] ld: error: /usr/local/lib/libfolly.so.0.58.0-dev: undefined reference to folly::detail::base64_detail::base64URLEncode_SSE4_2(char const*, char const*, char*) [--no-allow-shlib-undefined] ld: error: /usr/local/lib/libfolly.so.0.58.0-dev:...
``` In file included from /usr/ports/devel/cli11/work/CLI11-1.8.0/extern/googletest/googletest/include/gtest/gtest-param-test.h:180: /usr/ports/devel/cli11/work/CLI11-1.8.0/extern/googletest/googletest/include/gtest/internal/gtest-param-util.h:382:3: error: static_assert failed due to requirement 'sizeof(int) == 0' "Empty arguments are not allowed." static_assert(sizeof(T) == 0, "Empty arguments are not allowed."); ^...
On FreeBSD the build for the version ```1.2.0``` fails: ``` In file included from libavogadro/src/extensions/surfaces/openqube/atom.cpp:17: In file included from libavogadro/src/extensions/surfaces/openqube/atom.h:22: In file included from libavogadro/src/extensions/surfaces/openqube/molecule.h:27: /usr/local/include/eigen3/Eigen/Core:340:2: error: Eigen2-support is only...
``` Installing avogadro-1.2.0... pkg-static: avogadro-1.2.0 conflicts with libmsym-0.2.3 (installs files into the same place). Problematic file: /usr/local/include/libmsym/msym.h *** Error code 70 ``` There is a package for ```libmsym```, you need...
``` libavogadro/src/extensions/symmetry/libmsym/src/orbital.c:70:24: error: controlling expression type 'int' not compatible with any generic association type char *d = (signbit(m) == 1 ? "-" : "+"); ^~~~~~~~~~ /usr/include/math.h:134:20: note: expanded from macro...
``` Subscript pseudoalphabet: ₛᵤbₛcᵣᵢₚₜ Superscript pseudoalphabet: ˢᵘᵇˢᶜʳⁱᵖᵗ ```
Automated systems discover new versions using tags, and notify port maintainers about new versions. Ports of projects with tagless repositories are less likely to be updated.
rev. 94cac88
I noticed that on my system armory opens wallet files with these permissions: -rw-r--r-- This is very wrong that armory creates and is able to open world readable wallet. Suggestion:...