Compiling osm2pgsql-git

hello
when i compile osm2pgsql-git from AUR i have this error :
/usr/bin/protoc-c --proto_path=protobuf --c_out=. protobuf/fileformat.proto
/usr/bin/protoc-c: error while loading shared libraries: libprotoc.so.7: cannot open shared object file: No such file or directory
and i have this version : libprotoc.so.8
thanks to the help
Last edited by freaks (2013-10-01 13:28:03)

I just took a look at the source. Are you compiling with VDPAU enabled? If yes, the source seems to be buggy.
if ( ( image_size = allocate_buffer( frame, codec_context, buffer, format, width, height ) ) )
// Workaround 1088 encodings missing cropping info.
if ( *height == 1088 && mlt_profile_dar( mlt_service_profile( MLT_PRODUCER_SERVICE( producer ) ) ) == 16.0/9.0 )
*height = 1080;
#ifdef VDPAU
if ( self->vdpau && self->vdpau->buffer )
AVPicture picture;
picture.data[0] = self->vdpau->buffer;
picture.data[2] = self->vdpau->buffer + codec_context->width * codec_context->height;
picture.data[1] = self->vdpau->buffer + codec_context->width * codec_context->height * 5 / 4;
picture.linesize[0] = codec_context->width;
picture.linesize[1] = codec_context->width / 2;
picture.linesize[2] = codec_context->width / 2;
int yuv_colorspace = convert_image( self, (AVFrame*) &picture, *buffer,
PIX_FMT_YUV420P, format, *width, *height, &alpha );
mlt_properties_set_int( frame_properties, "colorspace", yuv_colorspace );
else
#endif
int yuv_colorspace = convert_image( self, self->video_frame, *buffer, codec_context->pix_fmt,
format, *width, *height, &alpha );
mlt_properties_set_int( frame_properties, "colorspace", yuv_colorspace );
got_picture = 1;
As you can see there is an ifdef for VDPAU. If the ifdef'ed code is compiled, the yuv_colorspace line after the #endif will be part of the else-branch. As there are no braces for the else-branch though, the following lines won't compile as yuv_colorspace is defined inside the else-branch, the following lines are outside of it though. You'll have to add braces there for it to compile.
Last edited by pks (2014-02-19 10:06:58)

Similar Messages

  • [SOLVED] Can't compile tupi-git or Ktoon from AUR - hardware failure

    EDIT:  Tupi-git compiles fine, just not on my main desktop. the machine, has some nasty hardware problems, caused by a lightning storm/power failure a few weeks ago .
    it appears, the CMOS is damaged (clock skew and other problems), and that the motherboard also has problems (NMI interrupt handler warning, as well as CPU damage, fun).
    it's time to buy some new hardware, i guess.
    Hi everyone,
    I am having a strange issue.  I have been using Tupi-git, for a while - but the other day i went to re-compile it, and now it won't build. it's interesting because i have been able to compile Tupi-git in the past, no problem. i've also tried compiling it manually from git too.
    I am running gnome3 and tupi / ktoon shouldn't have much dependencies to KDE itself (as i said i have compiled Tupi before. I tried to compile Ktoon, thinking it might pull in a dependency i had missed or something, but no dice... I've even chatted with the Tupi developer about it, he even installed Arch and was able to get it to compile...
    however, he is using KDE, so i am wondering if their is some mysterious dependency (although i did try installing kdebase, but it made no difference). my main concern is tupi / not so much ktoon - but i mention ktoon because Tupi is a fork of it.
    I'm at a loss as to what is stopping it, i had thought maybe a linker is missing somewhere, or it can't find a header / library.
    it fails here:
    lavformat -laspell -ltupifwgui -ltupifwcore -ltupifwsound -lz -lQtSvg -lQtXml -lQtOpenGL -lQtGui -lQtNetwork -lQtCore -lGLU -lGL -lpthread
    ../../src/components/paintarea/libpaintarea.a(ktviewdocument.o): In function `KTViewDocument::setSpaceContext()':
    ktviewdocument.cpp:(.text+0x4a96): undefined reference to `KTProject::updateSpaceContext(KTProject::Mode)'
    ktviewdocument.cpp:(.text+0x4b26): undefined reference to `KTProject::updateSpaceContext(KTProject::Mode)'
    ../../src/components/paintarea/libpaintarea.a(ktpaintarea.o): In function `KTPaintArea::frameResponse(KTFrameResponse*)':
    ktpaintarea.cpp:(.text+0xb6b): undefined reference to `KTGraphicsScene::frameResponse(KTFrameResponse*)'
    ../../src/components/paintarea/libpaintarea.a(ktpaintarea.o): In function `KTPaintArea::sceneResponse(KTSceneResponse*)':
    ktpaintarea.cpp:(.text+0x112f): undefined reference to `KTGraphicsScene::sceneResponse(KTSceneResponse*)'
    ../../src/components/paintarea/libpaintarea.a(ktpaintarea.o): In function `KTPaintArea::layerResponse(KTLayerResponse*)':
    ktpaintarea.cpp:(.text+0x333f): undefined reference to `KTGraphicsScene::layerResponse(KTLayerResponse*)'
    collect2: ld returned 1 exit status
    make[2]: *** [../../bin/tupi.bin] Error 1
    make[2]: Leaving directory `/home/ninez/Desktop/tupi/src/shell'
    make[1]: *** [sub-shell-make_default] Error 2
    make[1]: Leaving directory `/home/ninez/Desktop/tupi/src'
    make: *** [sub-src-make_default] Error 2
    and i have log files from but './configure' and the full output of 'make', over here (at pastebin):
    http://pastebin.com/Mbf8Ck2s  ( ./configure logs)
    http://pastebin.com/4iVbbSgF   ( make logs )
    I would appreciate any help, i have been trying to figure this out for a few days, but am not much of a programmer.  in fact, i am supposed to be doing some translations and icon sets / themes for Tupi: Magia 2d .. but this is hindering my ability to do so...
    thanks in advance
    Last edited by triplesquarednine (2011-07-16 18:21:20)

    graysky wrote:Try building one of them in a clean chroot.
    Will try.
    Finally got this working:
    Please add V=1 to the make command on line 89 and rebuild with MAKEFLAGS="-j1" to get verbose output.
    make -f ./scripts/Makefile.build obj=scripts/genksyms
    [...snip...]
    gcc -Wp,-MD,scripts/mod/.empty.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -std=gnu89 -m64 -mno-80387 -mno-fp-ret-in-387 -march=native -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_X86_X32_ABI -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -fno-delete-null-pointer-checks -O2 --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fstack-protector-strong -Wno-unused-but-set-variable -fno-var-tracking-assignments -pg -mfentry -DCC_USING_FENTRY -fno-inline-functions-called-once -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -Werror=date-time -DCC_HAVE_ASM_GOTO -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(empty)" -D"KBUILD_MODNAME=KBUILD_STR(empty)" -c -o scripts/mod/.tmp_empty.o scripts/mod/empty.c
    scripts/mod/empty.c:1:0: error: code model kernel does not support PIC mode
    /* empty file to figure out endianness / word size */
    ^
    scripts/Makefile.build:257: recipe for target 'scripts/mod/empty.o' failed
    Last edited by quequotion (2015-02-04 13:40:15)

  • [SOLVED] Cannot compile taskview-git

    I cannot compile taskview-git. Here's my output:
    ==> Edit PKGBUILD ? [Y/n] ("A" to abort)
    ==> ------------------------------------
    ==> n
    ==> taskview-git dependencies:
    - glib2 (already installed)
    - git (already installed)
    ==> Continue building taskview-git ? [Y/n]
    ==> --------------------------------------
    ==>
    ==> Building and installing package
    ==> Determining latest git revision...
    -> Version found: 20110318
    ==> Making package: taskview-git 20110318-1 (Fri Mar 18 19:50:42 EET 2011)
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
    ==> Extracting Sources...
    ==> Starting build()...
    ==> Connecting to the GIT server....
    Cloning into TaskView...
    remote: Counting objects: 1158, done.
    remote: Compressing objects: 100% (605/605), done.
    remote: Total 1158 (delta 801), reused 751 (delta 536)
    Receiving objects: 100% (1158/1158), 336.24 KiB | 121 KiB/s, done.
    Resolving deltas: 100% (801/801), done.
    ==> GIT checkout done.
    ==> Starting make for: taskview-git
    Cloning into /tmp/yaourt-tmp-alexandros/aur-taskview-git/src/TaskView-build...
    done.
    ==> Starting configure...
    ./autogen.sh: line 22: .: gnome-autogen.sh: file not found
    Aborting...
    ==> ERROR: Makepkg was unable to build taskview-git.
    Any ideas?
    Thanks in advance!
    Last edited by Aventinus (2011-03-18 19:22:06)

    I guess you're missing gnome-autogen.sh which is provided by gnome-common.
    # pacman -Qo gnome-autogen.sh
    /usr/bin/gnome-autogen.sh is owned by gnome-common 2.28.0-1
    Last edited by oliver (2011-03-18 18:07:05)

  • Problem compiling kdenlive-git

    I tried installing kdenlive-git in several ways, but every time I get this:
    producer_avformat.c: In function ‘producer_get_audio’:
    producer_avformat.c:2270:4: warning: ‘request_channels’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:1926) [-Wdeprecated-declarations]
    codec_context->request_channels = self->audio_index == INT_MAX ? codec_context->channels : *channels;
    ^
    <builtin>: recipe for target 'producer_avformat.o' failed
    make[2]: *** [producer_avformat.o] Error 1
    make[2]: *** Waiting for unfinished jobs....
    make[2]: Leaving directory '/tmp/aur-mlt-git/src/mlt-build/src/modules/avformat'
    Makefile:5: recipe for target 'all' failed
    make[1]: *** [all] Error 1
    make[1]: Leaving directory '/tmp/aur-mlt-git/src/mlt-build/src/modules'
    Makefile:9: recipe for target 'all' failed
    make: *** [all] Error 1
    ==> ERROR: A failure occurred in build().
    Aborting...
    Anyone knows what could be wrong?
    Last edited by Lockheed (2014-02-19 08:08:52)

    I just took a look at the source. Are you compiling with VDPAU enabled? If yes, the source seems to be buggy.
    if ( ( image_size = allocate_buffer( frame, codec_context, buffer, format, width, height ) ) )
    // Workaround 1088 encodings missing cropping info.
    if ( *height == 1088 && mlt_profile_dar( mlt_service_profile( MLT_PRODUCER_SERVICE( producer ) ) ) == 16.0/9.0 )
    *height = 1080;
    #ifdef VDPAU
    if ( self->vdpau && self->vdpau->buffer )
    AVPicture picture;
    picture.data[0] = self->vdpau->buffer;
    picture.data[2] = self->vdpau->buffer + codec_context->width * codec_context->height;
    picture.data[1] = self->vdpau->buffer + codec_context->width * codec_context->height * 5 / 4;
    picture.linesize[0] = codec_context->width;
    picture.linesize[1] = codec_context->width / 2;
    picture.linesize[2] = codec_context->width / 2;
    int yuv_colorspace = convert_image( self, (AVFrame*) &picture, *buffer,
    PIX_FMT_YUV420P, format, *width, *height, &alpha );
    mlt_properties_set_int( frame_properties, "colorspace", yuv_colorspace );
    else
    #endif
    int yuv_colorspace = convert_image( self, self->video_frame, *buffer, codec_context->pix_fmt,
    format, *width, *height, &alpha );
    mlt_properties_set_int( frame_properties, "colorspace", yuv_colorspace );
    got_picture = 1;
    As you can see there is an ifdef for VDPAU. If the ifdef'ed code is compiled, the yuv_colorspace line after the #endif will be part of the else-branch. As there are no braces for the else-branch though, the following lines won't compile as yuv_colorspace is defined inside the else-branch, the following lines are outside of it though. You'll have to add braces there for it to compile.
    Last edited by pks (2014-02-19 10:06:58)

  • [Solved] E17-git: Compilation error of elementary-git

    Dear all;
    When I trying to compile elementary-git, via yaourt, I have the following error
    configure: error: Package requirements (
    eina >= 1.8.99.9289
    eet >= 1.8.99.9289
    evas >= 1.8.99.9289
    ecore >= 1.8.99.9289
    ecore-evas >= 1.8.99.9289
    ecore-file >= 1.8.99.9289
    ecore-input >= 1.8.99.9289
    edje >= 1.8.99.9289
    eo >= 1.8.99.9289
    ethumb_client >= 1.8.99.9289
    emotion >= 1.8.99.9289
    ecore-imf >= 1.8.99.9289
    ecore-con >= 1.8.99.9289
    eio >= 1.8.99.9289
    eldbus >= 1.8.99.9289
    efreet >= 1.8.99.9289
    efreet-mime >= 1.8.99.9289
    efreet-trash >= 1.8.99.9289
    ) were not met:
    Requested 'eina >= 1.8.99.9289' but version of Eina is 1.8.99
    Requested 'eet >= 1.8.99.9289' but version of eet is 1.8.99
    Requested 'evas >= 1.8.99.9289' but version of evas is 1.8.99
    Requested 'ecore >= 1.8.99.9289' but version of ecore is 1.8.99
    Requested 'ecore-evas >= 1.8.99.9289' but version of ecore-evas is 1.8.99
    Requested 'ecore-file >= 1.8.99.9289' but version of ecore-file is 1.8.99
    Requested 'ecore-input >= 1.8.99.9289' but version of ecore-input is 1.8.99
    Requested 'edje >= 1.8.99.9289' but version of edje is 1.8.99
    Requested 'eo >= 1.8.99.9289' but version of Eo is 1.8.99
    Requested 'ethumb_client >= 1.8.99.9289' but version of ethumb_client is 1.8.99
    Requested 'emotion >= 1.8.99.9289' but version of emotion is 1.8.99
    Requested 'ecore-imf >= 1.8.99.9289' but version of ecore-imf is 1.8.99
    Requested 'ecore-con >= 1.8.99.9289' but version of ecore-con is 1.8.99
    Requested 'eio >= 1.8.99.9289' but version of eio is 1.8.99
    Requested 'eldbus >= 1.8.99.9289' but version of eldbus is 1.8.99
    Requested 'efreet >= 1.8.99.9289' but version of efreet is 1.8.99
    Requested 'efreet-mime >= 1.8.99.9289' but version of efreet-mime is 1.8.99
    Requested 'efreet-trash >= 1.8.99.9289' but version of efreet-trash is 1.8.99
    So I check the version of efl-git and I had a kind of strange things :
    aur/efl-git 1.8.99.24257.6db1691-1 [installed: 1.8.99.24285.cc8fa1d-1] (73)
    Any idea???
    Last edited by barbsbou (2014-01-31 17:21:09)

    Rebuild EFL. They forgot to re-enable v_rev for a while there after the release.

  • Git version of bti fails to compile

    Hi,
    I'm trying to compile the git version of bti (an  console client for twitter and identi.ca) (http://www.kernel.org/pub/linux/kernel/people/gregkh/bti/ , <http://github.com/gregkh/bti/ http://github.com/gregkh/bti/>).
    When I run ./autogen.sh, it says
    checking for main in -lnsl... yes
    checking for main in -lreadline... yes
    checking for main in -lpcre... yes
    ./configure: line 3738: syntax error near unexpected token `yes,'
    ./configure: line 3738: `LIBCURL_CHECK_CONFIG(yes, , have_libcurl="yes", have_libcurl="no")'
    But curl is installed:
    $ yaourt -Q curl
    ==> List all installed packages
    extra/curl 7.19.5-1
    Also, I have installed the base-devel group:
    $ yaourt -Qg base-devel
    ==> List all installed packages members of a group
    core/autoconf base-devel
    core/automake base-devel
    core/bin86 base-devel
    core/bison base-devel
    core/ed base-devel
    core/fakeroot base-devel
    core/flex base-devel
    core/gcc base-devel
    core/libtool base-devel
    core/m4 base-devel
    core/make base-devel
    core/patch base-devel
    core/pkgconfig base-devel
    Does anyone know what could cause the problem, do i maybe need another package?
    BTW:
    The latest upstream tarballs (same as git version) can be compiled without error, so maybe it is a problem with running autogen.sh?
    Last edited by uvok (2009-05-28 18:13:02)

    Sorry, I didn't explain the issue correctly, is not within a website, the problem is when I try to open the flashhelp project in a shared drive within the company.
    I know you won't be able to open this but I will copy the path:
    file://172.25.130.21/Videos_Knowledge/FlashHelp
    Regards.

  • Yaourt-git 2012-04-20 compile error

    I've compiled package-query-git-20120420-1-x86_64.pkg.tar.xz and pacman-color-4.0.3-1-x86_64.pkg.tar.xz fine, but have this following error when tried compiling yaourt-git-2012-04-20 from https://aur.archlinux.org/packages.php?ID=18676
    This is the error I'm getting:
    makepkg -s
    ==> Determining latest git revision...
    -> Version found: 20120420
    ==> Making package: yaourt-git 20120420-1 (Fri Apr 20 22:49:56 MDT 2012)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving Sources...
    ==> Extracting Sources...
    ==> Starting build()...
    Cloning into 'yaourt'...
    remote: Counting objects: 2433, done.
    remote: Compressing objects: 100% (936/936), done.
    remote: Total 2433 (delta 1651), reused 2078 (delta 1412)
    Receiving objects: 100% (2433/2433), 632.60 KiB | 198 KiB/s, done.
    Resolving deltas: 100% (1651/1651), done.
    Cloning into 'yaourt-build'...
    done.
    GEN yaourt.sh
    GEN pacdiffviewer.sh
    GEN yaourtrc
    GEN lib/util.sh
    GEN lib/pkgbuild.sh
    GEN lib/pacman.sh
    GEN lib/abs.sh
    ==> Entering fakeroot environment...
    ==> Starting package()...
    /usr/bin/env install -d /home/build/yaourt-git/pkg/usr/bin
    /usr/bin/env install -d /home/build/yaourt-git/pkg/usr/lib/yaourt
    /usr/bin/env install -d /home/build/yaourt-git/pkg/etc
    /usr/bin/env install -d /home/build/yaourt-git/pkg/usr/share/bash-completion/completions
    /usr/bin/env install -d /home/build/yaourt-git/pkg/usr/share/man/man{5,8}
    # Scripts
    /usr/bin/env install -m755 yaourt.sh /home/build/yaourt-git/pkg/usr/bin/yaourt
    /usr/bin/env install -m755 pacdiffviewer.sh /home/build/yaourt-git/pkg/usr/bin/pacdiffviewer
    # Configuration
    /usr/bin/env install -m644 yaourtrc /home/build/yaourt-git/pkg/etc/yaourtrc
    /usr/bin/env install -m644 bashcompletion /home/build/yaourt-git/pkg/usr/share/bash-completion/completions/yaourt
    # Libs
    /usr/bin/env install -m644 lib/alpm_backup.sh /home/build/yaourt-git/pkg/usr/lib/yaourt
    /usr/bin/env install -m644 lib/alpm_query.sh /home/build/yaourt-git/pkg/usr/lib/yaourt
    /usr/bin/env install -m644 lib/alpm_stats.sh /home/build/yaourt-git/pkg/usr/lib/yaourt
    /usr/bin/env install -m644 lib/abs.sh /home/build/yaourt-git/pkg/usr/lib/yaourt
    /usr/bin/env install -m644 lib/aur.sh /home/build/yaourt-git/pkg/usr/lib/yaourt
    /usr/bin/env install -m644 lib/util.sh /home/build/yaourt-git/pkg/usr/lib/yaourt
    /usr/bin/env install -m644 lib/io.sh /home/build/yaourt-git/pkg/usr/lib/yaourt
    /usr/bin/env install -m644 lib/pacman.sh /home/build/yaourt-git/pkg/usr/lib/yaourt
    /usr/bin/env install -m644 lib/pkgbuild.sh /home/build/yaourt-git/pkg/usr/lib/yaourt
    /usr/bin/env install -m644 lib/misc.sh /home/build/yaourt-git/pkg/usr/lib/yaourt
    # Man
    /usr/bin/env install -m644 man/*.5 /home/build/yaourt-git/pkg/usr/share/man/man5
    /usr/bin/env install -m644 man/*.8 /home/build/yaourt-git/pkg/usr/share/man/man8
    # Locales
    test -x /usr/bin/msgfmt && for file in po/*/*.po; \
    do \
    package=$(echo $file | /bin/sed -e 's#po/\([^/]\+\).*#\1#'); \
    lang=$(echo $file | /bin/sed -e 's#.*/\([^/]\+\).po#\1#'); \
    /usr/bin/env install -d /home/build/yaourt-git/pkg/usr/share/locale/$lang/LC_MESSAGES; \
    /usr/bin/msgfmt -o /home/build/yaourt-git/pkg/usr/share/locale/$lang/LC_MESSAGES/$package.mo $file; \
    done
    make: *** [install] Error 1
    ==> ERROR: A failure occurred in package().
    This error doesn't tell me much, I've tried using --asroot switch and sudo, but still get the same error.

    I've installed package from http://repo.archlinux.fr/x86_64/yaourt- … pkg.tar.xz
    but still would like to know what was wrong :-) Thank you.
    OLD-PACKGE-REMOVED: See AUR for new one.
    Last edited by TuxLyn (2012-12-19 10:18:40)

  • Compiling Wine (32-bit) on Arch64 with multilib

    Now I know multilib is not officially supported by Arch, but I need to apply a patch to Wine before compiling it in order to be able to play a game.
    I have installed all the lib32 files (well not all, not catalyst or glibs etc.) but I have all the needed libs.
    So one would assume that I should be able to compile Wine, no?
    Here is the output when I do a simple ./configure
    22:05:16 [speng@spengpc [wine-1.1.14] 3.2]$ ./configure
    checking build system type... x86_64-unknown-linux-gnu
    checking host system type... x86_64-unknown-linux-gnu
    checking whether make sets $(MAKE)... yes
    checking for gcc... gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking for g++... g++
    checking whether we are using the GNU C++ compiler... yes
    checking whether g++ accepts -g... yes
    checking for cpp... cpp
    checking whether gcc -m32 works... no
    configure: error: Cannot build a 32-bit program, you need to install 32-bit development libraries.
    Maybe it's not looking in the right location? Hmm, any ideas on how I could do this without chroot?
    Thanks!
    Edit:
    Log output is:
    configure:3464: $? = 0
    configure:3471: g++ -v >&5
    Using built-in specs.
    Target: x86_64-unknown-linux-gnu
    Configured with: ../configure --prefix=/usr --enable-shared --enable-languages=c,c++,fortran,objc,obj-c++,treelang --enable-threads=posix --mandir=/usr/share/man --infodir=/usr/share/info --enable-__cxa_atexit --disable-multilib --libdir=/usr/lib --libexecdir=/usr/lib --enable-clocale=gnu --disable-libstdcxx-pch --with-tune=generic
    Thread model: posix
    gcc version 4.3.3 (GCC)
    configure:3475: $? = 0
    configure:3482: g++ -V >&5
    g++: '-V' option must have argument
    configure:3486: $? = 1
    configure:3489: checking whether we are using the GNU C++ compiler
    configure:3518: g++ -c conftest.cpp >&5
    configure:3525: $? = 0
    configure:3542: result: yes
    configure:3551: checking whether g++ accepts -g
    configure:3581: g++ -c -g conftest.cpp >&5
    configure:3588: $? = 0
    configure:3689: result: yes
    configure:3755: checking for cpp
    configure:3771: found /usr/bin/cpp
    configure:3782: result: cpp
    configure:3811: checking whether gcc -m32 works
    configure:3835: gcc -m32 -o conftest -g -O2 conftest.c >&5
    /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-unknown-linux-gnu/4.3.3/libgcc.a when searching for -lgcc
    /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-unknown-linux-gnu/4.3.3/libgcc.a when searching for -lgcc
    /usr/bin/ld: cannot find -lgcc
    collect2: ld returned 1 exit status
    configure:3842: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Wine"
    | #define PACKAGE_TARNAME "wine"
    | #define PACKAGE_VERSION "1.1.14"
    | #define PACKAGE_STRING "Wine 1.1.14"
    | #define PACKAGE_BUGREPORT "[email protected]"
    | /* end confdefs.h. */
    |
    | int
    | main ()
    | {
    |
    | ;
    | return 0;
    | }
    configure:3856: result: no
    configure:3858: error: Cannot build a 32-bit program, you need to install 32-bit development libraries.
    Last edited by speng (2009-02-08 22:36:00)

    Hi all,
    Im trying to compile wine-git for a regression test, iam using a native 64bit system so i setup a 32bit chroot and installed the following packages:
    base base-devel xorg nvidia nvidia-utils
    My problem are these message outputs from ./configure:
    configure: libxcomposite 32-bit development files not found, Xcomposite won't be supported.
    configure: libgnutls 32-bit development files not found, no schannel support.
    configure: WARNING: OpenGL development headers not found. OpenGL and Direct3D won't be supported.
    configure: WARNING: libxml2 32-bit development files not found, XML won't be supported.
    configure: WARNING: libxslt 32-bit development files not found, xslt won't be supported.
    configure: WARNING: libjpeg 32-bit development files not found, JPEG won't be supported.
    Does anyone know which packages i need to install to satisfy at least the OpenGL part?
    SOLVED: nvidia nvidia-utils packages don't include the development headers so did this by myself using nvidia driver package from nvidia site
    Last edited by Arjann (2009-05-19 11:17:39)

  • [Solved]Wicked-git

    When trying to compile wicked-git, I get this output:
    yaourt -S wicked-git
    ==> Resuming previous build
    ==> Downloading wicked-git PKGBUILD from AUR...
    tar: Record size = 7 blocks
    First Submitted: Thu, 29 May 2008 12:23:16 +0000
    wicked-git 20090112-1 (Unsupported): Wicked widgets for the development version of the awesome window manager
    ==> Edit the PKGBUILD (recommended) ? [Y/n]("A" to abort)
    ==> ----------------------------------------------
    ==>n
    ==> wicked-git dependencies:
    - awesome (already installed)
    - git (already installed)
    ==> Continue the building of wicked-git ? [Y/n]
    ==> ----------------------------------------------
    ==>y
    ==> Building and installing package
    mkdir: cannot create directory `/var/abs/local/yaourtbuild': Permission denied
    ==> WARNING: Unable to write in /var/abs/local/yaourtbuild/wicked-git directory. Using /tmp directory
    ==> Determining latest git revision...
    -> Version found: 20090217
    ==> Making package: wicked-git 20090217-1 x86_64 (Tue Feb 17 19:39:34 PST 2009)
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
    ==> Validating source files with md5sums...
    ==> Extracting Sources...
    ==> Removing existing pkg/ directory...
    ==> Entering fakeroot environment...
    ==> Starting build()...
    ==> Connecting to git server....
    Initialized empty Git repository in /tmp/yaourt-tmp-shawn/aur-wicked-git/wicked-git/src/wicked/.git/
    fatal: The remote end hung up unexpectedly
    ==> GIT checkout done or server timeout
    luac: cannot open /tmp/yaourt-tmp-shawn/aur-wicked-git/wicked-git/src/wicked/wicked.lua: No such file or directory
    install: cannot stat `/tmp/yaourt-tmp-shawn/aur-wicked-git/wicked-git/src/wicked/wicked.lua': No such file or directory
    install: cannot stat `/tmp/yaourt-tmp-shawn/aur-wicked-git/wicked-git/src/wicked/wicked.luac': No such file or directory
    install: cannot stat `/tmp/yaourt-tmp-shawn/aur-wicked-git/wicked-git/src/wicked/wicked.7.gz': No such file or directory
    ==> ERROR: Build Failed.
    Aborting...
    Error: Makepkg was unable to build wicked-git package.
    It seems that it cannot connect to the git page, but I can get to the page fine.
    Last edited by Reasons (2009-02-18 04:33:27)

    No change.
    [reasons // ~/Desktop/wicked] yaourt -G wicked-git
    --2009-02-17 19:59:48-- http://aur.archlinux.org/packages/wicked-git/wicked-git.tar.
    gz
    Resolving aur.archlinux.org... 66.211.213.17
    Connecting to aur.archlinux.org|66.211.213.17|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 646 [application/x-gzip]
    Saving to: `wicked-git.tar.gz'
    100%[===========================================>] 646 --.-K/s in 0s
    2009-02-17 19:59:48 (95.4 MB/s) - `wicked-git.tar.gz' saved [646/646]
    [reasons // ~/Desktop/wicked] makepkg
    ==> Determining latest git revision...
    -> Version found: 20090217
    ==> Making package: wicked-git 20090217-1 x86_64 (Tue Feb 17 19:59:50 PST 2009)
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
    ==> Validating source files with md5sums...
    ==> Extracting Sources...
    ==> Entering fakeroot environment...
    ==> Starting build()...
    ==> Connecting to git server....
    Initialized empty Git repository in /home/shawn/Desktop/wicked/src/wicked/.git/
    fatal: The remote end hung up unexpectedly
    ==> GIT checkout done or server timeout
    luac: cannot open /home/shawn/Desktop/wicked/src/wicked/wicked.lua: No such file or d
    irectory
    install: cannot stat `/home/shawn/Desktop/wicked/src/wicked/wicked.lua': No such file
    or directory
    install: cannot stat `/home/shawn/Desktop/wicked/src/wicked/wicked.luac': No such fil
    e or directory
    install: cannot stat `/home/shawn/Desktop/wicked/src/wicked/wicked.7.gz': No such fil
    e or directory
    ==> ERROR: Build Failed.
    Aborting...
    [reasons // ~/Desktop/wicked]

  • Can't build mediastreamer-git for linphone-git

    Why compiling mediaserver-git the following error always comes up:
    checking whether time.h and sys/time.h may both be included... yes
    checking whether byte ordering is bigendian... no
    ./configure: line 16833: syntax error near unexpected token `0.40,'
    ./configure: line 16833: `IT_PROG_INTLTOOL(0.40, no-xml)'
    ==> ERROR: A failure occurred in build().
        Aborting...
    ==> ERROR: Makepkg was unable to build mediastreamer-git.
    ==> Restart building mediastreamer-git ? [y/N]
    my friend also uses linphone-git and has no probs installing it...any advice?
    thanks,
    DF

    so I found the package I needed from an ubuntuform post: http://ubuntuforums.org/archive/index.p … 51641.html
    pacman -S intltool

  • [Solved] mpv / mpv-git errors

    Today started getting this error when using mpv-git to play media files
    mpv: error while loading shared libraries: libSDL2-2.0.so.0: cannot open shared object file: No such file or directory
    Tried installing mpv, but get this error when attempting to play media files
    mpv: error while loading shared libraries: libass.so.4: cannot open shared object file: No such file or directory
    Last edited by flipper T (2013-10-26 20:29:33)

    Please open a bug report.
    I'll see if I can compile mpv-git.
    Edit: Nope:
    Checking for SSA/ASS support ... yes
    Checking for libass OSD support ... yes
    Checking for ENCA ... no
    Checking for zlib ...
    Error: Unable to find development files for zlib.
    Check "config.log" if you do not understand why it failed.
    ==> ERROR: A failure occurred in build().
    Aborting...
    The part of configl.log about zlib:
    ============ Checking for zlib ============
    #include <zlib.h>
    int main(void) { inflate(0, Z_NO_FLUSH); return 0; }
    cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -std=gnu99 -O2 -g -pipe /tmp/mpv-configure-7236-19380/tmp.c -I. -D_GNU_SOURCE -I/usr/include/samba-4.0 -D_FORTIFY_SOURCE=2 -D_REENTRANT -I/usr/include/samba-4.0 -I/usr/include/quvi-0.9 -D_REENTRANT -I/usr/include/SDL2 -D_REENTRANT -pthread -I/usr/include/alsa -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/freetype2 -lncurses -lsmbclient -lquvi-0.9 -lwayland-client -lwayland-cursor -lxkbcommon -lXext -lX11 -lpthread -lrt -lXss -lXv -lvdpau -lva-x11 -lva -lXinerama -lXxf86vm -lcaca -lmng -lz -ljpeg -lGL -ldl -lwayland-egl -lwayland-client -lGL -lEGL -pthread -lSDL2 -lpulse -lportaudio -lasound -lm -lpthread -ljack -lpthread -lrt -lasound -lbluray -ldvdread -lcdio_paranoia -lcdio_cdda -lcdio -lm -lass -o /tmp/mpv-configure-7236-19380/tmp -lz
    /usr/lib/gcc/i686-pc-linux-gnu/4.8.2/../../../libSDL2.so: undefined reference to `SDL_UDEV_Init'
    /usr/lib/gcc/i686-pc-linux-gnu/4.8.2/../../../libSDL2.so: undefined reference to `SDL_UDEV_Quit'
    /usr/lib/gcc/i686-pc-linux-gnu/4.8.2/../../../libSDL2.so: undefined reference to `SDL_UDEV_DelCallback'
    /usr/lib/gcc/i686-pc-linux-gnu/4.8.2/../../../libSDL2.so: undefined reference to `SDL_UDEV_AddCallback'
    /usr/lib/gcc/i686-pc-linux-gnu/4.8.2/../../../libSDL2.so: undefined reference to `SDL_UDEV_Poll'
    /usr/lib/gcc/i686-pc-linux-gnu/4.8.2/../../../libSDL2.so: undefined reference to `SDL_UDEV_Scan'
    collect2: error: ld returned 1 exit status
    Last edited by karol (2013-10-25 13:05:47)

  • Ubuntu 13.10 on a T440 - Wifi, Sound, Fingerprint reader and TrackPoint issues

    I recently got my t440 and put Ubuntu 13.10 on it and have had a few problems pop up. Hopefully someone here can help, or I will find solutions and post here as things get working again.
    Wifi - I have a Thinkpad  11b/g/n 2x2 wireless card. I do not believe there are currently Linux drivers provided for this card. According to thinkwiki, the 1x2 version of the card works with real tek's rtl8192se driver; I have tried to load it with modprobe, but it does not work for this card. There might be a solution to this with ndiswrapper, but I haven't been successful. I have ordered an intel wireless card to replace this one.
     *-network UNCLAIMED
           description: Network controller
           product: Realtek Semiconductor Co., Ltd.
           vendor: Realtek Semiconductor Co., Ltd.
           physical id: 0
           bus info: pci@0000:03:00.0
           version: 00
           width: 64 bits
           clock: 33MHz
           capabilities: bus_master cap_list
           configuration: latency=0
           resources: ioport:3000(size=256) memory:f0400000-f0403fff
    Sound - The sound works when ubuntu boots, but usually crashes shortly thereafter. There are some known sound issues with 13.04 and 13.10, but I haven't been successful stopped the problem with their suggestion.
    http://itsfoss.com/fix-sound-ubuntu-1304-quick-tip/
    http://askubuntu.com/questions/361730/no-sounds-after-upgrade
    Fingerprint reader - All previous thinkpads had AuthenTec fingerprint readers; this generation ships with Validity readers. Info on thinkwiki is describes installing fprint, but fprint does not recognize the validity reader. This post looks promising.
    http://www.tuxtrix.com/2012/05/how-to-activate-validity-fingerprint.html
    TrackPoint - The trackpoint pointer works fine, but lenovo did away with the physical left/middle/right click buttons. The top on the touchpad can be pressed (in windows) for left/middle/right click, but I haven't gotten this functionality enabled in Ubuntu yet. Might be able to fix this in the xorg.conf file
    http://www.thinkwiki.org/wiki/Synaptics_TouchPad_driver_for_X

    Fingerprint reader- above links do not resolve the problem. fprintd and frprint-demo do not recognize the Validity fingerprint sensor. My issues are the same as described in this post.
    Output from lsusb
    benjib0t@benjib0t-ThinkPad-T440:~/Downloads/fprint_vfs5011$ lsusb
    Bus 001 Device 002: ID 8087:8000 Intel Corp.
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
    Bus 002 Device 004: ID 04f2:b39a Chicony Electronics Co., Ltd
    Bus 002 Device 003: ID 0bda:8761 Realtek Semiconductor Corp.
    Bus 002 Device 002: ID 138a:0017 Validity Sensors, Inc.
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    The device id is 138a:0017. In this fedora forum, a user successfuly gets a 138a:0018 to work.
    1) Clone and compile this git repo: https://github.com/maffmeier/fprint_vfs5011.git
    git clone https://github.com/maffmeier/fprint_vfs5011.git
    cd fprint_vfs5011
    sudo apt-get install libusb-1.0-0-dev libnss3-dev libglib2.0-dev libgdk-pixbuf2.0-dev
    ./configure
    make
    sudo make install
     2) This has installed  libprint is /usr/local/lib, but fprintd still does not recognize the device
    3) I created a symlink in /usr/lib to the libfprint I compiled, in hopes that fprintd would pick it up, but to no avail
    benjib0t@benjib0t-ThinkPad-T440:/usr/lib$ sudo fprintd
    Launching FprintObject
    ** Message: D-Bus service launched with name: net.reactivated.Fprint
    ** Message: entering main loop
    ** Message: No devices in use, exit
     Maybe I'll try compiling libfprint too...

  • [SOLVED] [mpv] Fallback to software decode SLOW with vo_vdpau/vaapi

    EDIT 02/01/2014: Since mpv 0.3.0, the opengl renderer, which works perfectly fine with software-decoding, now also works with vaapi/vdpau hardware-decoding, so just setting vo=opengl and hwdec=auto should really be enough to utterly avoid the problems I was having back when I made this post. A lot of the "info" I gave later on in the thread is also actually bogus, I'll tweak that in a second.
    I've been reading the documentation for mpv, and there's something I can't quite figure out.
    My CPU isn't especially powerful, so it's important for me to be able to use hardware acceleration where possible. I'm using the proprietary ATI driver; VLC works fine with VA-API, and since I discovered libvdpau-va-gl I've been able to get mpv to work using VDPAU. Obviously, some files (*cough*, Hi10P, *cough*) can't be hardware-accelerated, and this is where my problem/question comes in.
    In my mpv config file, with
    vo=vdpau
    I'm able to play normal h.264 video effortlessly, but when HWaccel isn't available mpv falls back to software-decoding and software scaling (ffmpeg/swscaler, as per the console output). The problem is, with the CPU already working to decode the Hi10P content, my A-V desync skyrockets, and it's all a bit of a mess.
    If I play the same Hi10P file with
    vo=opengl
    , then it doesn't desync at all. I checked the manpage and it says I can concatenate possible video outputs with a comma, and it will try each in turn. Obviously I'd like the not-hardware-decodable content to be rendered using OpenGL, rather than whatever causes them to get fed to "swscaler". So I set the config line to
    vo=vdpau,opengl
    . However - the opengl option never gets used! The non-HW-decodable files still end up being fed to swscaler, and as a result desync wildly, unless I manually set to opengl for that file.
    Is someone here familiar enough with mpv to be able to explain why I might not be getting the behaviour I expect from listing multiple video outputs in the config file; or even better, how I can configure mpv to do what I actually want?
    If there's somewhere else I should be asking this, please let me know. I couldn't find a dedicated mpv forum or anything (or even an IRC channel for questions), but I could have missed something.
    Addition: Here are some console outputs.
    1) Playing an 8-bit h.264 file with vo=vdpau, works fine
    [cplayer] mpv 0.1.7 (C) 2000-2013 mpv/MPlayer/mplayer2 projects
    built on Fri Sep 20 22:59:56 CEST 2013
    [cplayer] Compiled against libavutil version 52.38.100
    [cplayer] Compiled against libavcodec version 55.18.102
    [cplayer] Compiled against libavformat version 55.12.100
    [cplayer] Compiled against libswscale version 2.3.100
    [cfgparser] Reading config file /etc/mpv/mpv.conf
    [cfgparser] : No such file or directory
    [global] get_path('') -> '/home/adam/.mpv'
    [global] get_path('config') -> '/home/adam/.mpv/config'
    [cfgparser] Reading config file /home/adam/.mpv/config
    [cplayer] Configuration: --prefix=/usr --confdir=/etc/mpv --disable-lircc --disable-joystick --disable-radio --disable-radio-capture --disable-radio-v4l2 --disable-rpath --disable-libbs2b --disable-direct3d --disable-corevideo --disable-cocoa --disable-coreaudio
    [cplayer] Command line: 'La Maison en Petits Cubes [niizk].mkv' '-v'
    [global] get_path('input.conf') -> '/home/adam/.mpv/input.conf'
    [input] Falling back on default (hardcoded) input config
    [global] get_path('fonts') -> '/home/adam/.mpv/fonts'
    [global] get_path('fonts') -> '/home/adam/.mpv/fonts'
    [global] get_path('subfont.ttf') -> '/home/adam/.mpv/subfont.ttf'
    [global] get_path('fonts.conf') -> '/home/adam/.mpv/fonts.conf'
    [ass] [ass] Setting up fonts...
    [ass] [ass] Done.
    [global] get_path('La Maison en Petits Cubes [niizk].mkv.conf') -> '/home/adam/.mpv/La Maison en Petits Cubes [niizk].mkv.conf'
    [global] get_path('watch_later/4A9272824A37BC7D608AAD61487C41D9') -> '/home/adam/.mpv/watch_later/4A9272824A37BC7D608AAD61487C41D9'
    [?1h=[cplayer] Playing La Maison en Petits Cubes [niizk].mkv.
    [open] [file] File size is 251122130 bytes
    [open] [stream] [file] La Maison en Petits Cubes [niizk].mkv
    [demuxer] Trying demuxer: edl (force-level: normal)
    [demuxer] Trying demuxer: cue (force-level: normal)
    [demuxer] Trying demuxer: rawaudio (force-level: normal)
    [demuxer] Trying demuxer: rawvideo (force-level: normal)
    [demuxer] Trying demuxer: tv (force-level: normal)
    [demuxer] Trying demuxer: libass (force-level: normal)
    [demuxer] Trying demuxer: mkv (force-level: normal)
    [demux] [mkv] Found the head...
    [demux] [mkv] + a segment...
    [demux] [mkv] /---- [ parsing seek head ] ---------
    [demux] [mkv] |+ segment information...
    [demux] [mkv] | + timecode scale: 1000000
    [demux] [mkv] | + duration: 726.416s
    [demux] [mkv] | + segment uid 86 10 81 37 4e ac f6 dd 91 4b 19 69 97 03 25 c9
    [demux] [mkv] |+ segment tracks...
    [demux] [mkv] | + a track...
    [demux] [mkv] | + Track number: 1
    [demux] [mkv] | + Name: Tsumiki no Ie - La Maison en Petits Cubes
    [demux] [mkv] | + Track type: Video
    [demux] [mkv] | + Video track
    [demux] [mkv] | + Display width: 853
    [demux] [mkv] | + Display height: 480
    [demux] [mkv] | + Pixel width: 704
    [demux] [mkv] | + Pixel height: 480
    [demux] [mkv] | + Codec ID: V_MPEG4/ISO/AVC
    [demux] [mkv] | + CodecPrivate, length 40
    [demux] [mkv] | + Language: und
    [demux] [mkv] | + Default flag: 1
    [demux] [mkv] | + Default duration: 33.367ms ( = 29.970 fps)
    [demux] [mkv] | + a track...
    [demux] [mkv] | + Track number: 2
    [demux] [mkv] | + Name: 2.0 VORBIS
    [demux] [mkv] | + Track type: Audio
    [demux] [mkv] | + Audio track
    [demux] [mkv] | + Sampling frequency: 48000.000000
    [demux] [mkv] | + Channels: 2
    [demux] [mkv] | + Codec ID: A_VORBIS
    [demux] [mkv] | + CodecPrivate, length 3891
    [demux] [mkv] | + Language: und
    [demux] [mkv] | + Default flag: 1
    [demux] [mkv] /---- [ parsing seek head ] ---------
    [stream] stream_seek: Seek to/past EOF: no buffer preloaded.
    [demux] [mkv] \---- [ parsing seek head ] ---------
    [demux] [mkv] \---- [ parsing seek head ] ---------
    [demux] [mkv] |+ found cluster, headers are parsed completely :)
    [demux] [mkv] Aspect: 1.777083
    [demux] [mkv] Track ID 1: video (V_MPEG4/ISO/AVC) "Tsumiki no Ie - La Maison en Petits Cubes"
    [demux] [mkv] Track ID 2: audio (A_VORBIS) "2.0 VORBIS"
    [demuxer] Detected file format: Matroska
    [global] get_path('subfont.ttf') -> '/home/adam/.mpv/subfont.ttf'
    [global] get_path('fonts.conf') -> '/home/adam/.mpv/fonts.conf'
    [ass] [ass] Setting up fonts...
    [ass] [ass] Done.
    [subreader] Load subtitles in .
    [global] get_path('sub/') -> '/home/adam/.mpv/sub/'
    [cplayer] [stream] Video (+) --vid=0 'Tsumiki no Ie - La Maison en Petits Cubes' (h264)
    [cplayer] [stream] Audio (+) --aid=0 (*) '2.0 VORBIS' (vorbis)
    [cplayer] [V] fourcc:0x31637661 size:704x480 fps:29.970
    [vo] X11 opening display: :0
    [vo] vo: X11 running at 1366x768 (":0" => local display)
    [vo] [x11] Detected wm supports NetWM.
    [vo] [x11] Detected wm supports FULLSCREEN state.
    [vo] [x11] Detected wm supports ABOVE state.
    [vo] [x11] Detected wm supports BELOW state.
    [vo] [x11] Current fstype setting honours FULLSCREEN ABOVE BELOW X atoms
    [VS] Software VDPAU backend library initialized
    [decvideo] Codec list:
    [decvideo] lavc:h264 - H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
    [decvideo] lavc:h264_vdpau (h264) - H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 (VDPAU acceleration)
    [decvideo] Opening video decoder lavc:h264
    [decvideo] Selected video codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 [lavc:h264]
    [vo] Disabling DPMS
    [vo] DPMSDisable stat: 1
    [decaudio] Codec list:
    [decaudio] lavc:vorbis - Vorbis
    [decaudio] lavc:libvorbis (vorbis) - libvorbis
    [decaudio] Opening audio decoder lavc:vorbis
    [decaudio] dec_audio: Allocating 8192 + 65536 = 73728 bytes for output buffer.
    [decaudio] INFO: libavcodec "vorbis" init OK!
    [decaudio] Selected audio codec: Vorbis [lavc:vorbis]
    [decaudio] AUDIO: 48000 Hz, 2 ch, floatle
    [decaudio] Building audio filter chain for 48000Hz stereo 2ch floatle -> 0Hz empty 0ch ??...
    [af] Audio filter chain:
    [af] [in] 48000Hz stereo 2ch floatle
    [af] [out] 48000Hz stereo 2ch floatle
    [af] [ao] 0Hz empty 0ch ??
    [af] Audio filter chain:
    [af] [in] 48000Hz stereo 2ch floatle
    [af] [out] 48000Hz stereo 2ch floatle
    [af] [ao] 0Hz empty 0ch ??
    [cplayer] AO: [pulse] 48000Hz stereo 2ch floatle
    [cplayer] AO: Description: PulseAudio audio output
    AO: Author: Lennart Poettering
    [decaudio] Building audio filter chain for 48000Hz stereo 2ch floatle -> 48000Hz stereo 2ch floatle...
    [af] Audio filter chain:
    [af] [in] 48000Hz stereo 2ch floatle
    [af] [out] 48000Hz stereo 2ch floatle
    [af] [ao] 48000Hz stereo 2ch floatle
    [af] Audio filter chain:
    [af] [in] 48000Hz stereo 2ch floatle
    [af] [out] 48000Hz stereo 2ch floatle
    [af] [ao] 48000Hz stereo 2ch floatle
    [cplayer] Starting playback...
    [decvideo] Pixel formats supported by decoder: vaapi_vld vdpau yuv420p
    [decvideo] Pixel formats supported by decoder: vaapi_vld vdpau yuv420p
    [vo] X11 error: BadRequest (invalid request code or no such operation)
    [vo] Type: 0, display: 0x2c2a190, resourceid: 17, serial: 23
    [vo] Error code: 1, request code: a0, minor code: 1
    [decvideo] [ffmpeg] aspect_ratio: 0.000000
    [decvideo] VIDEO: 704x480 29.970 fps 0.0 kbps ( 0.0 kB/s)
    [decvideo] VDec: vo config request - 704 x 480 (vdpau)
    [vf] Trying filter chain:
    [vf] [vo] ???
    [cplayer] Aspect ratio is 1.78:1 - scaling to correct movie aspect.
    [cplayer] VO Config (704x480->853x480,flags=0,0x45C)
    [cplayer] VO: [vdpau] 704x480 => 853x480 vdpau
    [cplayer] VO: Description: VDPAU with X11
    [cplayer] VO: Author: Rajib Mahapatra <[email protected]> and others
    [vo] [vdpau] Got display refresh rate 60.001 Hz.
    [vdpau] If that value looks wrong give the -vo vdpau:fps=X suboption manually.
    [vo] [vdpau] Updating CSC matrix
    [vo] Window size: 853x480
    [vo] Video source: 704x480 (853x480)
    [vo] Video display: (0, 0) 704x480 -> (0, 0) 853x480
    [vo] Video scale: 1.211648/1.000000
    [vo] OSD borders: l=0 t=0 r=0 b=0
    [vo] Video borders: l=0 t=0 r=0 b=0
    [vo] [vdpau] Updating CSC matrix
    [vf] Video filter chain:
    [vf] [vo] 704x480->853x480 vdpau 0 BT.601 (SD)/TV
    [vo] [vdpau] Updating CSC matrix
    [decaudio] Increasing filtered audio buffer size from 0 to 4096
    [decaudio] Increasing filtered audio buffer size from 4096 to 69632
    [decaudio] Increasing filtered audio buffer size from 69632 to 135168
    [decaudio] Increasing filtered audio buffer size from 135168 to 200704
    [decaudio] Increasing filtered audio buffer size from 200704 to 266240
    [decaudio] Increasing filtered audio buffer size from 266240 to 331776
    [decaudio] Increasing filtered audio buffer size from 331776 to 388096
    [vo] [vdpau] Frame shown too early
    [vo] [vdpau] Frame shown too early
    [vo] [vdpau] Frame shown too early
    [vo] [vdpau] Frame shown too early
    [vo] [vdpau] Frame shown too early
    [vo] [vdpau] Frame shown too early
    [vo] [vdpau] Frame shown too early
    2) Playing a 10-bit file via vo=vdpau, desyncs and ultimately doesn't work properly:
    [cplayer] mpv 0.1.7 (C) 2000-2013 mpv/MPlayer/mplayer2 projects
    built on Fri Sep 20 22:59:56 CEST 2013
    [cplayer] Compiled against libavutil version 52.38.100
    [cplayer] Compiled against libavcodec version 55.18.102
    [cplayer] Compiled against libavformat version 55.12.100
    [cplayer] Compiled against libswscale version 2.3.100
    [cfgparser] Reading config file /etc/mpv/mpv.conf
    [cfgparser] : No such file or directory
    [global] get_path('') -> '/home/adam/.mpv'
    [global] get_path('config') -> '/home/adam/.mpv/config'
    [cfgparser] Reading config file /home/adam/.mpv/config
    [cplayer] Configuration: --prefix=/usr --confdir=/etc/mpv --disable-lircc --disable-joystick --disable-radio --disable-radio-capture --disable-radio-v4l2 --disable-rpath --disable-libbs2b --disable-direct3d --disable-corevideo --disable-cocoa --disable-coreaudio
    [cplayer] Command line: '[ANE] Ore no Imouto ga Konna ni Kawaii Wake ga Nai - Ep01 [BDRip 720p x264 Vorbis].mkv' '-v'
    [global] get_path('input.conf') -> '/home/adam/.mpv/input.conf'
    [input] Falling back on default (hardcoded) input config
    [global] get_path('fonts') -> '/home/adam/.mpv/fonts'
    [global] get_path('fonts') -> '/home/adam/.mpv/fonts'
    [global] get_path('subfont.ttf') -> '/home/adam/.mpv/subfont.ttf'
    [global] get_path('fonts.conf') -> '/home/adam/.mpv/fonts.conf'
    [ass] [ass] Setting up fonts...
    [ass] [ass] Done.
    [global] get_path('[ANE] Ore no Imouto ga Konna ni Kawaii Wake ga Nai - Ep01 [BDRip 720p x264 Vorbis].mkv.conf') -> '/home/adam/.mpv/[ANE] Ore no Imouto ga Konna ni Kawaii Wake ga Nai - Ep01 [BDRip 720p x264 Vorbis].mkv.conf'
    [global] get_path('watch_later/99B3F9726EDC41CCFA709D00925EB623') -> '/home/adam/.mpv/watch_later/99B3F9726EDC41CCFA709D00925EB623'
    [?1h=[cplayer] Playing [ANE] Ore no Imouto ga Konna ni Kawaii Wake ga Nai - Ep01 [BDRip 720p x264 Vorbis].mkv.
    [open] [file] File size is 397296634 bytes
    [open] [stream] [file] [ANE] Ore no Imouto ga Konna ni Kawaii Wake ga Nai - Ep01 [BDRip 720p x264 Vorbis].mkv
    [demuxer] Trying demuxer: edl (force-level: normal)
    [demuxer] Trying demuxer: cue (force-level: normal)
    [demuxer] Trying demuxer: rawaudio (force-level: normal)
    [demuxer] Trying demuxer: rawvideo (force-level: normal)
    [demuxer] Trying demuxer: tv (force-level: normal)
    [demuxer] Trying demuxer: libass (force-level: normal)
    [demuxer] Trying demuxer: mkv (force-level: normal)
    [demux] [mkv] Found the head...
    [demux] [mkv] + a segment...
    [demux] [mkv] /---- [ parsing seek head ] ---------
    [demux] [mkv] |+ segment information...
    [demux] [mkv] | + timecode scale: 1000000
    [demux] [mkv] | + duration: 1633.640s
    [demux] [mkv] | + segment uid b4 28 40 4c 87 1a 0e 65 a1 d8 4c d3 cc c3 96 ef
    [demux] [mkv] |+ segment tracks...
    [demux] [mkv] | + a track...
    [demux] [mkv] | + Track number: 1
    [demux] [mkv] | + Track type: Video
    [demux] [mkv] | + Video track
    [demux] [mkv] | + Display width: 1280
    [demux] [mkv] | + Display height: 720
    [demux] [mkv] | + Pixel width: 1280
    [demux] [mkv] | + Pixel height: 720
    [demux] [mkv] | + Codec ID: V_MPEG4/ISO/AVC
    [demux] [mkv] | + CodecPrivate, length 42
    [demux] [mkv] | + Default duration: 41.708ms ( = 23.976 fps)
    [demux] [mkv] | + a track...
    [demux] [mkv] | + Track number: 2
    [demux] [mkv] | + Track type: Audio
    [demux] [mkv] | + Audio track
    [demux] [mkv] | + Sampling frequency: 48000.000000
    [demux] [mkv] | + Channels: 2
    [demux] [mkv] | + Codec ID: A_VORBIS
    [demux] [mkv] | + CodecPrivate, length 4036
    [demux] [mkv] | + Language: jpn
    [demux] [mkv] | + a track...
    [demux] [mkv] | + Track number: 3
    [demux] [mkv] | + Name: Mazui
    [demux] [mkv] | + Track type: Subtitle
    [demux] [mkv] | + Codec ID: S_TEXT/ASS
    [demux] [mkv] | + CodecPrivate, length 2364
    [demux] [mkv] /---- [ parsing chapters ] ---------
    [demux] [mkv] New edition 0
    [demux] [mkv] Default edition flag: 0
    [demux] [mkv] Chapter 0 from 00:00:00.000 to 00:00:00.000, Prologue
    [demux] [mkv] Chapter 1 from 00:01:29.89000000 to 00:00:00.000, Opening
    [demux] [mkv] Chapter 2 from 00:02:59.179000000 to 00:00:00.000, Part A
    [demux] [mkv] Chapter 3 from 00:13:20.800000000 to 00:00:00.000, Part B
    [demux] [mkv] Chapter 4 from 00:25:37.536000000 to 00:00:00.000, Ending
    [demux] [mkv] Chapter 5 from 00:27:07.626000000 to 00:00:00.000, Preview
    [demux] [mkv] \---- [ parsing chapters ] ---------
    [demux] [mkv] /---- [ parsing attachments ] ---------
    [demux] [mkv] Attachment: arial.ttf, application/x-truetype-font, 774476 bytes
    [demux] [mkv] Attachment: ARIAL_0.TTF, application/x-truetype-font, 774476 bytes
    [demux] [mkv] Attachment: BALZANO.TTF, application/x-truetype-font, 51828 bytes
    [demux] [mkv] Attachment: CronosPro-Capt.otf, application/x-truetype-font, 107976 bytes
    [demux] [mkv] Attachment: NeoSansIntel.ttf, application/x-truetype-font, 63764 bytes
    [demux] [mkv] Attachment: AbyssEPTitleFont.ttf, application/x-truetype-font, 79104 bytes
    [demux] [mkv] Attachment: angeleobardo.ttf, application/x-truetype-font, 93660 bytes
    [demux] [mkv] \---- [ parsing attachments ] ---------
    [demux] [mkv] \---- [ parsing seek head ] ---------
    [demux] [mkv] |+ found cluster, headers are parsed completely :)
    [demux] [mkv] Aspect: 1.777778
    [demux] [mkv] Track ID 1: video (V_MPEG4/ISO/AVC)
    [demux] [mkv] Track ID 2: audio (A_VORBIS)
    [demux] [mkv] Track ID 3: subtitles (S_TEXT/ASS) "Mazui"
    [demuxer] Detected file format: Matroska
    [global] get_path('subfont.ttf') -> '/home/adam/.mpv/subfont.ttf'
    [global] get_path('fonts.conf') -> '/home/adam/.mpv/fonts.conf'
    [ass] [ass] Setting up fonts...
    [ass] [ass] Done.
    [subreader] Load subtitles in .
    [global] get_path('sub/') -> '/home/adam/.mpv/sub/'
    [cplayer] [stream] Video (+) --vid=0 (h264)
    [cplayer] [stream] Audio (+) --aid=0 --alang=jpn (*) (vorbis)
    [cplayer] [stream] Subs (+) --sid=0 --slang=eng (*) 'Mazui' (ass)
    [cplayer] [V] fourcc:0x31637661 size:1280x720 fps:23.976
    [vo] X11 opening display: :0
    [vo] vo: X11 running at 1366x768 (":0" => local display)
    [vo] [x11] Detected wm supports NetWM.
    [vo] [x11] Detected wm supports FULLSCREEN state.
    [vo] [x11] Detected wm supports ABOVE state.
    [vo] [x11] Detected wm supports BELOW state.
    [vo] [x11] Current fstype setting honours FULLSCREEN ABOVE BELOW X atoms
    [VS] Software VDPAU backend library initialized
    [decvideo] Codec list:
    [decvideo] lavc:h264 - H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
    [decvideo] lavc:h264_vdpau (h264) - H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 (VDPAU acceleration)
    [decvideo] Opening video decoder lavc:h264
    [decvideo] Selected video codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 [lavc:h264]
    [vo] Disabling DPMS
    [vo] DPMSDisable stat: 1
    [decaudio] Codec list:
    [decaudio] lavc:vorbis - Vorbis
    [decaudio] lavc:libvorbis (vorbis) - libvorbis
    [decaudio] Opening audio decoder lavc:vorbis
    [decaudio] dec_audio: Allocating 8192 + 65536 = 73728 bytes for output buffer.
    [decaudio] INFO: libavcodec "vorbis" init OK!
    [decaudio] Selected audio codec: Vorbis [lavc:vorbis]
    [decaudio] AUDIO: 48000 Hz, 2 ch, floatle
    [decaudio] Building audio filter chain for 48000Hz stereo 2ch floatle -> 0Hz empty 0ch ??...
    [af] Audio filter chain:
    [af] [in] 48000Hz stereo 2ch floatle
    [af] [out] 48000Hz stereo 2ch floatle
    [af] [ao] 0Hz empty 0ch ??
    [af] Audio filter chain:
    [af] [in] 48000Hz stereo 2ch floatle
    [af] [out] 48000Hz stereo 2ch floatle
    [af] [ao] 0Hz empty 0ch ??
    [cplayer] AO: [pulse] 48000Hz stereo 2ch floatle
    [cplayer] AO: Description: PulseAudio audio output
    AO: Author: Lennart Poettering
    [decaudio] Building audio filter chain for 48000Hz stereo 2ch floatle -> 48000Hz stereo 2ch floatle...
    [af] Audio filter chain:
    [af] [in] 48000Hz stereo 2ch floatle
    [af] [out] 48000Hz stereo 2ch floatle
    [af] [ao] 48000Hz stereo 2ch floatle
    [af] Audio filter chain:
    [af] [in] 48000Hz stereo 2ch floatle
    [af] [out] 48000Hz stereo 2ch floatle
    [af] [ao] 48000Hz stereo 2ch floatle
    [osd] Subtitle filter chain: ass (ass)
    [cplayer] Starting playback...
    [decvideo] [ffmpeg/h264] get_buffer() failed
    [decvideo] [ffmpeg/h264] thread_get_buffer() failed
    [decvideo] [ffmpeg/h264] decode_slice_header error
    [decvideo] [ffmpeg/h264] no frame!
    [decvideo] Error while decoding frame!
    [decvideo] Error using hardware decoding, falling back to software decoding.
    [decvideo] [ffmpeg] aspect_ratio: 0.000000
    [decvideo] VIDEO: 1280x720 23.976 fps 0.0 kbps ( 0.0 kB/s)
    [decvideo] VDec: vo config request - 1280 x 720 (420p10)
    [vf] Trying filter chain:
    [vf] [vo] ???
    [decvideo] Could not find matching colorspace - retrying with -vf scale...
    [vf] Opening video filter: [scale]
    [vf] SwScale params: -1 x -1 (-1=no scaling)
    [vf] Trying filter chain:
    [vf] [scale] ??? -> ???
    [vf] [vo] ???
    [cplayer] VO Config (1280x720->1280x720,flags=0,0x409)
    [global] [ffmpeg/swscaler] using unscaled yuv420p10le -> yuv420p special converter
    [cplayer] VO: [vdpau] 1280x720 => 1280x720 420p
    [cplayer] VO: Description: VDPAU with X11
    [cplayer] VO: Author: Rajib Mahapatra <[email protected]> and others
    [vo] [vdpau] Got display refresh rate 60.001 Hz.
    [vdpau] If that value looks wrong give the -vo vdpau:fps=X suboption manually.
    [vo] [vdpau] Updating CSC matrix
    [vo] Window size: 1280x720
    [vo] Video source: 1280x720 (1280x720)
    [vo] Video display: (0, 0) 1280x720 -> (0, 0) 1280x720
    [vo] Video scale: 1.000000/1.000000
    [vo] OSD borders: l=0 t=0 r=0 b=0
    [vo] Video borders: l=0 t=0 r=0 b=0
    [vo] [vdpau] Updating CSC matrix
    [vf] Video filter chain:
    [vf] [scale] 1280x720 420p10 0 BT.709 (HD)/TV -> 1280x720 420p 0 BT.709 (HD)/TV
    [vf] [vo] 1280x720 420p 0 BT.709 (HD)/TV
    [vo] [vdpau] Updating CSC matrix
    [decaudio] Increasing filtered audio buffer size from 0 to 4096
    [decaudio] Increasing filtered audio buffer size from 4096 to 69632
    [decaudio] Increasing filtered audio buffer size from 69632 to 135168
    [decaudio] Increasing filtered audio buffer size from 135168 to 200704
    [decaudio] Increasing filtered audio buffer size from 200704 to 266240
    [decaudio] Increasing filtered audio buffer size from 266240 to 331776
    [decaudio] Increasing filtered audio buffer size from 331776 to 388096
    [vo] [vdpau] Frame shown too early
    [vo] [vdpau] Frame shown too early
    [vo] [vdpau] Frame shown too early
    [vo] [vdpau] Frame shown too early
    3) Playing a 10-bit file through vo=opengl, works fine
    [cplayer] mpv 0.1.7 (C) 2000-2013 mpv/MPlayer/mplayer2 projects
    built on Fri Sep 20 22:59:56 CEST 2013
    [cplayer] Compiled against libavutil version 52.38.100
    [cplayer] Compiled against libavcodec version 55.18.102
    [cplayer] Compiled against libavformat version 55.12.100
    [cplayer] Compiled against libswscale version 2.3.100
    [cfgparser] Reading config file /etc/mpv/mpv.conf
    [cfgparser] : No such file or directory
    [global] get_path('') -> '/home/adam/.mpv'
    [global] get_path('config') -> '/home/adam/.mpv/config'
    [cfgparser] Reading config file /home/adam/.mpv/config
    [cplayer] Configuration: --prefix=/usr --confdir=/etc/mpv --disable-lircc --disable-joystick --disable-radio --disable-radio-capture --disable-radio-v4l2 --disable-rpath --disable-libbs2b --disable-direct3d --disable-corevideo --disable-cocoa --disable-coreaudio
    [cplayer] Command line: '[ANE] Ore no Imouto ga Konna ni Kawaii Wake ga Nai - Ep01 [BDRip 720p x264 Vorbis].mkv' '-v'
    [global] get_path('input.conf') -> '/home/adam/.mpv/input.conf'
    [input] Falling back on default (hardcoded) input config
    [global] get_path('fonts') -> '/home/adam/.mpv/fonts'
    [global] get_path('fonts') -> '/home/adam/.mpv/fonts'
    [global] get_path('subfont.ttf') -> '/home/adam/.mpv/subfont.ttf'
    [global] get_path('fonts.conf') -> '/home/adam/.mpv/fonts.conf'
    [ass] [ass] Setting up fonts...
    [ass] [ass] Done.
    [global] get_path('[ANE] Ore no Imouto ga Konna ni Kawaii Wake ga Nai - Ep01 [BDRip 720p x264 Vorbis].mkv.conf') -> '/home/adam/.mpv/[ANE] Ore no Imouto ga Konna ni Kawaii Wake ga Nai - Ep01 [BDRip 720p x264 Vorbis].mkv.conf'
    [global] get_path('watch_later/99B3F9726EDC41CCFA709D00925EB623') -> '/home/adam/.mpv/watch_later/99B3F9726EDC41CCFA709D00925EB623'
    [?1h=[cplayer] Playing [ANE] Ore no Imouto ga Konna ni Kawaii Wake ga Nai - Ep01 [BDRip 720p x264 Vorbis].mkv.
    [open] [file] File size is 397296634 bytes
    [open] [stream] [file] [ANE] Ore no Imouto ga Konna ni Kawaii Wake ga Nai - Ep01 [BDRip 720p x264 Vorbis].mkv
    [demuxer] Trying demuxer: edl (force-level: normal)
    [demuxer] Trying demuxer: cue (force-level: normal)
    [demuxer] Trying demuxer: rawaudio (force-level: normal)
    [demuxer] Trying demuxer: rawvideo (force-level: normal)
    [demuxer] Trying demuxer: tv (force-level: normal)
    [demuxer] Trying demuxer: libass (force-level: normal)
    [demuxer] Trying demuxer: mkv (force-level: normal)
    [demux] [mkv] Found the head...
    [demux] [mkv] + a segment...
    [demux] [mkv] /---- [ parsing seek head ] ---------
    [demux] [mkv] |+ segment information...
    [demux] [mkv] | + timecode scale: 1000000
    [demux] [mkv] | + duration: 1633.640s
    [demux] [mkv] | + segment uid b4 28 40 4c 87 1a 0e 65 a1 d8 4c d3 cc c3 96 ef
    [demux] [mkv] |+ segment tracks...
    [demux] [mkv] | + a track...
    [demux] [mkv] | + Track number: 1
    [demux] [mkv] | + Track type: Video
    [demux] [mkv] | + Video track
    [demux] [mkv] | + Display width: 1280
    [demux] [mkv] | + Display height: 720
    [demux] [mkv] | + Pixel width: 1280
    [demux] [mkv] | + Pixel height: 720
    [demux] [mkv] | + Codec ID: V_MPEG4/ISO/AVC
    [demux] [mkv] | + CodecPrivate, length 42
    [demux] [mkv] | + Default duration: 41.708ms ( = 23.976 fps)
    [demux] [mkv] | + a track...
    [demux] [mkv] | + Track number: 2
    [demux] [mkv] | + Track type: Audio
    [demux] [mkv] | + Audio track
    [demux] [mkv] | + Sampling frequency: 48000.000000
    [demux] [mkv] | + Channels: 2
    [demux] [mkv] | + Codec ID: A_VORBIS
    [demux] [mkv] | + CodecPrivate, length 4036
    [demux] [mkv] | + Language: jpn
    [demux] [mkv] | + a track...
    [demux] [mkv] | + Track number: 3
    [demux] [mkv] | + Name: Mazui
    [demux] [mkv] | + Track type: Subtitle
    [demux] [mkv] | + Codec ID: S_TEXT/ASS
    [demux] [mkv] | + CodecPrivate, length 2364
    [demux] [mkv] /---- [ parsing chapters ] ---------
    [demux] [mkv] New edition 0
    [demux] [mkv] Default edition flag: 0
    [demux] [mkv] Chapter 0 from 00:00:00.000 to 00:00:00.000, Prologue
    [demux] [mkv] Chapter 1 from 00:01:29.89000000 to 00:00:00.000, Opening
    [demux] [mkv] Chapter 2 from 00:02:59.179000000 to 00:00:00.000, Part A
    [demux] [mkv] Chapter 3 from 00:13:20.800000000 to 00:00:00.000, Part B
    [demux] [mkv] Chapter 4 from 00:25:37.536000000 to 00:00:00.000, Ending
    [demux] [mkv] Chapter 5 from 00:27:07.626000000 to 00:00:00.000, Preview
    [demux] [mkv] \---- [ parsing chapters ] ---------
    [demux] [mkv] /---- [ parsing attachments ] ---------
    [demux] [mkv] Attachment: arial.ttf, application/x-truetype-font, 774476 bytes
    [demux] [mkv] Attachment: ARIAL_0.TTF, application/x-truetype-font, 774476 bytes
    [demux] [mkv] Attachment: BALZANO.TTF, application/x-truetype-font, 51828 bytes
    [demux] [mkv] Attachment: CronosPro-Capt.otf, application/x-truetype-font, 107976 bytes
    [demux] [mkv] Attachment: NeoSansIntel.ttf, application/x-truetype-font, 63764 bytes
    [demux] [mkv] Attachment: AbyssEPTitleFont.ttf, application/x-truetype-font, 79104 bytes
    [demux] [mkv] Attachment: angeleobardo.ttf, application/x-truetype-font, 93660 bytes
    [demux] [mkv] \---- [ parsing attachments ] ---------
    [demux] [mkv] \---- [ parsing seek head ] ---------
    [demux] [mkv] |+ found cluster, headers are parsed completely :)
    [demux] [mkv] Aspect: 1.777778
    [demux] [mkv] Track ID 1: video (V_MPEG4/ISO/AVC)
    [demux] [mkv] Track ID 2: audio (A_VORBIS)
    [demux] [mkv] Track ID 3: subtitles (S_TEXT/ASS) "Mazui"
    [demuxer] Detected file format: Matroska
    [global] get_path('subfont.ttf') -> '/home/adam/.mpv/subfont.ttf'
    [global] get_path('fonts.conf') -> '/home/adam/.mpv/fonts.conf'
    [ass] [ass] Setting up fonts...
    [ass] [ass] Done.
    [subreader] Load subtitles in .
    [global] get_path('sub/') -> '/home/adam/.mpv/sub/'
    [cplayer] [stream] Video (+) --vid=0 (h264)
    [cplayer] [stream] Audio (+) --aid=0 --alang=jpn (*) (vorbis)
    [cplayer] [stream] Subs (+) --sid=0 --slang=eng (*) 'Mazui' (ass)
    [cplayer] [V] fourcc:0x31637661 size:1280x720 fps:23.976
    [vo] X11 opening display: :0
    [vo] vo: X11 running at 1366x768 (":0" => local display)
    [vo] [x11] Detected wm supports NetWM.
    [vo] [x11] Detected wm supports FULLSCREEN state.
    [vo] [x11] Detected wm supports ABOVE state.
    [vo] [x11] Detected wm supports BELOW state.
    [vo] [x11] Current fstype setting honours FULLSCREEN ABOVE BELOW X atoms
    [vo] [gl] GLX chose visual with ID 0x29
    [vo] [gl] Detected OpenGL 3.0.
    [vo] GL_VENDOR='ATI Technologies Inc.'
    [vo] GL_RENDERER='AMD Radeon HD 7340 Graphics'
    [vo] GL_VERSION='3.0.12441 Compatibility Profile Context 13.20.11'
    [vo] GL_SHADING_LANGUAGE_VERSION='4.30'
    [vo] [gl] OpenGL legacy compat. found.
    [vo] [gl] Detected OpenGL features: [Basic OpenGL] [Legacy OpenGL] [OpenGL 2.0] [OpenGL 2.1] [OpenGL 3.0] [Framebuffers] [VAOs] [sRGB textures] [sRGB framebuffers] [Float textures] [RG textures] [NO_SW]
    [vo/opengl] Testing user-set FBO format
    [vo/opengl] Create FBO: 16x16
    [vo/opengl] 8-bit precision: 0x0p+0
    [vo/opengl] 16-bit precision: 0x1.0001p-9
    [vo/opengl] full float: 0x1.01p-9
    [vo/opengl] out of range value (2): 0x1p+0
    [vo/opengl] Display depth: R=8, G=8, B=8
    [vo/opengl] Testing user-set FBO format
    [vo/opengl] Create FBO: 16x16
    [vo/opengl] 8-bit precision: 0x0p+0
    [vo/opengl] 16-bit precision: 0x1.0001p-9
    [vo/opengl] full float: 0x1.01p-9
    [vo/opengl] out of range value (2): 0x1p+0
    [vo/opengl] Reinit rendering.
    [decvideo] Codec list:
    [decvideo] lavc:h264 - H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
    [decvideo] lavc:h264_vdpau (h264) - H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 (VDPAU acceleration)
    [decvideo] Opening video decoder lavc:h264
    [decvideo] Selected video codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 [lavc:h264]
    [vo] Disabling DPMS
    [vo] DPMSDisable stat: 1
    [decaudio] Codec list:
    [decaudio] lavc:vorbis - Vorbis
    [decaudio] lavc:libvorbis (vorbis) - libvorbis
    [decaudio] Opening audio decoder lavc:vorbis
    [decaudio] dec_audio: Allocating 8192 + 65536 = 73728 bytes for output buffer.
    [decaudio] INFO: libavcodec "vorbis" init OK!
    [decaudio] Selected audio codec: Vorbis [lavc:vorbis]
    [decaudio] AUDIO: 48000 Hz, 2 ch, floatle
    [decaudio] Building audio filter chain for 48000Hz stereo 2ch floatle -> 0Hz empty 0ch ??...
    [af] Audio filter chain:
    [af] [in] 48000Hz stereo 2ch floatle
    [af] [out] 48000Hz stereo 2ch floatle
    [af] [ao] 0Hz empty 0ch ??
    [af] Audio filter chain:
    [af] [in] 48000Hz stereo 2ch floatle
    [af] [out] 48000Hz stereo 2ch floatle
    [af] [ao] 0Hz empty 0ch ??
    [cplayer] AO: [pulse] 48000Hz stereo 2ch floatle
    [cplayer] AO: Description: PulseAudio audio output
    AO: Author: Lennart Poettering
    [decaudio] Building audio filter chain for 48000Hz stereo 2ch floatle -> 48000Hz stereo 2ch floatle...
    [af] Audio filter chain:
    [af] [in] 48000Hz stereo 2ch floatle
    [af] [out] 48000Hz stereo 2ch floatle
    [af] [ao] 48000Hz stereo 2ch floatle
    [af] Audio filter chain:
    [af] [in] 48000Hz stereo 2ch floatle
    [af] [out] 48000Hz stereo 2ch floatle
    [af] [ao] 48000Hz stereo 2ch floatle
    [osd] Subtitle filter chain: ass (ass)
    [cplayer] Starting playback...
    [decvideo] [ffmpeg] aspect_ratio: 0.000000
    [decvideo] VIDEO: 1280x720 23.976 fps 0.0 kbps ( 0.0 kB/s)
    [decvideo] VDec: vo config request - 1280 x 720 (420p10)
    [vf] Trying filter chain:
    [vf] [vo] ???
    [cplayer] VO Config (1280x720->1280x720,flags=0,0x409)
    [cplayer] VO: [opengl] 1280x720 => 1280x720 420p10
    [cplayer] VO: Description: Extended OpenGL Renderer
    [cplayer] VO: Author: Based on vo_gl.c by Reimar Doeffinger
    [vo/opengl] Testing user-set FBO format
    [vo/opengl] Create FBO: 16x16
    [vo/opengl] 8-bit precision: 0x0p+0
    [vo/opengl] 16-bit precision: 0x1.0001p-9
    [vo/opengl] full float: 0x1.01p-9
    [vo/opengl] out of range value (2): 0x1p+0
    [vo/opengl] Texture for plane 0: 1280x720
    [vo/opengl] Texture for plane 1: 640x360
    [vo/opengl] Texture for plane 2: 640x360
    [vo/opengl] Reinit rendering.
    [vo/opengl] compiling shader program 'frag_osd_libass', header:
    [vo/opengl] compiling shader program 'frag_osd_rgba', header:
    [vo/opengl] compiling shader program 'final', header:
    [vo/opengl] [ 1] #define SAMPLE_L sample_bilinear
    [vo/opengl] [ 2] #define USE_CONV CONV_PLANAR
    [vo/opengl] [ 3] #define USE_COLORMATRIX 1
    [vo/opengl] [ 4] #define SAMPLE_C sample_bilinear
    [vo/opengl] Resize: 1280x720
    [vo] Window size: 1280x720
    [vo] Video source: 1280x720 (1280x720)
    [vo] Video display: (0, 0) 1280x720 -> (0, 0) 1280x720
    [vo] Video scale: 1.000000/1.000000
    [vo] OSD borders: l=0 t=0 r=0 b=0
    [vo] Video borders: l=0 t=0 r=0 b=0
    [vf] Video filter chain:
    [vf] [vo] 1280x720 420p10 0 BT.709 (HD)/TV
    [decaudio] Increasing filtered audio buffer size from 0 to 4096
    [decaudio] Increasing filtered audio buffer size from 4096 to 69632
    [decaudio] Increasing filtered audio buffer size from 69632 to 135168
    [decaudio] Increasing filtered audio buffer size from 135168 to 200704
    [decaudio] Increasing filtered audio buffer size from 200704 to 266240
    [decaudio] Increasing filtered audio buffer size from 266240 to 331776
    [decaudio] Increasing filtered audio buffer size from 331776 to 388096
    Last edited by aphirst (2014-01-02 23:20:53)

    So, I had a nice long conversation last night with some of the devs on the IRC channel (that I didn't find first-time-round somehow). I'll summarise this in bullet points:
    >I'm using an ATI card with the proprietary driver
    >I'm exposing VDPAU via a library that uses VA-API underneath
    >the vo_vdpau mode for mpv continues to handle file playback even if the vdpau hardware decoder won't initialise
    >>i.e. vdpau itself calls the software decoder, and then handles the calls to a software renderer
    >because I'm using VDPAU in an indirect "wheels within wheels" library, it's slow as all hell
    Solution:
    UPDATE: READ THE POST BELOW, A BETTER SOLUTION HAS BEEN IMPLEMENTED
    >mpv-git has native VA-API support, vo_vaapi
    >compiling and using this works perfectly
    >the vaapi handler is able to much more efficiently handle the calls to software decoders/renderers
    >8bit h.264 files play fullspeed using hardware decoding
    >10bit h.264 files are automatically handed to software-decoding, and play (almost!) as well as they should (i.e. when directly calling vo_opengl or vo_xv)
    Note that it's still a little slower than using opengl or xv, which is kind of odd. wm4 on IRC mentioned he might be able to do something about this, by implementing the (hackish, apparently) thing that VLC does, so that vo_vaapi doesn't have to use swscale (slow) before rendering; but I'll wait and see if that pans out.
    TL;DR - People using the proprietary ATI driver should compile mpv-git and and use vo=vaapi
    @Roberth: I actually did have that enabled, but whether it was or wasn't enabled didn't affect the problem I was having. After all, the problem was with vo_vdpau calling software decoding in an inefficient, roundabout way. vo_vaapi still isn't as efficient at this as it should be, it seems, but it's better than vo_vdpau was on my setup.
    @kaszak696: As far as I was aware, sws=0 was the default behaviour, but I do recall forcing that at one point with no effect. Either way, my particular problem is solved/worked around now! Well, almost.
    Last edited by aphirst (2013-09-22 23:38:35)

  • [solved] Radeon/Ati and Xorg 1.9

    Hi,
    since I've upgradede my ati driver (xf86-video-ati) and X to X 1.9 I cannot start my X session, because of the following issue:
    Failed to map cursor buffer memory
    Fatal server error:
    failed to map pixmap -22
    XIO fatal IO error 11 (Resource temporarily unavailable) on X server 0:0
    In the very beginning after having upgraded, I obtained in addition the error of unknown synaptic devices (mouse and touchpad), but in one of the forum threads it was solved and thus I could fix it.(sry link is missing)
    But the one error above is still unsolved, and hinders me starting X. Mr. Google couldn't help enymore.
    Downgrading is not possible, because of the missing packages...
    I hope one of you can help me get X on the screen.
    best,
    L-K
    [EDIT]
    I compiled from git and now xf86-video-ati-git works well. maybe the version in [extra] differs from that git-version in AUR.
    Ty for reading.
    Last edited by linux-ka (2010-10-26 18:07:35)

    The kind people from the IRC channel suggested I add this bit at the very end of the "/etc/X11/xorg.conf" file (instead of "/etc/X11/xorg.conf.d/10-evdev.conf" - tho it would've probably worked that way too):
    Section "InputClass"
    Identifier "Keyboard Defaults"
    MatchIsKeyboard "yes"
    Option "XkbLayout" "us, ro"
    Option "XkbVariant" "std"
    Option "XkbOptions" "grp:caps_toggle, grp_led:scroll"
    EndSection
    Apparently it works. I just have to hold AltGr and press s, q , a, i, t, etc to type ș â ă î ț etc. But how do I set it to ; { } ] ' ", etc, like the default behaviour in Windows... ? I would like them to correspond to this layout.
    Because this is not the "standard" ("std") version...
    I may have to edit the "/usr/share/X11/xkb/symbols/ro" file to map them.
    Unless there's a better way ?
    Last edited by DSpider (2010-12-11 13:19:16)

  • PA: module-rtp-recv: Sink does not exist

    Hello Archers,
    I really would like to route my primary computer's sound via RTP to a remote machine (a laptop, which is used as my home server).
    Both machines have Pulseaudio set up and local playback on both works fine.
    Unfortunately on the remote machine, I cannot load the RTP receive sink. I tried the default PA package (1.1-1) and compiled pulseaudio-git, but still the same issue.
    $ pulseaudio --version
    pulseaudio 1.98-dev-186-g07e47
    $ pulseaudio -nC
    Welcome to PulseAudio! Use "help" for usage information.
    >>> load-module module-rtp-recv
    >>> E: [pulseaudio] module-rtp-recv.c: Sink does not exist.
    $ ls -la /usr/lib/pulse-1.98/modules/ | grep rtp
    -rwxr-xr-x 1 root root 38460 Dec 28 13:38 librtp.so
    -rwxr-xr-x 1 root root 26264 Dec 28 13:39 module-rtp-recv.so
    -rwxr-xr-x 1 root root 17984 Dec 28 13:38 module-rtp-send.so
    Configs on remote machine:
    default.pa
    system.pa
    The only thing I could find on Google was the same issue with a 0.9 version, which seemed to be a bug in PA. But I cannot imaging, this is still an issue, as I think some of you use an RTP setup with PA successfully.
    Is there any possibility to debug that issue?
    Thanks in advance,
    R.

    It seems to be internal to Pulse Audio, which is what I use by default.  I don't even think I use gstreamer.
    It works fine if I change it manually in pavucontrol, I just want the option to stick.  Any other ideas?

Maybe you are looking for

  • CALl Transaction Failing in ABAp Proxy

    Hi All, We are trying to CALL the VL02n Transaction in our ABAP Proxy Class Code. But the System is somehow not able to CALL The Transaction. But if we create a BDC Session the session is getting created. Any inputs as to why this is falling. Regards

  • Tracking applet instances

    I have an applet, and I want to support multiple instances of the applet running in the same browser. This is easy: just make sure that the applet object is encapsulated properly - no ugly globals which aren't shareable. However, the applet needs to

  • Use TM Back for New Machine

    I've replaced a PowerBook with a MacBook. I'd like to continue my Time Machine backups to the same sparseimage file that the old computer used. I found advice on correcting a TM problem with a new logic board, but they refer to files that don't exist

  • Starting up the database

    Hi, I hav installed oracle database 10g in oel5.I want to know how to start the database? pls help me,

  • Really appalling service from Adobe

    Today I had this incredibly long exhausting 'chat' with Renuka on the Adobe help site. I reported inexcusable faults with Creative Cloud and she ignored nearly all of them. She solved one thing - the thing which involved me handing over my credit car