From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id 4274A29C7 for ; Mon, 31 Oct 2016 11:43:26 +0100 (CET) Received: by mail-wm0-f49.google.com with SMTP id n67so220316456wme.1 for ; Mon, 31 Oct 2016 03:43:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:subject:message-id:mime-version:content-disposition :content-transfer-encoding:user-agent; bh=W71XOGEzIoJGmoM7P3c19UR2rCIZG27qp815Yd55svs=; b=knAJ6NzyqvT8J8/rcT32i4pR0gAjELjw4hqZXwaFGwirGD+0goUj4yBH37rEPEOaqM UcCZhuArzbrA0/mg5FqutxbBCLPmPgHHL725JtBYf7kHm5Twbqo+jfn392xxbZuN+rxe Ssg2e3jYPwCaAqYFmY1FZHRntMWTq84gssEQPLfR50m/J4nd6KSA4zgp2sS6Cj4VgcKx r2bywITqGvr0wK75Z7fVT9Ck3cO81gdm+7YW2NhtTT5QEPbauLLVkeHN1dWIWTZOyXXF aWjpwHjHx2R9zZZDf0xINAhKaiNzawQeiDa4M1/Yx8v9IT2c4NqJWvKoM2t3uqvtZXAv FqWQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-disposition:content-transfer-encoding:user-agent; bh=W71XOGEzIoJGmoM7P3c19UR2rCIZG27qp815Yd55svs=; b=iCItj6Xgh/7pKykqk4jeTva0dYKiorAvkAOA1y7IuYSr2oBDCa5sOZFkiLo0gbu1ei Q1ACwxSIvgA6VjJ9wvfmTKr6QVzJ+amB6jZckLnwJo7BS59zZR03FNH0sVCTLOkG11je VyntS/A9bic/MHaLhmJKen/mhVXIoLE19YRKn0z/1uCb+QjrVq7RjxPCYUIvpu2u97sS lTgMyx7r2AS1uXxPyR7oGHMrJtRQugsvWXCJG88fYJa4nEkKROgakYZcQakpYjnwQSh3 ozUmGZbhw3zxZCwseWvGSMlLFusm5VX7kOG1q436N7UpeseT/baFCAq1rPZETeEscBvP mkPg== X-Gm-Message-State: ABUngve5qCLLFJu06+HDrOUB85x1Pwsd6iPg9XZNUPv2mmue/1xxdrJEaPc4MtmY/pTflasS X-Received: by 10.194.93.234 with SMTP id cx10mr22016146wjb.140.1477910605834; Mon, 31 Oct 2016 03:43:25 -0700 (PDT) Received: from autoinstall.dev.6wind.com (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by smtp.gmail.com with ESMTPSA id s133sm23997344wmd.19.2016.10.31.03.43.24 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 31 Oct 2016 03:43:25 -0700 (PDT) Date: Mon, 31 Oct 2016 11:43:18 +0100 From: =?iso-8859-1?Q?N=E9lio?= Laranjeiro To: dev@dpdk.org, Thomas Monjalon , Bruce Richardson Message-ID: <20161031104318.GC4823@autoinstall.dev.6wind.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.5.23 (2014-03-12) Subject: [dpdk-dev] Red Hat 6.5 compilation failure X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Oct 2016 10:43:26 -0000 Hi all, Am facing an issue with compilation on redhat 6.5 of DPDK v16.11-rc2, compilation fails with: cc1: warnings being treated as errors /root/dpdk/drivers/net/i40e/i40e_ethdev_vf.c: In function ‘i40evf_dev_interrupt_handler’: /root/dpdk/drivers/net/i40e/i40e_ethdev_vf.c:1391: error: dereferencing pointer ‘v_msg’ does break strict-aliasing rules /root/dpdk/drivers/net/i40e/i40e_ethdev_vf.c:1397: error: dereferencing pointer ‘v_msg’ does break strict-aliasing rules /root/dpdk/drivers/net/i40e/i40e_ethdev_vf.c:1398: error: dereferencing pointer ‘v_msg’ does break strict-aliasing rules /root/dpdk/drivers/net/i40e/i40e_ethdev_vf.c:1376: note: initialized from here cc1: warnings being treated as errors /root/dpdk/drivers/net/bnxt/bnxt_hwrm.c: In function ‘bnxt_hwrm_func_driver_unregister’: /root/dpdk/drivers/net/bnxt/bnxt_hwrm.c:105: error: dereferencing pointer ‘req’ does break strict-aliasing rules /root/dpdk/drivers/net/bnxt/bnxt_hwrm.c:66: note: initialized from here cc1: warnings being treated as errors /root/dpdk/drivers/net/qede/base/ecore_mcp.c: In function ‘ecore_mcp_nvm_rd_cmd’: /root/dpdk/build/include/rte_memcpy.h:740: error: array subscript is above array bounds /root/dpdk/drivers/net/qede/base/ecore_mcp.c: In function ‘ecore_mcp_nvm_wr_cmd’: /root/dpdk/build/include/rte_memcpy.h:740: error: array subscript is above array bounds At top level: cc1: error: unrecognized command line option "-Wno-maybe-uninitialized" cc1: error: unrecognized command line option "-Wno-maybe-uninitialized" cc1: error: unrecognized command line option "-Wno-maybe-uninitialized" cc1: error: unrecognized command line option "-Wno-maybe-uninitialized" cc1: error: unrecognized command line option "-Wno-maybe-uninitialized" cc1: error: unrecognized command line option "-Wno-maybe-uninitialized" cc1: error: unrecognized command line option "-Wno-maybe-uninitialized" cc1: error: unrecognized command line option "-Wno-maybe-uninitialized" cc1: error: unrecognized command line option "-Wno-maybe-uninitialized" cc1: error: unrecognized command line option "-Wno-maybe-uninitialized" cc1: error: unrecognized command line option "-Wno-maybe-uninitialized" cc1: error: unrecognized command line option "-Wno-maybe-uninitialized" cc1: error: unrecognized command line option "-Wno-maybe-uninitialized" cc1: error: unrecognized command line option "-Wno-maybe-uninitialized" In doc/guides/rel_notes/supported_os.rst we still support "Red Hat Enterprise Linux 6.5". Do we still want to support it, or should we update the documentation to remove it? Regards, -- Nélio Laranjeiro 6WIND