Re: edgerouter poe panics when bringing network up at boot

2024-07-07 Thread Visa Hankala
On Sat, Jul 06, 2024 at 11:11:43AM +0200, Landry Breuil wrote: > Le Tue, Jul 02, 2024 at 07:50:56PM +, Miod Vallat a écrit : > > > hi, > > > > > > playing with 7.5 on an edgerouter poe, it panics at boot: > > > > Congratulations, you've reached a divide by zero in the kernel. > > > > This is

Missing 'format' word in glDrawPixels documentation

2024-07-07 Thread ZenitDS
Index: drawpixels.3gl === RCS file: /cvs/xenocara/doc/gl-docs/GL/gl/drawpixels.3gl,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 drawpixels.3gl --- drawpixels.3gl 29 Nov 2006 17:00:40 - 1.1.1.1 +++ drawpixels.3gl

Re: Missing 'format' word in glDrawPixels documentation

2024-07-07 Thread Jonathan Gray
doc/gl-docs is outdated and should either be removed or replaced with the newer docbook pages converted. I'm not sure how viable that is with docbook2mdoc. https://github.com/KhronosGroup/OpenGL-Refpages https://mandoc.bsd.lv/docbook2mdoc/ https://registry.khronos.org/OpenGL-Refpages/gl2.1/ http

Re: Missing 'format' word in glDrawPixels documentation

2024-07-07 Thread Matthieu Herrb
On Sun, Jul 07, 2024 at 07:51:28PM +1000, Jonathan Gray wrote: > doc/gl-docs is outdated and should either be removed or replaced with > the newer docbook pages converted. I'm not sure how viable that is > with docbook2mdoc. > > https://github.com/KhronosGroup/OpenGL-Refpages > https://mandoc.bsd

sendbug(1) should not delete bug report before confirming it has landed on https://marc.info/?l=openbsd-bugs

2024-07-07 Thread Qingyao Sun
Synopsis: sendbug(1) should not delete bug report before confirming it has landed on https://marc.info/?l=openbsd-bugs Category: user Environment: System : OpenBSD 7.5 Details : OpenBSD 7.5 (GENERIC.MP) #82: Wed Mar 20 15:48:40 MDT 2024

Pre-compiled static go binary fails with "undefined symbol 'syscall'"

2024-07-07 Thread Qingyao Sun
Synopsis: Pre-compiled static go binary fails with "undefined symbol 'syscall'" Category: library Environment: System : OpenBSD 7.5 Details : OpenBSD 7.5 (GENERIC.MP) #82: Wed Mar 20 15:48:40 MDT 2024 dera...@amd64.openbsd.org:/usr/src/

Re: Pre-compiled static go binary fails with "undefined symbol 'syscall'"

2024-07-07 Thread Chris Narkiewicz
On Sun, Jul 07, 2024 at 04:58:47PM -0400, Qingyao Sun wrote: > > Then that would be a bug in Go's stdlib on OpenBSD. Sadly I know > nothing > > about OpenBSD, so I cant help you with that. From the error message > > OpenBSD's libc is apparently missing syscall. Yes, syscall has

Re: sendbug(1) should not delete bug report before confirming it has landed on https://marc.info/?l=openbsd-bugs

2024-07-07 Thread Kirill A . Korinsky
On Sun, 07 Jul 2024 21:55:01 +0100, Qingyao Sun wrote: > > Description: > I drafted a problem report with sendbug(1) and sent it. However, it did > not appear on > https://marc.info/?l=openbsd-bugs after a while, so I checked > /var/log/maillog and it > turns out that the mess

[k...@disroot.org: Re: Pre-compiled static go binary fails with "undefined symbol 'syscall'"]

2024-07-07 Thread Kian Ali Agheli
- Forwarded message from Kian Ali Agheli - Date: Sun, 7 Jul 2024 21:08:11 -0700 From: Kian Ali Agheli To: Qingyao Sun Subject: Re: Pre-compiled static go binary fails with "undefined symbol 'syscall'" OpenBSD recently changed access to its syscalls. The change which allows upst

Re: Pre-compiled static go binary fails with "undefined symbol 'syscall'"

2024-07-07 Thread Stuart Henderson
On 2024/07/07 22:06, Chris Narkiewicz wrote: > There is plenty of go applications in ports, so I guess this > is a solved problem. Not completely - some of these still try to use syscall and fail at runtime.