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 D51D15C62C0 for ; Mon, 3 Sep 2018 17:34:51 +0000 (GMT) Received: from mx1.tetrasec.net (mail.local [127.0.0.1]) by mx1.tetrasec.net (Postfix) with ESMTP id 74CD59E1D2B; Mon, 3 Sep 2018 17:34:51 +0000 (GMT) Received: from ncopa-desktop.copa.dup.pw (67.63.200.37.customer.cdi.no [37.200.63.67]) (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 BB35E9E00C9; Mon, 3 Sep 2018 17:34:50 +0000 (GMT) Date: Mon, 3 Sep 2018 19:34:45 +0200 From: Natanael Copa To: Mobile Stream Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] main/patch: avoid using broken code in cross build Message-ID: <20180903193445.2baae53d@ncopa-desktop.copa.dup.pw> In-Reply-To: <1144704567.20180810164636@mobile-stream.com> References: <1144704567.20180810164636@mobile-stream.com> X-Mailer: Claws Mail 3.15.1-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 The patch failed for me: Applying: main/patch: avoid using broken code in cross build error: patch failed: main/patch/APKBUILD:25 error: main/patch/APKBUILD: patch does not apply Patch failed at 0001 main/patch: avoid using broken code in cross build I fixing it manually. Thanks! -nc On Fri, 10 Aug 2018 16:46:36 +0300 Mobile Stream wrote: > Exactly the same rpl_gmtime problem as in main/tar. See the explanation and commit message in the corresponding e-mail message. > > --- > main/patch/APKBUILD | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/main/patch/APKBUILD b/main/patch/APKBUILD > index 54993e4656..fabfc95e35 100644 > --- a/main/patch/APKBUILD > +++ b/main/patch/APKBUILD > @@ -25,6 +25,8 @@ builddir="$srcdir"/$pkgname-$pkgver > > build() { > cd "$builddir" > + gl_cv_func_gettimeofday_clobber=no \ > + gl_cv_func_tzset_clobber=no \ > ./configure \ > --build=$CBUILD \ > --host=$CHOST \ --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---