On Friday 25 May 2007 00:01, you wrote:
> On Fri, May 18, 2007 at 09:34:40AM -0400, Geoffroy Vall?e wrote:
> > Hi,
> >
> > If python2.4-dev is not installed, it is not possible to create the
> > Debian packages. Therefore i added a build dependence with python2.4-dev.
> > The patch is also available in my branch (r76).
>
> If python2.4-dev is not installed, where does the build fail?

Sorry i forgot to put the error message in my previous email:

cd 
/home/gvallee/src/systemimager/systemimager-debian.trunk/systemimager-3.8.0/initrd_source/src
 
&& tar -xvzf cx_Freeze-3.0.2-source.tgz
cx_Freeze-3.0.2/Common.c
cx_Freeze-3.0.2/Console.c
cx_Freeze-3.0.2/ConsoleKeepPath.c
cx_Freeze-3.0.2/ModuleFinder.py
cx_Freeze-3.0.2/FreezePython.py
cx_Freeze-3.0.2/Freezer.py
cx_Freeze-3.0.2/HISTORY.txt
cx_Freeze-3.0.2/LICENSE.txt
cx_Freeze-3.0.2/MakeFrozenBases.py
cx_Freeze-3.0.2/README.txt
cx_Freeze-3.0.2/Win32GUI.c
cx_Freeze-3.0.2/initscripts/Console.py
cx_Freeze-3.0.2/initscripts/ConsoleKeepPath.py
cx_Freeze-3.0.2/initscripts/ConsoleSetLibPath.py
cx_Freeze-3.0.2/initscripts/SharedLib.py
cx_Freeze-3.0.2/initscripts/SharedLibSource.py
cd 
/home/gvallee/src/systemimager/systemimager-debian.trunk/systemimager-3.8.0/initrd_source/src/cx_Freeze-3.0.2
 
&& cat  < /dev/null | patch -p1
touch 
/home/gvallee/src/systemimager/systemimager-debian.trunk/systemimager-3.8.0/initrd_source/src/cx_Freeze-3.0.2.unpack
cd 
/home/gvallee/src/systemimager/systemimager-debian.trunk/systemimager-3.8.0/initrd_source/src/cx_Freeze-3.0.2
 
&& /usr/bin/python MakeFrozenBases.py
gcc -c -I. -I/usr/include/python2.4 -I/usr/include/python2.4 -o Console.o 
Console.c
Console.c:6:20: error: Python.h: Aucun fichier ou répertoire de ce type
In file included from Console.c:35:
Common.c:6:21: error: compile.h: Aucun fichier ou répertoire de ce type
Common.c:7:18: error: eval.h: Aucun fichier ou répertoire de ce type
Common.c:8:20: error: osdefs.h: Aucun fichier ou répertoire de ce type
In file included from Console.c:35:
Common.c: In function 'ExecuteScript':
Common.c:17: error: 'PyObject' undeclared (first use in this function)
Common.c:17: error: (Each undeclared identifier is reported only once
Common.c:17: error: for each function it appears in.)
Common.c:17: error: 'module' undeclared (first use in this function)
Common.c:17: error: 'importer' undeclared (first use in this function)
Common.c:17: error: 'code' undeclared (first use in this function)
Common.c:17: error: 'dict' undeclared (first use in this function)
Common.c:17: error: 'pathList' undeclared (first use in this function)
Common.c:17: error: 'temp' undeclared (first use in this function)
Common.c:18: error: 'PATH_MAX' undeclared (first use in this function)
Common.c:20: error: 'size_t' undeclared (first use in this function)
Common.c:20: error: expected ';' before 'i'
Common.c:48: warning: incompatible implicit declaration of built-in 
function 'strcpy'
Common.c:49: error: 'i' undeclared (first use in this function)
Common.c:49: warning: incompatible implicit declaration of built-in 
function 'strlen'
Common.c:49: error: 'SEP' undeclared (first use in this function)
Common.c:88: error: 'PyCodeObject' undeclared (first use in this function)
Common.c:88: error: expected expression before ')' token
Console.c: In function 'main':
Console.c:47: error: 'Py_NoSiteFlag' undeclared (first use in this function)
Console.c:48: error: 'Py_FrozenFlag' undeclared (first use in this function)
Console.c:49: error: 'Py_IgnoreEnvironmentFlag' undeclared (first use in this 
function)
Console.c:52: warning: assignment makes pointer from integer without a cast
Traceback (most recent call last):
  File "MakeFrozenBases.py", line 57, in ?
    BuildBase("Console")
  File "MakeFrozenBases.py", line 44, in BuildBase
    raise "Failed to compile %s" % sourceName
Failed to compile Console.c
make[1]: *** 
[/home/gvallee/src/systemimager/systemimager-debian.trunk/systemimager-3.8.0/initrd_source/src/cx_Freeze-3.0.2.build]
 
Erreur 1
make[1]: quittant le 
répertoire « 
/home/gvallee/src/systemimager/systemimager-debian.trunk/systemimager-3.8.0 »
make: *** [build-arch-stamp] Erreur 2

-- 
Geoff

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
sisuite-devel mailing list
sisuite-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-devel

Reply via email to