qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1363641] [NEW] Build of v2.1.0 fails on armv7l due to undeclared __NR_select
@ 2014-08-31 11:30 Karl-Philipp Richter
  2014-08-31 11:30 ` [Qemu-devel] [Bug 1363641] " Karl-Philipp Richter
                   ` (10 more replies)
  0 siblings, 11 replies; 19+ messages in thread
From: Karl-Philipp Richter @ 2014-08-31 11:30 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

After `make clean` and `git clean -x -f -d` `git checkout v2.1.0 &&
configure --prefix=/home/user/prefix-qemu-2.1.0 && make` fails due to
missing declarations

    CC    qemu-seccomp.o
    qemu-seccomp.c:28:1: error: '__NR_select' undeclared here (not in a function)
    qemu-seccomp.c:36:1: error: '__NR_mmap' undeclared here (not in a function)
    qemu-seccomp.c:57:1: error: '__NR_getrlimit' undeclared here (not in a function)
    qemu-seccomp.c:96:1: error: '__NR_time' undeclared here (not in a function)
      GEN   qmp-marshal.c
    qemu-seccomp.c:186:1: error: '__NR_alarm' undeclared here (not in a function)
    make: *** [qemu-seccomp.o] Error 1

Same errors for master 8b3030114a449e66c68450acaac4b66f26d91416.
`configure`should not succeed for a failing build. `config.log` for
v2.1.0 and 8b303011... attached. The content is mostly compiler output
which I think is unusual for `config.log`, but see for yourself.

I'm building on a debian 7.6 chroot on Synology DSM 5.0. `uname -a` says
`Linux diskstatation 3.2.40 #4493 SMP Thu Aug 21 21:43:02 CST 2014
armv7l GNU/Linux`.

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1363641

Title:
  Build of v2.1.0 fails on armv7l due to undeclared __NR_select

Status in QEMU:
  New

Bug description:
  After `make clean` and `git clean -x -f -d` `git checkout v2.1.0 &&
  configure --prefix=/home/user/prefix-qemu-2.1.0 && make` fails due to
  missing declarations

      CC    qemu-seccomp.o
      qemu-seccomp.c:28:1: error: '__NR_select' undeclared here (not in a function)
      qemu-seccomp.c:36:1: error: '__NR_mmap' undeclared here (not in a function)
      qemu-seccomp.c:57:1: error: '__NR_getrlimit' undeclared here (not in a function)
      qemu-seccomp.c:96:1: error: '__NR_time' undeclared here (not in a function)
        GEN   qmp-marshal.c
      qemu-seccomp.c:186:1: error: '__NR_alarm' undeclared here (not in a function)
      make: *** [qemu-seccomp.o] Error 1

  Same errors for master 8b3030114a449e66c68450acaac4b66f26d91416.
  `configure`should not succeed for a failing build. `config.log` for
  v2.1.0 and 8b303011... attached. The content is mostly compiler output
  which I think is unusual for `config.log`, but see for yourself.

  I'm building on a debian 7.6 chroot on Synology DSM 5.0. `uname -a`
  says `Linux diskstatation 3.2.40 #4493 SMP Thu Aug 21 21:43:02 CST
  2014 armv7l GNU/Linux`.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1363641/+subscriptions

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2016-06-23  8:06 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-31 11:30 [Qemu-devel] [Bug 1363641] [NEW] Build of v2.1.0 fails on armv7l due to undeclared __NR_select Karl-Philipp Richter
2014-08-31 11:30 ` [Qemu-devel] [Bug 1363641] " Karl-Philipp Richter
2014-08-31 11:30 ` Karl-Philipp Richter
2014-08-31 12:06 ` Karl-Philipp Richter
2014-08-31 17:37   ` Peter Maydell
2014-08-31 18:58     ` Peter Maydell
2014-09-08 18:09   ` Dr. David Alan Gilbert
2014-09-23  8:25     ` Michael R. Hines
2014-09-23 12:27       ` Peter Maydell
2014-09-23  8:25     ` Michael R. Hines
2014-09-07 12:09 ` Karl-Philipp Richter
2014-10-22  7:31 ` Eduardo Otubo
2014-10-22 10:01   ` Peter Maydell
2014-11-12 10:02 ` Eduardo Otubo
2014-12-01  7:12 ` Ben Gelb
2014-12-09  9:36 ` Eduardo Otubo
2014-12-19 17:08 ` Eduardo Otubo
2015-03-17 11:06 ` Eduardo Otubo
2016-06-23  7:59 ` T. Huth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).