All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 1888431] [NEW] v5.1.0-rc1 build fails on Mac OS X 10.11.6
@ 2020-07-21 21:04 Robert Ball
  2020-07-22  4:28 ` [Bug 1888431] " Thomas Huth
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Robert Ball @ 2020-07-21 21:04 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

Hi all,

build of tag v5.1.0-rc1 fails on Mac OS X 10.11.6 (El Capitan) with the
following error:

git clone https://git.qemu.org/git/qemu.git
    <output elided, but all OK>
cd qemu
git submodule init
    <output elided, but all OK>
git submodule update --recursive
    <output elided, but all OK>
./configure
    <output elided, but all OK>
make
    <output elided, but all OK up until fail>

  CC      trace/control.o
In file included from trace/control.c:29:
In file included from /Users/rtb/src/qemu/include/monitor/monitor.h:4:
In file included from /Users/rtb/src/qemu/include/block/block.h:4:
In file included from /Users/rtb/src/qemu/include/block/aio.h:23:
/Users/rtb/src/qemu/include/qemu/timer.h:843:9: warning: implicit declaration of function 'clock_gettime' is invalid in C99
      [-Wimplicit-function-declaration]
        clock_gettime(CLOCK_MONOTONIC, &ts);
        ^
/Users/rtb/src/qemu/include/qemu/timer.h:843:23: error: use of undeclared identifier 'CLOCK_MONOTONIC'
        clock_gettime(CLOCK_MONOTONIC, &ts);
                      ^
1 warning and 1 error generated.
make: *** [trace/control.o] Error 1


rtb:qemu rtb$ git log -n1
commit c8004fe6bbfc0d9c2e7b942c418a85efb3ac4b00 (HEAD -> master, tag: v5.1.0-rc1, origin/master, origin/HEAD)
Author: Peter Maydell <peter.maydell@linaro.org>
Date:   Tue Jul 21 20:28:59 2020 +0100

    Update version for v5.1.0-rc1 release
    
    Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
rtb:qemu rtb$ 


Please find the full output of all the commands (from git clone of the repo, to the make) in the attached file "buildfail.txt".

Thank you!

Best regards,

Robert Ball

** Affects: qemu
     Importance: Undecided
         Status: New


** Tags: build-failed macosx-10.11.6 v5.1.0-rc1

** Attachment added: "full output of git clone through make"
   https://bugs.launchpad.net/bugs/1888431/+attachment/5394703/+files/buildfail.txt

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

Title:
  v5.1.0-rc1 build fails on Mac OS X 10.11.6

Status in QEMU:
  New

Bug description:
  Hi all,

  build of tag v5.1.0-rc1 fails on Mac OS X 10.11.6 (El Capitan) with
  the following error:

  git clone https://git.qemu.org/git/qemu.git
      <output elided, but all OK>
  cd qemu
  git submodule init
      <output elided, but all OK>
  git submodule update --recursive
      <output elided, but all OK>
  ./configure
      <output elided, but all OK>
  make
      <output elided, but all OK up until fail>

    CC      trace/control.o
  In file included from trace/control.c:29:
  In file included from /Users/rtb/src/qemu/include/monitor/monitor.h:4:
  In file included from /Users/rtb/src/qemu/include/block/block.h:4:
  In file included from /Users/rtb/src/qemu/include/block/aio.h:23:
  /Users/rtb/src/qemu/include/qemu/timer.h:843:9: warning: implicit declaration of function 'clock_gettime' is invalid in C99
        [-Wimplicit-function-declaration]
          clock_gettime(CLOCK_MONOTONIC, &ts);
          ^
  /Users/rtb/src/qemu/include/qemu/timer.h:843:23: error: use of undeclared identifier 'CLOCK_MONOTONIC'
          clock_gettime(CLOCK_MONOTONIC, &ts);
                        ^
  1 warning and 1 error generated.
  make: *** [trace/control.o] Error 1

  
  rtb:qemu rtb$ git log -n1
  commit c8004fe6bbfc0d9c2e7b942c418a85efb3ac4b00 (HEAD -> master, tag: v5.1.0-rc1, origin/master, origin/HEAD)
  Author: Peter Maydell <peter.maydell@linaro.org>
  Date:   Tue Jul 21 20:28:59 2020 +0100

      Update version for v5.1.0-rc1 release
      
      Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
  rtb:qemu rtb$ 

  
  Please find the full output of all the commands (from git clone of the repo, to the make) in the attached file "buildfail.txt".

  Thank you!

  Best regards,

  Robert Ball

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


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

* [Bug 1888431] Re: v5.1.0-rc1 build fails on Mac OS X 10.11.6
  2020-07-21 21:04 [Bug 1888431] [NEW] v5.1.0-rc1 build fails on Mac OS X 10.11.6 Robert Ball
@ 2020-07-22  4:28 ` Thomas Huth
  2020-07-22 16:42 ` Robert Ball
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Thomas Huth @ 2020-07-22  4:28 UTC (permalink / raw)
  To: qemu-devel

I'm sorry, but the QEMU project only supports the two most recent
versions of macOS (see https://www.qemu.org/docs/master/system/build-
platforms.html#macos ), i.e. everything that is older than macOS 10.14
is not supported anymore.

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

Title:
  v5.1.0-rc1 build fails on Mac OS X 10.11.6

Status in QEMU:
  Won't Fix

Bug description:
  Hi all,

  build of tag v5.1.0-rc1 fails on Mac OS X 10.11.6 (El Capitan) with
  the following error:

  git clone https://git.qemu.org/git/qemu.git
      <output elided, but all OK>
  cd qemu
  git submodule init
      <output elided, but all OK>
  git submodule update --recursive
      <output elided, but all OK>
  ./configure
      <output elided, but all OK>
  make
      <output elided, but all OK up until fail>

    CC      trace/control.o
  In file included from trace/control.c:29:
  In file included from /Users/rtb/src/qemu/include/monitor/monitor.h:4:
  In file included from /Users/rtb/src/qemu/include/block/block.h:4:
  In file included from /Users/rtb/src/qemu/include/block/aio.h:23:
  /Users/rtb/src/qemu/include/qemu/timer.h:843:9: warning: implicit declaration of function 'clock_gettime' is invalid in C99
        [-Wimplicit-function-declaration]
          clock_gettime(CLOCK_MONOTONIC, &ts);
          ^
  /Users/rtb/src/qemu/include/qemu/timer.h:843:23: error: use of undeclared identifier 'CLOCK_MONOTONIC'
          clock_gettime(CLOCK_MONOTONIC, &ts);
                        ^
  1 warning and 1 error generated.
  make: *** [trace/control.o] Error 1

  
  rtb:qemu rtb$ git log -n1
  commit c8004fe6bbfc0d9c2e7b942c418a85efb3ac4b00 (HEAD -> master, tag: v5.1.0-rc1, origin/master, origin/HEAD)
  Author: Peter Maydell <peter.maydell@linaro.org>
  Date:   Tue Jul 21 20:28:59 2020 +0100

      Update version for v5.1.0-rc1 release
      
      Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
  rtb:qemu rtb$ 

  
  Please find the full output of all the commands (from git clone of the repo, to the make) in the attached file "buildfail.txt".

  Thank you!

  Best regards,

  Robert Ball

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


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

* [Bug 1888431] Re: v5.1.0-rc1 build fails on Mac OS X 10.11.6
  2020-07-21 21:04 [Bug 1888431] [NEW] v5.1.0-rc1 build fails on Mac OS X 10.11.6 Robert Ball
  2020-07-22  4:28 ` [Bug 1888431] " Thomas Huth
@ 2020-07-22 16:42 ` Robert Ball
  2020-07-24  4:49 ` Thomas Huth
  2020-07-24 11:46 ` Robert Ball
  3 siblings, 0 replies; 5+ messages in thread
From: Robert Ball @ 2020-07-22 16:42 UTC (permalink / raw)
  To: qemu-devel

OK, thank you for pointing that out.

Question, can you help me identify the most recent release/tag/commit
that I could back up to which would support Mac OS X 10.11.6?

Thank you!

Best regards,

Robert Ball

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

Title:
  v5.1.0-rc1 build fails on Mac OS X 10.11.6

Status in QEMU:
  Won't Fix

Bug description:
  Hi all,

  build of tag v5.1.0-rc1 fails on Mac OS X 10.11.6 (El Capitan) with
  the following error:

  git clone https://git.qemu.org/git/qemu.git
      <output elided, but all OK>
  cd qemu
  git submodule init
      <output elided, but all OK>
  git submodule update --recursive
      <output elided, but all OK>
  ./configure
      <output elided, but all OK>
  make
      <output elided, but all OK up until fail>

    CC      trace/control.o
  In file included from trace/control.c:29:
  In file included from /Users/rtb/src/qemu/include/monitor/monitor.h:4:
  In file included from /Users/rtb/src/qemu/include/block/block.h:4:
  In file included from /Users/rtb/src/qemu/include/block/aio.h:23:
  /Users/rtb/src/qemu/include/qemu/timer.h:843:9: warning: implicit declaration of function 'clock_gettime' is invalid in C99
        [-Wimplicit-function-declaration]
          clock_gettime(CLOCK_MONOTONIC, &ts);
          ^
  /Users/rtb/src/qemu/include/qemu/timer.h:843:23: error: use of undeclared identifier 'CLOCK_MONOTONIC'
          clock_gettime(CLOCK_MONOTONIC, &ts);
                        ^
  1 warning and 1 error generated.
  make: *** [trace/control.o] Error 1

  
  rtb:qemu rtb$ git log -n1
  commit c8004fe6bbfc0d9c2e7b942c418a85efb3ac4b00 (HEAD -> master, tag: v5.1.0-rc1, origin/master, origin/HEAD)
  Author: Peter Maydell <peter.maydell@linaro.org>
  Date:   Tue Jul 21 20:28:59 2020 +0100

      Update version for v5.1.0-rc1 release
      
      Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
  rtb:qemu rtb$ 

  
  Please find the full output of all the commands (from git clone of the repo, to the make) in the attached file "buildfail.txt".

  Thank you!

  Best regards,

  Robert Ball

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


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

* [Bug 1888431] Re: v5.1.0-rc1 build fails on Mac OS X 10.11.6
  2020-07-21 21:04 [Bug 1888431] [NEW] v5.1.0-rc1 build fails on Mac OS X 10.11.6 Robert Ball
  2020-07-22  4:28 ` [Bug 1888431] " Thomas Huth
  2020-07-22 16:42 ` Robert Ball
@ 2020-07-24  4:49 ` Thomas Huth
  2020-07-24 11:46 ` Robert Ball
  3 siblings, 0 replies; 5+ messages in thread
From: Thomas Huth @ 2020-07-24  4:49 UTC (permalink / raw)
  To: qemu-devel

Hmm, let's see ... the work-arounds for old Mac OS X versions have been
removed here:

https://git.qemu.org/?p=qemu.git;a=commitdiff;h=483644c25b932360018

It mentiones that this commit has broken compilation earlier:

https://git.qemu.org/?p=qemu.git;a=commitdiff;h=50290c002c045280f8d

... so the newest version that still might be compilable is v4.0.

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

Title:
  v5.1.0-rc1 build fails on Mac OS X 10.11.6

Status in QEMU:
  Won't Fix

Bug description:
  Hi all,

  build of tag v5.1.0-rc1 fails on Mac OS X 10.11.6 (El Capitan) with
  the following error:

  git clone https://git.qemu.org/git/qemu.git
      <output elided, but all OK>
  cd qemu
  git submodule init
      <output elided, but all OK>
  git submodule update --recursive
      <output elided, but all OK>
  ./configure
      <output elided, but all OK>
  make
      <output elided, but all OK up until fail>

    CC      trace/control.o
  In file included from trace/control.c:29:
  In file included from /Users/rtb/src/qemu/include/monitor/monitor.h:4:
  In file included from /Users/rtb/src/qemu/include/block/block.h:4:
  In file included from /Users/rtb/src/qemu/include/block/aio.h:23:
  /Users/rtb/src/qemu/include/qemu/timer.h:843:9: warning: implicit declaration of function 'clock_gettime' is invalid in C99
        [-Wimplicit-function-declaration]
          clock_gettime(CLOCK_MONOTONIC, &ts);
          ^
  /Users/rtb/src/qemu/include/qemu/timer.h:843:23: error: use of undeclared identifier 'CLOCK_MONOTONIC'
          clock_gettime(CLOCK_MONOTONIC, &ts);
                        ^
  1 warning and 1 error generated.
  make: *** [trace/control.o] Error 1

  
  rtb:qemu rtb$ git log -n1
  commit c8004fe6bbfc0d9c2e7b942c418a85efb3ac4b00 (HEAD -> master, tag: v5.1.0-rc1, origin/master, origin/HEAD)
  Author: Peter Maydell <peter.maydell@linaro.org>
  Date:   Tue Jul 21 20:28:59 2020 +0100

      Update version for v5.1.0-rc1 release
      
      Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
  rtb:qemu rtb$ 

  
  Please find the full output of all the commands (from git clone of the repo, to the make) in the attached file "buildfail.txt".

  Thank you!

  Best regards,

  Robert Ball

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


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

* [Bug 1888431] Re: v5.1.0-rc1 build fails on Mac OS X 10.11.6
  2020-07-21 21:04 [Bug 1888431] [NEW] v5.1.0-rc1 build fails on Mac OS X 10.11.6 Robert Ball
                   ` (2 preceding siblings ...)
  2020-07-24  4:49 ` Thomas Huth
@ 2020-07-24 11:46 ` Robert Ball
  3 siblings, 0 replies; 5+ messages in thread
From: Robert Ball @ 2020-07-24 11:46 UTC (permalink / raw)
  To: qemu-devel

Fantastic.   Thank you Thomas, greatly appreciated!

Best regards,

Robert Ball

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

Title:
  v5.1.0-rc1 build fails on Mac OS X 10.11.6

Status in QEMU:
  Won't Fix

Bug description:
  Hi all,

  build of tag v5.1.0-rc1 fails on Mac OS X 10.11.6 (El Capitan) with
  the following error:

  git clone https://git.qemu.org/git/qemu.git
      <output elided, but all OK>
  cd qemu
  git submodule init
      <output elided, but all OK>
  git submodule update --recursive
      <output elided, but all OK>
  ./configure
      <output elided, but all OK>
  make
      <output elided, but all OK up until fail>

    CC      trace/control.o
  In file included from trace/control.c:29:
  In file included from /Users/rtb/src/qemu/include/monitor/monitor.h:4:
  In file included from /Users/rtb/src/qemu/include/block/block.h:4:
  In file included from /Users/rtb/src/qemu/include/block/aio.h:23:
  /Users/rtb/src/qemu/include/qemu/timer.h:843:9: warning: implicit declaration of function 'clock_gettime' is invalid in C99
        [-Wimplicit-function-declaration]
          clock_gettime(CLOCK_MONOTONIC, &ts);
          ^
  /Users/rtb/src/qemu/include/qemu/timer.h:843:23: error: use of undeclared identifier 'CLOCK_MONOTONIC'
          clock_gettime(CLOCK_MONOTONIC, &ts);
                        ^
  1 warning and 1 error generated.
  make: *** [trace/control.o] Error 1

  
  rtb:qemu rtb$ git log -n1
  commit c8004fe6bbfc0d9c2e7b942c418a85efb3ac4b00 (HEAD -> master, tag: v5.1.0-rc1, origin/master, origin/HEAD)
  Author: Peter Maydell <peter.maydell@linaro.org>
  Date:   Tue Jul 21 20:28:59 2020 +0100

      Update version for v5.1.0-rc1 release
      
      Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
  rtb:qemu rtb$ 

  
  Please find the full output of all the commands (from git clone of the repo, to the make) in the attached file "buildfail.txt".

  Thank you!

  Best regards,

  Robert Ball

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


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

end of thread, other threads:[~2020-07-24 11:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-21 21:04 [Bug 1888431] [NEW] v5.1.0-rc1 build fails on Mac OS X 10.11.6 Robert Ball
2020-07-22  4:28 ` [Bug 1888431] " Thomas Huth
2020-07-22 16:42 ` Robert Ball
2020-07-24  4:49 ` Thomas Huth
2020-07-24 11:46 ` Robert Ball

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.