aarch64 bulk build report

2021-04-13 Thread phessler
bulk build on arm64.ports.openbsd.org
started on  Fri Apr 9 13:05:37 MDT 2021
finished at Tue Apr 13 11:58:30 MDT 2021
lasted 3D22h52m
done with kern.version=OpenBSD 6.9 (GENERIC.MP) #1119: Fri Apr  9 03:23:43 MDT 
2021

built packages:11076
Apr 9:3480
Apr 10:1279
Apr 11:4038
Apr 13:2278


critical path missing pkgs:  
http://build-failures.rhaalovely.net/aarch64/2021-04-09/summary.log

build failures: 11
http://build-failures.rhaalovely.net/aarch64/2021-04-09/comms/gnuradio.log
http://build-failures.rhaalovely.net/aarch64/2021-04-09/converters/wv2.log
http://build-failures.rhaalovely.net/aarch64/2021-04-09/editors/calligra.log
http://build-failures.rhaalovely.net/aarch64/2021-04-09/editors/micro.log
http://build-failures.rhaalovely.net/aarch64/2021-04-09/editors/xwpe.log
http://build-failures.rhaalovely.net/aarch64/2021-04-09/emulators/vice.log
http://build-failures.rhaalovely.net/aarch64/2021-04-09/games/lwjgl3.log
http://build-failures.rhaalovely.net/aarch64/2021-04-09/games/shockolate.log
http://build-failures.rhaalovely.net/aarch64/2021-04-09/sysutils/telegraf.log
http://build-failures.rhaalovely.net/aarch64/2021-04-09/www/chromium.log
http://build-failures.rhaalovely.net/aarch64/2021-04-09/www/seamonkey,-lightning.log

recurrent failures
 failures/comms/gnuradio.log
 failures/converters/wv2.log
 failures/editors/calligra.log
new failures
+++ ls-failures Tue Apr 13 18:23:40 2021
resolved failures
--- ../old/aarch64/last//ls-failuresMon Apr  5 15:16:28 2021
-failures/audio/zynaddsubfx.log



CVS: cvs.openbsd.org: ports

2021-04-13 Thread Pavel Korovin
CVSROOT:/cvs
Module name:ports
Changes by: p...@cvs.openbsd.org2021/04/13 16:37:51

Modified files:
www/gitea  : Makefile distinfo 
www/gitea/patches: patch-custom_conf_app_example_ini 
www/gitea/pkg  : PLIST 

Log message:
Update gitea 1.13.7 -> 1.14.0
Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.14.0



Re: net/minio: update to 20210410 version

2021-04-13 Thread Denis Fondras
Le Tue, Apr 13, 2021 at 02:02:42PM -0400, Daniel Jakots a écrit :
> 
> Did you try login through the web interface? Here it fails with "Invalid
> UI version in the JSON-RPC response". That said my mastodon instance
> seems to be able to upload content, which is the only thing that I care
> about :)
> 

It wasn't tested but I am preparing a new diff to add the required as LDFLAGS.



Re: net/minio: update to 20210410 version

2021-04-13 Thread Aaron Bieber


Stuart Henderson writes:

> On 2021/04/13 14:02, Daniel Jakots wrote:
>> This is using a random commit from upstream, isn't it? Would it be
>> possible to use a release/tag instead?
>
> ahahahahaa
>
> You're not familiar with the ways of the go stuff are you ;)

A bit more info on this. Since minio doesn't follow semver Go makes a
"semver like" version (similar to what we do for all the GH_COMMIT
stuff!).

Typically when this is the case, I try to align the commit with the
"nearest" version:

https://github.com/openbsd/ports/blob/master/net/miniflux/Makefile#L9

So in the above, 2.0.28 is the version upstream intended and the date
component is the date the commit was made (taken from the MODGO_VERSION
line).

The best thing (for all the consumers of minio stuff) is for them to
follow semver.. but :
https://github.com/minio/minio/issues/2318#issuecomment-235992350



CVS: cvs.openbsd.org: ports

2021-04-13 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2021/04/13 14:44:07

Modified files:
textproc/solr  : Makefile distinfo 

Log message:
update solr-8.8.2, fixes a couple of CVEs.  ok naddy@



CVS: cvs.openbsd.org: ports

2021-04-13 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2021/04/13 14:43:11

Modified files:
mail/postfix/stable: Makefile distinfo 

Log message:
update postfix/stable to 3.5.10, ok Brad naddy@

various null pointer-related fixes, also present in postfix/snapshot but
that will require some diffing and backporting as upstream has removed
support for libressl and older openssl.



Re: games/supertux startup error

2021-04-13 Thread Marcus MERIGHI
s...@spacehopper.org (Stuart Henderson), 2021.04.13 (Tue) 20:05 (CEST):
> On 2021/04/13 19:55, Marcus MERIGHI wrote:
> > s...@spacehopper.org (Stuart Henderson), 2021.04.13 (Tue) 18:40 (CEST):
> > > On 2021/04/13 18:28, Marcus MERIGHI wrote:
> > > > Hello!
> > > > 
> > > > After pkg_add'ing games/supertux and starting it I get:
> > > > 
> > > > $ supertux2 
> > > > [FATAL]
> > > > /usr/obj/ports/supertux-0.6.0/SuperTux-v0.6.0-Source/src/supertux/main.cpp:601
> > > > Unexpected exception: boost::filesystem::status: Permission denied:
> > > > "/usr/obj/ports/supertux-0.6.0/SuperTux-v0.6.0-Source/data/credits.stxt"
> > > > 
> > > > Do I miss something? Or have I found a breakage?
> > > > 
> > > > Marcus
> > > > 
> > > 
> > > Looks like PREFIX in games/supertux/patches/patch-src_supertux_main_cpp
> > > should really be TRUEPREFIX.
> > > 
> > > Here's a diff but I can't check if it fixes things because I don't hit
> > > this error, just an immediate segfault at startup (backtrace for that
> > > below).
> > 
> > I applied your patch, ran "make", but "make package" complains:
> > 
> > ===>  Building package for supertux-0.6.0p3
> > Create /usr/ports/packages/amd64/all/supertux-0.6.0p3.tgz
> > Error: Libraries in packing-lists in the ports tree
> > --W curl.26.8
> > +-W curl.26.9
> > 
> > Installed latest snapshot, ran pkg_add -u -Dsnap, but yet:
> > --W curl.26.8
> > +-W curl.26.9
> > 
> > Giving up for tonight, xonotic works :-)
> > 
> > Thanks for the (almost instant) patch!
> > 
> > Marcus
> > 
> 
> make PKG_CREATE_NO_CHECKS=Yes package
 
Thanks! Built, installed; now I've cought up with you:

$ supertux2  
Segmentation fault (core dumped)

For a second I see a new, empty window appear.

Marcus



Re: games/supertux startup error

2021-04-13 Thread Marcus MERIGHI
s...@spacehopper.org (Stuart Henderson), 2021.04.13 (Tue) 19:02 (CEST):
> On 2021/04/13 17:40, Stuart Henderson wrote:
> > On 2021/04/13 18:28, Marcus MERIGHI wrote:
> > > Hello!
> > > 
> > > After pkg_add'ing games/supertux and starting it I get:
> > > 
> > > $ supertux2 
> > > [FATAL]
> > > /usr/obj/ports/supertux-0.6.0/SuperTux-v0.6.0-Source/src/supertux/main.cpp:601
> > > Unexpected exception: boost::filesystem::status: Permission denied:
> > > "/usr/obj/ports/supertux-0.6.0/SuperTux-v0.6.0-Source/data/credits.stxt"
> > > 
> > > Do I miss something? Or have I found a breakage?
> > > 
> > > Marcus
> > > 
> > 
> > Looks like PREFIX in games/supertux/patches/patch-src_supertux_main_cpp
> > should really be TRUEPREFIX.
> > 
> > Here's a diff but I can't check if it fixes things because I don't hit
> > this error, just an immediate segfault at startup (backtrace for that
> > below).
> 
> Marcus, you can fetch a pre-built package at
> https://junkpile.org/supertux-0.6.0p3.tgz if that's easier to test.

Tried twice, gave me the same error:

[FATAL]
/usr/obj/ports/supertux-0.6.0/SuperTux-v0.6.0-Source/src/supertux/main.cpp:601
Unexpected exception: boost::filesystem::status: Permission denied:
"/usr/obj/ports/supertux-0.6.0/SuperTux-v0.6.0-Source/data/credits.stxt"

But... see the other message.

Marcus



Re: net/minio: update to 20210410 version

2021-04-13 Thread Stuart Henderson
On 2021/04/13 14:02, Daniel Jakots wrote:
> This is using a random commit from upstream, isn't it? Would it be
> possible to use a release/tag instead?

ahahahahaa

You're not familiar with the ways of the go stuff are you ;)



Re: games/supertux startup error

2021-04-13 Thread Stuart Henderson
On 2021/04/13 19:55, Marcus MERIGHI wrote:
> s...@spacehopper.org (Stuart Henderson), 2021.04.13 (Tue) 18:40 (CEST):
> > On 2021/04/13 18:28, Marcus MERIGHI wrote:
> > > Hello!
> > > 
> > > After pkg_add'ing games/supertux and starting it I get:
> > > 
> > > $ supertux2 
> > > [FATAL]
> > > /usr/obj/ports/supertux-0.6.0/SuperTux-v0.6.0-Source/src/supertux/main.cpp:601
> > > Unexpected exception: boost::filesystem::status: Permission denied:
> > > "/usr/obj/ports/supertux-0.6.0/SuperTux-v0.6.0-Source/data/credits.stxt"
> > > 
> > > Do I miss something? Or have I found a breakage?
> > > 
> > > Marcus
> > > 
> > 
> > Looks like PREFIX in games/supertux/patches/patch-src_supertux_main_cpp
> > should really be TRUEPREFIX.
> > 
> > Here's a diff but I can't check if it fixes things because I don't hit
> > this error, just an immediate segfault at startup (backtrace for that
> > below).
> 
> I applied your patch, ran "make", but "make package" complains:
> 
> ===>  Building package for supertux-0.6.0p3
> Create /usr/ports/packages/amd64/all/supertux-0.6.0p3.tgz
> Error: Libraries in packing-lists in the ports tree
> --W curl.26.8
> +-W curl.26.9
> 
> Installed latest snapshot, ran pkg_add -u -Dsnap, but yet:
> --W curl.26.8
> +-W curl.26.9
> 
> Giving up for tonight, xonotic works :-)
> 
> Thanks for the (almost instant) patch!
> 
> Marcus
> 

make PKG_CREATE_NO_CHECKS=Yes package



Re: net/minio: update to 20210410 version

2021-04-13 Thread Daniel Jakots
On Sun, 11 Apr 2021 09:33:37 +0200, Denis Fondras 
wrote:

> Here is an update to the "latest" version of MinIO.

Thanks for working on it! A few comments inline.

> Can someone test on aarch64 to check if BROKEN can be removed ?

Given they use a recent version of x/sys/unix, it should be fine.

> Denis
> 
> Index: Makefile.inc
> ===
> RCS file: /cvs/ports/net/minio/Makefile.inc,v
> retrieving revision 1.5
> diff -u -p -r1.5 Makefile.inc
> --- Makefile.inc  28 Dec 2019 14:35:35 -  1.5
> +++ Makefile.inc  10 Apr 2021 19:45:05 -

[...]

> +MAINTAINER = OpenBSD ports list 
> +

no need for that

> Index: client/Makefile
> ===
> RCS file: /cvs/ports/net/minio/client/Makefile,v retrieving revision
> 1.26 diff -u -p -r1.26 Makefile
> --- client/Makefile   8 Mar 2021 13:59:25 -   1.26
> +++ client/Makefile   10 Apr 2021 19:45:05 -
> @@ -1,15 +1,702 @@

> +V =  20210407192553
> +
> +MODGO_MODNAME =  github.com/minio/mc
> +MODGO_VERSION =  v0.0.0-${V}-438028824990
> +
>

This is using a random commit from upstream, isn't it? Would it be
possible to use a release/tag instead?


Did you try login through the web interface? Here it fails with "Invalid
UI version in the JSON-RPC response". That said my mastodon instance
seems to be able to upload content, which is the only thing that I care
about :)

Also it would be nice to have this in 6.9 given how the in-tree version
lags and has security problems. (and to have some packages on arm64)

Cheers,
Daniel



Re: games/supertux startup error

2021-04-13 Thread Marcus MERIGHI
s...@spacehopper.org (Stuart Henderson), 2021.04.13 (Tue) 18:40 (CEST):
> On 2021/04/13 18:28, Marcus MERIGHI wrote:
> > Hello!
> > 
> > After pkg_add'ing games/supertux and starting it I get:
> > 
> > $ supertux2 
> > [FATAL]
> > /usr/obj/ports/supertux-0.6.0/SuperTux-v0.6.0-Source/src/supertux/main.cpp:601
> > Unexpected exception: boost::filesystem::status: Permission denied:
> > "/usr/obj/ports/supertux-0.6.0/SuperTux-v0.6.0-Source/data/credits.stxt"
> > 
> > Do I miss something? Or have I found a breakage?
> > 
> > Marcus
> > 
> 
> Looks like PREFIX in games/supertux/patches/patch-src_supertux_main_cpp
> should really be TRUEPREFIX.
> 
> Here's a diff but I can't check if it fixes things because I don't hit
> this error, just an immediate segfault at startup (backtrace for that
> below).

I applied your patch, ran "make", but "make package" complains:

===>  Building package for supertux-0.6.0p3
Create /usr/ports/packages/amd64/all/supertux-0.6.0p3.tgz
Error: Libraries in packing-lists in the ports tree
--W curl.26.8
+-W curl.26.9

Installed latest snapshot, ran pkg_add -u -Dsnap, but yet:
--W curl.26.8
+-W curl.26.9

Giving up for tonight, xonotic works :-)

Thanks for the (almost instant) patch!

Marcus



Re: games/supertux startup error

2021-04-13 Thread Stuart Henderson
On 2021/04/13 17:40, Stuart Henderson wrote:
> On 2021/04/13 18:28, Marcus MERIGHI wrote:
> > Hello!
> > 
> > After pkg_add'ing games/supertux and starting it I get:
> > 
> > $ supertux2 
> > [FATAL]
> > /usr/obj/ports/supertux-0.6.0/SuperTux-v0.6.0-Source/src/supertux/main.cpp:601
> > Unexpected exception: boost::filesystem::status: Permission denied:
> > "/usr/obj/ports/supertux-0.6.0/SuperTux-v0.6.0-Source/data/credits.stxt"
> > 
> > Do I miss something? Or have I found a breakage?
> > 
> > Marcus
> > 
> 
> Looks like PREFIX in games/supertux/patches/patch-src_supertux_main_cpp
> should really be TRUEPREFIX.
> 
> Here's a diff but I can't check if it fixes things because I don't hit
> this error, just an immediate segfault at startup (backtrace for that
> below).

Marcus, you can fetch a pre-built package at
https://junkpile.org/supertux-0.6.0p3.tgz if that's easier to test.


Better trace from my crash with symbols. I tried another sdl2 program
(neverball) and that worked ok.

(gdb) bt
#0  SDL_memcpySSE (dst=0x85343a82fa0 "", src=0x852c7332fa0 "", len=128)
at /usr/obj/ports/sdl2-2.0.14/SDL2-2.0.14/src/video/SDL_blit_copy.c:40
#1  SDL_BlitCopy (info=) at 
/usr/obj/ports/sdl2-2.0.14/SDL2-2.0.14/src/video/SDL_blit_copy.c:135
#2  0x08534606b78a in SDL_SoftBlit (src=0x852cb6e7600, srcrect=, dst=0x852cb6f5780, 
dstrect=0x7f7e5b50) at 
/usr/obj/ports/sdl2-2.0.14/SDL2-2.0.14/src/video/SDL_blit.c:88
#3  0x0853460a5e9b in SDL_LowerBlit_REAL (src=0x852cb6e7600, 
srcrect=, dst=0x852cb6f5780, 
dstrect=0x7f7e5b50) at 
/usr/obj/ports/sdl2-2.0.14/SDL2-2.0.14/src/video/SDL_surface.c:642
#4  SDL_UpperBlit_REAL (src=0x852cb6e7600, srcrect=, 
dst=0x852cb6f5780, dstrect=0x7f7e5b50)
at /usr/obj/ports/sdl2-2.0.14/SDL2-2.0.14/src/video/SDL_surface.c:739
#5  0x08506842a5f8 in GLTexture::GLTexture (this=0x852cb6e7100, image=..., 
sampler=...)
at 
/usr/obj/ports/supertux-0.6.0/SuperTux-v0.6.0-Source/src/video/gl/gl_texture.cpp:92
#6  0x08506842612e in GLVideoSystem::new_texture (this=, 
image=..., sampler=...)
at 
/usr/obj/ports/supertux-0.6.0/SuperTux-v0.6.0-Source/src/video/gl/gl_video_system.cpp:282
#7  0x08506842091a in TextureManager::create_image_texture_raw 
(this=, filename=..., rect=..., 
sampler=...) at 
/usr/obj/ports/supertux-0.6.0/SuperTux-v0.6.0-Source/src/video/texture_manager.cpp:324
#8  0x0850684204ec in TextureManager::create_image_texture 
(this=0x852f7decc00, filename=..., rect=..., 
sampler=...) at 
/usr/obj/ports/supertux-0.6.0/SuperTux-v0.6.0-Source/src/video/texture_manager.cpp:261
#9  0x08506841fda4 in TextureManager::get (this=, 
_filename=..., rect=..., sampler=...)
at 
/usr/obj/ports/supertux-0.6.0/SuperTux-v0.6.0-Source/src/video/texture_manager.cpp:228
#10 0x08506841dabf in Surface::from_file (filename=..., rect=...)
at 
/usr/obj/ports/supertux-0.6.0/SuperTux-v0.6.0-Source/src/video/surface.cpp:78
#11 0x0850683fe793 in TileSetParser::parse_imagespecs (this=, images_mapping=..., 
surface_region=...) at 
/usr/obj/ports/supertux-0.6.0/SuperTux-v0.6.0-Source/src/supertux/tile_set_parser.cpp:333
#12 0x0850683fd142 in TileSetParser::parse_tiles (this=, 
reader=...)
at 
/usr/obj/ports/supertux-0.6.0/SuperTux-v0.6.0-Source/src/supertux/tile_set_parser.cpp:297
#13 0x0850683fc079 in TileSetParser::parse (this=)
at 
/usr/obj/ports/supertux-0.6.0/SuperTux-v0.6.0-Source/src/supertux/tile_set_parser.cpp:72
#14 0x0850683fada1 in TileSet::from_file (filename=...)
at 
/usr/obj/ports/supertux-0.6.0/SuperTux-v0.6.0-Source/src/supertux/tile_set.cpp:41
#15 0x0850683fa87c in TileManager::get_tileset (this=, 
filename=...)
at 
/usr/obj/ports/supertux-0.6.0/SuperTux-v0.6.0-Source/src/supertux/tile_manager.cpp:38
#16 0x0850682ef550 in 
GameObjectFactory::init_factories()::$_0::operator()(ReaderMapping const&) 
const (
this=, reader=...)
at 
/usr/obj/ports/supertux-0.6.0/SuperTux-v0.6.0-Source/src/supertux/game_object_factory.cpp:262
#17 std::__1::__invoke (__f=..., __args=...)
at /usr/include/c++/v1/type_traits:3539
#18 std::__1::__invoke_void_return_wrapper > 
>::__call(GameObjectFactory::init_factories()::$_0&, ReaderMapping const&) 
(__args=..., __args=...) at /usr/include/c++/v1/__functional_base:317
---Type  to continue, or q  to quit---
#19 
std::__1::__function::__alloc_func, 
std::__1::unique_ptr > 
(ReaderMapping const&)>::operator()(ReaderMapping const&) (this=, __arg=...) at /usr/include/c++/v1/functional:1540
#20 std::__1::__function::__func, 
std::__1::unique_ptr > 
(ReaderMapping const&)>::operator()(ReaderMapping const&) (this=, __arg=...) at /usr/include/c++/v1/functional:1714
#21 0x0850683ded70 in 
std::__1::__function::__value_func > (ReaderMapping 
const&)>::operator()(ReaderMapping const&) const (this=, 
__args=...)
at /usr/include/c++/v1/functional:1867
#22 std::__1::function > (ReaderMapping 
const&)>::operator()(ReaderMapping const&) const (this=, 

Re: games/supertux startup error

2021-04-13 Thread Stuart Henderson
On 2021/04/13 18:28, Marcus MERIGHI wrote:
> Hello!
> 
> After pkg_add'ing games/supertux and starting it I get:
> 
> $ supertux2 
> [FATAL]
> /usr/obj/ports/supertux-0.6.0/SuperTux-v0.6.0-Source/src/supertux/main.cpp:601
> Unexpected exception: boost::filesystem::status: Permission denied:
> "/usr/obj/ports/supertux-0.6.0/SuperTux-v0.6.0-Source/data/credits.stxt"
> 
> Do I miss something? Or have I found a breakage?
> 
> Marcus
> 

Looks like PREFIX in games/supertux/patches/patch-src_supertux_main_cpp
should really be TRUEPREFIX.

Here's a diff but I can't check if it fixes things because I don't hit
this error, just an immediate segfault at startup (backtrace for that
below).

Index: Makefile
===
RCS file: /cvs/ports/games/supertux/Makefile,v
retrieving revision 1.23
diff -u -p -r1.23 Makefile
--- Makefile25 Feb 2021 22:26:02 -  1.23
+++ Makefile13 Apr 2021 16:40:33 -
@@ -5,7 +5,7 @@ COMMENT =   jump 'n' run game
 V =0.6.0
 DISTNAME = SuperTux-v${V}-Source
 PKGNAME =  supertux-$V
-REVISION = 2
+REVISION = 3
 
 CATEGORIES =   games
 
Index: patches/patch-src_supertux_main_cpp
===
RCS file: /cvs/ports/games/supertux/patches/patch-src_supertux_main_cpp,v
retrieving revision 1.3
diff -u -p -r1.3 patch-src_supertux_main_cpp
--- patches/patch-src_supertux_main_cpp 28 Feb 2019 17:42:53 -  1.3
+++ patches/patch-src_supertux_main_cpp 13 Apr 2021 16:40:33 -
@@ -13,7 +13,7 @@ Index: src/supertux/main.cpp
 -// the global install location
 -datadir = basepath.substr(0, basepath.rfind(INSTALL_SUBDIR_BIN));
 -datadir = FileSystem::join(datadir, INSTALL_SUBDIR_SHARE);
-+datadir = "${PREFIX}/share/supertux2";
++datadir = "${TRUEPREFIX}/share/supertux2";
}
  }
  


(gdb) bt
#0  0x08537aa2076d in SDL_BlitCopy () from /usr/local/lib/libSDL2.so.0.9
#1  0x08537a9f078a in SDL_SoftBlit () from /usr/local/lib/libSDL2.so.0.9
#2  0x08537aa2ae9b in SDL_UpperBlit_REAL () from 
/usr/local/lib/libSDL2.so.0.9
#3  0x08512d104588 in GLTexture::GLTexture(SDL_Surface const&, Sampler 
const&) ()
#4  0x08512d1000be in GLVideoSystem::new_texture(SDL_Surface const&, 
Sampler const&) ()
#5  0x08512d0fa8aa in 
TextureManager::create_image_texture_raw(std::__1::basic_string, std::__1::allocator > const&, Rect const&, 
Sampler const&) ()
#6  0x08512d0fa47c in 
TextureManager::create_image_texture(std::__1::basic_string, std::__1::allocator > const&, Rect const&, 
Sampler const&) ()
#7  0x08512d0f9d34 in TextureManager::get(std::__1::basic_string, std::__1::allocator > const&, 
boost::optional const&, Sampler const&) ()
#8  0x08512d0f7a4f in Surface::from_file(std::__1::basic_string, std::__1::allocator > const&, 
boost::optional const&) ()
#9  0x08512d0d8723 in TileSetParser::parse_imagespecs(ReaderMapping const&, 
boost::optional const&) const
()
#10 0x08512d0d70d2 in TileSetParser::parse_tiles(ReaderMapping const&) ()
#11 0x08512d0d6009 in TileSetParser::parse() ()
#12 0x08512d0d4d31 in TileSet::from_file(std::__1::basic_string, std::__1::allocator > const&) ()
#13 0x08512d0d480c in TileManager::get_tileset(std::__1::basic_string, std::__1::allocator > const&) ()
#14 0x08512cfc9560 in 
std::__1::__function::__func, 
std::__1::unique_ptr > 
(ReaderMapping const&)>::operator()(ReaderMapping const&) ()
#15 0x08512d0b8d10 in ObjectFactory::create(std::__1::basic_string, std::__1::al---Type  to continue, or q 
 to quit---
locator > const&, ReaderMapping const&) const ()
#16 0x08512d0ce3ed in 
SectorParser::parse_object(std::__1::basic_string, std::__1::allocator > const&, ReaderMapping 
const&) ()
#17 0x08512d0cc2cb in SectorParser::parse(ReaderMapping const&) ()
#18 0x08512d0cbc99 in SectorParser::from_reader(Level&, ReaderMapping 
const&, bool) ()
#19 0x08512cf899bd in LevelParser::load(ReaderDocument const&) ()
#20 0x08512cf889a9 in LevelParser::load(std::__1::basic_string, std::__1::allocator > const&) ()
#21 0x08512cf888ea in LevelParser::from_file(std::__1::basic_string, std::__1::allocator > const&, bool, bool) ()
#22 0x08512cf3b81a in GameSession::restart_level(bool) ()
#23 0x08512cf3b4ca in GameSession::GameSession(std::__1::basic_string, std::__1::allocator > const&, Savegame&, 
Statistics*) ()
#24 0x08512d0d9221 in TitleScreen::TitleScreen(Savegame&) ()
#25 0x08512cf33557 in Main::launch_game(CommandLineArguments const&) ()
#26 0x08512cf33eba in Main::run(int, char**) ()
#27 0x08512cf316fb in main ()



games/supertux startup error

2021-04-13 Thread Marcus MERIGHI
Hello!

After pkg_add'ing games/supertux and starting it I get:

$ supertux2 
[FATAL]
/usr/obj/ports/supertux-0.6.0/SuperTux-v0.6.0-Source/src/supertux/main.cpp:601
Unexpected exception: boost::filesystem::status: Permission denied:
"/usr/obj/ports/supertux-0.6.0/SuperTux-v0.6.0-Source/data/credits.stxt"

Do I miss something? Or have I found a breakage?

Marcus



mips64 bulk build report

2021-04-13 Thread visa
bulk build on octeon.ports.openbsd.org
started on  Tue Apr 6 15:57:34 UTC 2021
finished at Tue Apr 13 15:41:46 UTC 2021
lasted 07D23h44m
done with kern.version=OpenBSD 6.9 (GENERIC.MP) #535: Mon Apr  5 18:25:37 MDT 
2021

built packages:8258
Apr 6:2177
Apr 7:997
Apr 8:760
Apr 9:789
Apr 10:2261
Apr 12:1265
Apr 13:8


build failures: 25
http://build-failures.rhaalovely.net/mips64/2021-04-06/audio/zynaddsubfx.log
http://build-failures.rhaalovely.net/mips64/2021-04-06/chinese/libchewing.log
http://build-failures.rhaalovely.net/mips64/2021-04-06/chinese/libpinyin.log
http://build-failures.rhaalovely.net/mips64/2021-04-06/comms/lcdproc.log
http://build-failures.rhaalovely.net/mips64/2021-04-06/devel/ccache.log
http://build-failures.rhaalovely.net/mips64/2021-04-06/devel/coccinelle.log
http://build-failures.rhaalovely.net/mips64/2021-04-06/devel/libexecinfo.log
http://build-failures.rhaalovely.net/mips64/2021-04-06/devel/py-unicorn,python3.log
http://build-failures.rhaalovely.net/mips64/2021-04-06/emulators/openmsx.log
http://build-failures.rhaalovely.net/mips64/2021-04-06/emulators/spike.log
http://build-failures.rhaalovely.net/mips64/2021-04-06/games/astromenace.log
http://build-failures.rhaalovely.net/mips64/2021-04-06/games/hyperrogue.log
http://build-failures.rhaalovely.net/mips64/2021-04-06/geo/gpstk.log
http://build-failures.rhaalovely.net/mips64/2021-04-06/inputmethods/scim-fcitx.log
http://build-failures.rhaalovely.net/mips64/2021-04-06/lang/STk.log
http://build-failures.rhaalovely.net/mips64/2021-04-06/lang/gforth.log
http://build-failures.rhaalovely.net/mips64/2021-04-06/lang/librep.log
http://build-failures.rhaalovely.net/mips64/2021-04-06/lang/pfe.log
http://build-failures.rhaalovely.net/mips64/2021-04-06/math/gbc.log
http://build-failures.rhaalovely.net/mips64/2021-04-06/math/lrs.log
http://build-failures.rhaalovely.net/mips64/2021-04-06/math/ntl.log
http://build-failures.rhaalovely.net/mips64/2021-04-06/plan9/drawterm.log
http://build-failures.rhaalovely.net/mips64/2021-04-06/security/botan2.log
http://build-failures.rhaalovely.net/mips64/2021-04-06/shells/ksh93.log
http://build-failures.rhaalovely.net/mips64/2021-04-06/sysutils/u-boot,aarch64.log



databases/timescaledb: update to 2.2.0

2021-04-13 Thread Denis Fondras
Update to TimescaleDB 2.2.0

https://github.com/timescale/timescaledb/compare/2.1.1...2.2.0

Index: Makefile
===
RCS file: /cvs/ports/databases/timescaledb/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile6 Apr 2021 07:22:39 -   1.3
+++ Makefile13 Apr 2021 14:48:34 -
@@ -4,7 +4,7 @@ COMMENT =   database designed to make SQL 
 
 GH_ACCOUNT =   timescale
 GH_PROJECT =   timescaledb
-GH_TAGNAME =   2.1.0
+GH_TAGNAME =   2.2.0
 
 CATEGORIES =   databases
 HOMEPAGE = https://www.timescale.com/
Index: distinfo
===
RCS file: /cvs/ports/databases/timescaledb/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo6 Apr 2021 07:22:39 -   1.3
+++ distinfo13 Apr 2021 14:48:34 -
@@ -1,2 +1,2 @@
-SHA256 (timescaledb-2.1.0.tar.gz) = 
beKvLs/Xv/mzY0tsXCmyCbJeFHhY1GBGno64jm0ZhpI=
-SIZE (timescaledb-2.1.0.tar.gz) = 2527250
+SHA256 (timescaledb-2.2.0.tar.gz) = 
I5oING/vHoZ00Glm0NaWN6kHLKMajW/de4rW8YTlSjk=
+SIZE (timescaledb-2.2.0.tar.gz) = 2614359
Index: pkg/PLIST
===
RCS file: /cvs/ports/databases/timescaledb/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -r1.3 PLIST
--- pkg/PLIST   6 Apr 2021 07:22:39 -   1.3
+++ pkg/PLIST   13 Apr 2021 14:48:34 -
@@ -30,5 +30,7 @@ share/postgresql/extension/timescaledb--
 share/postgresql/extension/timescaledb--2.0.0-rc4--${GH_TAGNAME}.sql
 share/postgresql/extension/timescaledb--2.0.1--${GH_TAGNAME}.sql
 share/postgresql/extension/timescaledb--2.0.2--${GH_TAGNAME}.sql
+share/postgresql/extension/timescaledb--2.1.0--${GH_TAGNAME}.sql
+share/postgresql/extension/timescaledb--2.1.1--${GH_TAGNAME}.sql
 share/postgresql/extension/timescaledb--${GH_TAGNAME}.sql
 share/postgresql/extension/timescaledb.control



Fwd: ports/shells/nsh-10.0.20201006p0-RC

2021-04-13 Thread Tom Smyth
Hello,

Please find attached patch for nsh

feedback welcome as my C is rusty,

I hope this helps,

details of proposed patch outlined below


Architectures Compiled on:
AMD64

Compile errors / warnings
1) warning about an unused variable do  not want to delete code just yet
2) errors about '\0' Null pointers cleared
3) fixed compatibility with OpenBSD Current and tried to maintain backward
compatibility with release (using #ifdef   (March 11 commit in base
for IFXF_INET6_NOPRIVACY depreciated and replaced with IFXF_AUTOCONF6TEMP
4) fixed warning about self assigned variable with (void)ch;

Tested:
Manually tested on 6.9 beta current April 11 amd64

BUGS Resolved:
show version fixed as there was a sysctl incompatibility that
was throwing an error when "show version" command was run

Known Issues:
sysctl commands / functions need to be updated in line with changes in base
new interfaces to be added
arptimeout command  is not working

Enhancements:
increased the verbosity of the version displayed when running NSH
so it is easier for the user to see the version and patch level.


My sincere thanks to Chris Cappuccio for authoring and opensourcing NSH.


nsh-1.0.2020106p0-RC
Description: Binary data


CVS: cvs.openbsd.org: ports

2021-04-13 Thread Paco Esteban
CVSROOT:/cvs
Module name:ports
Changes by: p...@cvs.openbsd.org2021/04/13 04:18:12

Modified files:
net/gajim  : Makefile 

Log message:
add audio/gsound as a dependency for net/gajim so audio notifications
work.  Spotted by San Draw.  Thanks !

ok sthen@



powerpc bulk build report

2021-04-13 Thread cwen
Bulk build on macppc-0.ports.openbsd.org

Started : Sun Mar 28 06:21:18 MDT 2021
Finished: Tue Apr 13 02:00:12 MDT 2021
Duration: 15 Days 19 hours 39 minutes

Built using OpenBSD 6.9-beta (GENERIC) #863: Sat Mar 27 18:29:40 MDT 2021

Built 9557 packages

Number of packages built each day:
Mar 28: 805
Mar 29: 466
Mar 30: 843
Mar 31: 455
Apr 1: 4159
Apr 2: 186
Apr 3: 153
Apr 4: 403
Apr 5: 282
Apr 6: 465
Apr 7: 446
Apr 8: 394
Apr 9: 500
Apr 10: 474
Apr 11: 486
Apr 12: 1903
Apr 13: 1064


Critical path missing pkgs: 
http://build-failures.rhaalovely.net/powerpc/2021-03-28/summary.log

Build failures: 6
http://build-failures.rhaalovely.net/powerpc/2021-03-28/comms/sigrok/pulseview.log
http://build-failures.rhaalovely.net/powerpc/2021-03-28/comms/sigrok/sigrok-cli.log
http://build-failures.rhaalovely.net/powerpc/2021-03-28/emulators/higan.log
http://build-failures.rhaalovely.net/powerpc/2021-03-28/games/hyperrogue.log
http://build-failures.rhaalovely.net/powerpc/2021-03-28/lang/gforth.log
http://build-failures.rhaalovely.net/powerpc/2021-03-28/productivity/gnucash.log

Recurrent failures:
 failures/emulators/higan.log
 failures/games/hyperrogue.log
 failures/lang/gforth.log
 failures/productivity/gnucash.log
 failures/summary.log

New failures:

Resolved failures:
-failures/lang/ghc.log
-failures/multimedia/lives.log
-failures/net/dico.log

Packages newly built:
+databases/sqlcipher
+devel/py-astunparse,python3
+devel/py-minidump,python3
+fonts/league-fonts/blackout
+fonts/league-fonts/chunk
+fonts/league-fonts/fanwood
+fonts/league-fonts/gb1911
+fonts/league-fonts/goudy
+fonts/league-fonts/junction
+fonts/league-fonts/knewave
+fonts/league-fonts/league-gothic
+fonts/league-fonts/league-mono
+fonts/league-fonts/league-script-number-one
+fonts/league-fonts/league-spartan
+fonts/league-fonts/lindenhill
+fonts/league-fonts/orbitron
+fonts/league-fonts/ostrich-sans
+fonts/league-fonts/prociono
+fonts/league-fonts/raleway
+fonts/league-fonts/sniglet
+inputmethods/ibus,-gtk2
+inputmethods/ibus,-gtk4
+inputmethods/ibus,-main
+meta/league-fonts
+net/dico
+net/pidgin-skypeweb
+security/py-fickling,python3
+sysutils/py-blessed,python3
+www/nextcloud/20
+www/nextcloud/21
+www/py-urlgrabber,python3
+x11/gnome/caribou,-gtk2
+x11/gnome/caribou,-main

Packages not built this time:
-archivers/py-rarfile
-audio/audacious/player,qt5
-audio/audacious/plugins,qt5
-audio/py-musicbrainzngs
-databases/py-puppetdb
-databases/py-sqlite
-devel/py-colorama
-devel/py-gevent
-devel/py-minidump
-devel/py-protobuf
-devel/py-ptyprocess
-devel/py-setproctitle
-devel/py-test-timeout
-editors/sigil
-fonts/league-fonts
-geo/merkaartor
-meta/audacious,qt5
-net/py-geventhttpclient
-net/py-nbxmpp
-security/py-axolotl
-security/py-rsa
-security/py-service_identity
-shells/nsh
-shells/nsh,static
-sysutils/py-parallel-ssh
-sysutils/py-statgrab
-sysutils/upt/upt
-sysutils/upt/upt-cpan
-sysutils/upt/upt-openbsd
-sysutils/upt/upt-pypi
-sysutils/upt/upt-rubygems
-textproc/py-emoji
-textproc/py-ofxparse
-textproc/py-podcastparser
-textproc/py-unidecode,
-www/nextcloud
-www/py-genshi
-www/py-html5-parser
-www/py-http_ece
-www/py-jwt
-www/py-query
-www/py-urlgrabber
-www/py-webob
-www/py-wsgiproxy
-x11/py-sip-qt5



[NEW] hcloud 1.22.1, A cli interface for the Hetzner Cloud

2021-04-13 Thread Stefan Hagen
Hello,

Attached is hcloud, a cli tool written in go to manage virtual server 
hosted in the Hetzner Cloud. (at https://console.hetzner.cloud)

Tool Homepage: https://github.com/hetznercloud/cli#readme
API description: https://docs.hetzner.cloud

Hetzner is a very popular hoster. Debian, Ubuntu, Arch, Void, Gentoo,
FreeBSD and others have imported this tool.

This is my first port generated with portgen. Is there anything I can 
improve?

Best Regards,
Stefan


hcloud.tar.gz
Description: application/tar-gz


bugfix update: mail/p5-Mail-SpamAssassin

2021-04-13 Thread Giovanni Bechis
Bugfix update to latest version, fixes a couple of bugs.
Announcement available at: 
https://svn.apache.org/repos/asf/spamassassin/branches/3.4/build/announcements/3.4.6.txt

ok for 6.9 and 6.8 ?

 Giovanni

Index: Makefile
===
RCS file: /cvs/ports/mail/p5-Mail-SpamAssassin/Makefile,v
retrieving revision 1.116
diff -u -p -r1.116 Makefile
--- Makefile25 Mar 2021 07:42:07 -  1.116
+++ Makefile12 Apr 2021 10:57:37 -
@@ -2,10 +2,10 @@
 
 COMMENT=   mailfilter to identify and mark spam
 
-VER=   3.4.5
+VER=   3.4.6
 DISTNAME=  Mail-SpamAssassin-${VER}
 PKGNAME=   p5-${DISTNAME}
-RULESNAME= Mail-SpamAssassin-rules-${VER}.r1887800.tgz
+RULESNAME= Mail-SpamAssassin-rules-${VER}.r1888502.tgz
 CATEGORIES=mail perl5
 
 DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${RULESNAME}
Index: distinfo
===
RCS file: /cvs/ports/mail/p5-Mail-SpamAssassin/distinfo,v
retrieving revision 1.42
diff -u -p -r1.42 distinfo
--- distinfo25 Mar 2021 07:42:07 -  1.42
+++ distinfo12 Apr 2021 10:57:37 -
@@ -1,4 +1,4 @@
-SHA256 (Mail-SpamAssassin-3.4.5.tar.bz2) = 
Z+34cSavSGnCpCcg/D27NM4lKFRJ7x8/watxLS4KVGM=
-SHA256 (Mail-SpamAssassin-rules-3.4.5.r1887800.tgz) = 
JpCqExt5eIunVgMK+HRt1FMassDLVsD+Rp9Y2d0EOq0=
-SIZE (Mail-SpamAssassin-3.4.5.tar.bz2) = 6167088
-SIZE (Mail-SpamAssassin-rules-3.4.5.r1887800.tgz) = 368878
+SHA256 (Mail-SpamAssassin-3.4.6.tar.bz2) = 
vEh18+S7WXnwwQKDITpRLEyWRiIK4BMqeMjjr5R4lhA=
+SHA256 (Mail-SpamAssassin-rules-3.4.6.r1888502.tgz) = 
se/NxX5rEAc1hV4k7oORsIVzJ9cOHh0sJ1fV9m6KHOY=
+SIZE (Mail-SpamAssassin-3.4.6.tar.bz2) = 6166807
+SIZE (Mail-SpamAssassin-rules-3.4.6.r1888502.tgz) = 369768


signature.asc
Description: PGP signature