All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1579565] [NEW] ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T.
@ 2016-05-08 19:42 luigiburdo
  2016-05-08 20:04 ` [Qemu-devel] [Bug 1579565] " Stefan Weil
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: luigiburdo @ 2016-05-08 19:42 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

cont build from last 2.6 rc4

~/Downloads/qemu-2.6.0-rc4$ ./configure

ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T.
       You probably need to set PKG_CONFIG_LIBDIR
       to point to the right pkg-config files for your
       build target

Os Ubuntu Mate 16.04 PPC64

** Affects: qemu
     Importance: Undecided
         Status: New

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

Title:
  ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T.

Status in QEMU:
  New

Bug description:
  cont build from last 2.6 rc4

  ~/Downloads/qemu-2.6.0-rc4$ ./configure

  ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T.
         You probably need to set PKG_CONFIG_LIBDIR
         to point to the right pkg-config files for your
         build target

  Os Ubuntu Mate 16.04 PPC64

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

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

* [Qemu-devel] [Bug 1579565] Re: ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T.
  2016-05-08 19:42 [Qemu-devel] [Bug 1579565] [NEW] ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T luigiburdo
@ 2016-05-08 20:04 ` Stefan Weil
  2016-05-08 20:23 ` Peter Maydell
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Stefan Weil @ 2016-05-08 20:04 UTC (permalink / raw)
  To: qemu-devel

Please try this patch: http://patchwork.ozlabs.org/patch/616440/

** 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/1579565

Title:
  ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T.

Status in QEMU:
  Fix Committed

Bug description:
  cont build from last 2.6 rc4

  ~/Downloads/qemu-2.6.0-rc4$ ./configure

  ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T.
         You probably need to set PKG_CONFIG_LIBDIR
         to point to the right pkg-config files for your
         build target

  Os Ubuntu Mate 16.04 PPC64

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

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

* [Qemu-devel] [Bug 1579565] Re: ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T.
  2016-05-08 19:42 [Qemu-devel] [Bug 1579565] [NEW] ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T luigiburdo
  2016-05-08 20:04 ` [Qemu-devel] [Bug 1579565] " Stefan Weil
@ 2016-05-08 20:23 ` Peter Maydell
  2016-05-08 21:19 ` luigiburdo
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Peter Maydell @ 2016-05-08 20:23 UTC (permalink / raw)
  To: qemu-devel

The problem could also be that your build environment is broken in the
way the warning is trying to diagnose (for instance that you have the
32-bit PPC glib development packages installed and not the 64-bit ones.)

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

Title:
  ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T.

Status in QEMU:
  Fix Committed

Bug description:
  cont build from last 2.6 rc4

  ~/Downloads/qemu-2.6.0-rc4$ ./configure

  ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T.
         You probably need to set PKG_CONFIG_LIBDIR
         to point to the right pkg-config files for your
         build target

  Os Ubuntu Mate 16.04 PPC64

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

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

* [Qemu-devel] [Bug 1579565] Re: ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T.
  2016-05-08 19:42 [Qemu-devel] [Bug 1579565] [NEW] ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T luigiburdo
  2016-05-08 20:04 ` [Qemu-devel] [Bug 1579565] " Stefan Weil
  2016-05-08 20:23 ` Peter Maydell
@ 2016-05-08 21:19 ` luigiburdo
  2016-05-09 12:31 ` luigiburdo
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: luigiburdo @ 2016-05-08 21:19 UTC (permalink / raw)
  To: qemu-devel

thanks for the infos 
Stefan  i will check tomorrow and report.
Peter, yes this is an issue of the powerpc64 of ubuntu/debian the ppc64 libraries are half ported usually i fix changing in the makefile -m32 where -m64 is call i will try to force the flags on configure of qemu too. i  will report if success or not.

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

Title:
  ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T.

Status in QEMU:
  Fix Committed

Bug description:
  cont build from last 2.6 rc4

  ~/Downloads/qemu-2.6.0-rc4$ ./configure

  ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T.
         You probably need to set PKG_CONFIG_LIBDIR
         to point to the right pkg-config files for your
         build target

  Os Ubuntu Mate 16.04 PPC64

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

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

* [Qemu-devel] [Bug 1579565] Re: ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T.
  2016-05-08 19:42 [Qemu-devel] [Bug 1579565] [NEW] ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T luigiburdo
                   ` (2 preceding siblings ...)
  2016-05-08 21:19 ` luigiburdo
@ 2016-05-09 12:31 ` luigiburdo
  2016-05-09 12:47 ` Daniel Berrange
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: luigiburdo @ 2016-05-09 12:31 UTC (permalink / raw)
  To: qemu-devel

Peter just try forcing the cpp flagas with -m32 without success.
On this rc configure dont start build ..
CPPFLAGS="-m32" CFLAGS="-g -O2 -mcpu=e5500 -mno-altivec -mtune=e5500" CXXFLAGS="-m32 -g -O2 -mcpu=e5500 -mno-altivec -mtune=e5500" ./configure --disable-werror 

ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T.
       You probably need to set PKG_CONFIG_LIBDIR
       to point to the right pkg-config files for your
       build target

will check Stefan parch if something change and reports.

Thanks

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

Title:
  ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T.

Status in QEMU:
  Fix Committed

Bug description:
  cont build from last 2.6 rc4

  ~/Downloads/qemu-2.6.0-rc4$ ./configure

  ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T.
         You probably need to set PKG_CONFIG_LIBDIR
         to point to the right pkg-config files for your
         build target

  Os Ubuntu Mate 16.04 PPC64

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

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

* [Qemu-devel] [Bug 1579565] Re: ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T.
  2016-05-08 19:42 [Qemu-devel] [Bug 1579565] [NEW] ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T luigiburdo
                   ` (3 preceding siblings ...)
  2016-05-09 12:31 ` luigiburdo
@ 2016-05-09 12:47 ` Daniel Berrange
  2016-05-09 13:37 ` luigiburdo
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Daniel Berrange @ 2016-05-09 12:47 UTC (permalink / raw)
  To: qemu-devel

If you can still see the bug after applying Stefan's patch, please
attach the config.log file generated by configure

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

Title:
  ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T.

Status in QEMU:
  Fix Committed

Bug description:
  cont build from last 2.6 rc4

  ~/Downloads/qemu-2.6.0-rc4$ ./configure

  ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T.
         You probably need to set PKG_CONFIG_LIBDIR
         to point to the right pkg-config files for your
         build target

  Os Ubuntu Mate 16.04 PPC64

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

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

* [Qemu-devel] [Bug 1579565] Re: ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T.
  2016-05-08 19:42 [Qemu-devel] [Bug 1579565] [NEW] ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T luigiburdo
                   ` (4 preceding siblings ...)
  2016-05-09 12:47 ` Daniel Berrange
@ 2016-05-09 13:37 ` luigiburdo
  2016-05-09 16:51 ` luigiburdo
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: luigiburdo @ 2016-05-09 13:37 UTC (permalink / raw)
  To: qemu-devel

Ok Daniel, will check and report.
note usually on PPC we use ad default compiler GCC (5.3.1 now).
I been installed clang 3.8 and will check report if all will right.

Thanks

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

Title:
  ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T.

Status in QEMU:
  Fix Committed

Bug description:
  cont build from last 2.6 rc4

  ~/Downloads/qemu-2.6.0-rc4$ ./configure

  ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T.
         You probably need to set PKG_CONFIG_LIBDIR
         to point to the right pkg-config files for your
         build target

  Os Ubuntu Mate 16.04 PPC64

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

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

* [Qemu-devel] [Bug 1579565] Re: ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T.
  2016-05-08 19:42 [Qemu-devel] [Bug 1579565] [NEW] ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T luigiburdo
                   ` (5 preceding siblings ...)
  2016-05-09 13:37 ` luigiburdo
@ 2016-05-09 16:51 ` luigiburdo
  2016-05-09 17:07 ` Daniel Berrange
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: luigiburdo @ 2016-05-09 16:51 UTC (permalink / raw)
  To: qemu-devel

Hi guys, did the patch but same error appear.
i attached the config.log.


** Attachment added: "config.log"
   https://bugs.launchpad.net/qemu/+bug/1579565/+attachment/4659349/+files/config.log

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

Title:
  ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T.

Status in QEMU:
  Fix Committed

Bug description:
  cont build from last 2.6 rc4

  ~/Downloads/qemu-2.6.0-rc4$ ./configure

  ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T.
         You probably need to set PKG_CONFIG_LIBDIR
         to point to the right pkg-config files for your
         build target

  Os Ubuntu Mate 16.04 PPC64

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

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

* [Qemu-devel] [Bug 1579565] Re: ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T.
  2016-05-08 19:42 [Qemu-devel] [Bug 1579565] [NEW] ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T luigiburdo
                   ` (6 preceding siblings ...)
  2016-05-09 16:51 ` luigiburdo
@ 2016-05-09 17:07 ` Daniel Berrange
  2016-05-09 17:49 ` luigiburdo
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Daniel Berrange @ 2016-05-09 17:07 UTC (permalink / raw)
  To: qemu-devel

Ok so the log message associated with the failure is this:

cc -m32 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -Wendif-labels -Wmissing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I/usr/include/p11-kit-1 -I/usr/local/include -I/usr/include/libpng12 -pthread -I/usr/include/glib-2.0 -I/usr/lib/powerpc-linux-gnu/glib-2.0/include -g -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -m32 -g -lgthread-2.0 -pthread -lglib-2.0 -lz
In file included from /usr/include/glib-2.0/glib.h:79:0,
                 from config-temp/qemu-conf.c:1:
/usr/include/glib-2.0/glib/gstrfuncs.h:301:2: error: #endif without #if
 #endif /* __G_STRFUNCS_H__ */


Which rather suggests your glib header files are broken.

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

Title:
  ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T.

Status in QEMU:
  Fix Committed

Bug description:
  cont build from last 2.6 rc4

  ~/Downloads/qemu-2.6.0-rc4$ ./configure

  ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T.
         You probably need to set PKG_CONFIG_LIBDIR
         to point to the right pkg-config files for your
         build target

  Os Ubuntu Mate 16.04 PPC64

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

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

* [Qemu-devel] [Bug 1579565] Re: ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T.
  2016-05-08 19:42 [Qemu-devel] [Bug 1579565] [NEW] ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T luigiburdo
                   ` (7 preceding siblings ...)
  2016-05-09 17:07 ` Daniel Berrange
@ 2016-05-09 17:49 ` luigiburdo
  2016-05-10 19:34 ` luigiburdo
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: luigiburdo @ 2016-05-09 17:49 UTC (permalink / raw)
  To: qemu-devel

Hi Daniel i dont know 
from this last i have this issue other versions was building right .
im affraid i deleted the rc3 i just make a test with 2.5.1 and you can see configure work, like was working in past.



** Attachment added: "qemu-configure"
   https://bugs.launchpad.net/qemu/+bug/1579565/+attachment/4659363/+files/qemu-configure

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

Title:
  ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T.

Status in QEMU:
  Fix Committed

Bug description:
  cont build from last 2.6 rc4

  ~/Downloads/qemu-2.6.0-rc4$ ./configure

  ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T.
         You probably need to set PKG_CONFIG_LIBDIR
         to point to the right pkg-config files for your
         build target

  Os Ubuntu Mate 16.04 PPC64

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

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

* [Qemu-devel] [Bug 1579565] Re: ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T.
  2016-05-08 19:42 [Qemu-devel] [Bug 1579565] [NEW] ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T luigiburdo
                   ` (8 preceding siblings ...)
  2016-05-09 17:49 ` luigiburdo
@ 2016-05-10 19:34 ` luigiburdo
  2016-05-10 19:53 ` Peter Maydell
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: luigiburdo @ 2016-05-10 19:34 UTC (permalink / raw)
  To: qemu-devel

rc5 same issue

./configure

ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T.
       You probably need to set PKG_CONFIG_LIBDIR
       to point to the right pkg-config files for your
       build target

thanks

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

Title:
  ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T.

Status in QEMU:
  Fix Committed

Bug description:
  cont build from last 2.6 rc4

  ~/Downloads/qemu-2.6.0-rc4$ ./configure

  ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T.
         You probably need to set PKG_CONFIG_LIBDIR
         to point to the right pkg-config files for your
         build target

  Os Ubuntu Mate 16.04 PPC64

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

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

* [Qemu-devel] [Bug 1579565] Re: ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T.
  2016-05-08 19:42 [Qemu-devel] [Bug 1579565] [NEW] ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T luigiburdo
                   ` (9 preceding siblings ...)
  2016-05-10 19:34 ` luigiburdo
@ 2016-05-10 19:53 ` Peter Maydell
  2016-05-10 20:11 ` luigiburdo
  2016-05-10 20:14 ` luigiburdo
  12 siblings, 0 replies; 14+ messages in thread
From: Peter Maydell @ 2016-05-10 19:53 UTC (permalink / raw)
  To: qemu-devel

I think Daniel is right -- your glib headers are broken, and we just
weren't diagnosing it before. You need to fix your glib install.

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

Title:
  ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T.

Status in QEMU:
  Fix Committed

Bug description:
  cont build from last 2.6 rc4

  ~/Downloads/qemu-2.6.0-rc4$ ./configure

  ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T.
         You probably need to set PKG_CONFIG_LIBDIR
         to point to the right pkg-config files for your
         build target

  Os Ubuntu Mate 16.04 PPC64

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

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

* [Qemu-devel] [Bug 1579565] Re: ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T.
  2016-05-08 19:42 [Qemu-devel] [Bug 1579565] [NEW] ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T luigiburdo
                   ` (10 preceding siblings ...)
  2016-05-10 19:53 ` Peter Maydell
@ 2016-05-10 20:11 ` luigiburdo
  2016-05-10 20:14 ` luigiburdo
  12 siblings, 0 replies; 14+ messages in thread
From: luigiburdo @ 2016-05-10 20:11 UTC (permalink / raw)
  To: qemu-devel

Hi  Perter, 
probalby ... i found something wrongs inside my ppc64 library , im clearing and reinstall the glib . report it soon

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

Title:
  ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T.

Status in QEMU:
  Invalid

Bug description:
  cont build from last 2.6 rc4

  ~/Downloads/qemu-2.6.0-rc4$ ./configure

  ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T.
         You probably need to set PKG_CONFIG_LIBDIR
         to point to the right pkg-config files for your
         build target

  Os Ubuntu Mate 16.04 PPC64

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

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

* [Qemu-devel] [Bug 1579565] Re: ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T.
  2016-05-08 19:42 [Qemu-devel] [Bug 1579565] [NEW] ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T luigiburdo
                   ` (11 preceding siblings ...)
  2016-05-10 20:11 ` luigiburdo
@ 2016-05-10 20:14 ` luigiburdo
  12 siblings, 0 replies; 14+ messages in thread
From: luigiburdo @ 2016-05-10 20:14 UTC (permalink / raw)
  To: qemu-devel

Yes Fixed guys.
configure reply right . can close this bug , that was not a qemu bug.

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

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

Title:
  ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T.

Status in QEMU:
  Invalid

Bug description:
  cont build from last 2.6 rc4

  ~/Downloads/qemu-2.6.0-rc4$ ./configure

  ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T.
         You probably need to set PKG_CONFIG_LIBDIR
         to point to the right pkg-config files for your
         build target

  Os Ubuntu Mate 16.04 PPC64

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

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

end of thread, other threads:[~2016-05-10 20:25 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-08 19:42 [Qemu-devel] [Bug 1579565] [NEW] ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T luigiburdo
2016-05-08 20:04 ` [Qemu-devel] [Bug 1579565] " Stefan Weil
2016-05-08 20:23 ` Peter Maydell
2016-05-08 21:19 ` luigiburdo
2016-05-09 12:31 ` luigiburdo
2016-05-09 12:47 ` Daniel Berrange
2016-05-09 13:37 ` luigiburdo
2016-05-09 16:51 ` luigiburdo
2016-05-09 17:07 ` Daniel Berrange
2016-05-09 17:49 ` luigiburdo
2016-05-10 19:34 ` luigiburdo
2016-05-10 19:53 ` Peter Maydell
2016-05-10 20:11 ` luigiburdo
2016-05-10 20:14 ` luigiburdo

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.