The check for SSE4.1 support is only done at build time, so the runtime was
leading to SIGILL on machines with old amd64 processors where this instruction
set is not implemented. This issue most likely hit i386 as well.
tweak and OK sthen@, OK solene@ (maintainer)
ok jsg@ for an earlier version that included libexecinfo
build without libexecinfo - this approach is fine with sthen@
Maintainer awolk@ is busy but looked at update and no objection
As diagnosed by kettenis, running the regress/lib/libssl/interop/openssl
test results in a SIGILL or SIGBUS due to an alignment issue. The reason
for this is that the configure magic fails to pick up -m64 which is
needed for the perlasm to generate the correct flavor of assembly.
None of the approaches for setting variables in the main port Makefile
worked. Since we already patch out -O3 from Configure, I added -m64
there. The resulting binary seems to work well. The interop tests on
sparc64 pass with this patch.
Many thanks to kettenis for figuring this out and to sthen who helped
me save a lot of time with FLAVOR=no_man.
ok sthen
A couple of tests fail because it tries to access the network.
Left a comment on Makefile as pre sthen's suggestion.
Also dropped maintainer as I don't use this anymore.
ok sthen@
Cf https://github.com/libofx/libofx/releases/tag/0.10.0
switch back to real releases on sourceforge, allows to drop
autoconf/automake and use plain configure.
from jca@: pass ac_cv_sym_visibility=yes to CONFIGURE_ENV to ensure
-fvisibility is properly detected and used, this way only the needed
symbols are exported in libofx. Bump major.
all consumers (productivity/{homebank,grisbi,gnucash,kmymoney) build
fine with this update.
- remove some @conflict pylint{,3}-main that wouldn't ever trigger (conflicts
work with package names which were pylint-$VER/pylint3-$VER which were already
handled)
- the port is py3-only so remove -3 suffix on the installed scripts as there's
no longer a conflict
dependency.
Added README for gajim stating that some plugins, like OMEMO, may need
additional packages to be installed.
"works fine" solene@
maintainer timeout.