Re: speedtest-cli - ValueError: invalid literal for int() with base 10

2021-04-09 Thread Theo Buehler
On Fri, Apr 09, 2021 at 06:45:40AM +, Mikolaj Kucharski wrote: > Hi, > > This should go upsteam, but I just noticed this on multiple -current > machines. I see that v2.1.3 was released yesterday and at first glance > last commit in repo looks like could fix below issue. Sorry, didn't dive >

Re: speedtest-cli - ValueError: invalid literal for int() with base 10

2021-04-09 Thread Kevin Lo
On Fri, Apr 09, 2021 at 08:57:42AM +0200, Theo Buehler wrote: > > On Fri, Apr 09, 2021 at 06:45:40AM +, Mikolaj Kucharski wrote: > > Hi, > > > > This should go upsteam, but I just noticed this on multiple -current > > machines. I see that v2.1.3 was released yesterday and at first glance > >

speedtest-cli - ValueError: invalid literal for int() with base 10

2021-04-09 Thread Mikolaj Kucharski
Hi, This should go upsteam, but I just noticed this on multiple -current machines. I see that v2.1.3 was released yesterday and at first glance last commit in repo looks like could fix below issue. Sorry, didn't dive deeper and I'm not sure will I be able until next weekend :/ $ speedtest-cli

Re: [UPDATE] lang/erlang

2021-04-09 Thread niamkik
Hi, > Since I pruned the old erlang versions in ports, I've got to ask. Would > we get sufficient benefits from keeping more than one erlang version? Do > we have important erlang software people rely on that we can't build > with a single chosen version? > > We routinely make decisions choosing

sparc64 bulk build report

2021-04-09 Thread kmos
Bulk build on sparc64-0a.ports.openbsd.org Started : Tue Apr 6 10:25:11 MDT 2021 Finished: Fri Apr 9 04:43:39 MDT 2021 Duration: 2 Days 18 hours 18 minutes Built using OpenBSD 6.9 (GENERIC.MP) #777: Mon Apr 5 22:49:20 MDT 2021 Built 9717 packages Number of packages built each day: Apr 6:

Re: gimp language bug

2021-04-09 Thread Christian Weisgerber
Christian Weisgerber: > Marc Espie: > > > g_setenv ("LANGUAGE", language, TRUE); > > setlocale (LC_ALL, ""); > > From the gettext manual: > Note: The variable LANGUAGE is ignored if the locale is set to 'C'. In > other words, you have to first enable localization, by setting LANG (or >

Re: [UPDATE] lang/erlang

2021-04-09 Thread Stuart Henderson
On 2021/04/09 07:19, niamkik wrote: > Hi, > > > > Since I pruned the old erlang versions in ports, I've got to ask. Would > > we get sufficient benefits from keeping more than one erlang version? Do > > we have important erlang software people rely on that we can't build > > with a single chosen

Re: sparc64 bulk build report

2021-04-09 Thread Omar Polo
k...@openbsd.org writes: > http://build-failures.rhaalovely.net/sparc64/2021-04-06/net/vger.log This should fix the build with gcc Index: Makefile === RCS file: /home/cvs/ports/net/vger/Makefile,v retrieving revision 1.1.1.1 diff

NSH updating command options to reflect changes in base

2021-04-09 Thread Tom Smyth
Hello all, what is the policy for command line argument modifications, for NSH with florian@ change to base the interface config command autoconfprivacy should probably change to autoconfv6temp or should old "autoconfprivacy" be still supported for existing configs and autoconfv6temp

Re: lang/mono for arm64

2021-04-09 Thread Patrick Wildt
Cool, thanks, Robert. > sthen | makes sense to have that mono diff, need to be sure it doesn't break > existing working archs (looked good from a quick read but i haven't tested) The changes are all encapsulated in proper arch ifdefs. To verify that is the case I'll compile it on our two mono

Re: [NEW] x11/notion 4.0.2 (successor to x11/ion) (fixed)

2021-04-09 Thread Stefan Hagen
Stefan Hagen wrote: > Stefan Hagen wrote: >> attached is a new port for x11/notion (successor of x11/ion). > > I have a better version coming up, which fixes the test suite and also > compiles on sparc64. Here we go. Attached is a better port. I've tested it on amd64 and sparc64. portcheck -N:

Re: [NEW] x11/notion 4.0.2 (successor to x11/ion) (fixed)

2021-04-09 Thread Stefan Hagen
Stefan Hagen wrote: > Stefan Hagen wrote: >> Stefan Hagen wrote: >>> attached is a new port for x11/notion (successor of x11/ion). >> >> I have a better version coming up, which fixes the test suite and also >> compiles on sparc64. > > Here we go. Attached is a better port. > > I've tested it on

Re: net/nextcloudclient build failure

2021-04-09 Thread Adriano Barbosa
Hi Christian, Thank you for reporting the build failure. The build and fake process run normally here (OpenBSD 6.9 (GENERIC.MP) #459: Fri Apr 9 11:31:33 MDT 2021 and updated ports tree) and I could not reproduce the problem. The versions of cmake and all other dependencies that you use are the

Re: lang/mono for arm64

2021-04-09 Thread Brad Smith
On 4/9/2021 11:15 AM, Patrick Wildt wrote: Hi, to do some release tests with iked we wanted to play^Wtest games/openra over IPsec. Turns out that arm64 does not support lang/mono, but I have gotten it to run. With the following diff, games/openra builds and I can even play it. This doesn't

lang/mono for arm64

2021-04-09 Thread Patrick Wildt
Hi, to do some release tests with iked we wanted to play^Wtest games/openra over IPsec. Turns out that arm64 does not support lang/mono, but I have gotten it to run. With the following diff, games/openra builds and I can even play it. This doesn't need to make release, so no worries. Would be

Re: icinga-web2 & httpd(8)

2021-04-09 Thread Florian Obser
Sorry for slacking off on this, I'm swamped with a lot of things... On Sun, Apr 04, 2021 at 11:33:22PM +0200, Michael Wilson wrote: > I just tried to configure httpd with /icingaweb2 as path. This config seems > to be working so far: > > root "/icinga-web2/public/" This is awkward, it

Re: [doc] using qemu guest agent on OpenBSD kvm/qemu guests

2021-04-09 Thread Landry Breuil
On Thu, Apr 08, 2021 at 06:19:58PM +0200, Jeroen Derks wrote: > On 08/04/2021 14:35, Landry Breuil wrote:> > > well that's very nice, definitely interested in those freebsd patches ! > > not 100% sure those will get in 6.9 though as we're slowly moving towards > > lock, but send them anyway, and

Re: icinga-web2 & httpd(8)

2021-04-09 Thread Florian Obser
On Fri, Apr 09, 2021 at 07:32:14PM +0200, Michael Wilson wrote: > > > Am 09.04.2021 um 18:55 schrieb Florian Obser : > > > > This is awkward, it basically takes over the (virtual) server, so it's > > not a snipped that you can just add to your existing config. > > I agree. I didn’t really had

Re: icinga-web2 & httpd(8)

2021-04-09 Thread Michael Wilson
> Am 09.04.2021 um 18:55 schrieb Florian Obser : > > This is awkward, it basically takes over the (virtual) server, so it's > not a snipped that you can just add to your existing config. I agree. I didn’t really had this in mind while testing the config. I just modified it slightly so there’s

audio/hydrogen build failure

2021-04-09 Thread Christian Weisgerber
audio/hydrogen failed to build in my latest amd64 bulk build. ===> Faking installation for hydrogen-1.0.1 [0/1] /usr/local/bin/cmake --regenerate-during-build -S/usr/obj/ports/hydrogen-1.0.1/hydrogen-1.0.1 -B/usr/obj/ports/hydrogen-1.0.1/build-amd64 ... and then it goes off the rails. Full

Re: Vger on sparc64

2021-04-09 Thread Omar Polo
Florian Viehweger writes: > Am Fri, 09 Apr 2021 14:37:35 +0200 > schrieb Omar Polo : > >> >> k...@openbsd.org writes: >> >> > http://build-failures.rhaalovely.net/sparc64/2021-04-06/net/vger.log >> >> This should fix the build with gcc > > Thank you for looking at this. > > This compiles

Re: lang/mono for arm64

2021-04-09 Thread Robert Nagy
Hi I am okay with this and i do not see why it cannot make release. On 09/04/21 17:15 +0200, Patrick Wildt wrote: > Hi, > > to do some release tests with iked we wanted to play^Wtest games/openra > over IPsec. Turns out that arm64 does not support lang/mono, but I have > gotten it to run.

net/nextcloudclient build failure

2021-04-09 Thread Christian Weisgerber
net/nextcloudclient failed to build in my latest amd64 bulk build. ===> Faking installation for nextcloudclient-3.1.3 [0/1] /usr/local/bin/cmake --regenerate-during-build -S/usr/obj/ports/nextcloudclient-3.1.3/desktop-3.1.3 -B/usr/obj/ports/nextcloudclient-3.1.3/build-amd64 ... and then it

Vger on sparc64

2021-04-09 Thread Florian Viehweger
Am Fri, 09 Apr 2021 14:37:35 +0200 schrieb Omar Polo : > > k...@openbsd.org writes: > > > http://build-failures.rhaalovely.net/sparc64/2021-04-06/net/vger.log > > This should fix the build with gcc Thank you for looking at this. This compiles for me on amd64 and I've done (light) testing.

Re: Vger on sparc64

2021-04-09 Thread Kurt Mosiejczuk
On Fri, Apr 09, 2021 at 10:01:54PM +0200, Florian Viehweger wrote: > Am Fri, 09 Apr 2021 14:37:35 +0200 > schrieb Omar Polo : > > k...@openbsd.org writes: > > > http://build-failures.rhaalovely.net/sparc64/2021-04-06/net/vger.log > > This should fix the build with gcc > Thank you for looking

Re: icinga-web2 & httpd(8)

2021-04-09 Thread Florian Obser
Sorry, I meant my version of the ports diff containing your httpd.conf snippet. I did not mean to imply that I had come up with the actual config. It has been a long day... On 9 April 2021 19:44:34 CEST, Florian Obser wrote: >On Fri, Apr 09, 2021 at 07:32:14PM +0200, Michael Wilson wrote: >> >>

CVS: cvs.openbsd.org: ports

2021-04-09 Thread Theo Buehler
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2021/04/09 02:12:17 Modified files: benchmarks/speedtest-cli: Makefile distinfo Log message: benchmarks/speedtest-cli: update to 2.1.3 Fixes a runtime failure reported by kevlo and Mikolaj Kucharski: *

CVS: cvs.openbsd.org: ports

2021-04-09 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2021/04/09 06:16:13 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/thunderbird-i18n: Makefile.inc distinfo Log message: mail/mozilla-thunderbird: update to 78.9.1. See

CVS: cvs.openbsd.org: ports

2021-04-09 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/04/09 08:43:07 Added files: lang/ruby/2.7/patches: patch-coroutine_copy_Context_h Log message: ruby/2.7: Reinstate coroutine/copy/Context.h patch, unbreaking build on archs which don't use a more

CVS: cvs.openbsd.org: ports

2021-04-09 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2021/04/09 06:16:52 Modified files: mail/mozilla-thunderbird: Tag: OPENBSD_6_8 Makefile distinfo Log message: mail/mozilla-thunderbird: MFC update to 78.9.1. See

CVS: cvs.openbsd.org: ports

2021-04-09 Thread Florian Obser
CVSROOT:/cvs Module name:ports Changes by: flor...@cvs.openbsd.org 2021/04/09 11:41:15 Modified files: net/icinga/web2: Makefile net/icinga/web2/pkg: README Log message: Add an example base httpd(8) configuration example. This runs icinga-web2 out of the