Re: [Cooker] Kino segfaults

2002-03-18 Thread Lenny Cartier

On Sun, Mar 17, 2002 at 08:44:38AM -0500, Dave Seff wrote:
 Awesome! Thanks guys. 
 
 -Dave
 
 
 
  I was messing with kino a while ago and can't remember the specifics,
  but if you look at the forum on kino, I believe this is a bug in libdv..
 
  http://www.schirmacher.de/dcforum/DCForumID1/49.html
 
  I think I changed this and recompiled libdv, and things seemed to work

I've uploaded a patched version of libdv.

Thanks.

lenny

-- 
Lenny Cartier   | Iptoip project : http://iptoip.sourceforge.net
[EMAIL PROTECTED]| MandrakeSoft : http://www.mandrakesoft.com 

Informatique: Excel, Word, chef de projet informatique. (c) Serious resume 




Re: [Cooker] Kino segfaults

2002-03-17 Thread Dave Seff

Awesome! Thanks guys. 

-Dave



 I was messing with kino a while ago and can't remember the specifics,
 but if you look at the forum on kino, I believe this is a bug in libdv..

 http://www.schirmacher.de/dcforum/DCForumID1/49.html

 I think I changed this and recompiled libdv, and things seemed to work.




[Cooker] Kino segfaults

2002-03-16 Thread Dave Seff

I installed kino and all of its deps. from cooker. When I run kino it 
immediately segfaults. I did some poking around and found it craps out in 
libdv, particularly dv.c at line 136. 

#if ARCH_X86
  dv_use_mmx = mmx_ok(); 
#endif

I have an Athlon K7266 

I also have the nopentium option in lilo. 

Any ideas?

-Dave




Re: [Cooker] Kino segfaults

2002-03-16 Thread Byron Poland

On Sat, 2002-03-16 at 18:25, Dave Seff wrote:
 I installed kino and all of its deps. from cooker. When I run kino it 
 immediately segfaults. I did some poking around and found it craps out in 
 libdv, particularly dv.c at line 136. 
 
 #if ARCH_X86
   dv_use_mmx = mmx_ok(); 
 #endif
 
 I have an Athlon K7266 
 
 I also have the nopentium option in lilo. 
 
 Any ideas?
 
 -Dave
 
 

I was messing with kino a while ago and can't remember the specifics,
but if you look at the forum on kino, I believe this is a bug in libdv..

http://www.schirmacher.de/dcforum/DCForumID1/49.html

I think I changed this and recompiled libdv, and things seemed to work.





Re: [Cooker] Kino segfaults

2002-03-16 Thread Lison

Dave Seff wrote:
 I installed kino and all of its deps. from cooker. When I run kino it 
 immediately segfaults. I did some poking around and found it craps out in 
 libdv, particularly dv.c at line 136. 
 
 #if ARCH_X86
   dv_use_mmx = mmx_ok(); 
 #endif
 
 I have an Athlon K7266 
 
 I also have the nopentium option in lilo. 
 
 Any ideas?
 
 -Dave

Dave,

I followed the intructions on
http://www.schirmacher.de/arne/kino/kino_hwsw_e.html
I did compile and install

libdv-0.9.tar.gz (with fix, see below)

Note: The libdv library has a bug in their mmx detection routine. To fix this, 
please download the libdv source code and change line 136 of dv.c from:
 dv_use_mmx = mmx_ok();
to
 dv_use_mmx = 1;.

libraw1394_0.9.0.tar.gz
libavc1394-0.3.1.tar.gz

Now kino works here.

Cheers,
Dirk