From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.4 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 84139C74A4E for ; Thu, 11 Jul 2019 08:01:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5CD2721537 for ; Thu, 11 Jul 2019 08:01:00 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=amazon.com header.i=@amazon.com header.b="DlNt6aHs" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727709AbfGKIA7 (ORCPT ); Thu, 11 Jul 2019 04:00:59 -0400 Received: from smtp-fw-2101.amazon.com ([72.21.196.25]:2784 "EHLO smtp-fw-2101.amazon.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726997AbfGKIA6 (ORCPT ); Thu, 11 Jul 2019 04:00:58 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.com; i=@amazon.com; q=dns/txt; s=amazon201209; t=1562832057; x=1594368057; h=subject:to:cc:references:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=I7JSekv1KgDpHTe97orMxPXt9Unjc2zeZ3uEDkasbZM=; b=DlNt6aHs93/r123xv3d3kao0Qih9khXNv4LkZsCMc43OaUI+FBz+tt4d 1LxMshpIeSORhgHs0PFsH/baZM5NarWsBBcx0AAkKAKuH+bUPdNicFcBo 5fDvc7UqWUXdyOohLmrMIhcJyiBklnBqyJpBZ/OGf3BGFig4b4EqzK3vV o=; X-IronPort-AV: E=Sophos;i="5.62,476,1554768000"; d="scan'208";a="741302314" Received: from iad6-co-svc-p1-lb1-vlan2.amazon.com (HELO email-inbound-relay-1d-2c665b5d.us-east-1.amazon.com) ([10.124.125.2]) by smtp-border-fw-out-2101.iad2.amazon.com with ESMTP; 11 Jul 2019 08:00:56 +0000 Received: from EX13MTAUEA001.ant.amazon.com (iad55-ws-svc-p15-lb9-vlan3.iad.amazon.com [10.40.159.166]) by email-inbound-relay-1d-2c665b5d.us-east-1.amazon.com (Postfix) with ESMTPS id BF6A7A027C; Thu, 11 Jul 2019 08:00:54 +0000 (UTC) Received: from EX13D19EUB003.ant.amazon.com (10.43.166.69) by EX13MTAUEA001.ant.amazon.com (10.43.61.243) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Thu, 11 Jul 2019 08:00:53 +0000 Received: from 8c85908914bf.ant.amazon.com (10.43.160.211) by EX13D19EUB003.ant.amazon.com (10.43.166.69) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Thu, 11 Jul 2019 08:00:49 +0000 Subject: Re: failed armel build of rdma-core 24.0-1 To: Leon Romanovsky CC: Jason Gunthorpe , Benjamin Drung , References: <156275862123.1841.4329369138979653018@wuiet.debian.org> <20190710192316.GH4051@ziepe.ca> <92fc16f9-d9f2-a05f-b049-137550ab4bfd@amazon.com> <20190711070744.GD23598@mtr-leonro.mtl.com> From: Gal Pressman Message-ID: Date: Thu, 11 Jul 2019 11:00:44 +0300 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:60.0) Gecko/20100101 Thunderbird/60.7.2 MIME-Version: 1.0 In-Reply-To: <20190711070744.GD23598@mtr-leonro.mtl.com> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.43.160.211] X-ClientProxiedBy: EX13D08UWB004.ant.amazon.com (10.43.161.232) To EX13D19EUB003.ant.amazon.com (10.43.166.69) Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org On 11/07/2019 10:07, Leon Romanovsky wrote: > On Thu, Jul 11, 2019 at 09:35:59AM +0300, Gal Pressman wrote: >> On 10/07/2019 22:23, Jason Gunthorpe wrote: >>> Benjamin, >>> >>> Can you confirm that something like this fixes these build problems? >>> >>> diff --git a/debian/rules b/debian/rules >>> index 07c9c145ff090c..facb45170eacfc 100755 >>> --- a/debian/rules >>> +++ b/debian/rules >>> @@ -63,6 +63,7 @@ ifneq (,$(filter-out $(COHERENT_DMA_ARCHS),$(DEB_HOST_ARCH))) >>> test -e debian/$$package.install.backup || cp debian/$$package.install debian/$$package.install.backup; \ >>> done >>> sed -i '/mlx[45]/d' debian/ibverbs-providers.install debian/libibverbs-dev.install debian/rdma-core.install >>> + sed -i '/efa/d' debian/ibverbs-providers.install debian/libibverbs-dev.install debian/rdma-core.install >>> endif >>> DESTDIR=$(CURDIR)/debian/tmp ninja -C build-deb install >>> >>> >>> >>> On Wed, Jul 10, 2019 at 11:37:01AM -0000, Debian buildds wrote: >>>> * Source package: rdma-core >>>> * Version: 24.0-1 >>>> * Architecture: armel >>>> * State: failed >>>> * Suite: sid >>>> * Builder: antheil.debian.org >>>> * Build log: https://buildd.debian.org/status/fetch.php?pkg=rdma-core&arch=armel&ver=24.0-1&stamp=1562758620&file=log >>>> >>>> Please note that these notifications do not necessarily mean bug reports >>>> in your package but could also be caused by other packages, temporary >>>> uninstallabilities and arch-specific breakages. A look at the build log >>>> despite this disclaimer would be appreciated however. >> >> Was this error supposed to be reported by travis as well? I'm pretty sure all >> tests passed. > > Did you get any build failure email from debian? I didn't. I didn't, who is supposed to get these?