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.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,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 810C8C74A42 for ; Thu, 11 Jul 2019 07:07:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 52527208E4 for ; Thu, 11 Jul 2019 07:07:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1562828869; bh=UNgF6AGj1UA/B7Chr5lUW9BGg/EHA+uyLCKE8Iud8U8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=kB9tLunHNMAMsZLKLeV4+uxMiZj4niiASQ2+ASC2JtEnD9UzxefaI8XUj4LUrUnje 8OrqnnEMJyFeo1lCQyIR5k5sJj4fayUNFFiIKgNk3j692hbE0tL1qK4WLLSl0mElqY 7y4vzwBv6wEwftKQ5f/PH9SK20MzeuMg7yNSVRko= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728083AbfGKHHs (ORCPT ); Thu, 11 Jul 2019 03:07:48 -0400 Received: from mail.kernel.org ([198.145.29.99]:36616 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728057AbfGKHHs (ORCPT ); Thu, 11 Jul 2019 03:07:48 -0400 Received: from localhost (unknown [193.47.165.251]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id DCD43208E4; Thu, 11 Jul 2019 07:07:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1562828867; bh=UNgF6AGj1UA/B7Chr5lUW9BGg/EHA+uyLCKE8Iud8U8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=IecW40/Pv/7DIDnTojz1H8rerrY/Yl6pPorBqr31pnE0M6osaDOyIWBKRZlViv1uc ollmPNmWWFYlpqwxvysZGCCBj9VvkZru3ZanJcy8DFEK+uU62ruvjILGo/KAclSUJF AgkFH8XTRiEPD2fnCnQ7c0uVCblxe2SFEDIG5lL0= Date: Thu, 11 Jul 2019 10:07:44 +0300 From: Leon Romanovsky To: Gal Pressman Cc: Jason Gunthorpe , Benjamin Drung , linux-rdma@vger.kernel.org Subject: Re: failed armel build of rdma-core 24.0-1 Message-ID: <20190711070744.GD23598@mtr-leonro.mtl.com> References: <156275862123.1841.4329369138979653018@wuiet.debian.org> <20190710192316.GH4051@ziepe.ca> <92fc16f9-d9f2-a05f-b049-137550ab4bfd@amazon.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <92fc16f9-d9f2-a05f-b049-137550ab4bfd@amazon.com> User-Agent: Mutt/1.12.0 (2019-05-25) Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org 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. Thanks