Bug#340585: Segfault on mips/mipsel when importing gst.interfaces

2006-10-01 Thread Loïc Minier
Hi all,


 This is a followup for Debian bug http://bugs.debian.org/340585.

 I would like to know whether you still get the segfault with recent
 python-gst and GStreamer (versions?).

 The last python-gst application in the archive switched to
 python-gst0.10 yesterday (soundconverter), so I'm merely doing some QA
 before etch.

 I intend to drop the GStreamer 0.8 stack during the etch+1 cycle.

   Bye,
-- 
Loïc Minier [EMAIL PROTECTED]



Bug#340585: Segfault on mips/mipsel when importing gst.interfaces

2006-03-16 Thread Martin Michlmayr
* Luca Bruno [EMAIL PROTECTED] [2006-03-16 07:31]:
 I'd prefer waiting for him. Anyway, if you think it's very
 important, I can try to adjust my depends and fix errors (if any).

Well, it is a build failure... it should definitely be fixed before
Etch is out.

BTW, Joe offered help to port to 0.10 in case it's needed.
-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#340585: Segfault on mips/mipsel when importing gst.interfaces

2006-03-15 Thread Martin Michlmayr
* Luca Bruno [EMAIL PROTECTED] [2005-11-24 12:18]:
 checking for python module gst... found
 checking for python module gst, gst.interfaces... 
 ../configure: line 20457:  1221 Segmentation fault  $PYTHON -c $prog 15 
 25

Luca, I just saw this build ailure too.  Can you migrate istanbul to
gst 0.10?

22:05  tbm piman: python2.3 on mips segfault when loading the gst
 module.  I'm currently building python w/o stripping it so I can run
 it under gdb
22:05  piman oh, that again :/ 0.10 or 0.8?
22:05  piman If it's 0.8 I'd encourage you to use 0.10 instead, I
 don't think the GStreamer devs are interested in porting bugs.
22:06  tbm again?  so that's a known issue?  0.8.3.   Is there a .10?
22:06  piman Yes, python-gst0.10
22:06  tbm but hold on.  *python* segfaults.  Isn't that a problem
 in python rather than in gst?
22:06  piman No, if a C module segfaults, so does Python.
22:06  piman Is it http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=340585 ?
22:07  piman if it's just on import gst, then it's probably caused
 by ABI incompat between glib/gtk 2.6 and 2.8.
22:07  piman at least, that's what caused it in the past.
22:07  tbm ah yeah.  I found it while compiling istanbul
22:08  tbm import gst makes it segfault (no need for gst.interfaces)
22:08  piman okay, that's new, then...
22:08  tbm  import gst
22:08  tbm zsh: segmentation fault  python
22:08  piman what version of glib/gtk?
22:08  piman (and pygtk)
22:09  tbm piman: glib 2.8.6-1, gtk 2.8.13-1, python-gtk2 2.8.2-3
22:10  piman tbm: I can't promise a fix, because 0.8 is basically
 deprecated at this point.
22:10  tbm piman: why cannot istanbul move to 0.10?
22:10  piman But I don't know how hard a 0.10 port will be for
 Istanbul, probably not hard...
22:10  piman *shrug* Ask its maintainer?
22:10  tbm ok

-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#340585: Segfault on mips/mipsel when importing gst.interfaces

2006-03-15 Thread Luca Bruno
Martin Michlmayr [EMAIL PROTECTED] scrisse:

 Luca, I just saw this build ailure too.  Can you migrate istanbul to
 gst 0.10?
 
 22:10  tbm piman: why cannot istanbul move to 0.10?
 22:10  piman But I don't know how hard a 0.10 port will be for
  Istanbul, probably not hard...
 22:10  piman *shrug* Ask its maintainer?
 22:10  tbm ok

I was waiting because upstream told explicitily that he's working on a
port to .10: 
«Once a bit settled in Barca, hope to get GStreamer 0.10
out of hard mask in Gentoo and work on porting Istanbul to 0.10.»
[http://zaheer.merali.org/articles/2006/02/15/off-to-barcelona]

I'd prefer waiting for him. Anyway, if you think it's very
important, I can try to adjust my depends and fix errors (if any).
If so, please reply here.

Greetings, Luca

-- 
 .''`.  ** Debian GNU/Linux **  | Luca Bruno
: :'  :   The Universal O.S.| luca.br(AT)uno.it
`. `'`  | GPG Key ID: 3BFB9FB3
  `- http://www.debian.org  | Proud Debian GNU/Linux User


pgpO3QbmEwscY.pgp
Description: PGP signature


Bug#340585: Segfault on mips/mipsel when importing gst.interfaces

2005-11-24 Thread Luca Bruno
Package: python-gst
Version: 0.8.2-1
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Compiling istanbul package on mips/mipsel fails at configuring time
due to a segmentation fault trying to import gst.interfaces.
It works fine for all other archs.

Complete Mips buildd log is available here [1].
Relevant part is:

checking for python module gst... found
checking for python module gst, gst.interfaces... 
../configure: line 20457:  1221 Segmentation fault  $PYTHON -c $prog 15 25

Where $prog is:

prog=
import sys
try:
import gst, gst.interfaces
sys.exit(0)
print 'yes'
except ImportError:
sys.exit(1)

gst module importing from the previous check went fine, so I think the problem
is in gst.interfaces.

Cheers, Luc@

[1] 
http://buildd.debian.org/fetch.php?pkg=istanbulver=0.1.1-1arch=mipsstamp=1132626531file=logas=raw

- -- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-2-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages python-gst depends on:
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libglib2.0-0  2.8.0-1The GLib library of C routines
ii  libgstreamer-plugins0.8-0 0.8.10-3   Various GStreamer libraries and li
ii  libgstreamer0.8-0 0.8.11-1   Core GStreamer libraries, plugins,
ii  libxml2   2.6.21-1   GNOME XML library
ii  python2.3.5-3An interactive high-level object-o
ii  python-gtk2   2.6.2-1Python bindings for the GTK+ widge
ii  zlib1g1:1.2.3-4  compression library - runtime

python-gst recommends no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDhaGTRqobajv7n7MRAqTUAJ9+SAXyX/iRojX5q1TstgoUc96y7wCdH72n
/SM7gxOvc+ovz0yq+HPQkFA=
=77R7
-END PGP SIGNATURE-


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