From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f45.google.com (mail-wm0-f45.google.com [74.125.82.45]) by dpdk.org (Postfix) with ESMTP id 8950F37A6 for ; Thu, 3 Dec 2015 12:03:51 +0100 (CET) Received: by wmuu63 with SMTP id u63so16078586wmu.0 for ; Thu, 03 Dec 2015 03:03:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=E2omnyuyyHoAtKEc94IY4h47DKzRsQMEyHgqwNkgH2I=; b=VmUCWqx7PMv6HQ9d3nXhiJjXsNO0Zgnss5xvxMT3M2Lk7MsBajAyvJDa6csvLTotTZ rz5dYY4v70Xwokl8teoQiArF5q6kpLhGECK989ByexQ49t3fMRiXtRmIatDyle3pTxq8 U7KvjTQTj2pDEQxE5qdjqZXAKDoe4ZBhAT2nxlyPRb80caQ4EFvl4LO2JNmcSk3T52EY IsV/mlooBTEOEG4NdT7g6iHqzYb1r5n0xdf2ZV1zUX8LzW2+um+tAENEVfx5ErZxX1p2 aRREONGp/B+arJg1WPFtmCgq6VE2Kyc+bxDsEvloHwE5qm7l68i4m6sugWqas0QzN5I7 OMKw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=E2omnyuyyHoAtKEc94IY4h47DKzRsQMEyHgqwNkgH2I=; b=bVS71dxN3XaqlbpDvQ0MmgMXBCkdDgZUy52n14oNfLw4ydn1dCGIw8/kI7IX+TgknX hcsMx204/MF10a0pOcCiZPHBKHBBvLLymZScyxB5XfphTHhFyIk0CmZ3XJlidZkkuPzl /Cx+pBkSqqPnuNWP6nMX3AcJrZuQU31othtsIBiP2WHwZfUadFGwpazRg5C1+vbHMoNa ZICd/fBGiypjffGyoPv72nFn4ORTGbIX4+sW19Yco64vc5HkVeLbreJ8CzY9gDVoI0JW I3CJJHVkXksDWKGsxWzUQJC/C9nPviUWLR3raUVoSE8BIHok3AxLvOT4TE0EkRaQZv7O EcHg== X-Gm-Message-State: ALoCoQnyy1gSJpsYGUjjt6Bty9Zc5HNiErv6Z8vhW5BobzuZysjFguMQJs3NhqAjxodexlM6clMu X-Received: by 10.28.128.210 with SMTP id b201mr11147489wmd.69.1449140631406; Thu, 03 Dec 2015 03:03:51 -0800 (PST) Received: from xps13.localnet (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by smtp.gmail.com with ESMTPSA id l20sm35226127wmd.20.2015.12.03.03.03.50 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 03 Dec 2015 03:03:50 -0800 (PST) From: Thomas Monjalon To: Bruce Richardson Date: Thu, 03 Dec 2015 12:02:42 +0100 Message-ID: <1904583.t7IonTIn7B@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <20151203105752.GA7864@bricha3-MOBL3> References: <1449028676-19232-1-git-send-email-thomas.monjalon@6wind.com> <1449118929-19962-1-git-send-email-thomas.monjalon@6wind.com> <20151203105752.GA7864@bricha3-MOBL3> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2 00/12] standard make install 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: Thu, 03 Dec 2015 11:03:51 -0000 2015-12-03 10:57, Bruce Richardson: > On Thu, Dec 03, 2015 at 06:01:57AM +0100, Thomas Monjalon wrote: > > Following the recent discussions, this is a proposal to have a standard > > installation process while keeping compatibility with most of the old > > behaviours. > > > How compatible are we looking for here. The standard way of compiling up DPDK > up till now has always been "make install T=$RTE_TARGET", but that seems to no > longer work. > > bruce@silpixa00389037-Fedora:dpdk-clean$ echo $RTE_TARGET > x86_64-native-linuxapp-gcc > > bruce@silpixa00389037-Fedora:dpdk-clean$ make install T=$RTE_TARGET > /home/bruce/dpdk-clean/mk/rte.vars.mk:58: /home/bruce/dpdk-clean/build/.config: No such file or directory > /home/bruce/dpdk-clean/mk/rte.vars.mk:83: *** RTE_ARCH is not defined. Stop. > /home/bruce/dpdk-clean/mk/rte.sdkroot.mk:98: recipe for target 'install' failed > make: *** [install] Error 2 > > When I look for backward compatibilty, this is the main thing I look for, as I'm > not aware of anyone (on my team here at least!) who does a make config first etc. > When developing, most people just do a "make install T=..."straight up. I agree. And it works on my machine. I'd like to understand what is the problem on yours.