Ticket #24: pbs_python3.txt

File pbs_python3.txt, 11.0 KB (added by steve.traylen@…, 13 years ago)

Build of pbs_python with python3.

Line 
1$ python3 setup.py build
2running build
3running build_py
4creating build
5creating build/lib.linux-x86_64-3.1
6copying src/pbs.py -> build/lib.linux-x86_64-3.1
7copying src/PBSQuery.py -> build/lib.linux-x86_64-3.1
8copying src/AdvancedParser.py -> build/lib.linux-x86_64-3.1
9running build_ext
10building '_pbs' extension
11creating build/temp.linux-x86_64-3.1
12creating build/temp.linux-x86_64-3.1/src
13gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DTORQUE_OLD -I/usr/include/python3.1 -c src/pbs_wrap.c -o build/temp.linux-x86_64-3.1/src/pbs_wrap.o
14src/pbs_wrap.c: In function ‘SWIG_Python_AddErrorMsg’:
15src/pbs_wrap.c:862: warning: implicit declaration of function ‘PyString_AsString’
16src/pbs_wrap.c: In function ‘PySwigClientData_New’:
17src/pbs_wrap.c:1253: warning: implicit declaration of function ‘PyClass_Check’
18src/pbs_wrap.c: In function ‘PySwigObject_format’:
19src/pbs_wrap.c:1326: warning: implicit declaration of function ‘PyString_FromString’
20src/pbs_wrap.c:1326: warning: initialization makes pointer from integer without a cast
21src/pbs_wrap.c:1328: warning: implicit declaration of function ‘PyString_Format’
22src/pbs_wrap.c:1328: warning: assignment makes pointer from integer without a cast
23src/pbs_wrap.c: In function ‘PySwigObject_repr’:
24src/pbs_wrap.c:1358: warning: implicit declaration of function ‘PyString_FromFormat’
25src/pbs_wrap.c:1358: warning: initialization makes pointer from integer without a cast
26src/pbs_wrap.c:1366: warning: implicit declaration of function ‘PyString_ConcatAndDel’
27src/pbs_wrap.c: In function ‘PySwigObject_print’:
28src/pbs_wrap.c:1380: warning: passing argument 1 of ‘fputs’ makes pointer from integer without a cast
29/usr/include/stdio.h:684: note: expected ‘const char * __restrict__’ but argument is of type ‘int’
30src/pbs_wrap.c: In function ‘PySwigObject_str’:
31src/pbs_wrap.c:1393: warning: return makes pointer from integer without a cast
32src/pbs_wrap.c: In function ‘_PySwigObject_type’:
33src/pbs_wrap.c:1590: warning: initialization from incompatible pointer type
34src/pbs_wrap.c:1591: warning: initialization from incompatible pointer type
35src/pbs_wrap.c:1594: warning: initialization from incompatible pointer type
36src/pbs_wrap.c:1595: warning: initialization from incompatible pointer type
37src/pbs_wrap.c:1602: error: ‘coercion’ undeclared (first use in this function)
38src/pbs_wrap.c:1602: error: (Each undeclared identifier is reported only once
39src/pbs_wrap.c:1602: error: for each function it appears in.)
40src/pbs_wrap.c:1602: error: expected ‘}’ before numeric constant
41src/pbs_wrap.c:1622: warning: missing braces around initializer
42src/pbs_wrap.c:1622: warning: (near initialization for ‘tmp.ob_base.ob_base’)
43src/pbs_wrap.c:1624: warning: initialization makes integer from pointer without a cast
44src/pbs_wrap.c:1627: warning: initialization from incompatible pointer type
45src/pbs_wrap.c:1628: warning: initialization from incompatible pointer type
46src/pbs_wrap.c:1632: warning: initialization from incompatible pointer type
47src/pbs_wrap.c:1635: error: ‘cmpfunc’ undeclared (first use in this function)
48src/pbs_wrap.c:1635: error: expected ‘}’ before ‘PySwigObject_compare’
49src/pbs_wrap.c:1682: error: ‘PyTypeObject’ has no member named ‘ob_type’
50src/pbs_wrap.c:1584: warning: unused variable ‘PySwigObject_as_number’
51src/pbs_wrap.c:1582: warning: unused variable ‘swigobject_doc’
52src/pbs_wrap.c: In function ‘PySwigPacked_repr’:
53src/pbs_wrap.c:1731: warning: return makes pointer from integer without a cast
54src/pbs_wrap.c:1733: warning: return makes pointer from integer without a cast
55src/pbs_wrap.c: In function ‘PySwigPacked_str’:
56src/pbs_wrap.c:1742: warning: return makes pointer from integer without a cast
57src/pbs_wrap.c:1744: warning: return makes pointer from integer without a cast
58src/pbs_wrap.c: In function ‘_PySwigPacked_type’:
59src/pbs_wrap.c:1789: warning: missing braces around initializer
60src/pbs_wrap.c:1789: warning: (near initialization for ‘tmp.ob_base.ob_base’)
61src/pbs_wrap.c:1791: warning: initialization makes integer from pointer without a cast
62src/pbs_wrap.c:1794: warning: initialization from incompatible pointer type
63src/pbs_wrap.c:1795: warning: initialization from incompatible pointer type
64src/pbs_wrap.c:1796: warning: initialization from incompatible pointer type
65src/pbs_wrap.c:1798: error: ‘cmpfunc’ undeclared (first use in this function)
66src/pbs_wrap.c:1798: error: expected ‘}’ before ‘PySwigPacked_compare’
67src/pbs_wrap.c:1845: error: ‘PyTypeObject’ has no member named ‘ob_type’
68src/pbs_wrap.c:1783: warning: unused variable ‘swigpacked_doc’
69src/pbs_wrap.c: In function ‘_SWIG_This’:
70src/pbs_wrap.c:1890: warning: return makes pointer from integer without a cast
71src/pbs_wrap.c: In function ‘SWIG_Python_GetSwigThis’:
72src/pbs_wrap.c:1910: warning: implicit declaration of function ‘PyInstance_Check’
73src/pbs_wrap.c:1911: warning: implicit declaration of function ‘_PyInstance_Lookup’
74src/pbs_wrap.c:1911: warning: assignment makes pointer from integer without a cast
75src/pbs_wrap.c: In function ‘SWIG_Python_NewShadowInstance’:
76src/pbs_wrap.c:2141: warning: implicit declaration of function ‘PyInstance_NewRaw’
77src/pbs_wrap.c:2141: warning: assignment makes pointer from integer without a cast
78src/pbs_wrap.c: In function ‘SWIG_Python_SetModule’:
79src/pbs_wrap.c:2322: warning: implicit declaration of function ‘Py_InitModule’
80src/pbs_wrap.c:2323: warning: initialization makes pointer from integer without a cast
81src/pbs_wrap.c: In function ‘SWIG_Python_TypeQuery’:
82src/pbs_wrap.c:2343: warning: initialization makes pointer from integer without a cast
83src/pbs_wrap.c: In function ‘SWIG_Python_TypeError’:
84src/pbs_wrap.c:2432: warning: initialization makes pointer from integer without a cast
85src/pbs_wrap.c: In function ‘Get_List_Size’:
86src/pbs_wrap.c:2536: warning: implicit declaration of function ‘PyString_Check’
87src/pbs_wrap.c:2537: warning: passing argument 1 of ‘strlen’ makes pointer from integer without a cast
88/usr/include/string.h:399: note: expected ‘const char *’ but argument is of type ‘int’
89src/pbs_wrap.c:2537: warning: cast to pointer from integer of different size
90src/pbs_wrap.c:2537: warning: cast to pointer from integer of different size
91src/pbs_wrap.c:2537: warning: passing argument 1 of ‘__builtin_strcmp’ makes pointer from integer without a cast
92src/pbs_wrap.c:2537: note: expected ‘const char *’ but argument is of type ‘int’
93src/pbs_wrap.c:2537: warning: cast to pointer from integer of different size
94src/pbs_wrap.c:2537: warning: cast to pointer from integer of different size
95src/pbs_wrap.c:2537: warning: passing argument 1 of ‘strlen’ makes pointer from integer without a cast
96/usr/include/string.h:399: note: expected ‘const char *’ but argument is of type ‘int’
97src/pbs_wrap.c:2537: warning: passing argument 1 of ‘__builtin_strcmp’ makes pointer from integer without a cast
98src/pbs_wrap.c:2537: note: expected ‘const char *’ but argument is of type ‘int’
99src/pbs_wrap.c:2537: warning: cast to pointer from integer of different size
100src/pbs_wrap.c:2537: warning: cast to pointer from integer of different size
101src/pbs_wrap.c:2537: warning: cast to pointer from integer of different size
102src/pbs_wrap.c:2537: warning: cast to pointer from integer of different size
103src/pbs_wrap.c:2537: warning: cast to pointer from integer of different size
104src/pbs_wrap.c:2537: warning: cast to pointer from integer of different size
105src/pbs_wrap.c:2537: warning: passing argument 1 of ‘__builtin_strcmp’ makes pointer from integer without a cast
106src/pbs_wrap.c:2537: note: expected ‘const char *’ but argument is of type ‘int’
107src/pbs_wrap.c:2537: warning: cast to pointer from integer of different size
108src/pbs_wrap.c:2537: warning: passing argument 1 of ‘__builtin_strcmp’ makes pointer from integer without a cast
109src/pbs_wrap.c:2537: note: expected ‘const char *’ but argument is of type ‘int’
110src/pbs_wrap.c: In function ‘SWIG_AsVal_double’:
111src/pbs_wrap.c:2662: warning: implicit declaration of function ‘PyInt_Check’
112src/pbs_wrap.c:2663: warning: implicit declaration of function ‘PyInt_AsLong’
113src/pbs_wrap.c: In function ‘SWIG_From_int’:
114src/pbs_wrap.c:2796: warning: implicit declaration of function ‘PyInt_FromLong’
115src/pbs_wrap.c:2796: warning: return makes pointer from integer without a cast
116src/pbs_wrap.c: In function ‘SWIG_FromCharPtrAndSize’:
117src/pbs_wrap.c:2822: warning: implicit declaration of function ‘PyString_FromStringAndSize’
118src/pbs_wrap.c:2822: warning: return makes pointer from integer without a cast
119src/pbs_wrap.c: In function ‘SWIG_AsCharPtrAndSize’:
120src/pbs_wrap.c:2842: warning: implicit declaration of function ‘PyString_AsStringAndSize’
121src/pbs_wrap.c:2868: warning: assignment makes pointer from integer without a cast
122src/pbs_wrap.c: In function ‘_wrap_pbs_rescquery’:
123src/pbs_wrap.c:5015: warning: assignment makes pointer from integer without a cast
124src/pbs_wrap.c: In function ‘_wrap_pbs_rescreserve’:
125src/pbs_wrap.c:5112: warning: assignment makes pointer from integer without a cast
126src/pbs_wrap.c: In function ‘_wrap_pbs_selectjob’:
127src/pbs_wrap.c:5439: warning: passing argument 3 of ‘PyList_SetItem’ makes pointer from integer without a cast
128/usr/include/python3.1/listobject.h:53: note: expected ‘struct PyObject *’ but argument is of type ‘int’
129src/pbs_wrap.c: In function ‘_wrap_log_size’:
130src/pbs_wrap.c:6948: warning: assignment makes pointer from integer without a cast
131src/pbs_wrap.c: In function ‘swig_varlink_repr’:
132src/pbs_wrap.c:7515: warning: return makes pointer from integer without a cast
133src/pbs_wrap.c: In function ‘swig_varlink_str’:
134src/pbs_wrap.c:7520: warning: initialization makes pointer from integer without a cast
135src/pbs_wrap.c: In function ‘swig_varlink_print’:
136src/pbs_wrap.c:7534: warning: format ‘%s’ expects type ‘char *’, but argument 3 has type ‘int’
137src/pbs_wrap.c: In function ‘swig_varlink_type’:
138src/pbs_wrap.c:7592: warning: missing braces around initializer
139src/pbs_wrap.c:7592: warning: (near initialization for ‘tmp.ob_base.ob_base’)
140src/pbs_wrap.c:7594: warning: initialization makes integer from pointer without a cast
141src/pbs_wrap.c:7597: warning: initialization from incompatible pointer type
142src/pbs_wrap.c:7598: warning: initialization from incompatible pointer type
143src/pbs_wrap.c:7599: warning: initialization from incompatible pointer type
144src/pbs_wrap.c:7602: warning: initialization from incompatible pointer type
145src/pbs_wrap.c:7608: warning: initialization from incompatible pointer type
146src/pbs_wrap.c:7613: warning: initialization from incompatible pointer type
147src/pbs_wrap.c:7629: error: ‘PyTypeObject’ has no member named ‘ob_type’
148src/pbs_wrap.c: In function ‘init_pbs’:
149src/pbs_wrap.c:7760: warning: assignment makes pointer from integer without a cast
150error: command 'gcc' failed with exit status 1
151