From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 98536A0096 for ; Wed, 5 Jun 2019 22:05:02 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A05351B959; Wed, 5 Jun 2019 22:05:01 +0200 (CEST) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id C0C5F1B957 for ; Wed, 5 Jun 2019 22:05:00 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 1F9962255B; Wed, 5 Jun 2019 16:05:00 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 05 Jun 2019 16:05:00 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=doYlIOHDfllLo9/4Up3sxAM2V5nZ3wZX5JH77tNwQDw=; b=eUiXlvjRKiV5 PKCYzUvCsV28WcwxtABvVidBQjYNzLK/k3NYE6li4+cBYTyYfXpImjuoGk8MbpnF fBJc3OyQdzQAMKsGRRdTQRMydPak0SxC6sYP9coh5D5nl3VeKgNoy4VuqeLrbFMU oAsCRT2SlSG1iTMnW12rtd1K6I+WJAc= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=doYlIOHDfllLo9/4Up3sxAM2V5nZ3wZX5JH77tNwQ Dw=; b=EH5niuoj98yk4cnKPiUKkdZx0tCEPnNvPN6P4n/MXGnNqevtvDlcHphQn wg2iXIXToPHMAoupxjMPHd0YlACWJMLQzkw8zVViv7zqvbAcXcBgq0dhOjuyTCCG ZOuRxBSBy8twenwlwCyIGUeKgHrDJUVk4V2IekKbfr80nKaSZdPtBgmIN9bZZBP3 8riZ4EHU27sbSIAVv9ywVRS2iU8wu10fXZYqi0k21QNfR6EUkZFbdrQEm71A/pH8 7sU1+D9U8wK7fCmaKFUZG5bIzbJQDMXl4J/LxOUciHPeTloT8jqlMXl9+cIpTJHT rQRnTLVzy/RLp/YOQ1jLf0f2JPbZA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrudegvddgudegjecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhm rghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenuc ffohhmrghinhepughpughkrdhorhhgpdhtrhgrvhhishdqtghirdgtohhmnecukfhppeej jedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrg hssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id C448680062; Wed, 5 Jun 2019 16:04:56 -0400 (EDT) From: Thomas Monjalon To: Aaron Conole Cc: honnappa.nagarahalli@arm.com, ruifeng.wang@arm.com, gavin.hu@arm.com, dharmik.thakkar@arm.com, jerin.jacob@caviumnetworks.com, Yongseok Koh , dev@dpdk.org, msantana@redhat.com, bruce.richardson@intel.com Date: Wed, 05 Jun 2019 22:04:53 +0200 Message-ID: <74282465.H2CcKukIUE@xps> In-Reply-To: References: <18576498.0Zn3BvHS7Y@xps> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] DPDK compilation on arm is failing in Travis X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 05/06/2019 21:40, Aaron Conole: > Thomas Monjalon writes: > > > The compilation of the master branch is failing for aarch64: > > https://travis-ci.com/DPDK/dpdk > > The log is so much verbose that I am not able to understand > > what is really wrong. > > Please help to diagnose and fix, thanks. > > A discussion about this: > > http://mails.dpdk.org/archives/dev/2019-June/134012.html I see the error now. It is printing the full log after the error, so I missed the error at the top. I've read your comment about a possible error with the patch removing weak functions but neither me nor Bruce were able to reproduce it. What is the condition to see this compiler warning?