mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Akemi Yagi <amyagi@gmail.com>
To: linux-kernel@vger.kernel.org
Subject: Build failure of kernel v4.14-rc due to error in tools/perf
Date: Fri, 22 Sep 2017 22:11:53 +0000 (UTC)	[thread overview]
Message-ID: <oq41r8$1v9$1@blaine.gmane.org> (raw)

Hi,

The build of kernel v4.14-rc1 for i686 fails on RHEL 6 with the error 
in tools/perf:

util/syscalltbl.c:157: error: expected ';', ',' or ')' before '__maybe_unused'
mv: cannot stat `util/.syscalltbl.o.tmp': No such file or directory

This is fixed by placing/moving

#include <linux/compiler.h>

outside of #ifdef HAVE_SYSCALL_TABLE as shown in the patch below.

Thanks,

Akemi Yagi <toracat@elrepo.org>
2017-09-22

--- a/tools/perf/util/syscalltbl.c      2017-09-16 15:47:51.000000000 -0700
+++ b/tools/perf/util/syscalltbl.c      2017-09-22 00:16:16.119007615 -0700
@@ -15,9 +15,9 @@

 #include "syscalltbl.h"
 #include <stdlib.h>
+#include <linux/compiler.h>

 #ifdef HAVE_SYSCALL_TABLE
-#include <linux/compiler.h>
 #include <string.h>
 #include "string2.h"
 #include "util.h"

             reply	other threads:[~2017-09-22 22:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-22 22:11 Akemi Yagi [this message]
2017-09-29 20:05 ` [tip:perf/urgent] perf tools: Fix syscalltbl build failure tip-bot for Akemi Yagi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='oq41r8$1v9$1@blaine.gmane.org' \
    --to=amyagi@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®