X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail-lf0-f41.google.com (mail-lf0-f41.google.com [209.85.215.41]) by lists.alpinelinux.org (Postfix) with ESMTP id 19A7A5C43B4 for ; Fri, 4 Nov 2016 07:52:22 +0000 (GMT) Received: by mail-lf0-f41.google.com with SMTP id b14so57562349lfg.2 for ; Fri, 04 Nov 2016 00:52:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=LTJVSj4FaAi8ILiLB5+5WYwKMQPN4EEerkIQO7+AbR8=; b=cMeHC42ghTF7hq/e3hpzdXusUjLyuMz4y8atxEfX3jvkMWLozaFy70LeiybJLEJG6u 5eV0DL4Pojg6Q+60GA3w8urnBzZ0opz5/4w/JntZSS6p7MkoJJZF4T0PzRZPCIzZ5yqN voL9I+R9JtTYd0nKEiMx+YHv1XyQoIN2qR8Ec4TbazF8+QMrHgZiULQqT9yjEtZ+ylYL VeFrPcJmT3YhQ+xNOnd8otnVDGsTLqxJ7La02drGPsexbd/u7ex3LQMADKUsdVGBqzLu zwI3uMEQs6gcUu4qGCa7VJlqyOL6ELlvXw0tnCfn3VPfenWEr4daNiMQJwfQfu7Y81FV z5yQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :in-reply-to:references:mime-version:content-transfer-encoding; bh=LTJVSj4FaAi8ILiLB5+5WYwKMQPN4EEerkIQO7+AbR8=; b=f8SAm0LfJyTWjQUPX8XIcPjRuKOBd7j24eWkHZlLfmY2TJeMO3uHglH0OKp5+XgRPC EvAzQHPq47Ed68n1G5BbOvDw/3AsWW6SN8LThbABtCNjSdnj543IMWeyDYeqRToK88ax JTf/DjQb4TYgOsSJMIX4C1mQ9yFCNdcwQe8Hp+hXYg/uNv3qMky/D6HI13V8t731iNpa +87U2ys2bdavieQ4M6YyZhgwnWY1QkuKtve+zpQVpDw1jw+A2VP5nGHPPwZOTB4eZ7WP g0i3+ou9PsmAv0h0lKdPCzht3xWfoggduY8WHwHHH8xGJPOBxcbKp45gfz1appKJ5x9C X49g== X-Gm-Message-State: ABUngvfjnWGRtroxWpcVTY8qvDZpoUghj35ZgapeJZXu2eP15kT+LueZfluUxSS6MPt4fg== X-Received: by 10.25.219.65 with SMTP id s62mr4016354lfg.35.1478245941174; Fri, 04 Nov 2016 00:52:21 -0700 (PDT) Received: from vostro.util.wtbts.net ([2001:1bc8:101:f402:e66f:13ff:fef3:8cd0]) by smtp.gmail.com with ESMTPSA id l135sm2087537lfg.30.2016.11.04.00.52.20 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 04 Nov 2016 00:52:20 -0700 (PDT) Sender: =?UTF-8?Q?Timo_Ter=C3=A4s?= Date: Fri, 4 Nov 2016 09:52:19 +0200 From: Timo Teras To: Marc Vertes Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] testing/mongodb-tools: upgrade to 3.2.10 Message-ID: <20161104095219.6494a024@vostro.util.wtbts.net> In-Reply-To: <20161022211737.3676-1-mvertes@free.fr> References: <20161022211737.3676-1-mvertes@free.fr> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.28; 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 Sat, 22 Oct 2016 21:17:37 +0000 Marc Vertes wrote: > --- > testing/mongodb-tools/APKBUILD | 17 ++++++----------- > testing/mongodb-tools/libressl.patch | 28 > ---------------------------- 2 files changed, 6 insertions(+), 39 > deletions(-) delete mode 100644 testing/mongodb-tools/libressl.patch Fails for me with: >>> mongodb-tools: >>> Unpacking /var/cache/distfiles/mongodb-tools-r3.2.10.tar.gz... Building bsondump # github.com/spacemonkeygo/openssl could not determine kind of name for C.EVP_sha Building mongostat # github.com/spacemonkeygo/openssl could not determine kind of name for C.EVP_sha Building mongofiles # github.com/spacemonkeygo/openssl could not determine kind of name for C.EVP_sha Building mongoexport # github.com/spacemonkeygo/openssl could not determine kind of name for C.EVP_sha Building mongoimport # github.com/spacemonkeygo/openssl could not determine kind of name for C.EVP_sha Building mongorestore # github.com/spacemonkeygo/openssl could not determine kind of name for C.EVP_sha Building mongodump # github.com/spacemonkeygo/openssl could not determine kind of name for C.EVP_sha Building mongotop # github.com/spacemonkeygo/openssl could not determine kind of name for C.EVP_sha Building mongooplog # github.com/spacemonkeygo/openssl could not determine kind of name for C.EVP_sha >>> ERROR: mongodb-tools: all failed Any ideas? --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---