Hi
Looks like py3-attrs is now (OpenBSD 6.6 Python 3.7) a requirement for running
py3-aiohttp:
km@beebox ~ $ python3.7
Python 3.7.4 (default, Aug 22 2019, 13:50:57)
[Clang 8.0.0 (tags/RELEASE_800/final)] on openbsd6
Type "help", "copyright", "credits" or "license" for more information.
>>> import
Hi, list
I was trying Gajim on the most recent snapshot, and it failed with
this error:
(org.gajim.Gajim:17067): libsoup-ERROR **: 09:44:53.587: libsoup2 symbols
detected. Using libsoup2 and libsoup3 in the same process is not supported.
Trace/BPT trap (core dumped)
Fresh snapshot:
OpenBSD 7.
Just installed irctk package on current:
$ cat /usr/local/bin/irctk
#!/bin/sh
exec tclsh8.6
/usr/obj/ports/irctk-1.1.0/fake-amd64/usr/local/share/irctk/main.tcl
• Kirill Miazine [2024-12-07 21:03]:
CC Exim maintainer, who could probably comment on whether libressl would
need some fixes.
• Theo Buehler [2024-12-07 05:03]:
I'm running one of the automated build nodes for the Exim MTA, which
does builds of stock Exim on OpenBSD. LibreSSL requires
• Theo Buehler [2024-12-07 22:10]:
to help catching LibreSSL issues, I added two additional OpenBSD build
systems, both with LibreSSL. the difference is DANE, which is breaking the
builds currently. the build without DANE goes well, even with Libre.
Yes, libressl has currently no DANE support a
CC Exim maintainer, who could probably comment on whether libressl would
need some fixes.
• Theo Buehler [2024-12-07 05:03]:
I'm running one of the automated build nodes for the Exim MTA, which
does builds of stock Exim on OpenBSD. LibreSSL requires some patching,
Thanks for the report. Could
• Theo Buehler [2024-12-07 22:10]:
had a chat with Exim dev, he said he would look into adding some of OpenBSD
patches upstream.
That would be nice. Thank you!
good news:
as of
https://git.exim.org/exim.git/commitdiff/ae016b1252f60fdde83749741e05104d271be1d1
Exim is able to build with Libre
/usr/local/lib/eopenssl32 -lssl -lcrypto
root@stable ~ # pkg-config --libs eopenssl33
-lssl -lcrypto
root@stable ~ # pkg-config --libs eopenssl34
-lssl -lcrypto
--
-- Kirill Miazine