All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 1858814] [NEW] 'make -C roms efi' does not update edk2 submodules
@ 2020-01-08 15:57 Philippe Mathieu-Daudé
  2020-08-12 11:45 ` [Bug 1858814] " Laszlo Ersek (Red Hat)
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-01-08 15:57 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

On a fresh clone, 'make -C roms efi' fails because submodule is not
initialized [1]:

/builds/philmd/qemu/roms/edk2/CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf(-1): error 000E: File/directory not found in workspace
/builds/philmd/qemu/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/e_os.h
- Failed -

Laszlo suggested [2] it is possibly a regression from commit f3e330e3c319:
"roms/Makefile.edk2: don't pull in submodules when building from tarball"

[1] https://gitlab.com/philmd/qemu/-/jobs/395644357#L436
[2] https://www.mail-archive.com/qemu-devel@nongnu.org/msg668929.html

** Affects: qemu
     Importance: Undecided
     Assignee: Philippe Mathieu-Daudé (philmd)
         Status: New


** Tags: edk2

** Changed in: qemu
     Assignee: (unassigned) => Philippe Mathieu-Daudé (philmd)

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

Title:
  'make -C roms efi' does not update edk2 submodules

Status in QEMU:
  New

Bug description:
  On a fresh clone, 'make -C roms efi' fails because submodule is not
  initialized [1]:

  /builds/philmd/qemu/roms/edk2/CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf(-1): error 000E: File/directory not found in workspace
  /builds/philmd/qemu/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/e_os.h
  - Failed -

  Laszlo suggested [2] it is possibly a regression from commit f3e330e3c319:
  "roms/Makefile.edk2: don't pull in submodules when building from tarball"

  [1] https://gitlab.com/philmd/qemu/-/jobs/395644357#L436
  [2] https://www.mail-archive.com/qemu-devel@nongnu.org/msg668929.html

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


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

* [Bug 1858814] Re: 'make -C roms efi' does not update edk2 submodules
  2020-01-08 15:57 [Bug 1858814] [NEW] 'make -C roms efi' does not update edk2 submodules Philippe Mathieu-Daudé
@ 2020-08-12 11:45 ` Laszlo Ersek (Red Hat)
  2020-08-12 12:07 ` Philippe Mathieu-Daudé
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Laszlo Ersek (Red Hat) @ 2020-08-12 11:45 UTC (permalink / raw)
  To: qemu-devel

Symptom persists as of v5.1.0, but I don't think it really matters. We
should close the ticket as wontfix.

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

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

Title:
  'make -C roms efi' does not update edk2 submodules

Status in QEMU:
  Confirmed

Bug description:
  On a fresh clone, 'make -C roms efi' fails because submodule is not
  initialized [1]:

  /builds/philmd/qemu/roms/edk2/CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf(-1): error 000E: File/directory not found in workspace
  /builds/philmd/qemu/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/e_os.h
  - Failed -

  Laszlo suggested [2] it is possibly a regression from commit f3e330e3c319:
  "roms/Makefile.edk2: don't pull in submodules when building from tarball"

  [1] https://gitlab.com/philmd/qemu/-/jobs/395644357#L436
  [2] https://www.mail-archive.com/qemu-devel@nongnu.org/msg668929.html

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


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

* [Bug 1858814] Re: 'make -C roms efi' does not update edk2 submodules
  2020-01-08 15:57 [Bug 1858814] [NEW] 'make -C roms efi' does not update edk2 submodules Philippe Mathieu-Daudé
  2020-08-12 11:45 ` [Bug 1858814] " Laszlo Ersek (Red Hat)
@ 2020-08-12 12:07 ` Philippe Mathieu-Daudé
  2021-04-22  4:20 ` Thomas Huth
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-08-12 12:07 UTC (permalink / raw)
  To: qemu-devel

There might be a big buildsys change in QEMU if we switch to Meson,
so I'm waiting for that to happen first and then update this ticket.

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

Title:
  'make -C roms efi' does not update edk2 submodules

Status in QEMU:
  Confirmed

Bug description:
  On a fresh clone, 'make -C roms efi' fails because submodule is not
  initialized [1]:

  /builds/philmd/qemu/roms/edk2/CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf(-1): error 000E: File/directory not found in workspace
  /builds/philmd/qemu/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/e_os.h
  - Failed -

  Laszlo suggested [2] it is possibly a regression from commit f3e330e3c319:
  "roms/Makefile.edk2: don't pull in submodules when building from tarball"

  [1] https://gitlab.com/philmd/qemu/-/jobs/395644357#L436
  [2] https://www.mail-archive.com/qemu-devel@nongnu.org/msg668929.html

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


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

* [Bug 1858814] Re: 'make -C roms efi' does not update edk2 submodules
  2020-01-08 15:57 [Bug 1858814] [NEW] 'make -C roms efi' does not update edk2 submodules Philippe Mathieu-Daudé
  2020-08-12 11:45 ` [Bug 1858814] " Laszlo Ersek (Red Hat)
  2020-08-12 12:07 ` Philippe Mathieu-Daudé
@ 2021-04-22  4:20 ` Thomas Huth
  2021-06-18 15:53 ` Philippe Mathieu-Daudé
  2021-08-18  4:17 ` Launchpad Bug Tracker
  4 siblings, 0 replies; 6+ messages in thread
From: Thomas Huth @ 2021-04-22  4:20 UTC (permalink / raw)
  To: qemu-devel

The QEMU project is currently considering to move its bug tracking to another system. For this we need to know which bugs are still valid and which could be closed already. Thus we are setting older bugs to "Incomplete" now.
If you still think this bug report here is valid, then please switch the state back to "New" within the next 60 days, otherwise this report will be marked as "Expired". Or mark it as "Fix Released" if the problem has been solved with a newer version of QEMU already. Thank you and sorry for the inconvenience.

** Changed in: qemu
       Status: Confirmed => 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/1858814

Title:
  'make -C roms efi' does not update edk2 submodules

Status in QEMU:
  Incomplete

Bug description:
  On a fresh clone, 'make -C roms efi' fails because submodule is not
  initialized [1]:

  /builds/philmd/qemu/roms/edk2/CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf(-1): error 000E: File/directory not found in workspace
  /builds/philmd/qemu/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/e_os.h
  - Failed -

  Laszlo suggested [2] it is possibly a regression from commit f3e330e3c319:
  "roms/Makefile.edk2: don't pull in submodules when building from tarball"

  [1] https://gitlab.com/philmd/qemu/-/jobs/395644357#L436
  [2] https://www.mail-archive.com/qemu-devel@nongnu.org/msg668929.html

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


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

* [Bug 1858814] Re: 'make -C roms efi' does not update edk2 submodules
  2020-01-08 15:57 [Bug 1858814] [NEW] 'make -C roms efi' does not update edk2 submodules Philippe Mathieu-Daudé
                   ` (2 preceding siblings ...)
  2021-04-22  4:20 ` Thomas Huth
@ 2021-06-18 15:53 ` Philippe Mathieu-Daudé
  2021-08-18  4:17 ` Launchpad Bug Tracker
  4 siblings, 0 replies; 6+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-06-18 15:53 UTC (permalink / raw)
  To: qemu-devel

** Changed in: qemu
     Assignee: Philippe Mathieu-Daudé (philmd) => (unassigned)

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

Title:
  'make -C roms efi' does not update edk2 submodules

Status in QEMU:
  Incomplete

Bug description:
  On a fresh clone, 'make -C roms efi' fails because submodule is not
  initialized [1]:

  /builds/philmd/qemu/roms/edk2/CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf(-1): error 000E: File/directory not found in workspace
  /builds/philmd/qemu/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/e_os.h
  - Failed -

  Laszlo suggested [2] it is possibly a regression from commit f3e330e3c319:
  "roms/Makefile.edk2: don't pull in submodules when building from tarball"

  [1] https://gitlab.com/philmd/qemu/-/jobs/395644357#L436
  [2] https://www.mail-archive.com/qemu-devel@nongnu.org/msg668929.html

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


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

* [Bug 1858814] Re: 'make -C roms efi' does not update edk2 submodules
  2020-01-08 15:57 [Bug 1858814] [NEW] 'make -C roms efi' does not update edk2 submodules Philippe Mathieu-Daudé
                   ` (3 preceding siblings ...)
  2021-06-18 15:53 ` Philippe Mathieu-Daudé
@ 2021-08-18  4:17 ` Launchpad Bug Tracker
  4 siblings, 0 replies; 6+ messages in thread
From: Launchpad Bug Tracker @ 2021-08-18  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/1858814

Title:
  'make -C roms efi' does not update edk2 submodules

Status in QEMU:
  Expired

Bug description:
  On a fresh clone, 'make -C roms efi' fails because submodule is not
  initialized [1]:

  /builds/philmd/qemu/roms/edk2/CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf(-1): error 000E: File/directory not found in workspace
  /builds/philmd/qemu/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/e_os.h
  - Failed -

  Laszlo suggested [2] it is possibly a regression from commit f3e330e3c319:
  "roms/Makefile.edk2: don't pull in submodules when building from tarball"

  [1] https://gitlab.com/philmd/qemu/-/jobs/395644357#L436
  [2] https://www.mail-archive.com/qemu-devel@nongnu.org/msg668929.html

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



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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-08 15:57 [Bug 1858814] [NEW] 'make -C roms efi' does not update edk2 submodules Philippe Mathieu-Daudé
2020-08-12 11:45 ` [Bug 1858814] " Laszlo Ersek (Red Hat)
2020-08-12 12:07 ` Philippe Mathieu-Daudé
2021-04-22  4:20 ` Thomas Huth
2021-06-18 15:53 ` Philippe Mathieu-Daudé
2021-08-18  4:17 ` Launchpad Bug Tracker

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.