From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: [PATCH 0/1] Perl-www-curl: Fix build failure Date: Mon, 24 Oct 2016 18:44:26 -0400 Message-ID: Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56101) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bynz0-0001Pd-38 for guix-devel@gnu.org; Mon, 24 Oct 2016 18:44:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bynyw-0000lZ-5L for guix-devel@gnu.org; Mon, 24 Oct 2016 18:44:42 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:48585) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bynyw-0000lQ-17 for guix-devel@gnu.org; Mon, 24 Oct 2016 18:44:38 -0400 Received: from localhost.localdomain (c-73-188-17-148.hsd1.pa.comcast.net [73.188.17.148]) by mail.messagingengine.com (Postfix) with ESMTPA id 64BE4CC07E for ; Mon, 24 Oct 2016 18:44:35 -0400 (EDT) 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: guix-devel@gnu.org 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 -- 2.10.1