qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1794939] Re: QEMU does not build with vte v2.91
       [not found] <153812537329.31017.17111716065357847976.malonedeb@chaenomeles.canonical.com>
@ 2018-11-07  7:06 ` Berg Lloyd-Haig
  2018-11-07  9:46 ` Bastian Koppelmann
  2018-12-12  8:33 ` Thomas Huth
  2 siblings, 0 replies; 3+ messages in thread
From: Berg Lloyd-Haig @ 2018-11-07  7:06 UTC (permalink / raw)
  To: qemu-devel

Hi Bastian,

I got past this error by installing libvte-dev instead of
libvte-2.91-dev.

I'm not sure if it actually works however.

Cheers,
Berg

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

Title:
  QEMU does not build with vte v2.91

Status in QEMU:
  New

Bug description:
  when I build qemu with vte support and vte-2.91 installed I get the
  following deprecation warning:

  error: ‘vte_terminal_set_encoding’ is deprecated [-Werror=deprecated-declarations]
       vte_terminal_set_encoding(VTE_TERMINAL(vc->vte.terminal), "UTF-8", NULL);
       ^~~~~~~~~~~~~~~~~~~~~~~~~
  In file included from /usr/include/vte-2.91/vte/vte.h:35

  I looked for the commit in vte that deprecated the offending function
  (a17e714d), which led me to the thread:

  https://gitlab.gnome.org/GNOME/vte/issues/3

  It looks like from this version forward vte forces us to use utf-8,
  such that this function call becomes unnecessary in QEMU.

  Cheers,
  Bastian

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

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

* [Qemu-devel] [Bug 1794939] Re: QEMU does not build with vte v2.91
       [not found] <153812537329.31017.17111716065357847976.malonedeb@chaenomeles.canonical.com>
  2018-11-07  7:06 ` [Qemu-devel] [Bug 1794939] Re: QEMU does not build with vte v2.91 Berg Lloyd-Haig
@ 2018-11-07  9:46 ` Bastian Koppelmann
  2018-12-12  8:33 ` Thomas Huth
  2 siblings, 0 replies; 3+ messages in thread
From: Bastian Koppelmann @ 2018-11-07  9:46 UTC (permalink / raw)
  To: qemu-devel

Hi Berg,

thanks for the tip, a fix has also been commited already :)

Cheers,
Bastian

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

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

Title:
  QEMU does not build with vte v2.91

Status in QEMU:
  Fix Committed

Bug description:
  when I build qemu with vte support and vte-2.91 installed I get the
  following deprecation warning:

  error: ‘vte_terminal_set_encoding’ is deprecated [-Werror=deprecated-declarations]
       vte_terminal_set_encoding(VTE_TERMINAL(vc->vte.terminal), "UTF-8", NULL);
       ^~~~~~~~~~~~~~~~~~~~~~~~~
  In file included from /usr/include/vte-2.91/vte/vte.h:35

  I looked for the commit in vte that deprecated the offending function
  (a17e714d), which led me to the thread:

  https://gitlab.gnome.org/GNOME/vte/issues/3

  It looks like from this version forward vte forces us to use utf-8,
  such that this function call becomes unnecessary in QEMU.

  Cheers,
  Bastian

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

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

* [Qemu-devel] [Bug 1794939] Re: QEMU does not build with vte v2.91
       [not found] <153812537329.31017.17111716065357847976.malonedeb@chaenomeles.canonical.com>
  2018-11-07  7:06 ` [Qemu-devel] [Bug 1794939] Re: QEMU does not build with vte v2.91 Berg Lloyd-Haig
  2018-11-07  9:46 ` Bastian Koppelmann
@ 2018-12-12  8:33 ` Thomas Huth
  2 siblings, 0 replies; 3+ messages in thread
From: Thomas Huth @ 2018-12-12  8:33 UTC (permalink / raw)
  To: qemu-devel

https://git.qemu.org/?p=qemu.git;a=commitdiff;h=6415994ffcc6d22b3f5a

** Changed in: qemu
       Status: Fix Committed => 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/1794939

Title:
  QEMU does not build with vte v2.91

Status in QEMU:
  Fix Released

Bug description:
  when I build qemu with vte support and vte-2.91 installed I get the
  following deprecation warning:

  error: ‘vte_terminal_set_encoding’ is deprecated [-Werror=deprecated-declarations]
       vte_terminal_set_encoding(VTE_TERMINAL(vc->vte.terminal), "UTF-8", NULL);
       ^~~~~~~~~~~~~~~~~~~~~~~~~
  In file included from /usr/include/vte-2.91/vte/vte.h:35

  I looked for the commit in vte that deprecated the offending function
  (a17e714d), which led me to the thread:

  https://gitlab.gnome.org/GNOME/vte/issues/3

  It looks like from this version forward vte forces us to use utf-8,
  such that this function call becomes unnecessary in QEMU.

  Cheers,
  Bastian

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

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

end of thread, other threads:[~2018-12-12  8:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <153812537329.31017.17111716065357847976.malonedeb@chaenomeles.canonical.com>
2018-11-07  7:06 ` [Qemu-devel] [Bug 1794939] Re: QEMU does not build with vte v2.91 Berg Lloyd-Haig
2018-11-07  9:46 ` Bastian Koppelmann
2018-12-12  8:33 ` Thomas Huth

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