All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Build Fixes
@ 2012-01-05  0:46 Saul Wold
  2012-01-05  0:46 ` [PATCH 1/3] image_types: Fix rootfs size calcuation Saul Wold
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Saul Wold @ 2012-01-05  0:46 UTC (permalink / raw)
  To: openembedded-core

Richard,

This set fixes various know build failures on the Autobuilder.

Sau!

The following changes since commit f309769d10cb3d8b72b8c7c4f7f418dcb8422c61:

  valgrind: Fix for automake update (2012-01-04 16:03:59 +0000)

are available in the git repository at:
  git://git.openembedded.org/openembedded-core-contrib sgw/fix
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/fix

Saul Wold (3):
  image_types: Fix rootfs size calcuation
  glib-2.0: ensure dtrace is diabled for all distro options and fix
    packaging
  libxp: fix cast error

 meta/classes/image_types.bbclass                   |    2 +-
 meta/recipes-core/glib-2.0/glib-2.0_2.30.2.bb      |    2 +-
 meta/recipes-core/glib-2.0/glib.inc                |    9 +++-
 .../xorg-lib/libxp/fix-cast-error.patch            |   42 ++++++++++++++++++++
 meta/recipes-graphics/xorg-lib/libxp_1.0.1.bb      |    4 +-
 5 files changed, 53 insertions(+), 6 deletions(-)
 create mode 100644 meta/recipes-graphics/xorg-lib/libxp/fix-cast-error.patch

-- 
1.7.6.4




^ permalink raw reply	[flat|nested] 7+ messages in thread
* [PATCH 0/3] Build fixes
@ 2011-07-04 21:59 Raghavendra D Prabhu
  0 siblings, 0 replies; 7+ messages in thread
From: Raghavendra D Prabhu @ 2011-07-04 21:59 UTC (permalink / raw)
  To: qemu-devel; +Cc: kvm, Raghavendra D Prabhu

Hi,
    With default configure, the qemu-kvm client build was failing for me
    since Werror is enabled by default in configure.
    Deprecations (gnutls), gcc signed-overflow optimization
    (Werror=strict-overflows) and few unused-but-set variables were
    causing it. I have attached the patches after applying which, I got
    no further errors.


Raghavendra D Prabhu (3):
  Avoid the use of deprecated gnutls gnutls_*_set_priority functions.
  Add fno-strict-overflow
  Avoid Wunsed-but-set warnings (or errors in case of Werror)

 Makefile.hw            |    2 +-
 hw/device-assignment.c |    6 +++---
 simpletrace.c          |    2 +-
 ui/vnc-tls.c           |   20 +-------------------
 xen-mapcache.c         |    7 ++-----
 5 files changed, 8 insertions(+), 29 deletions(-)

-- 
1.7.6

--------------------------
Raghavendra Prabhu
GPG Id : 0xD72BE977
Fingerprint: B93F EBCB 8E05 7039 CD3C A4B8 A616 DCA1 D72B E977
www: wnohang.net

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

end of thread, other threads:[~2012-01-05  8:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-05  0:46 [PATCH 0/3] Build Fixes Saul Wold
2012-01-05  0:46 ` [PATCH 1/3] image_types: Fix rootfs size calcuation Saul Wold
2012-01-05  0:46 ` [PATCH 2/3] glib-2.0: ensure dtrace is diabled for all distro options and fix packaging Saul Wold
2012-01-05  8:05   ` Phil Blundell
2012-01-05  8:12     ` Saul Wold
2012-01-05  0:46 ` [PATCH 3/3] libxp: fix cast error Saul Wold
  -- strict thread matches above, loose matches on Subject: below --
2011-07-04 21:59 [PATCH 0/3] Build fixes Raghavendra D Prabhu

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.