qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Bug 1892533] [NEW] Meson: Missing config-host.mak
@ 2020-08-21 17:29 Xavier Claessens
  2020-08-21 17:35 ` [Bug 1892533] " Xavier Claessens
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Xavier Claessens @ 2020-08-21 17:29 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

Wanted to give a try to the new build system, but a simple "meson build"
gives that error:

meson.build:15:0: ERROR: Failed to load
/home/xclaesse/programmation/qemu/build/config-host.mak: [Errno 2] No
such file or directory: '/home/xclaesse/programmation/qemu/build/config-
host.mak'

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

Title:
  Meson: Missing config-host.mak

Status in QEMU:
  New

Bug description:
  Wanted to give a try to the new build system, but a simple "meson
  build" gives that error:

  meson.build:15:0: ERROR: Failed to load
  /home/xclaesse/programmation/qemu/build/config-host.mak: [Errno 2] No
  such file or directory: '/home/xclaesse/programmation/qemu/build
  /config-host.mak'

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


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

* [Bug 1892533] Re: Meson: Missing config-host.mak
  2020-08-21 17:29 [Bug 1892533] [NEW] Meson: Missing config-host.mak Xavier Claessens
@ 2020-08-21 17:35 ` Xavier Claessens
  2020-08-21 17:48 ` Paolo Bonzini
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Xavier Claessens @ 2020-08-21 17:35 UTC (permalink / raw)
  To: qemu-devel

configure does not seems to work better:

build$ ../configure 
../configure: 232: shift: can't shift that many

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

Title:
  Meson: Missing config-host.mak

Status in QEMU:
  New

Bug description:
  Wanted to give a try to the new build system, but a simple "meson
  build" gives that error:

  meson.build:15:0: ERROR: Failed to load
  /home/xclaesse/programmation/qemu/build/config-host.mak: [Errno 2] No
  such file or directory: '/home/xclaesse/programmation/qemu/build
  /config-host.mak'

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


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

* [Bug 1892533] Re: Meson: Missing config-host.mak
  2020-08-21 17:29 [Bug 1892533] [NEW] Meson: Missing config-host.mak Xavier Claessens
  2020-08-21 17:35 ` [Bug 1892533] " Xavier Claessens
@ 2020-08-21 17:48 ` Paolo Bonzini
  2020-08-21 17:57 ` Xavier Claessens
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Paolo Bonzini @ 2020-08-21 17:48 UTC (permalink / raw)
  To: qemu-devel

Meson is still hidden, you need to use ../configure.

"can't shift that many" will be fixed shortly (patch already on the
list).

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

Title:
  Meson: Missing config-host.mak

Status in QEMU:
  New

Bug description:
  Wanted to give a try to the new build system, but a simple "meson
  build" gives that error:

  meson.build:15:0: ERROR: Failed to load
  /home/xclaesse/programmation/qemu/build/config-host.mak: [Errno 2] No
  such file or directory: '/home/xclaesse/programmation/qemu/build
  /config-host.mak'

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


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

* [Bug 1892533] Re: Meson: Missing config-host.mak
  2020-08-21 17:29 [Bug 1892533] [NEW] Meson: Missing config-host.mak Xavier Claessens
  2020-08-21 17:35 ` [Bug 1892533] " Xavier Claessens
  2020-08-21 17:48 ` Paolo Bonzini
@ 2020-08-21 17:57 ` Xavier Claessens
  2021-05-08  5:46 ` Thomas Huth
  2021-07-08  4:17 ` Launchpad Bug Tracker
  4 siblings, 0 replies; 6+ messages in thread
From: Xavier Claessens @ 2020-08-21 17:57 UTC (permalink / raw)
  To: qemu-devel

btw, I'm surprised README does not mention meson, shouldn't you instruct
that it's a build-dep? Maybe suggest pip install command?

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

Title:
  Meson: Missing config-host.mak

Status in QEMU:
  New

Bug description:
  Wanted to give a try to the new build system, but a simple "meson
  build" gives that error:

  meson.build:15:0: ERROR: Failed to load
  /home/xclaesse/programmation/qemu/build/config-host.mak: [Errno 2] No
  such file or directory: '/home/xclaesse/programmation/qemu/build
  /config-host.mak'

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


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

* [Bug 1892533] Re: Meson: Missing config-host.mak
  2020-08-21 17:29 [Bug 1892533] [NEW] Meson: Missing config-host.mak Xavier Claessens
                   ` (2 preceding siblings ...)
  2020-08-21 17:57 ` Xavier Claessens
@ 2021-05-08  5:46 ` Thomas Huth
  2021-07-08  4:17 ` Launchpad Bug Tracker
  4 siblings, 0 replies; 6+ messages in thread
From: Thomas Huth @ 2021-05-08  5:46 UTC (permalink / raw)
  To: qemu-devel

QEMU ships with the appropriate version of Meson included (see the
"meson" directory), that's why it is not mentioned in the README.

Anyway, does any of your build problems still persist with QEMU v6.0? Or
could we close this ticket now?

** Changed in: qemu
       Status: New => Incomplete

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

Title:
  Meson: Missing config-host.mak

Status in QEMU:
  Incomplete

Bug description:
  Wanted to give a try to the new build system, but a simple "meson
  build" gives that error:

  meson.build:15:0: ERROR: Failed to load
  /home/xclaesse/programmation/qemu/build/config-host.mak: [Errno 2] No
  such file or directory: '/home/xclaesse/programmation/qemu/build
  /config-host.mak'

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


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

* [Bug 1892533] Re: Meson: Missing config-host.mak
  2020-08-21 17:29 [Bug 1892533] [NEW] Meson: Missing config-host.mak Xavier Claessens
                   ` (3 preceding siblings ...)
  2021-05-08  5:46 ` Thomas Huth
@ 2021-07-08  4:17 ` Launchpad Bug Tracker
  4 siblings, 0 replies; 6+ messages in thread
From: Launchpad Bug Tracker @ 2021-07-08  4:17 UTC (permalink / raw)
  To: qemu-devel

[Expired for QEMU because there has been no activity for 60 days.]

** Changed in: qemu
       Status: Incomplete => Expired

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

Title:
  Meson: Missing config-host.mak

Status in QEMU:
  Expired

Bug description:
  Wanted to give a try to the new build system, but a simple "meson
  build" gives that error:

  meson.build:15:0: ERROR: Failed to load
  /home/xclaesse/programmation/qemu/build/config-host.mak: [Errno 2] No
  such file or directory: '/home/xclaesse/programmation/qemu/build
  /config-host.mak'

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


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

end of thread, other threads:[~2021-07-08  4:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-21 17:29 [Bug 1892533] [NEW] Meson: Missing config-host.mak Xavier Claessens
2020-08-21 17:35 ` [Bug 1892533] " Xavier Claessens
2020-08-21 17:48 ` Paolo Bonzini
2020-08-21 17:57 ` Xavier Claessens
2021-05-08  5:46 ` Thomas Huth
2021-07-08  4:17 ` Launchpad Bug Tracker

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).