From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:42842 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728803AbeHVSV2 (ORCPT ); Wed, 22 Aug 2018 14:21:28 -0400 Date: Wed, 22 Aug 2018 16:56:10 +0200 From: Greg Kroah-Hartman To: Sasha Levin , Guenter Roeck Cc: stable Subject: Re: Build failures in -stable queues Message-ID: <20180822145610.GA29111@kroah.com> References: <8c637c2e-e3bb-ae2a-6ef0-5986d221ecf2@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <8c637c2e-e3bb-ae2a-6ef0-5986d221ecf2@roeck-us.net> Sender: stable-owner@vger.kernel.org List-ID: On Wed, Aug 22, 2018 at 06:41:50AM -0700, Guenter Roeck wrote: > > v4.9.y, v4.14.y: > > Building i386:tools/perf ... failed > Building x86_64:tools/perf ... failed > -------------- > Error log: > PERF_VERSION = 4.9.123.g5175d5 > tests/parse-events.c: In function ‘test_event’: > tests/parse-events.c:1681:3: error: implicit declaration of function ‘parse_events_print_error’ [-Werror=implicit-function-declaration] > parse_events_print_error(&err, e->name); > ^ > tests/parse-events.c:1681:3: error: nested extern declaration of ‘parse_events_print_error’ Thanks, I've fixed this one. Sasha, it would be good to add perf to your build tests so this doesn't happen again. greg k-h