From owner-svn-ports-head@freebsd.org Mon Nov 4 19:11:13 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B98581AD6B7; Mon, 4 Nov 2019 19:11:13 +0000 (UTC) (envelope-from cmt@burggraben.net) Received: from smtp.burggraben.net (smtp.burggraben.net [IPv6:2a01:4f8:140:510a::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.burggraben.net", Issuer "Christoph Moench-Tegeder" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 476MpT09fTz4D4D; Mon, 4 Nov 2019 19:11:12 +0000 (UTC) (envelope-from cmt@burggraben.net) Received: from elch.exwg.net (elch.exwg.net [IPv6:2001:470:7120:1:127b:44ff:fe4f:148d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "elch.exwg.net", Issuer "Christoph Moench-Tegeder" (verified OK)) by smtp.burggraben.net (Postfix) with ESMTPS id 71922C0030B; Mon, 4 Nov 2019 20:11:10 +0100 (CET) Received: by elch.exwg.net (Postfix, from userid 1000) id 04BAE1399F7; Mon, 4 Nov 2019 20:11:10 +0100 (CET) Date: Mon, 4 Nov 2019 20:11:09 +0100 From: Christoph Moench-Tegeder To: Jan Beich Cc: Antoine Brodin , svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r516629 - head/net/liferea Message-ID: <20191104191109.GB2476@elch.exwg.net> References: <201911041019.xA4AJYqc047310@repo.freebsd.org> <20191104103901.GA2476@elch.exwg.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.12.2 (2019-09-21) X-Rspamd-Queue-Id: 476MpT09fTz4D4D X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of cmt@burggraben.net designates 2a01:4f8:140:510a::3 as permitted sender) smtp.mailfrom=cmt@burggraben.net X-Spamd-Result: default: False [-3.29 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip6:2a01:4f8:140:510a::3]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[burggraben.net]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; RCPT_COUNT_FIVE(0.00)[5]; IP_SCORE(-0.79)[ipnet: 2a01:4f8::/29(-2.24), asn: 24940(-1.68), country: DE(-0.01)]; RCVD_IN_DNSWL_MED(-0.20)[3.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.a.0.1.5.0.4.1.0.8.f.4.0.1.0.a.2.list.dnswl.org : 127.0.6.2]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:24940, ipnet:2a01:4f8::/29, country:DE]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Nov 2019 19:11:13 -0000 ## Jan Beich (jbeich@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 . > > > > 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