Michał Górny · @mgorny
27 followers · 25 posts · Server pol.social

wykrzacza się z 2.2.1 (alpha). Niestety, komunikat błędu wypisywany jest na nowym terminalu, a tmux od razu go zamyka i czyści ekran.

Próbowałem wydostać tekst poprzez przekierowanie wyjścia, poprzez logi tmuksa, nie udało się nawet przy pomocy strace (!). Dopiero dało radę.

Kolejne zastosowanie dla tego świetnego programu. Szczerze polecam!

github.com/tmux/tmux/issues/35

#gentoo #asciinema #libevent #tmux

Last updated 1 year ago

Michał Górny :gentoo: · @mgorny
412 followers · 2034 posts · Server fosstodon.org

crashes with 2.2.1 (alpha). However, the assertion message only gets printed inside the new terminal, and tmux closes it immediately and clears the screen.

I couldn't manage to get the message via redirecting output, via tmux logs, even via strace (!). Finally, I've figured out to use .

Another great use case for this great program. Kudos!

github.com/tmux/tmux/issues/35

#tmux #libevent #asciinema #gentoo

Last updated 1 year ago

Michał Górny :gentoo: · @mgorny
413 followers · 2029 posts · Server fosstodon.org

Today's fun:

tmux fails to build with 2.2.1. It fails because of incompatible declaration of forkpty() in compat.h.

Looking into compat.h. forkpty() is declared there if HAVE_FORKPTY is false.

Looking into config.log. forkpty() is false because configure tries to link random test programs to -levent_core@CMAKE_DEBUG_POSTFIX@.

At this point, you can guess what the problem is: github.com/libevent/libevent/i

#gentoo #libevent #cmake #autotols

Last updated 1 year ago

Michał Górny :gentoo: · @mgorny
251 followers · 902 posts · Server fosstodon.org

2.36 introduces arc4random(). This makes switch from bundled to system ARC4 when rebuilt. Good so far.

However, glibc doesn't support arc4random_addrandom(), so libevent… removes evutil_secure_rng_add_bytes() and changes its ABI, effectively breaking installed ( is especially affected).

Upstream argues that leaving the function as no-op is bad for However, when it's gone, Tor just skips the call.

github.com/libevent/libevent/i
gitlab.torproject.org/tpo/core

#glibc #libevent #tor #gentoo #security

Last updated 1 year ago

グレェ「grey」 · @byterhymer
165 followers · 3828 posts · Server mastodon.social

Oh, groovy!

Also thanks to @eborisch in now has a commit merged with a patch that is a *little* bit ahead of libevent's versioned release in order to ameliorate some issues with noticed on versions above 3.5+ (this is related to what I was testing earlier today):

github.com/macports/macports-p

Hopefully that helps folks who were running into issues such as documented in this Trac ticket: trac.macports.org/ticket/66096

#libevent #macports #libressl

Last updated 2 years ago

グレェ「grey」 · @byterhymer
165 followers · 3828 posts · Server mastodon.social

(Casually wonders why has

ports.macports.org/port/libeve [more or less current with upstream]

and

ports.macports.org/port/libeve [what is this doing here? I am so confused. Though obviously has some different things which depend on it such as honeyd, also by Niels Provos. So: maybe old and crufty stuff needs older libevent1?] )

#macports #libevent #libevent1

Last updated 2 years ago

グレェ「grey」 · @byterhymer
165 followers · 3828 posts · Server mastodon.social

There's still this diff that I have been meaning to test: github.com/macports/macports-p

I have definitely noticed some occasional oddities with vis-à-vis libevent, so hopefully that rectifies them?

#macports #libevent #libressl

Last updated 2 years ago

Shawn Webb · @lattera
1326 followers · 5171 posts · Server bsd.network

Bug report submitted to to discuss adding a callback API for accessing the global namespace for better support: github.com/libevent/libevent/i

This will be needed to complete the Capsicum support in .

#libevent #freebsd #capsicum #tor

Last updated 7 years ago