| 1 | System information asked for in http://www.mplayerhq.hu/DOCS/HTML/en/bugreports_what.html
|
|---|
| 2 | =========================================================================================
|
|---|
| 3 |
|
|---|
| 4 | System is Debian GNU/Linux Sid (a.k.a. unstable).
|
|---|
| 5 |
|
|---|
| 6 | $ uname -a
|
|---|
| 7 | Linux fal 3.2.0-4-686-pae #1 SMP Debian 3.2.35-2 i686 GNU/Linux
|
|---|
| 8 |
|
|---|
| 9 | $ ls -l /lib/i386-linux-gnu/libc[.-]*
|
|---|
| 10 | -rwxr-xr-x 1 root root 1351816 Dec 30 17:45 /lib/i386-linux-gnu/libc-2.13.so
|
|---|
| 11 | lrwxrwxrwx 1 root root 12 Dec 30 17:45 /lib/i386-linux-gnu/libc.so.6 -> libc-2.13.so
|
|---|
| 12 |
|
|---|
| 13 | $ gcc -v
|
|---|
| 14 | Using built-in specs.
|
|---|
| 15 | COLLECT_GCC=gcc
|
|---|
| 16 | COLLECT_LTO_WRAPPER=/usr/lib/gcc/i486-linux-gnu/4.7/lto-wrapper
|
|---|
| 17 | Target: i486-linux-gnu
|
|---|
| 18 | Configured with: ../src/configure -v --with-pkgversion='Debian 4.7.2-5' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --enable-targets=all --with-arch-32=i586 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
|
|---|
| 19 | Thread model: posix
|
|---|
| 20 | gcc version 4.7.2 (Debian 4.7.2-5)
|
|---|
| 21 |
|
|---|
| 22 | $ ld -v
|
|---|
| 23 | GNU ld (GNU Binutils for Debian) 2.22
|
|---|
| 24 |
|
|---|
| 25 | $ as --version
|
|---|
| 26 | GNU assembler (GNU Binutils for Debian) 2.22
|
|---|
| 27 | Copyright 2011 Free Software Foundation, Inc.
|
|---|
| 28 | This program is free software; you may redistribute it under the terms of
|
|---|
| 29 | the GNU General Public License version 3 or later.
|
|---|
| 30 | This program has absolutely no warranty.
|
|---|
| 31 | This assembler was configured for a target of `i486-linux-gnu'.
|
|---|
| 32 |
|
|---|
| 33 | $ yasm --version
|
|---|
| 34 | yasm 1.2.0
|
|---|
| 35 | Compiled on Jan 18 2013.
|
|---|
| 36 | Copyright (c) 2001-2011 Peter Johnson and other Yasm developers.
|
|---|
| 37 | Run yasm --license for licensing overview and summary.
|
|---|
| 38 |
|
|---|
| 39 | $ cat /proc/cpuinfo
|
|---|
| 40 | processor : 0
|
|---|
| 41 | vendor_id : AuthenticAMD
|
|---|
| 42 | cpu family : 15
|
|---|
| 43 | model : 28
|
|---|
| 44 | model name : AMD Sempron(tm) Processor 3000+
|
|---|
| 45 | stepping : 0
|
|---|
| 46 | microcode : 0x41
|
|---|
| 47 | cpu MHz : 1800.000
|
|---|
| 48 | cache size : 128 KB
|
|---|
| 49 | fdiv_bug : no
|
|---|
| 50 | hlt_bug : no
|
|---|
| 51 | f00f_bug : no
|
|---|
| 52 | coma_bug : no
|
|---|
| 53 | fpu : yes
|
|---|
| 54 | fpu_exception : yes
|
|---|
| 55 | cpuid level : 1
|
|---|
| 56 | wp : yes
|
|---|
| 57 | flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt 3dnowext 3dnow up lahf_lm
|
|---|
| 58 | bogomips : 3617.54
|
|---|
| 59 | clflush size : 64
|
|---|
| 60 | cache_alignment : 64
|
|---|
| 61 | address sizes : 40 bits physical, 32 bits virtual
|
|---|
| 62 | power management: ts fid vid ttp
|
|---|
| 63 |
|
|---|
| 64 | Graphics card is an NVIDIA GeForce 6600 GT.
|
|---|
| 65 | Binary NVIDIA driver version 304.64.
|
|---|
| 66 | Same error occurs with Nouveau driver.
|
|---|
| 67 |
|
|---|
| 68 | Sound card is Creative Labs SB Live! EMU10k1.
|
|---|
| 69 | Sound driver is ALSA from kernel (no pulseaudio).
|
|---|