Bug#380943: New scigraphica version

2007-07-26 Thread Ana Guerrero
On Mon, Jul 16, 2007 at 12:28:58AM +0200, Cyril Brulebois wrote:
 severity 380943 important
 thanks
 
 Hi,
 
 Ana Guerrero [EMAIL PROTECTED] (22/10/2006):
  Hi,
  I have been working on this bug and i got some problems trying to build
  scigraphica with Python 2.4
  Searching for arrayobject.h
  ./configure: line 22052: test: too many arguments
  arrayobject.h location: /usr/include/python2.4/Numeric/ 
  /usr/include/python2.4/numarray/
  ./configure: line 22058: test: /usr/include/python2.4/Numeric/: binary 
  operator expected
  ./configure: line 22091: /usr/include/python2.4/numarray/: is a directory
  stripping compiler flags
  configure: creating ./config.status
 
 I'd suspect a temporary error in Numeric/* stuff, which I saw in other
 packages, and which should be solved right now. I just built the package
 in a(n almost, thanks to ldbl128 transition, and some lenny packages)
 clean sid chroot w/o any problem, and the output package looks quite
 sane (as discussed with vorlon on #d-women), that's why I'm lowering the
 severity.
 
 Ana, if you want to play with this package, that should be possible w/o
 troubles (I mean: WRT python2.4).
 
  python_main.h:17:25: error: arrayobject.h: No such file or directory
 
 Found back my previous mails, see #424021 for example.


It builds perfectly now, thanks a lot of for looking at this! I'm going to
orphan properly the package (see #418807) and do an upload updating to the
current python policy.
I'm not sure if i'll do a QA upload upgrading to the latest version, tho.

Ana




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



Bug#380943: New scigraphica version

2007-07-15 Thread Cyril Brulebois
severity 380943 important
thanks

Hi,

Ana Guerrero [EMAIL PROTECTED] (22/10/2006):
 Hi,
 I have been working on this bug and i got some problems trying to build
 scigraphica with Python 2.4
 Searching for arrayobject.h
 ./configure: line 22052: test: too many arguments
 arrayobject.h location: /usr/include/python2.4/Numeric/ 
 /usr/include/python2.4/numarray/
 ./configure: line 22058: test: /usr/include/python2.4/Numeric/: binary 
 operator expected
 ./configure: line 22091: /usr/include/python2.4/numarray/: is a directory
 stripping compiler flags
 configure: creating ./config.status

I'd suspect a temporary error in Numeric/* stuff, which I saw in other
packages, and which should be solved right now. I just built the package
in a(n almost, thanks to ldbl128 transition, and some lenny packages)
clean sid chroot w/o any problem, and the output package looks quite
sane (as discussed with vorlon on #d-women), that's why I'm lowering the
severity.

Ana, if you want to play with this package, that should be possible w/o
troubles (I mean: WRT python2.4).

 python_main.h:17:25: error: arrayobject.h: No such file or directory

Found back my previous mails, see #424021 for example.

Cheers,

-- 
Cyril Brulebois

PS: And Cc'ing my AM for RC bug handling.


pgpH9QIkENRfk.pgp
Description: PGP signature


Bug#380943: New scigraphica version

2006-10-22 Thread Ana Guerrero
Hi,
I have been working on this bug and i got some problems trying to build
scigraphica with Python 2.4

...
checking stropts.h usability... yes
checking stropts.h presence... yes
checking for stropts.h... yes
checking for dlfcn.h... (cached) yes
Searching for arrayobject.h
./configure: line 22052: test: too many arguments
arrayobject.h location: /usr/include/python2.4/Numeric/ 
/usr/include/python2.4/numarray/
./configure: line 22058: test: /usr/include/python2.4/Numeric/: binary operator 
expected
./configure: line 22091: /usr/include/python2.4/numarray/: is a directory
stripping compiler flags
configure: creating ./config.status
config.status: creating Makefile
config.status: creating sg.spec

...

make[3]: Leaving directory `/home/ana/Debian/scigraphica-0.8.0/zvt'
Making all in src
make[3]: Entering directory `/home/ana/Debian/scigraphica-0.8.0/src'
Making all in python
make[4]: Entering directory `/home/ana/Debian/scigraphica-0.8.0/src/python'
if i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include 
-I/usr/include/python2.4  -I.. 
-DPYTHON_MODULE_PATH=\/usr/share/scigraphica/python\-g -O2 -I -I 
-DREADLINE_4 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 
-I/usr/lib/glib/include -I/usr/X11R6/include -DWITH_GDK_IMLIB 
-I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include 
-I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I../zvt 
-I../../zvt -MT python_config.o -MD -MP -MF .deps/python_config.Tpo \
  -c -o python_config.o `test -f 'python_config.c' || echo 
'./'`python_config.c; \
then mv -f .deps/python_config.Tpo .deps/python_config.Po; \
else rm -f .deps/python_config.Tpo; exit 1; \
fi
In file included from /usr/include/python2.4/Python.h:8,
 from python_config.c:12:
/usr/include/python2.4/pyconfig.h:851:1: warning: _POSIX_C_SOURCE redefined
In file included from /usr/include/math.h:27,
 from python_config.c:7:
/usr/include/features.h:190:1: warning: this is the location of the previous 
definition
In file included from python_config.c:17:
python_main.h:17:25: error: arrayobject.h: No such file or directory
In file included from python_main.h:19,
 from python_config.c:17:
python_sheet.h:45: error: expected declaration specifiers or '...' before 
'PyArrayObject'
make[4]: *** [python_config.o] Error 1
make[4]: Leaving directory `/home/ana/Debian/scigraphica-0.8.0/src/python'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/ana/Debian/scigraphica-0.8.0/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/ana/Debian/scigraphica-0.8.0'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/ana/Debian/scigraphica-0.8.0'
make: *** [build-stamp] Error 2
debuild: fatal error at line 1224:
debian/rules build failed


Besides, there is a new upstream version 2.1.0 that maybe could work better
with Python 2.4, but it seems require big changes in the packaging.

Ana.


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