svn commit: r516629 - head/net/liferea

Christoph Moench-Tegeder cmt at burggraben.net
Mon Nov 4 19:11:13 UTC 2019


## Jan Beich (jbeich at FreeBSD.org):

> >>   Unable to init server: Could not connect to 127.0.0.1: Connection refused
> >>   Command '['./liferea',
> >> '--introspect-dump=/tmp/tmp-introspectpgy0ihjn/functions.txt,/tmp/tmp-introspectpgy0ihjn/dump.xml']'
> >> died with <Signals.SIGABRT: 6>.
> >
> > Even if no GUI is requested, "something" tries to connect to Wayland
> > and (of course) fails.
> 
> libwayland doesn't support TCP sockets, so "127.0.0.1: Connection refused"
> comes from libX11.

Even better: that's the "broadway" (HTML5/websockets) backend which
produces this message. (Changing GDK_BACKEND can make the "Connection
refused" go away, but the crash stays).
And the SIGABORT looks like it came somewhere out of webkit2gtk. Great.

> It can be silenced by setting up DISPLAY variable but
> the crash breaking build wouldn't disappear.

There was no DISPLAY set to begin with - one of the advantages of
poudriere is that we get a sanitized environment.

Regards,
Christoph

-- 
Spare Space


More information about the svn-ports-head mailing list