Re: devel/sdl2-net: specify full shared lib filename in cmake file

2025-04-16 Thread developer
Slightly off topic, but any plans for SDL 3? https://github.com/libsdl-org/SDL/releases/tag/release-3.2.0 On Wed Apr 16, 2025 at 09:23:50PM -0600, Anthony J. Bentley wrote: + endif()

Re: lang/sbcl: update to 2.3.6 (latest) and take MAINTAINER

2023-06-30 Thread developer
Zitat von Sebastien Marie : Hi, With latest changes on ecl, we are able to update sbcl to latest version (2.3.6). As maintainer systematically timeout since several years now, I am taking over the maintainership (and no reply on private mail asking about continuing or not to maintain l

Re: lang/* BTI breakage - lang/sbcl

2023-06-30 Thread developer
Zitat von Theo de Raadt : Sebastien Marie wrote: sbcl compilation works by generating native code inside live managed memory, and permits to save the whole memory image to a file. it is why the binary currently also needs WX and RX memory (I intent to work a bit on it if possible). Whe

Re: misc/screen segfault

2023-06-21 Thread developer
Quoting Theo Buehler : ws-4# egdb screen screen.core If this screen.core is new, i.e. generated with a crash after reboot and screen added after 'pkg_add debug-screen', then I'm out of ideas. If not, reproduce again and get a new backtrace. If it looks anything like the one you got (i.e., h

Re: misc/screen segfault

2023-06-21 Thread developer
Quoting Theo Buehler : On Wed, Jun 21, 2023 at 08:22:54PM +0200, develo...@robert-palm.de wrote: Quoting Theo Buehler : > > Anybody knows why this happens on arm64 ? > > > > ws-4# uname -a > > OpenBSD ws-4.my.domain 7.3 GENERIC.MP#2164 arm64 > > > > ws-4# screen -v > > Segmentation fault (co

Re: misc/screen segfault

2023-06-21 Thread developer
Quoting Theo Buehler : Anybody knows why this happens on arm64 ? ws-4# uname -a OpenBSD ws-4.my.domain 7.3 GENERIC.MP#2164 arm64 ws-4# screen -v Segmentation fault (core dumped) Does not happen here. Could you provide a backtrace, please? # pkg_delete screen # pkg_add gdb debug-screen Th

misc/screen segfault

2023-06-21 Thread developer
Hi, I installed the misc/screen port. Anybody knows why this happens on arm64 ? ws-4# uname -a OpenBSD ws-4.my.domain 7.3 GENERIC.MP#2164 arm64 ws-4# screen -v Segmentation fault (core dumped) No problem with amd64: ws-3# uname -a OpenBSD ws-3.my.domain 7.3 GENERIC#1072 amd64 ws-3# scree