Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp3515096imm; Tue, 17 Jul 2018 06:12:00 -0700 (PDT) X-Google-Smtp-Source: AAOMgpe27ifOn0qrLt9Tm11cCelQvOM0uD9mDuMtyS9neRDL1H2wZNwbHAqGlCqj1Hdc5cduWDOZ X-Received: by 2002:a17:902:6686:: with SMTP id e6-v6mr1591182plk.35.1531833119916; Tue, 17 Jul 2018 06:11:59 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1531833119; cv=none; d=google.com; s=arc-20160816; b=KGhd/rtoERo2pIURl+qT4tC2RW/9yb0CpTO3keA0TPVVQUoavSZg/FqtUX3MF7IivW 0hZQpt8kcFtajrK+8DJmm9CVR7dLOo4NQNZm3Esx4cZe4/QJtZpHe9ibg+ignuUlYJyb q952D9NXrlf1HBp/sF9MSUeWY1b6//rVzHlNXmKlwDyMOxtVarqu4ulkNk9ITQ9WHyic Uew/qvAb4ibKMPQJ8V6RIA+B4zbbEsEpeFDh/yhy/nKiGUt6DRuA95ytNLS/JBJZ5ksp 4/mvKdZpihFjGbjBc8yknM+aYWe9aPLRnWg0GC0HRF27S1+bLR9xMWGS7ZWI14l5kuRx piiQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=du6HOK1WjQD27N33rWgODS8ZvIJwIe+G+EM8roqLOwM=; b=GOkz9jyZt+rSstPREaWCq0mnGwPw3thWRn/dcHvjzvyB3jwX1Ih2HhlwkjSP3Cj9ge enlusanYSRUnjT4gMDHSkDj/DTd5kFwk43PYeyneQ40ue0Wuoe//71NoWnyEndT4QEi3 NyLFpX6HPvwba0I4nGDlegC8DAlSj0obpDz4yEvV6snvUhumusb+KxanZNLCiXPfcS24 d0RBq6FFPl40gv/UEm1VFLHnK1WRWWko76ofyYnt1YA29yeiPN00p7P0q88pji0G7NtG yrlTZ1s4A9j7YVUOAIQv/DrorO1z3b9Mgjtbq+tZHuV6NvqqBrxosV0VlAcneB+X9Xut k8RQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id q11-v6si843079pgb.102.2018.07.17.06.11.44; Tue, 17 Jul 2018 06:11:59 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731604AbeGQNmx (ORCPT + 99 others); Tue, 17 Jul 2018 09:42:53 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:41088 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731464AbeGQNmx (ORCPT ); Tue, 17 Jul 2018 09:42:53 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id BCCBCCB8; Tue, 17 Jul 2018 13:10:15 +0000 (UTC) Date: Tue, 17 Jul 2018 15:10:13 +0200 From: Greg Kroah-Hartman To: Konstantin Khlebnikov Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Randy Dunlap , Rasmus Villemoes , Paul Menzel , Masahiro Yamada Subject: Re: [PATCH 4.4 14/43] tools build: fix # escaping in .cmd files for future Make Message-ID: <20180717131013.GB5171@kroah.com> References: <20180716073511.796555857@linuxfoundation.org> <20180716073513.350026232@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 17, 2018 at 03:57:21PM +0300, Konstantin Khlebnikov wrote: > This commit depends on commit 9564a8cf422d7b58f6e857e3546d346fa970191e > "Kbuild: fix # escaping in .cmd files for future Make" > which is missing in 4.4.141 > > > this breaks compilation of tools/perf for me > > make -C tools/perf V=1 JOBS=24 WERROR=0 NO_GTK2=1 LDFLAGS=-static all > make[1]: Entering directory `/tmp/buildd/linux-yandex-4.4.141/tools/perf' > BUILD: Doing 'make -j24' parallel build > > Auto-detecting system features: > ... dwarf: [ on ] > ... dwarf_getlocations: [ OFF ] > ... glibc: [ on ] > ... gtk2: [ OFF ] > ... libaudit: [ on ] > ... libbfd: [ on ] > ... libelf: [ on ] > ... libnuma: [ on ] > ... numa_num_possible_cpus: [ on ] > ... libperl: [ OFF ] > ... libpython: [ OFF ] > ... libslang: [ on ] > ... libunwind: [ on ] > ... libdw-dwarf-unwind: [ OFF ] > ... zlib: [ on ] > ... lzma: [ on ] > ... get_cpuid: [ on ] > ... bpf: [ on ] > > config/Makefile:274: No libdw DWARF unwind found, Please install elfutils-devel/libdw-dev >= 0.158 and/or set LIBDW_DIR > config/Makefile:282: Old libdw.h, finding variables at given 'perf probe' point will not work, install elfutils-devel/libdw-dev >= 0.157 > config/Makefile:458: Missing perl devel files. Disabling perl scripting support, please install perl-ExtUtils-Embed/libperl-dev > config/Makefile:501: No 'Python.h' (for Python 2.x support) was found: disables Python support - please install python-devel/python-dev > $(:) > make -C /tmp/buildd/linux-yandex-4.4.141/tools/build fixdep > /bin/sh util/PERF-VERSION-GEN > make -f /tmp/buildd/linux-yandex-4.4.141/tools/build/Makefile.build dir=. obj=fixdep > . util/generate-cmdlist.sh > common-cmds.h+ && mv common-cmds.h+ common-cmds.h > .fixdep.o.cmd:1: *** missing separator. Stop. > make[3]: *** [fixdep-in.o] Error 2 > make[2]: *** [fixdep] Error 2 Ick. Ok, let me go backport the original patch to 4.4.y now to try to fix this up, sorry about that. greg k-h