[Mplayer-users] bugreports,

Dariusz Pietrzak dariush at ajax.umcs.lublin.pl
Wed May 16 11:42:58 CEST 2001


> DEBIAN stuff isn't supported by the main team (RTFM somewhere), Telenieko
> maintains it but he seems to be inactive, so is the DOCS/Spanish outdated.
I could pick up maintaining debian stuff. 

> CVS snapshots are their friend.
Just to check if their report got read??

> And this system works well, IMHO.
when you ignore it's drawbacks it really works great.

> So where is it? :)
in attachments.
I attachted my cpuinfo and proposed diff to configure (i don't like this
$TAB thing, and it also doesen't seem to work).

> And then what talk would go on this list?
It's trivial to set things up that way that a copy of bugreport gets on
list for discussion.
 What I really like in ticketing systems is that I get e-mail from
ticketing system that my report got into system, and then eventually mails
from maintainer of software.
And for maintainer it's just a metter of replying to ticketing systems
mail, closing bug report and eventually attaching some info.
No need to go and edit DOCS/BUGS and then commiting it to cvs, and it goes
live instantly.
 It's just a thought. Not bad in my opinion - that's why I spellt it out.

--
Dariusz Pietrzak
Certified Nobody
-------------- next part --------------
--- configure	Tue May 15 18:48:27 2001
+++ configure.eyck	Tue May 15 18:48:50 2001
@@ -191,7 +191,7 @@
 fi
 pvendor=`cat /proc/cpuinfo | grep 'vendor_id' | cut -d ':' -f 2  | cut -d ' ' -f 2`
 pfamily=`cat /proc/cpuinfo | grep 'cpu family' | cut -d ':' -f 2 | cut -d ' ' -f 2`
-pmodel=`cat /proc/cpuinfo | grep "model$TAB" | cut -d ':' -f 2 | cut -d ' ' -f 2`
+pmodel=`cat /proc/cpuinfo |grep -v "model name" |grep "model" | cut -d ':' -f 2 | cut -d ' ' -f 2`
 pstepping=`cat /proc/cpuinfo | grep 'stepping' | cut -d ':' -f 2 | cut -d ' ' -f 2`
 
 _mmx=no
-------------- next part --------------
processor	: 0
vendor_id	: AuthenticAMD
cpu family	: 5
model		: 8
model name	: AMD-K6(tm) 3D processor
stepping	: 12
cpu MHz		: 494.941
cache size	: 64 KB
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr mce cx8 pge mmx syscall 3dnow k6_mtrr
bogomips	: 986.31



More information about the MPlayer-users mailing list