emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#66034: closed ([PATCH gnome-team 0/3] Fix qemu)


From: GNU bug Tracking System
Subject: bug#66034: closed ([PATCH gnome-team 0/3] Fix qemu)
Date: Sun, 24 Sep 2023 10:02:02 +0000

Your message dated Sun, 24 Sep 2023 12:00:49 +0200
with message-id <2b30c77ce407398fc953eab02d2c5be79f59b3f2.camel@gmail.com>
and subject line Re: [bug#66034] [PATCH gnome-team 3/3] gnu: qemu: Switch to 
pcre2.
has caused the debbugs.gnu.org bug report #66034,
regarding [PATCH gnome-team 0/3] Fix qemu
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
66034: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=66034
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH gnome-team 0/3] Fix qemu Date: Sat, 16 Sep 2023 17:19:37 +0200 User-agent: Evolution 3.46.4
Dear guix,

Qemu on gnome-team is a mess. Glib uses pcre2, but it lists pcre (not 2) as a
required.private pkg-config input. In turn, qemu uses pcre (not 2), and more
specifically its static output. There is not yet a static output for pcre2, so
it cannot be changed.

That’s why I fixed glib (requires a full recompilation of everything), fixed
pcre2 to add a static output (an even fuller recompilation), to finally fix
qemu.

What do you think?

Best regards,

Vivien

Vivien Kraus (3):
  gnu: glib: fix required.private reference to pcre.
  gnu: pcre2: install static libraries.
  gnu: qemu: Switch to pcre2.

 gnu/packages/glib.scm           |  7 ++++++-
 gnu/packages/pcre.scm           | 16 +++++++++++++---
 gnu/packages/virtualization.scm |  2 +-
 3 files changed, 20 insertions(+), 5 deletions(-)


base-commit: e9ff5d51e3297089e66c124195e1f1b42dbded65
-- 
2.41.0



--- End Message ---
--- Begin Message --- Subject: Re: [bug#66034] [PATCH gnome-team 3/3] gnu: qemu: Switch to pcre2. Date: Sun, 24 Sep 2023 12:00:49 +0200 User-agent: Evolution 3.46.4
Am Samstag, dem 16.09.2023 um 14:27 +0200 schrieb Vivien Kraus:
> * gnu/packages/virtualization.scm (qemu) [native-inputs]: Replace the
> static
> output of pcre with that of pcre2.
> ---
Pushed without the 1/3, as discussed.

Cheers


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]