All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 720787] [NEW] Fails to compile on MacOS
@ 2011-02-17 15:52 Nigel Horne
  2011-04-01 18:10 ` [Qemu-devel] [Bug 720787] " Nigel Horne
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Nigel Horne @ 2011-02-17 15:52 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

Make fails with:

qemu-thread.c: In function 'qemu_mutex_timedlock':
qemu-thread.c:75: warning: implicit declaration of function 'clock_gettime'
qemu-thread.c:75: warning: nested extern declaration of 'clock_gettime'
qemu-thread.c:75: error: 'CLOCK_REALTIME' undeclared (first use in this function)
qemu-thread.c:75: error: (Each undeclared identifier is reported only once
qemu-thread.c:75: error: for each function it appears in.)
qemu-thread.c:78: warning: implicit declaration of function 'pthread_mutex_timedlock'
qemu-thread.c:78: warning: nested extern declaration of 'pthread_mutex_timedlock'
qemu-thread.c: In function 'qemu_cond_timedwait':
qemu-thread.c:143: error: 'CLOCK_REALTIME' undeclared (first use in this function)
make: *** [qemu-thread.o] Error 1

On Git commit commit 79f2b6fcdb7c06cdce6eccc796f5651f3efb843e

Using "configure --enable-io-thread"

** 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/720787

Title:
  Fails to compile on MacOS

Status in QEMU:
  New

Bug description:
  Make fails with:

  qemu-thread.c: In function 'qemu_mutex_timedlock':
  qemu-thread.c:75: warning: implicit declaration of function 'clock_gettime'
  qemu-thread.c:75: warning: nested extern declaration of 'clock_gettime'
  qemu-thread.c:75: error: 'CLOCK_REALTIME' undeclared (first use in this function)
  qemu-thread.c:75: error: (Each undeclared identifier is reported only once
  qemu-thread.c:75: error: for each function it appears in.)
  qemu-thread.c:78: warning: implicit declaration of function 'pthread_mutex_timedlock'
  qemu-thread.c:78: warning: nested extern declaration of 'pthread_mutex_timedlock'
  qemu-thread.c: In function 'qemu_cond_timedwait':
  qemu-thread.c:143: error: 'CLOCK_REALTIME' undeclared (first use in this function)
  make: *** [qemu-thread.o] Error 1

  On Git commit commit 79f2b6fcdb7c06cdce6eccc796f5651f3efb843e

  Using "configure --enable-io-thread"

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

* [Qemu-devel] [Bug 720787] Re: Fails to compile on MacOS
  2011-02-17 15:52 [Qemu-devel] [Bug 720787] [NEW] Fails to compile on MacOS Nigel Horne
@ 2011-04-01 18:10 ` Nigel Horne
  2011-05-26 23:41 ` Karl-Michael Schindler
  2013-07-26 12:58 ` Peter Maydell
  2 siblings, 0 replies; 4+ messages in thread
From: Nigel Horne @ 2011-04-01 18:10 UTC (permalink / raw)
  To: qemu-devel

It's moved on a bit.  Qemu still fails to compile, but this is the
latest error:

  CC    i386-darwin-user/main.o
cc1: warning: /Users/nigel/src/qemu/darwin-user/i386: No such file or directory

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

Title:
  Fails to compile on MacOS

Status in QEMU:
  New

Bug description:
  Make fails with:

  qemu-thread.c: In function 'qemu_mutex_timedlock':
  qemu-thread.c:75: warning: implicit declaration of function 'clock_gettime'
  qemu-thread.c:75: warning: nested extern declaration of 'clock_gettime'
  qemu-thread.c:75: error: 'CLOCK_REALTIME' undeclared (first use in this function)
  qemu-thread.c:75: error: (Each undeclared identifier is reported only once
  qemu-thread.c:75: error: for each function it appears in.)
  qemu-thread.c:78: warning: implicit declaration of function 'pthread_mutex_timedlock'
  qemu-thread.c:78: warning: nested extern declaration of 'pthread_mutex_timedlock'
  qemu-thread.c: In function 'qemu_cond_timedwait':
  qemu-thread.c:143: error: 'CLOCK_REALTIME' undeclared (first use in this function)
  make: *** [qemu-thread.o] Error 1

  On Git commit commit 79f2b6fcdb7c06cdce6eccc796f5651f3efb843e

  Using "configure --enable-io-thread"

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

* [Qemu-devel] [Bug 720787] Re: Fails to compile on MacOS
  2011-02-17 15:52 [Qemu-devel] [Bug 720787] [NEW] Fails to compile on MacOS Nigel Horne
  2011-04-01 18:10 ` [Qemu-devel] [Bug 720787] " Nigel Horne
@ 2011-05-26 23:41 ` Karl-Michael Schindler
  2013-07-26 12:58 ` Peter Maydell
  2 siblings, 0 replies; 4+ messages in thread
From: Karl-Michael Schindler @ 2011-05-26 23:41 UTC (permalink / raw)
  To: qemu-devel

Nigel's error is also topic in bug
https://bugs.launchpad.net/qemu/+bug/726962

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

Title:
  Fails to compile on MacOS

Status in QEMU:
  New

Bug description:
  Make fails with:

  qemu-thread.c: In function 'qemu_mutex_timedlock':
  qemu-thread.c:75: warning: implicit declaration of function 'clock_gettime'
  qemu-thread.c:75: warning: nested extern declaration of 'clock_gettime'
  qemu-thread.c:75: error: 'CLOCK_REALTIME' undeclared (first use in this function)
  qemu-thread.c:75: error: (Each undeclared identifier is reported only once
  qemu-thread.c:75: error: for each function it appears in.)
  qemu-thread.c:78: warning: implicit declaration of function 'pthread_mutex_timedlock'
  qemu-thread.c:78: warning: nested extern declaration of 'pthread_mutex_timedlock'
  qemu-thread.c: In function 'qemu_cond_timedwait':
  qemu-thread.c:143: error: 'CLOCK_REALTIME' undeclared (first use in this function)
  make: *** [qemu-thread.o] Error 1

  On Git commit commit 79f2b6fcdb7c06cdce6eccc796f5651f3efb843e

  Using "configure --enable-io-thread"

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

* [Qemu-devel] [Bug 720787] Re: Fails to compile on MacOS
  2011-02-17 15:52 [Qemu-devel] [Bug 720787] [NEW] Fails to compile on MacOS Nigel Horne
  2011-04-01 18:10 ` [Qemu-devel] [Bug 720787] " Nigel Horne
  2011-05-26 23:41 ` Karl-Michael Schindler
@ 2013-07-26 12:58 ` Peter Maydell
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Maydell @ 2013-07-26 12:58 UTC (permalink / raw)
  To: qemu-devel

These compile errors have all been fixed some time ago.


** Changed in: qemu
       Status: New => Fix Released

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

Title:
  Fails to compile on MacOS

Status in QEMU:
  Fix Released

Bug description:
  Make fails with:

  qemu-thread.c: In function 'qemu_mutex_timedlock':
  qemu-thread.c:75: warning: implicit declaration of function 'clock_gettime'
  qemu-thread.c:75: warning: nested extern declaration of 'clock_gettime'
  qemu-thread.c:75: error: 'CLOCK_REALTIME' undeclared (first use in this function)
  qemu-thread.c:75: error: (Each undeclared identifier is reported only once
  qemu-thread.c:75: error: for each function it appears in.)
  qemu-thread.c:78: warning: implicit declaration of function 'pthread_mutex_timedlock'
  qemu-thread.c:78: warning: nested extern declaration of 'pthread_mutex_timedlock'
  qemu-thread.c: In function 'qemu_cond_timedwait':
  qemu-thread.c:143: error: 'CLOCK_REALTIME' undeclared (first use in this function)
  make: *** [qemu-thread.o] Error 1

  On Git commit commit 79f2b6fcdb7c06cdce6eccc796f5651f3efb843e

  Using "configure --enable-io-thread"

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

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

end of thread, other threads:[~2013-07-26 13:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-17 15:52 [Qemu-devel] [Bug 720787] [NEW] Fails to compile on MacOS Nigel Horne
2011-04-01 18:10 ` [Qemu-devel] [Bug 720787] " Nigel Horne
2011-05-26 23:41 ` Karl-Michael Schindler
2013-07-26 12:58 ` Peter Maydell

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.