From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750986AbcECED3 (ORCPT ); Tue, 3 May 2016 00:03:29 -0400 Received: from mail-pf0-f196.google.com ([209.85.192.196]:36007 "EHLO mail-pf0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750904AbcECED1 (ORCPT ); Tue, 3 May 2016 00:03:27 -0400 Date: Tue, 3 May 2016 12:03:27 +0800 From: Sean Fu To: linux-kernel@vger.kernel.org Subject: Re: Fail to build tools/all Message-ID: <20160503040317.GA6274@linux-dunz.site> Mail-Followup-To: linux-kernel@vger.kernel.org References: <20160501050629.GA7386@linux-dunz.site> <1585171.cPeXrju8v9@skinner> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1585171.cPeXrju8v9@skinner> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 02, 2016 at 12:20:08PM +0200, Thomas Renninger wrote: > On Sunday, May 01, 2016 01:11:33 PM Sean Fu wrote: > > Hi guys: > > I encountered a build error when running "make V=1 tools/all". > > Shall we write a patch to fix it? > > This is not a bug. > > > The following is error log. > > > > ================================ start ========================== > > commit 05cf8077e54b20dddb756eaa26f3aeb5c38dd3cf > > Merge: cf78031 db5dd0d > > Author: Linus Torvalds > > Date: Fri Apr 1 20:03:33 2016 -0500 > > ================================= end ========================= > > > > ============================== start =========================== > > mkdir -p > > /home/sean/work/source/upstream/kernel.linus/linux/tools/power/cpupower > > && make O=/home/sean/work/source/upstream/kernel.linus/linux > > subdir=tools/power/cpupower --no-print-directory -C power/cpupower > > gcc -DVERSION=\"4.6.rc1.190.g05cf80\" -DPACKAGE=\"cpupower\" > > -DPACKAGE_BUGREPORT=\"linux-pm@vger.kernel.org\" -D_GNU_SOURCE -pipe > > -DNLS -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare > > -Wno-pointer-sign -Wdeclaration-after-statement -Wshadow -O1 -g -DDEBUG > > -I./lib -I ./utils -o > > /home/sean/work/source/upstream/kernel.linus/linux/utils/helpers/amd.o > > -c utils/helpers/amd.c > > utils/helpers/amd.c:7:21: fatal error: pci/pci.h: No such file or > > directory > > #include > > You need pciutils header and library: > ftp://ftp.kernel.org/pub/software/utils/pciutils > > Thomas Thanks