Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp5509188imu; Mon, 26 Nov 2018 01:14:24 -0800 (PST) X-Google-Smtp-Source: AFSGD/UUfhYBnuiskUWtB8XO3/WGhVgd6pa8nTBMZGruOjMhFhdptHcc9qCZhuRA8VfboFob/OYQ X-Received: by 2002:a63:4c4e:: with SMTP id m14mr24154380pgl.173.1543223664105; Mon, 26 Nov 2018 01:14:24 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1543223664; cv=none; d=google.com; s=arc-20160816; b=O68FInilIQ+94HzdbZ6J2Oelah/5D36z0sdu4nO97EKqwBLR6f4OE3m8/3oPLmTB/R iM20SKZGJ3heZFdAFE2SLKZgWN6uZipa9a6anDRPpyFzS3bwus7T594UXL/eVNoKgYiP l2RXPp/yQkb1Cqsglx5530qjcGR+DTgjxfgnWpciNqiVvcE3R+Zj25OnTg7ucTq1vB8j jySDK8/GTe9ZTlux8OpPfL9godz8cGaSsWmnyXcG3zQbX8k8Lxg3Li1R8zoKB8QiV6Wb DMJ/Dd7YO0tTg/uN+yISNJh2M8FBhp4XvC6Oa1Nu9LmAq8az3lJKzk5PTU5o8dLvfOgy 8fbQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:references:in-reply-to :organization:message-id:date:subject:cc:to:from; bh=qznRfGM0O5cRxaxzFMLrL7j5k68rRsc8pw68G45jEHc=; b=wf8PLu/dDRoTRfvU4vTch8RyzKmOuRr516hlXuRpTkw8Dg+zBPaSRKp3SO7td7ERa0 NolhSCLnhPY7dTVzhTsaSnIqi8y4VDKVTOiz94JHJXvYpePPoPafus2YCpJKvAruTvO/ bNG6OF3baT1fyjCy8eLtYIcHr16nFsyrNFZOfG75vx2GR/+7U6/Pb1LyvGh5hs6JQies ngeJIxPzjm9Homb7DO6K69BXQUtvgS6U+X6Rbs6NodOlZDIbDSKfJyTunIdn7kTNm9a9 nVJP0UG3RlVqIFULIaJBU1NozRxOlst7LX3JbDCzyE72C078tLvOlhKzvkvUFmYE2Jns SD+Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id h19si44911257plr.67.2018.11.26.01.14.08; Mon, 26 Nov 2018 01:14:24 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726210AbeKZUG6 (ORCPT + 99 others); Mon, 26 Nov 2018 15:06:58 -0500 Received: from mx1.emlix.com ([46.4.235.150]:50348 "EHLO mx1.emlix.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726157AbeKZUG6 (ORCPT ); Mon, 26 Nov 2018 15:06:58 -0500 Received: from mailer.emlix.com (unknown [81.20.119.6]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.emlix.com (Postfix) with ESMTPS id A600D25F784; Mon, 26 Nov 2018 10:13:27 +0100 (CET) From: Rolf Eike Beer To: Sasha Levin Cc: Linux Kernel Developers List Subject: Re: [PATCH v2] scripts: use pkg-config to locate libcrypto Date: Mon, 26 Nov 2018 10:13:23 +0100 Message-ID: <1637606.U1sPAt16y5@devpool21> Organization: emlix GmbH In-Reply-To: <20181124055339.E3B9120881@mail.kernel.org> References: <2429714.x0fLlpPdDl@devpool21> <20181124055339.E3B9120881@mail.kernel.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1752020.Mpx49Fk8YG"; micalg="pgp-sha256"; protocol="application/pgp-signature" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --nextPart1752020.Mpx49Fk8YG Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" Am Samstag, 24. November 2018, 06:53:39 CET schrieb Sasha Levin: > Hi, >=20 > [This is an automated email] >=20 > This commit has been processed because it contains a -stable tag. > The stable tag indicates that it's relevant for the following trees: all >=20 > The bot has tested the following trees: v4.19.3, v4.14.82, v4.9.138, > v4.4.164, v3.18.126. >=20 > v4.19.3: Build failed! Errors: > collect2: error: ld returned 1 exit status This sounds like it could actually be a problem, can you point me to the fu= ll=20 log, please? > v4.14.82: Failed to apply! Possible dependencies: > Unable to calculate This would either need 8377bd2b9ee1be35b39b5523f640a2b75ddd7c4e as well, or= a=20 modified patch. Manually fixing this up should be trivial. Just tell me whi= ch=20 way you prefer. Greetings, Eike =2D-=20 Rolf Eike Beer, emlix GmbH, http://www.emlix.com =46on +49 551 30664-0, Fax +49 551 30664-11 Gothaer Platz 3, 37083 G=C3=B6ttingen, Germany Sitz der Gesellschaft: G=C3=B6ttingen, Amtsgericht G=C3=B6ttingen HR B 3160 Gesch=C3=A4ftsf=C3=BChrung: Heike Jordan, Dr. Uwe Kracke =E2=80=93 Ust-IdNr= =2E: DE 205 198 055 emlix - smart embedded open source --nextPart1752020.Mpx49Fk8YG Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. Content-Transfer-Encoding: 7Bit -----BEGIN PGP SIGNATURE----- iLMEAAEIAB0WIQQ/Uctzh31xzAxFCLur5FH7Xu2t/AUCW/u5MwAKCRCr5FH7Xu2t /EFpA/9s55p/lsh00xy72fidEfEyOxQaoq1VIuvbdlSaiRR7XAuXWD2M7OcBiOc1 5mqwSq2aqjB+k2tbeMILOX13Dq6Dhwy/0nZ+jswETxo5cJdAQeW5OGAV78ZQvxy4 cUWAD3A4NBEce8BSPb+old/9sPx4eA5IIjImSNJUg95DwvmJTw== =m6L3 -----END PGP SIGNATURE----- --nextPart1752020.Mpx49Fk8YG--