Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754910AbcK1TgF (ORCPT ); Mon, 28 Nov 2016 14:36:05 -0500 Received: from mx1.redhat.com ([209.132.183.28]:40988 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753895AbcK1Tf4 (ORCPT ); Mon, 28 Nov 2016 14:35:56 -0500 Date: Mon, 28 Nov 2016 17:35:49 -0200 From: Arnaldo Carvalho de Melo To: Peter Foley Cc: Jiri Olsa , LKML , wangnan0@huawei.com Subject: Re: [PATCH v2] Fix objtool with clang Message-ID: <20161128193549.GA2361@redhat.com> References: <20161127161447.GA9347@krava> <20161128024346.17371-1-pefoley2@pefoley.com> <20161128113928.GD9072@krava> <20161128150024.GG2267@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.5.20 (2009-12-10) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.26]); Mon, 28 Nov 2016 19:35:56 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 950 Lines: 21 Em Mon, Nov 28, 2016 at 07:25:53AM -0800, Peter Foley escreveu: > On Mon, Nov 28, 2016 at 7:00 AM, Arnaldo Carvalho de Melo > wrote: > > After I applied this I started getting this: > > > > CC /tmp/build/perf/tests/sw-clock.o > > /tmp/build/perf/.plugin_jbd2.o.cmd:3: *** empty variable name. Stop. > > Makefile:192: recipe for target '/tmp/build/perf/plugin_jbd2-in.o' failed > > make[2]: *** [/tmp/build/perf/plugin_jbd2-in.o] Error 2 > > Makefile.perf:591: recipe for target '/tmp/build/perf/libtraceevent-dynamic-list' failed > > make[1]: *** [/tmp/build/perf/libtraceevent-dynamic-list] Error 2 > > make[1]: *** Waiting for unfinished jobs.... > > CC /tmp/build/perf/tests/mmap-thread-lookup.o > > Odd, I can't reproduce that... > Mind sending your gcc version + the output of make V=1 + the contents > of the .cmd file causing the error? I just updated to f25, lemme see if this still happens... - Arnaldo