All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1772166] [NEW] qemu 2.4.1: dereferencing pointer to incomplete type ‘struct ucontext’
@ 2018-05-19 13:51 George
  2018-05-19 16:14 ` [Qemu-devel] [Bug 1772166] " Peter Maydell
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: George @ 2018-05-19 13:51 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

Trying to compile qemu release 2.4.1

Getting compile error

user-exec.c: In function ‘cpu_resume_from_signal’:
user-exec.c:72:37: error: dereferencing pointer to incomplete type ‘struct ucontext’
         sigprocmask(SIG_SETMASK, &uc->uc_sigmask, NULL);
                                     ^~
user-exec.c: In function ‘cpu_arm_signal_handler’:
user-exec.c:214:41: error: dereferencing pointer to incomplete type ‘struct ucontext’

** Affects: qemu
     Importance: Undecided
         Status: New


** Tags: 2.4.1

** Tags added: 2.4.1

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

Title:
  qemu 2.4.1: dereferencing pointer to incomplete type ‘struct ucontext’

Status in QEMU:
  New

Bug description:
  Trying to compile qemu release 2.4.1

  Getting compile error

  user-exec.c: In function ‘cpu_resume_from_signal’:
  user-exec.c:72:37: error: dereferencing pointer to incomplete type ‘struct ucontext’
           sigprocmask(SIG_SETMASK, &uc->uc_sigmask, NULL);
                                       ^~
  user-exec.c: In function ‘cpu_arm_signal_handler’:
  user-exec.c:214:41: error: dereferencing pointer to incomplete type ‘struct ucontext’

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

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

* [Qemu-devel] [Bug 1772166] Re: qemu 2.4.1: dereferencing pointer to incomplete type ‘struct ucontext’
  2018-05-19 13:51 [Qemu-devel] [Bug 1772166] [NEW] qemu 2.4.1: dereferencing pointer to incomplete type ‘struct ucontext’ George
@ 2018-05-19 16:14 ` Peter Maydell
  2018-05-19 17:05 ` George
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Peter Maydell @ 2018-05-19 16:14 UTC (permalink / raw)
  To: qemu-devel

2.4.1 is a very old release of QEMU. I would recommend moving to a more
recent release.

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

Title:
  qemu 2.4.1: dereferencing pointer to incomplete type ‘struct ucontext’

Status in QEMU:
  New

Bug description:
  Trying to compile qemu release 2.4.1

  Getting compile error

  user-exec.c: In function ‘cpu_resume_from_signal’:
  user-exec.c:72:37: error: dereferencing pointer to incomplete type ‘struct ucontext’
           sigprocmask(SIG_SETMASK, &uc->uc_sigmask, NULL);
                                       ^~
  user-exec.c: In function ‘cpu_arm_signal_handler’:
  user-exec.c:214:41: error: dereferencing pointer to incomplete type ‘struct ucontext’

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

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

* [Qemu-devel] [Bug 1772166] Re: qemu 2.4.1: dereferencing pointer to incomplete type ‘struct ucontext’
  2018-05-19 13:51 [Qemu-devel] [Bug 1772166] [NEW] qemu 2.4.1: dereferencing pointer to incomplete type ‘struct ucontext’ George
  2018-05-19 16:14 ` [Qemu-devel] [Bug 1772166] " Peter Maydell
@ 2018-05-19 17:05 ` George
  2018-05-19 17:50 ` Peter Maydell
  2018-05-22  6:09 ` Thomas Huth
  3 siblings, 0 replies; 5+ messages in thread
From: George @ 2018-05-19 17:05 UTC (permalink / raw)
  To: qemu-devel

I need this for raspberry pi emulation and the most recent doesn't work
as you can see from my other bug post.

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

Title:
  qemu 2.4.1: dereferencing pointer to incomplete type ‘struct ucontext’

Status in QEMU:
  New

Bug description:
  Trying to compile qemu release 2.4.1

  Getting compile error

  user-exec.c: In function ‘cpu_resume_from_signal’:
  user-exec.c:72:37: error: dereferencing pointer to incomplete type ‘struct ucontext’
           sigprocmask(SIG_SETMASK, &uc->uc_sigmask, NULL);
                                       ^~
  user-exec.c: In function ‘cpu_arm_signal_handler’:
  user-exec.c:214:41: error: dereferencing pointer to incomplete type ‘struct ucontext’

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

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

* [Qemu-devel] [Bug 1772166] Re: qemu 2.4.1: dereferencing pointer to incomplete type ‘struct ucontext’
  2018-05-19 13:51 [Qemu-devel] [Bug 1772166] [NEW] qemu 2.4.1: dereferencing pointer to incomplete type ‘struct ucontext’ George
  2018-05-19 16:14 ` [Qemu-devel] [Bug 1772166] " Peter Maydell
  2018-05-19 17:05 ` George
@ 2018-05-19 17:50 ` Peter Maydell
  2018-05-22  6:09 ` Thomas Huth
  3 siblings, 0 replies; 5+ messages in thread
From: Peter Maydell @ 2018-05-19 17:50 UTC (permalink / raw)
  To: qemu-devel

QEMU 2.4 is from 2015, and we didn't add raspi2 support until 2016.
We've never supported the USB controller for the raspi boards. Perhaps
you're using some other fork of QEMU? If so, better to talk to whoever's
responsible for it.

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

Title:
  qemu 2.4.1: dereferencing pointer to incomplete type ‘struct ucontext’

Status in QEMU:
  New

Bug description:
  Trying to compile qemu release 2.4.1

  Getting compile error

  user-exec.c: In function ‘cpu_resume_from_signal’:
  user-exec.c:72:37: error: dereferencing pointer to incomplete type ‘struct ucontext’
           sigprocmask(SIG_SETMASK, &uc->uc_sigmask, NULL);
                                       ^~
  user-exec.c: In function ‘cpu_arm_signal_handler’:
  user-exec.c:214:41: error: dereferencing pointer to incomplete type ‘struct ucontext’

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

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

* [Qemu-devel] [Bug 1772166] Re: qemu 2.4.1: dereferencing pointer to incomplete type ‘struct ucontext’
  2018-05-19 13:51 [Qemu-devel] [Bug 1772166] [NEW] qemu 2.4.1: dereferencing pointer to incomplete type ‘struct ucontext’ George
                   ` (2 preceding siblings ...)
  2018-05-19 17:50 ` Peter Maydell
@ 2018-05-22  6:09 ` Thomas Huth
  3 siblings, 0 replies; 5+ messages in thread
From: Thomas Huth @ 2018-05-22  6:09 UTC (permalink / raw)
  To: qemu-devel

v2.4 is not maintained anymore, so closing this as WONTFIX.

** Changed in: qemu
       Status: New => Won't Fix

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

Title:
  qemu 2.4.1: dereferencing pointer to incomplete type ‘struct ucontext’

Status in QEMU:
  Won't Fix

Bug description:
  Trying to compile qemu release 2.4.1

  Getting compile error

  user-exec.c: In function ‘cpu_resume_from_signal’:
  user-exec.c:72:37: error: dereferencing pointer to incomplete type ‘struct ucontext’
           sigprocmask(SIG_SETMASK, &uc->uc_sigmask, NULL);
                                       ^~
  user-exec.c: In function ‘cpu_arm_signal_handler’:
  user-exec.c:214:41: error: dereferencing pointer to incomplete type ‘struct ucontext’

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

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

end of thread, other threads:[~2018-05-22  6:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-19 13:51 [Qemu-devel] [Bug 1772166] [NEW] qemu 2.4.1: dereferencing pointer to incomplete type ‘struct ucontext’ George
2018-05-19 16:14 ` [Qemu-devel] [Bug 1772166] " Peter Maydell
2018-05-19 17:05 ` George
2018-05-19 17:50 ` Peter Maydell
2018-05-22  6:09 ` Thomas Huth

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.