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 ECDCFF8319B for ; Thu, 21 Mar 2019 10:02:37 +0000 (UTC) Received: from mx1.tetrasec.net (mail.local [127.0.0.1]) by mx1.tetrasec.net (Postfix) with ESMTP id 555EC9E1DA4; Thu, 21 Mar 2019 10:02:37 +0000 (UTC) Received: from ncopa-desktop.copa.dup.pw (67.63.200.37.customer.cdi.no [37.200.63.67]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: alpine@tanael.org) by mx1.tetrasec.net (Postfix) with ESMTPSA id 2BE039E03C3; Thu, 21 Mar 2019 10:02:35 +0000 (UTC) Date: Thu, 21 Mar 2019 11:02:29 +0100 From: Natanael Copa To: Michael Jeanson Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] testing/lttng-tools: upgrade to 2.10.6 Message-ID: <20190321110229.78647928@ncopa-desktop.copa.dup.pw> In-Reply-To: <20190320171453.13904-1-mjeanson@efficios.com> References: <20190320171453.13904-1-mjeanson@efficios.com> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; 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 Wed, 20 Mar 2019 12:14:53 -0500 Michael Jeanson wrote: Hi! > @@ -22,25 +22,30 @@ build() { > cd "$builddir" > > unset LDFLAGS > + autoreconf -i # Because we patch a Makefile.am We also need to add libtool to makedepends for this. > ./configure \ > --build=$CBUILD \ > --host=$CHOST \ > --prefix=/usr \ > --sysconfdir=/etc \ > - --localstatedir=/var \ > - || return 1 > - make V=1 || return 1 > - make -j1 check || return 1 > + --localstatedir=/var > + make V=1 > +} > + > +check() { > + cd "$builddir" > + > + make -j1 check > } The test suite hangs for me here. -nc --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---