X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mx1.tetrasec.net (mx1.tetrasec.net [74.117.190.25]) by lists.alpinelinux.org (Postfix) with ESMTP id 70BCC5C4CA8 for ; Thu, 24 Aug 2017 22:47:13 +0000 (GMT) Received: from mx1.tetrasec.net (mail.local [127.0.0.1]) by mx1.tetrasec.net (Postfix) with ESMTP id 2B17F9E2957; Thu, 24 Aug 2017 22:47:13 +0000 (GMT) Received: from ncopa-macbook.copa.dup.pw (50-233-46-100-static.hfc.comcastbusiness.net [50.233.46.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: n@tanael.org) by mx1.tetrasec.net (Postfix) with ESMTPSA id 9D4A69E1C5D; Thu, 24 Aug 2017 22:47:12 +0000 (GMT) Date: Thu, 24 Aug 2017 15:47:10 -0700 From: Natanael Copa To: soeren@soeren-tempel.net Cc: Daniel Sabogal , alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH 2/2] main/lxterminal: modernize abuild Message-ID: <20170824154710.0fc288fb@ncopa-macbook.copa.dup.pw> In-Reply-To: References: <20170807153956.14312-1-dsabogalcc@gmail.com> <20170807153956.14312-3-dsabogalcc@gmail.com> X-Mailer: Claws Mail 3.15.0-dirty (GTK+ 2.24.31; x86_64-alpine-linux-musl) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Tue, 22 Aug 2017 23:24:18 +0200 soeren@soeren-tempel.net wrote: > Daniel Sabogal wrote: > > +check() { > > + cd "$builddir" > > + ./src/lxterminal -v > > } > > I don't think that the tests will pass on the builders. When running > them in a chroot I get the following error message: > > (lxterminal:3542): Gtk-WARNING **: cannot open display: I applied it and changed it to: make -C src check which is a no-op Thanks! -nc --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---