summaryrefslogtreecommitdiffstats
path: root/results/classifier/zero-shot/118/ppc/1579565
blob: cebd8c02e8b54828c1e62d5a83b13f5433e2ea5b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
ppc: 0.824
permissions: 0.819
debug: 0.808
graphic: 0.806
virtual: 0.800
socket: 0.785
arm: 0.785
files: 0.780
semantic: 0.768
register: 0.761
peripherals: 0.761
PID: 0.760
device: 0.747
user-level: 0.732
performance: 0.731
TCG: 0.731
vnc: 0.726
architecture: 0.716
kernel: 0.706
risc-v: 0.703
boot: 0.702
hypervisor: 0.697
network: 0.693
mistranslation: 0.687
assembly: 0.667
KVM: 0.662
VMM: 0.644
x86: 0.498
i386: 0.372

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

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

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

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


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.

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

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

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

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



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.

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.




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

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.


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

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