From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:49274 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750715AbdKFHs7 (ORCPT ); Mon, 6 Nov 2017 02:48:59 -0500 Date: Mon, 6 Nov 2017 08:49:11 +0100 From: Greg Kroah-Hartman To: Tuomas Tynkkynen Cc: stable@vger.kernel.org Subject: Re: 4.4 backport request: perf tools: Fix build failure on perl script context Message-ID: <20171106074911.GA27906@kroah.com> References: <20171102020728.7f2231b1@thinkpad> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171102020728.7f2231b1@thinkpad> Sender: stable-owner@vger.kernel.org List-ID: On Thu, Nov 02, 2017 at 02:07:28AM +0200, Tuomas Tynkkynen wrote: > Hi Greg, > > Please apply the following commit from 4.8 to 4.4.y. It fixes a perf > build failure on distros with modern Perl: Now queued up. But how are you getting past this error when building perf on Arch Linux: ~/linux/stable/linux-4.4.y/tools/perf $ make BUILD: Doing 'make -j4' parallel build config/Makefile:448: Missing perl devel files. Disabling perl scripting support, please install perl-ExtUtils-Embed/libperl-dev make[3]: *** No rule to make target '/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stddef.h', needed by 'fixdep.o'. Stop. make[2]: *** [Makefile:36: fixdep-in.o] Error 2 make[1]: *** [/home/gregkh/linux/stable/linux-4.4.y/tools/build/Makefile.include:7: fixdep] Error 2 make: *** [Makefile:69: all] Error 2 And yes, ExtUtils:Embed is installed :( thanks, greg k-h