All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] glib-compat tales of woe
@ 2015-04-02 13:15 Cornelia Huck
  2015-04-02 13:55 ` Paolo Bonzini
  0 siblings, 1 reply; 4+ messages in thread
From: Cornelia Huck @ 2015-04-02 13:15 UTC (permalink / raw)
  To: qemu-devel

After some updates were applied on our SLES11SP3 development server,
current qemu fails to build:

In file included from /home/cohuck/git/qemu/include/qemu-common.h:43,
                 from /home/cohuck/git/qemu/qapi/qapi-visit-core.c:14:
/home/cohuck/git/qemu/include/glib-compat.h:35: error: static declaration of ‘g_get_monotonic_time’ follows non-static declaration
/usr/include/glib-2.0/glib/gmain.h:236: error: previous declaration of ‘g_get_monotonic_time’ was here


and so on.

pkg-config reports a glib-2.0 version of 2.22.5 - but the SLES
development package contains a helpfully backported version of
g_get_monotonic_time, which you wouldn't know from the reported version.

Question: How do we deal with problems like this?

I don't think it's unlikely that distributors will do similar backports
in the future, and each of them may break the glib-version dependant
compat code.

- Drop support for ancient distros doing weird stuff?
- Try to figure out if we have a version that does not quite provide
  what we think it does, and differentiate accordingly?
- Check if a function exists before trying to provide a compat version?

I'll only do builds on my (non-SLES11SP3) test systems for now, but I
think we need a generic solution.

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

end of thread, other threads:[~2015-04-02 14:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-02 13:15 [Qemu-devel] glib-compat tales of woe Cornelia Huck
2015-04-02 13:55 ` Paolo Bonzini
2015-04-02 14:32   ` Cornelia Huck
2015-04-02 14:35     ` Paolo Bonzini

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.