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 313095C4C88 for ; Fri, 18 Aug 2017 21:20:33 +0000 (GMT) Received: from mx1.tetrasec.net (mail.local [127.0.0.1]) by mx1.tetrasec.net (Postfix) with ESMTP id E05809E27DD; Fri, 18 Aug 2017 21:20:32 +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 4C9549E211D; Fri, 18 Aug 2017 21:20:31 +0000 (GMT) Date: Fri, 18 Aug 2017 14:20:26 -0700 From: Natanael Copa To: Marian Buschsieweke Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] testing/firefox: Update to version 55.0.2 Message-ID: <20170818142026.0326af63@ncopa-macbook.copa.dup.pw> In-Reply-To: <20170817220731.19849-1-marian.buschsieweke@ovgu.de> References: <20170817220731.19849-1-marian.buschsieweke@ovgu.de> 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 Fri, 18 Aug 2017 00:07:31 +0200 Marian Buschsieweke wrote: > fix-tools.patch: Can no longer be applied, source changed significantly > getcontext.patch: Solves the same problem fix-tools.patch solved previously > tools_profiler_missing_header.patch: Adds a missing #include (obviously this > header was pulled in on glibc by an > unrelated #include) I believe the tools_profiler_missing_header.patch is wrong. The libgen.h include was not pulled in by unrelated #include. GNU libc has 2 variants of basename(), one is GNU specific the other is POSIX compliant. Firefox assumes GNU behaivor, but with libgen.h you get the posix behavior. See https://bugzilla.mozilla.org/show_bug.cgi?id=1041962 for more details. -nc --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---