Bug#415217: syck: FTBFS: pyext.c:9:20: error: Python.h: No such file or directory

2007-03-18 Thread Steve Langasek
severity 415217 important
thanks

On Sat, Mar 17, 2007 at 09:25:54AM +0100, Julien Danjou wrote:
> Package: syck
> Version: 0.55-3.3
> Severity: serious

> There was a problem while autobuilding your package:
> > copying ypath.py -> build/lib.linux-sparc64-2.4
> > copying ydump.py -> build/lib.linux-sparc64-2.4
> > copying yaml2xml.py -> build/lib.linux-sparc64-2.4
 ^

So you're building it on a system running a sparc64 kernel, without using
"sparc32".  Not RC.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processed: Re: Bug#415217: syck: FTBFS: pyext.c:9:20: error: Python.h: No such file or directory

2007-03-18 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> severity 415217 important
Bug#415217: syck: FTBFS: pyext.c:9:20: error: Python.h: No such file or 
directory
Severity set to `important' from `serious'

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#415217: syck: FTBFS: pyext.c:9:20: error: Python.h: No such file or directory

2007-03-17 Thread Julien Danjou
Package: syck
Version: 0.55-3.3
Severity: serious

Hello,

There was a problem while autobuilding your package:
> Automatic build of syck_0.55-3.3 on nasya by sbuild/sparc 0.52
> Build started at 20070317-0428
> **
...
> copying ypath.py -> build/lib.linux-sparc64-2.4
> copying ydump.py -> build/lib.linux-sparc64-2.4
> copying yaml2xml.py -> build/lib.linux-sparc64-2.4
> running build_ext
> building 'syck' extension
> creating build/temp.linux-sparc64-2.4
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O2 -Wall -Wstrict-prototypes 
> -fPIC -I/usr/local/include -I../../lib -I/usr/include/python2.4 -c pyext.c -o 
> build/temp.linux-sparc64-2.4/pyext.o
> pyext.c:9:20: error: Python.h: No such file or directory
> In file included from ../../lib/syck.h:26,
>  from pyext.c:10:
> ../../lib/syck_st.h:12: warning: function declaration isn't a prototype
> ../../lib/syck_st.h:13: warning: function declaration isn't a prototype
> ../../lib/syck_st.h:27: warning: function declaration isn't a prototype
> ../../lib/syck_st.h:28: warning: function declaration isn't a prototype
> ../../lib/syck_st.h:29: warning: function declaration isn't a prototype
> ../../lib/syck_st.h:30: warning: function declaration isn't a prototype
> ../../lib/syck_st.h:31: warning: function declaration isn't a prototype
> ../../lib/syck_st.h:32: warning: function declaration isn't a prototype
> ../../lib/syck_st.h:33: warning: function declaration isn't a prototype
> ../../lib/syck_st.h:33: warning: function declaration isn't a prototype
> ../../lib/syck_st.h:34: warning: function declaration isn't a prototype
> ../../lib/syck_st.h:34: warning: function declaration isn't a prototype
> ../../lib/syck_st.h:35: warning: function declaration isn't a prototype
> ../../lib/syck_st.h:35: warning: function declaration isn't a prototype
> ../../lib/syck_st.h:35: warning: function declaration isn't a prototype
> ../../lib/syck_st.h:35: warning: function declaration isn't a prototype
> ../../lib/syck_st.h:36: warning: function declaration isn't a prototype
> ../../lib/syck_st.h:44: warning: function declaration isn't a prototype
> In file included from pyext.c:10:
> ../../lib/syck.h:373: warning: function declaration isn't a prototype
> ../../lib/syck.h:400: warning: function declaration isn't a prototype
> ../../lib/syck.h:426: warning: function declaration isn't a prototype
> ../../lib/syck.h:427: warning: function declaration isn't a prototype
> ../../lib/syck.h:428: warning: function declaration isn't a prototype
> pyext.c:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 
> 'PyTypeObject'
> pyext.c:14: warning: function declaration isn't a prototype
> pyext.c:15: warning: function declaration isn't a prototype
> pyext.c:16: warning: function declaration isn't a prototype
> pyext.c:17: warning: function declaration isn't a prototype
> pyext.c:20: error: expected '=', ',', ';', 'asm' or '__attribute__' before 
> '*' token
> pyext.c:22: error: expected '=', ',', ';', 'asm' or '__attribute__' before 
> '*' token
> pyext.c:24: error: expected '=', ',', ';', 'asm' or '__attribute__' before 
> '*' token
> pyext.c:37: error: expected '=', ',', ';', 'asm' or '__attribute__' before 
> '*' token
> pyext.c:46: error: array type has incomplete element type
> pyext.c:47: error: 'py_syck_node_transform' undeclared here (not in a 
> function)
> pyext.c:47: error: 'METH_VARARGS' undeclared here (not in a function)
> pyext.c:53: error: expected declaration specifiers or '...' before 'PyObject'
> pyext.c: In function 'py_syck_node_alloc':
> pyext.c:56: warning: implicit declaration of function 'PyObject_NEW'
> pyext.c:56: error: expected expression before 'SyckNode'
> pyext.c:56: warning: assignment makes pointer from integer without a cast
> pyext.c:61: warning: implicit declaration of function 'Py_XINCREF'
> pyext.c:61: error: 'value' undeclared (first use in this function)
> pyext.c:61: error: (Each undeclared identifier is reported only once
> pyext.c:61: error: for each function it appears in.)
> pyext.c: At top level:
> pyext.c:66: error: expected '=', ',', ';', 'asm' or '__attribute__' before 
> '*' token
> pyext.c:72: error: expected '=', ',', ';', 'asm' or '__attribute__' before 
> '*' token
> pyext.c: In function 'py_syck_node_free':
> pyext.c:90: error: 'PyObject' undeclared (first use in this function)
> pyext.c:90: error: 'value' undeclared (first use in this function)
> pyext.c:90: warning: implicit declaration of function 'PyObject_GetAttrString'
> pyext.c:90: error: expected expression before ')' token
> pyext.c:91: warning: implicit declaration of function 'Py_XDECREF'
> pyext.c:97: warning: implicit declaration of function 'PyMem_DEL'
> pyext.c: At top level:
> pyext.c:100: error: expected '=', ',', ';', 'asm' or '__attribute__' before 
> '*' token
> pyext.c:132: error: expected declaration specifiers or '...' before 'PyObject'
> pyext.c: In func