Re: kino on powerpc

2009-05-18 Thread Rogério Brito
On May 17 2009, drz wrote:
 It also crashes if I try to open one of the captured dv-files. Although I can 
 watch the captured videos in totem. hmm 

I would just file a bug, then. Provide a backtrace of the packages in
question (hint: install their -dbg versions before submitting the bug).


Regards,

-- 
Rogério Brito : rbr...@{mackenzie,ime.usp}.br : GPG key 1024D/7C2CAEB8
http://www.ime.usp.br/~rbrito : http://meusite.mackenzie.com.br/rbrito
Projects: algorithms.berlios.de : lame.sf.net : vrms.alioth.debian.org


-- 
To UNSUBSCRIBE, email to debian-powerpc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: kino on powerpc

2009-05-17 Thread drz
Am Samstag 16 Mai 2009 14:09:04 schrieb Rogério Brito:
 On May 16 2009, drz wrote:
  Come on guys, a simple: yes, I can capture with kino without a crash
  would do.

 Does it only happen when you're capturing video from a firewire camera?
 What if you get the video from your HD? Or does the crash happen in
 other circumstances too?
It crashes when I capture a video. It captures as long as I dont press stop, 
then it crashes.

It also crashes if I try to open one of the captured dv-files. Although I can 
watch the captured videos in totem. hmm 

greetz
drz

-- 
--

gpg fp: 5518 8F74 B2A0 E91A 6FAD 8AC8 C02C 6C6F C899 DC65
Public Key: http://rizzux.org/drz.asc


--
To UNSUBSCRIBE, email to debian-powerpc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: kino on powerpc

2009-05-16 Thread drz
Am Donnerstag 14 Mai 2009 15:27:23 schrieb drz:
 Am Mittwoch 13 Mai 2009 22:22:43 schrieb drz:
  Hi List
 
  Could anybody try to reproduce a crash in kino?
  Camcorder on firewire. I try to capture a video and when I press stop
  kino crashes.
Come on guys, a simple: yes, I can capture with kino without a crash would 
do. 

greetz
drz


-- 
To UNSUBSCRIBE, email to debian-powerpc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: kino on powerpc

2009-05-16 Thread Rogério Brito
On May 16 2009, drz wrote:
 Come on guys, a simple: yes, I can capture with kino without a crash
 would do.

Does it only happen when you're capturing video from a firewire camera?
What if you get the video from your HD? Or does the crash happen in
other circumstances too?

I don't have a firewire cam, but if you have a reproducible setting
where the bug can be controlled, I could try to test it on my iBook.


Regards,

-- 
Rogério Brito : rbr...@{mackenzie,ime.usp}.br : GPG key 1024D/7C2CAEB8
http://www.ime.usp.br/~rbrito : http://meusite.mackenzie.com.br/rbrito
Projects: algorithms.berlios.de : lame.sf.net : vrms.alioth.debian.org


-- 
To UNSUBSCRIBE, email to debian-powerpc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: kino on powerpc

2009-05-14 Thread drz
Am Mittwoch 13 Mai 2009 22:22:43 schrieb drz:
 Hi List

 Could anybody try to reproduce a crash in kino?
 Camcorder on firewire. I try to capture a video and when I press stop kino
 crashes.
 So nobody uses kino ?? ;)

greetz
drz

-- 
--

gpg fp: 5518 8F74 B2A0 E91A 6FAD 8AC8 C02C 6C6F C899 DC65
Public Key: http://rizzux.org/drz.asc


-- 
To UNSUBSCRIBE, email to debian-powerpc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



kino on powerpc

2009-05-13 Thread drz
Hi List

Could anybody try to reproduce a crash in kino?
Camcorder on firewire. I try to capture a video and when I press stop kino 
crashes.
I dont know if its due to my kind of mixed Lenny/sid environment, because I 
use KDE 4.2.2, so I dont want to file a bug report just yet.

The error is most of the time something like:

Obtained 8 stack frames.
kino [0x10030c88]
[0x100344]
[0x49a46869]
/usr/lib/libstdc++.so.6(_ZdlPv+0x2c) [0xeabebbc]
/usr/lib/libstdc++.so.6(_ZdaPv+0x24) [0xeabec34]
kino(_Z16showScenesThreadPv+0xc24) [0x100d4e44]
/lib/libpthread.so.0 [0xed6de24]
/lib/libc.so.6(clone+0x84) [0xe839630]

Done dumping - exiting.

Same on Gnome

thx  greetz
drz

--

gpg fp: 5518 8F74 B2A0 E91A 6FAD 8AC8 C02C 6C6F C899 DC65
Public Key: http://rizzux.org/drz.asc


-- 
To UNSUBSCRIBE, email to debian-powerpc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: compilation kino debian powerpc unstable fails

2003-08-21 Thread [EMAIL PROTECTED]

Hi,

Pander a écrit:

Hi all,

I trying to compile kino.tar.gz on debian powerpc unstable but it fails. 
All I did was ./autogen.sh and make, the result is below. Can anyone 


autogen.sh : looks like the CVS version.

help me out with this. I have code I would like to contribute to kino so 
I would really like to get this working.




I'm not sure, but perhaps kino doesn't compile yet with gcc3.3... ?

If you can, change the gcc symlink for gcc-3.2, and do it again.
(I know, they are a lot of other solutions, but this one is mine )

Else, you can ask where is the problem in the kino devel mailing list.


FYI : With Debian, /usr/bin/gcc is a symlink for gcc-2.95, or gcc-3.2...

rm -f /usr/bin/gcc
ln -s /usr/bin/gcc-3.2 /usr/bin/gcc


Hope this help



Best regards

--
eric b



compilation kino debian powerpc unstable fails

2003-08-20 Thread Pander

Hi all,

I trying to compile kino.tar.gz on debian powerpc unstable but it fails. 
All I did was ./autogen.sh and make, the result is below. Can anyone 
help me out with this. I have code I would like to contribute to kino so 
I would really like to get this working.


Thanks,

Pander

if g++ -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/include/gtk-1.2 
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -Wall 
-I/usr/include/gnome-1.0 -DNEED_GNOMESUPPORT_H 
-I/usr/lib/gnome-libs/include -I/usr/include/glib-1.2 
-I/usr/lib/glib/include -I/usr/include/orbit-1.0 -I/usr/include/gtk-1.2 
-I/usr/include/libxml2  -DKINO_PIXMAPSDIR=\/usr/share/pixmaps/kino\ 
-DKINO_PLUGINDIR=\/usr/local/lib/kino\ -D_FILE_OFFSET_BITS=64 
-Wno-deprecated -g -O2 -MT preferences.o -MD -MP -MF 
.deps/preferences.Tpo \
-c -o preferences.o `test -f 'preferences.cc' || echo 
'./'`preferences.cc; \

then mv -f .deps/preferences.Tpo .deps/preferences.Po; \
else rm -f .deps/preferences.Tpo; exit 1; \
fi
In file included from /usr/include/gnome-1.0/libgnome/libgnome.h:28,
   from /usr/include/gnome-1.0/gnome.h:16,
   from kino_common.h:26,
   from preferences.cc:25:
/usr/include/gnome-1.0/libgnome/gnome-i18n.h:31:1: warning: gettext 
redefined
In file included from 
/usr/include/c++/3.3/powerpc-linux/bits/c++locale.h:44,

   from /usr/include/c++/3.3/iosfwd:46,
   from /usr/include/c++/3.3/bits/stl_algobase.h:70,
   from /usr/include/c++/3.3/memory:54,
   from /usr/include/c++/3.3/string:48,
   from preferences.h:33,
   from preferences.cc:24:
/usr/include/libintl.h:108:1: warning: this is the location of the 
previous definition

In file included from /usr/include/gnome-1.0/libgnome/libgnome.h:28,
   from /usr/include/gnome-1.0/gnome.h:16,
   from kino_common.h:26,
   from preferences.cc:25:
/usr/include/gnome-1.0/libgnome/gnome-i18n.h:32:1: warning: dgettext 
redefinedIn file included from 
/usr/include/c++/3.3/powerpc-linux/bits/c++locale.h:44,

   from /usr/include/c++/3.3/iosfwd:46,
   from /usr/include/c++/3.3/bits/stl_algobase.h:70,
   from /usr/include/c++/3.3/memory:54,
   from /usr/include/c++/3.3/string:48,
   from preferences.h:33,
   from preferences.cc:24:
/usr/include/libintl.h:110:1: warning: this is the location of the 
previous definition
if g++ -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/include/gtk-1.2 
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -Wall 
-I/usr/include/gnome-1.0 -DNEED_GNOMESUPPORT_H 
-I/usr/lib/gnome-libs/include -I/usr/include/glib-1.2 
-I/usr/lib/glib/include -I/usr/include/orbit-1.0 -I/usr/include/gtk-1.2 
-I/usr/include/libxml2  -DKINO_PIXMAPSDIR=\/usr/share/pixmaps/kino\ 
-DKINO_PLUGINDIR=\/usr/local/lib/kino\ -D_FILE_OFFSET_BITS=64 
-Wno-deprecated -g -O2 -MT preferences_dialog.o -MD -MP -MF 
.deps/preferences_dialog.Tpo \
-c -o preferences_dialog.o `test -f 'preferences_dialog.cc' || echo 
'./'`preferences_dialog.cc; \

then mv -f .deps/preferences_dialog.Tpo .deps/preferences_dialog.Po; \
else rm -f .deps/preferences_dialog.Tpo; exit 1; \
fi
In file included from 
/usr/include/c++/3.3/powerpc-linux/bits/c++locale.h:44,

   from /usr/include/c++/3.3/iosfwd:46,
   from /usr/include/c++/3.3/bits/stl_algobase.h:70,
   from /usr/include/c++/3.3/vector:67,
   from playlist.h:23,
   from kino_common.h:28,
   from preferences_dialog.cc:23:
/usr/include/libintl.h:40: error: syntax error before `__const'
/usr/include/libintl.h:44: error: syntax error before `__const'
/usr/include/libintl.h:52: error: syntax error before `__const'
/usr/include/libintl.h:81: error: syntax error before `__const'
/usr/include/libintl.h:86: error: syntax error before `__const'
make[2]: *** [preferences_dialog.o] Error 1
make[2]: Leaving directory `/home/data/kino/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/data/kino'
make: *** [all] Error 2