From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marius Bakke Subject: Re: [PATCH 0/1] Perl-www-curl: Fix build failure Date: Tue, 25 Oct 2016 20:01:30 +0100 Message-ID: <877f8wfe2d.fsf@duckhunt.i-did-not-set--mail-host-address--so-tickle-me> References: Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46070) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bz6yq-0005Oa-29 for guix-devel@gnu.org; Tue, 25 Oct 2016 15:01:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bz6ym-0007CB-1p for guix-devel@gnu.org; Tue, 25 Oct 2016 15:01:48 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:52286) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bz6yl-0007C0-UJ for guix-devel@gnu.org; Tue, 25 Oct 2016 15:01:43 -0400 In-Reply-To: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Leo Famulari , guix-devel@gnu.org --=-=-= Content-Type: text/plain Leo Famulari writes: > This fixes the build failure of perl-www-curl build on core-updates: > https://hydra.gnu.org/build/1553325/nixlog/2 > > The patch is copied from the upstream bug tracker, but the maintainers > don't seem to have done anything with the patch yet. > > What do you think? > > Leo Famulari (1): > gnu: perl-www-curl: Fix build failure. > > gnu/local.mk | 1 + > .../patches/perl-www-curl-remove-symbol.patch | 39 ++++++++++++++++++++++ > gnu/packages/web.scm | 1 + > 3 files changed, 41 insertions(+) > create mode 100644 gnu/packages/patches/perl-www-curl-remove-symbol.patch I dug into the curl history and managed to find the commits[0][1] that lead to this. Combined with the bug report[2] linked in the patch, this seems sensible. Last maintainer activity on the upstream tracker was two years ago, so we may have to carry this a while. 0: https://github.com/curl/curl/commit/d6604524ad24daf4581efbe0020da058d2b3af84 1: https://github.com/curl/curl/commit/5fce88aa8c1256486377471186fc353c50d610b1 2: https://rt.cpan.org/Public/Bug/Display.html?id=117793 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEcBAEBCgAGBQJYD6wKAAoJEKKgbfKjOlT6oG8H+wfTMB5sv81Qhrc9tAIsDZ/Z UbG/2vAbPe1nzXDC+L0m5MJk8OFADdlubF+FnhmiUTq8LU6AU3QkVZzpjKEyogA8 JOZiCbmEJKBsCDbA9wntepHbYN4i4BJCtaGXv4AjfVjR2VZ6t1W01iOD72HA2wUp yKJxukmB2ocNwZ66AflU9IRWQGdqJaTtOwjHxKN53fyRRoEW6Q3HUOVbzTjHISp7 /KNeKveCT+N7UhFHP+8Rv2oxLF6+mqN0xglSYI+WVH28c/VsesYKb76RWzEl75Mo U3xk8CVHE0F3zigmdxd/8LP1AMYotF/c3DibBBBAKNpHivTqF2Iq1/V3IqQ9aqw= =ZZF1 -----END PGP SIGNATURE----- --=-=-=--