Guile-gnome-platform(-git)

Hi everyone,
I am desperately looking for a way to install guile-gnome-platform. Either this or the git-Version, but both won't install (see comments in aur: https://aur.archlinux.org/packages/guil … -platform/ and https://aur.archlinux.org/packages.php?ID=42094). The manual install (decribed here https://bbs.archlinux.org/viewtopic.php?pid=841426) does not work either, since the scrips folder does not contain configure-packages.
I also tried installing the thing from here http://ftp.gnu.org/pub/gnu/guile-gnome/ … 6.1.tar.gz but that also leaves me with an error:
./configure --prefix=/usr && make
[blah]
In file included from guile-support.h:27:0,
                 from gc.c:26:
/usr/include/glib-2.0/glib/gmacros.h:35:2: Fehler: #error "Only <glib.h> can be included directly."
#error "Only <glib.h> can be included directly."
[\blub]
Is there any way to get this package working? I actually need it for gwave2.
Best regards
Cord

Ok, I removed that part and had to add --ignore-whitespace in the patch line in PKGBUILD and the patch seems to work. It then starts to build but eventually stops with this error:
[blah...]
config.status: creating gtk/guile-gnome-gtk.pc
config.status: creating gtk/guile-gnome-gtk-uninstalled.pc
config.status: creating libgnomeui/guile-gnome-libgnomeui.pc
config.status: creating libgnomeui/guile-gnome-libgnomeui-uninstalled.pc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing glib/gnome/gobject/guile-gnome-gobject commands
make all-recursive
make[1]: Entering directory `/home/cord/build/guile-gnome-platform/src/guile-gnome-platform-2.16.1'
Making all in defs
make[2]: Entering directory `/home/cord/build/guile-gnome-platform/src/guile-gnome-platform-2.16.1/defs'
Making all in gnome
make[3]: Entering directory `/home/cord/build/guile-gnome-platform/src/guile-gnome-platform-2.16.1/defs/gnome'
Making all in defs
make[4]: Entering directory `/home/cord/build/guile-gnome-platform/src/guile-gnome-platform-2.16.1/defs/gnome/defs'
make[4]: Für das Ziel »all« ist nichts zu tun.
make[4]: Leaving directory `/home/cord/build/guile-gnome-platform/src/guile-gnome-platform-2.16.1/defs/gnome/defs'
make[4]: Entering directory `/home/cord/build/guile-gnome-platform/src/guile-gnome-platform-2.16.1/defs/gnome'
make[4]: Für das Ziel »all-am« ist nichts zu tun.
make[4]: Leaving directory `/home/cord/build/guile-gnome-platform/src/guile-gnome-platform-2.16.1/defs/gnome'
make[3]: Leaving directory `/home/cord/build/guile-gnome-platform/src/guile-gnome-platform-2.16.1/defs/gnome'
Making all in tools
make[3]: Entering directory `/home/cord/build/guile-gnome-platform/src/guile-gnome-platform-2.16.1/defs/tools'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/cord/build/guile-gnome-platform/src/guile-gnome-platform-2.16.1/defs/tools'
make[3]: Entering directory `/home/cord/build/guile-gnome-platform/src/guile-gnome-platform-2.16.1/defs'
cp guile-gnome-defs.pc guile-gnome-defs-2.pc
cp guile-gnome-defs-uninstalled.pc guile-gnome-defs-2-uninstalled.pc
make[3]: Leaving directory `/home/cord/build/guile-gnome-platform/src/guile-gnome-platform-2.16.1/defs'
make[2]: Leaving directory `/home/cord/build/guile-gnome-platform/src/guile-gnome-platform-2.16.1/defs'
Making all in glib
make[2]: Entering directory `/home/cord/build/guile-gnome-platform/src/guile-gnome-platform-2.16.1/glib'
Making all in .
make[3]: Entering directory `/home/cord/build/guile-gnome-platform/src/guile-gnome-platform-2.16.1/glib'
cp guile-gnome-glib.pc guile-gnome-glib-2.pc
cp guile-gnome-glib-uninstalled.pc guile-gnome-glib-2-uninstalled.pc
if test -f gnome-2.scm; then chmod +w gnome-2.scm; fi
sed -e "s|@API_VERSION\@|2|g" \
-e "s|@running-uninstalled\@|#t|g" \
-e "s|@guilegnomedir\@|/usr/share/guile-gnome-2|g" \
-e "s|@guilegnomelibdir\@|/usr/lib/guile-gnome-2|g" \
-e "s|@libdir\@|/usr/lib|g" \
gnome.scm.in > gnome-2.scm
chmod -w gnome-2.scm
make[3]: Leaving directory `/home/cord/build/guile-gnome-platform/src/guile-gnome-platform-2.16.1/glib'
Making all in gnome
make[3]: Entering directory `/home/cord/build/guile-gnome-platform/src/guile-gnome-platform-2.16.1/glib/gnome'
Making all in gobject
make[4]: Entering directory `/home/cord/build/guile-gnome-platform/src/guile-gnome-platform-2.16.1/glib/gnome/gobject'
guile-snarf -DHAVE_CONFIG_H -I. -I. -Wall -g -pthread -std=gnu99 -pthread -I/usr/lib/libffi-3.0.13/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include gc.c > gc.x \
|| { rm gc.x; false; }
guile-snarf -DHAVE_CONFIG_H -I. -I. -Wall -g -pthread -std=gnu99 -pthread -I/usr/lib/libffi-3.0.13/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include gutil.c > gutil.x \
|| { rm gutil.x; false; }
guile-snarf -DHAVE_CONFIG_H -I. -I. -Wall -g -pthread -std=gnu99 -pthread -I/usr/lib/libffi-3.0.13/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include gtype.c > gtype.x \
|| { rm gtype.x; false; }
guile-snarf -DHAVE_CONFIG_H -I. -I. -Wall -g -pthread -std=gnu99 -pthread -I/usr/lib/libffi-3.0.13/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include gparameter.c > gparameter.x \
|| { rm gparameter.x; false; }
guile-snarf -DHAVE_CONFIG_H -I. -I. -Wall -g -pthread -std=gnu99 -pthread -I/usr/lib/libffi-3.0.13/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include gvalue.c > gvalue.x \
|| { rm gvalue.x; false; }
guile-snarf -DHAVE_CONFIG_H -I. -I. -Wall -g -pthread -std=gnu99 -pthread -I/usr/lib/libffi-3.0.13/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include gclosure.c > gclosure.x \
|| { rm gclosure.x; false; }
guile-snarf -DHAVE_CONFIG_H -I. -I. -Wall -g -pthread -std=gnu99 -pthread -I/usr/lib/libffi-3.0.13/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include gsignal.c > gsignal.x \
|| { rm gsignal.x; false; }
guile-snarf -DHAVE_CONFIG_H -I. -I. -Wall -g -pthread -std=gnu99 -pthread -I/usr/lib/libffi-3.0.13/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include gobject.c > gobject.x \
|| { rm gobject.x; false; }
gcc -E -DSCM_MAGIC_SNARF_DOCS -DHAVE_CONFIG_H -I. -I. -Wall -g -pthread -std=gnu99 -pthread -I/usr/lib/libffi-3.0.13/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include gobject.c \
| grep -E '^\^\^ {.*\^\^ }' > gobject.doc || { rm gobject.doc; false; }
make[4]: *** [gobject.doc] Fehler 1
make[4]: Leaving directory `/home/cord/build/guile-gnome-platform/src/guile-gnome-platform-2.16.1/glib/gnome/gobject'
make[3]: *** [all-recursive] Fehler 1
make[3]: Leaving directory `/home/cord/build/guile-gnome-platform/src/guile-gnome-platform-2.16.1/glib/gnome'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory `/home/cord/build/guile-gnome-platform/src/guile-gnome-platform-2.16.1/glib'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/cord/build/guile-gnome-platform/src/guile-gnome-platform-2.16.1'
make: *** [all] Fehler 2
==> FEHLER: Ein Fehler geschah in build().
Breche ab ...
Any ideas?

Similar Messages

  • [solved]guile-gnome-platform: make[4]: *** [gobject.doc] Error 1

    Hi All,
    I'm trying to compile guile-gnome-platform from aur:
    http://aur.archlinux.org/packages.php?ID=20033
    This gives me the following error:
    make[4]: Entering directory `/storage/home/cedric/download/guile-gnome-platform/src/guile-gnome-platform-2.16.1/glib/gnome/gobject'
    guile-snarf -DHAVE_CONFIG_H -I. -I. -Wall -g -pthread -std=gnu99 -pthread -I/usr/lib/libffi-3.0.9/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include gc.c > gc.x \
    || { rm gc.x; false; }
    guile-snarf -DHAVE_CONFIG_H -I. -I. -Wall -g -pthread -std=gnu99 -pthread -I/usr/lib/libffi-3.0.9/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include gutil.c > gutil.x \
    || { rm gutil.x; false; }
    guile-snarf -DHAVE_CONFIG_H -I. -I. -Wall -g -pthread -std=gnu99 -pthread -I/usr/lib/libffi-3.0.9/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include gtype.c > gtype.x \
    || { rm gtype.x; false; }
    guile-snarf -DHAVE_CONFIG_H -I. -I. -Wall -g -pthread -std=gnu99 -pthread -I/usr/lib/libffi-3.0.9/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include gparameter.c > gparameter.x \
    || { rm gparameter.x; false; }
    guile-snarf -DHAVE_CONFIG_H -I. -I. -Wall -g -pthread -std=gnu99 -pthread -I/usr/lib/libffi-3.0.9/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include gvalue.c > gvalue.x \
    || { rm gvalue.x; false; }
    guile-snarf -DHAVE_CONFIG_H -I. -I. -Wall -g -pthread -std=gnu99 -pthread -I/usr/lib/libffi-3.0.9/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include gclosure.c > gclosure.x \
    || { rm gclosure.x; false; }
    guile-snarf -DHAVE_CONFIG_H -I. -I. -Wall -g -pthread -std=gnu99 -pthread -I/usr/lib/libffi-3.0.9/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include gsignal.c > gsignal.x \
    || { rm gsignal.x; false; }
    guile-snarf -DHAVE_CONFIG_H -I. -I. -Wall -g -pthread -std=gnu99 -pthread -I/usr/lib/libffi-3.0.9/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include gobject.c > gobject.x \
    || { rm gobject.x; false; }
    gcc -E -DSCM_MAGIC_SNARF_DOCS -DHAVE_CONFIG_H -I. -I. -Wall -g -pthread -std=gnu99 -pthread -I/usr/lib/libffi-3.0.9/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include gobject.c \
    | grep -E '^\^\^ {.*\^\^ }' > gobject.doc || { rm gobject.doc; false; }
    make[4]: *** [gobject.doc] Error 1
    make[4]: *** Waiting for unfinished jobs....
    make[4]: Leaving directory `/storage/home/cedric/download/guile-gnome-platform/src/guile-gnome-platform-2.16.1/glib/gnome/gobject'
    make[3]: *** [all-recursive] Error 1
    make[3]: Leaving directory `/storage/home/cedric/download/guile-gnome-platform/src/guile-gnome-platform-2.16.1/glib/gnome'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory `/storage/home/cedric/download/guile-gnome-platform/src/guile-gnome-platform-2.16.1/glib'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/storage/home/cedric/download/guile-gnome-platform/src/guile-gnome-platform-2.16.1'
    make: *** [all] Error 2
    Aborting...
    To me, it looks like the compiler is looking for gobject.doc, but this is not present, find does not return any hits:
    cedric@laptop:/storage/home/cedric/download/guile-gnome-platform$ find -iname gobject.doc
    cedric@laptop:/storage/home/cedric/download/guile-gnome-platform$
    My version of gnome is 2.30.2, maybe  guile-gnome-platform-2.16.1 is too old? however, 2.16.1 is the newest version here:
    http://ftp.gnu.org/pub/gnu/guile-gnome/ … -platform/
    Best regards,
    Cedric
    Last edited by cdwijs (2010-10-18 16:25:40)

    Let's try with the latest git version, as described here:
    http://www.gnu.org/software/guile-gnome/dev/
    git clone git://git.sv.gnu.org/guile-gnome.git guile-gnome-platform
    cedric@laptop:~/download/guile-gnome-platform-git$ git clone git://git.sv.gnu.org/guile-gnome.git guile-gnome-platform
    Cloning into guile-gnome-platform...
    remote: Counting objects: 9599, done.
    remote: Compressing objects: 100% (3199/3199), done.
    remote: Total 9599 (delta 6306), reused 9599 (delta 6306)
    Receiving objects: 100% (9599/9599), 12.38 MiB | 589 KiB/s, done.
    Resolving deltas: 100% (6306/6306), done.
    cd guile-gnome-platform
    scripts/configure-packages guile-gnome-platform
    cedric@laptop:~/download/guile-gnome-platform-git$ cd guile-gnome-platform
    cedric@laptop:~/download/guile-gnome-platform-git/guile-gnome-platform$ scripts/configure-packages guile-gnome-platform
    configuring scripts/.. as package guile-gnome-platform
    checking out atk
    first checking out local tracking branch for origin/atk
    Branch atk set up to track remote branch atk from origin.
    Cloning into atk...
    done.
    Branch atk set up to track remote branch atk from origin.
    Switched to a new branch 'atk'
    checking out cairo
    first checking out local tracking branch for origin/cairo
    Branch cairo set up to track remote branch cairo from origin.
    Cloning into cairo...
    done.
    Branch cairo set up to track remote branch cairo from origin.
    Switched to a new branch 'cairo'
    checking out corba
    first checking out local tracking branch for origin/corba
    Branch corba set up to track remote branch corba from origin.
    Cloning into corba...
    done.
    Branch corba set up to track remote branch corba from origin.
    Switched to a new branch 'corba'
    checking out defs
    first checking out local tracking branch for origin/defs
    Branch defs set up to track remote branch defs from origin.
    Cloning into defs...
    done.
    Branch defs set up to track remote branch defs from origin.
    Switched to a new branch 'defs'
    checking out gconf
    first checking out local tracking branch for origin/gconf
    Branch gconf set up to track remote branch gconf from origin.
    Cloning into gconf...
    done.
    Branch gconf set up to track remote branch gconf from origin.
    Switched to a new branch 'gconf'
    checking out glib
    first checking out local tracking branch for origin/glib
    Branch glib set up to track remote branch glib from origin.
    Cloning into glib...
    done.
    Branch glib set up to track remote branch glib from origin.
    Switched to a new branch 'glib'
    checking out gnome-vfs
    first checking out local tracking branch for origin/gnome-vfs
    Branch gnome-vfs set up to track remote branch gnome-vfs from origin.
    Cloning into gnome-vfs...
    done.
    Branch gnome-vfs set up to track remote branch gnome-vfs from origin.
    Switched to a new branch 'gnome-vfs'
    checking out gtk
    first checking out local tracking branch for origin/gtk
    Branch gtk set up to track remote branch gtk from origin.
    Cloning into gtk...
    done.
    Branch gtk set up to track remote branch gtk from origin.
    Switched to a new branch 'gtk'
    checking out libglade
    first checking out local tracking branch for origin/libglade
    Branch libglade set up to track remote branch libglade from origin.
    Cloning into libglade...
    done.
    Branch libglade set up to track remote branch libglade from origin.
    Switched to a new branch 'libglade'
    checking out libgnome
    first checking out local tracking branch for origin/libgnome
    Branch libgnome set up to track remote branch libgnome from origin.
    Cloning into libgnome...
    done.
    Branch libgnome set up to track remote branch libgnome from origin.
    Switched to a new branch 'libgnome'
    checking out libgnomecanvas
    first checking out local tracking branch for origin/libgnomecanvas
    Branch libgnomecanvas set up to track remote branch libgnomecanvas from origin.
    Cloning into libgnomecanvas...
    done.
    Branch libgnomecanvas set up to track remote branch libgnomecanvas from origin.
    Switched to a new branch 'libgnomecanvas'
    checking out libgnomeui
    first checking out local tracking branch for origin/libgnomeui
    Branch libgnomeui set up to track remote branch libgnomeui from origin.
    Cloning into libgnomeui...
    done.
    Branch libgnomeui set up to track remote branch libgnomeui from origin.
    Switched to a new branch 'libgnomeui'
    checking out pango
    first checking out local tracking branch for origin/pango
    Branch pango set up to track remote branch pango from origin.
    Cloning into pango...
    done.
    Branch pango set up to track remote branch pango from origin.
    Switched to a new branch 'pango'
    cedric@laptop:~/download/guile-gnome-platform-git/guile-gnome-platform$
    ./autogen.sh --prefix=... && make <=fails
    cedric@laptop:~/download/guile-gnome-platform-git/guile-gnome-platform$ ./autogen.sh --prefix=... && make
    + passing --prefix=... to configure
    + options passed to configure: --prefix=...
    + check for build tools
    checking for autoconf >= 2.52 ... found 2.67, ok.
    checking for automake >= 1.7 ... found 1.11.1, ok.
    checking for libtoolize >= 1.4.0 ... found 2.2.10, ok.
    checking for pkg-config >= 0.8.0 ... found 0.25, ok.
    + creating configure.ac and top-level Makefile.am
    + using VERSION 2.16.1 from glib
    + configuring tree as guile-gnome-platform, version 2.16.1
    + sorting package dependencies...
    defs glib cairo atk pango gtk libgnomeui libgnomecanvas libgnome libglade gnome-vfs gconf corba
    + running libtoolize --copy --force...
    libtoolize: putting auxiliary files in `.'.
    libtoolize: copying file `./ltmain.sh'
    libtoolize: You should add the contents of the following files to `aclocal.m4':
    libtoolize: `/usr/share/aclocal/libtool.m4'
    libtoolize: `/usr/share/aclocal/ltoptions.m4'
    libtoolize: `/usr/share/aclocal/ltversion.m4'
    libtoolize: `/usr/share/aclocal/ltsugar.m4'
    libtoolize: `/usr/share/aclocal/lt~obsolete.m4'
    libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
    libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
    libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
    + running aclocal ...
    /usr/share/aclocal/libstroke.m4:29: warning: underquoted definition of smr_ARG_WITHLIB
    /usr/share/aclocal/libstroke.m4:29: run info '(automake)Extending aclocal'
    /usr/share/aclocal/libstroke.m4:29: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
    + running autoheader ...
    + running autoconf ...
    + running automake -a -c...
    configure.ac:25: installing `./config.guess'
    configure.ac:25: installing `./config.sub'
    configure.ac:6: installing `./install-sh'
    configure.ac:6: installing `./missing'
    atk/doc/Makefile.am:13: installing `atk/doc/mdate-sh'
    atk/doc/Makefile.am:13: installing `atk/doc/texinfo.tex'
    atk/gnome/gw/Makefile.am: installing `./depcomp'
    corba/doc/Makefile.am:9: installing `corba/doc/texinfo.tex'
    gconf/doc/Makefile.am:19: installing `gconf/doc/mdate-sh'
    gconf/doc/Makefile.am:19: installing `gconf/doc/texinfo.tex'
    glib/doc/glib/Makefile.am:27: installing `glib/doc/glib/mdate-sh'
    glib/doc/glib/Makefile.am:27: installing `glib/doc/glib/texinfo.tex'
    glib/doc/gobject/Makefile.am:12: installing `glib/doc/gobject/texinfo.tex'
    gnome-vfs/doc/Makefile.am:44: installing `gnome-vfs/doc/mdate-sh'
    gnome-vfs/doc/Makefile.am:44: installing `gnome-vfs/doc/texinfo.tex'
    gtk/doc/gdk/Makefile.am:28: installing `gtk/doc/gdk/mdate-sh'
    gtk/doc/gdk/Makefile.am:28: installing `gtk/doc/gdk/texinfo.tex'
    gtk/doc/gtk/Makefile.am:42: installing `gtk/doc/gtk/mdate-sh'
    gtk/doc/gtk/Makefile.am:42: installing `gtk/doc/gtk/texinfo.tex'
    libglade/doc/Makefile.am:14: installing `libglade/doc/mdate-sh'
    libglade/doc/Makefile.am:14: installing `libglade/doc/texinfo.tex'
    libgnome/doc/Makefile.am:24: installing `libgnome/doc/mdate-sh'
    libgnome/doc/Makefile.am:24: installing `libgnome/doc/texinfo.tex'
    libgnomecanvas/doc/Makefile.am:13: installing `libgnomecanvas/doc/mdate-sh'
    libgnomecanvas/doc/Makefile.am:13: installing `libgnomecanvas/doc/texinfo.tex'
    libgnomeui/doc/Makefile.am:58: installing `libgnomeui/doc/mdate-sh'
    libgnomeui/doc/Makefile.am:58: installing `libgnomeui/doc/texinfo.tex'
    pango/doc/pango/Makefile.am:26: installing `pango/doc/pango/mdate-sh'
    pango/doc/pango/Makefile.am:26: installing `pango/doc/pango/texinfo.tex'
    pango/doc/pangocairo/Makefile.am:19: installing `pango/doc/pangocairo/mdate-sh'
    pango/doc/pangocairo/Makefile.am:19: installing `pango/doc/pangocairo/texinfo.tex'
    + running configure ...
    ./configure default flags: --enable-maintainer-mode
    ./configure external flags: --prefix=...
    configure: WARNING: unrecognized options: --enable-maintainer-mode
    configure: error: expected an absolute directory name for --prefix: ...
    configure failed
    cedric@laptop:~/download/guile-gnome-platform-git/guile-gnome-platform$
    ./autogen.sh --prefix=/usr && make
    Now it compiles without any problems.
    Best regards,
    Cedric
    Last edited by cdwijs (2010-10-17 08:34:40)

  • [UNSOLVED] qt4-gnome-globalmenu-git

    I am trying to compile a plugin that should make gnome-globalmenu work with qt apps. It should be fairly simple, the source tree only holds 3 files. I am however, sadly so incompetent that I can't work out what to do with my own improvised PKGBUILD to make it compile:
    #Maintainer Anders Honoré <b9anders AT gmail DOT com>
    pkgname=qt4-gnome-globalmenu-git
    pkgver=20111022
    pkgrel=1
    pkgdesc="An extention to make the menus for QT apps show on the Gnome global menu bar."
    url="https://gitorious.org/firefox-gnome-globalmenu/qt4-gnome-globalmenu"
    license="GPL"
    arch=('i686' 'x86_64')
    depends=('gnome-globalmenu-xfce4' 'qt-appmenu' 'appmenu-qt')
    makedepends=('git' 'qt-private-headers')
    _gitroot='git://gitorious.org/firefox-gnome-globalmenu/qt4-gnome-globalmenu.git'
    _gitname='qt4-gnome-globalmenu'
    optdepends=()
    options=()
    conflicts=()
    provides=('qt4-gnome-globalmenu-git')
    replaces=()
    install=
    source=()
    md5sums=()
    build() {
    cd $startdir/src
    msg "Connecting to GIT server...."
    if [ -d $startdir/src/$_gitname ] ; then
    cd $_gitname && git pull origin
    msg "The local files are updated."
    else
    git clone $_gitroot
    cd $_gitname
    fi
    msg "GIT checkout done or server timeout"
    qmake
    make
    package() {
    make DESTDIR=$pkgdir PREFIX=/usr install
    Obviously something is missing at the end of it here, but I don't know enough about compiling stuff to say what.
    Last edited by b9anders (2011-10-22 14:54:23)

    Snowman wrote:
    to compile:
    qmake
    make
    thanks for replying. I added the following to the end of the PKGBUILD above:
    msg "GIT checkout done or server timeout"
    qmake
    make
    package() {
    make DESTDIR=$pkgdir PREFIX=/usr install
    And changed the dependencies after pursuing some error messages:
    depends=('gnome-globalmenu-xfce4' 'qt-appmenu' 'appmenu-qt')
    makedepends=('git' 'qt-private-headers')
    and ran makepkg -s (I updated the PKGBUILD in the OP to reflect the changes). The output is more than before but it doesn't get very far before exiting:
    g++ -c -m64 -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_PLUGIN -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt/mkspecs/linux-g++-64 -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtXml -I/usr/include -I. -o qx11menubarimpl.o qx11menubarimpl.cpp
    In file included from qx11menubarimpl.cpp:10:0:
    qx11menubarimpl.h:9:54: fatal error: QtGui/private/qabstractplatformmenubar_p.h: No such file or directory
    compilation terminated.
    make: *** [qx11menubarimpl.o] Error 1
    The only hits google recognises for "QtGui/private/qabstractplatformmenubar_p.h"  are for a package Fedora names 'libqt4-private-dev' and Ubuntu's 'qt-devel-private'. From what I can it tell, qt-private-headers should be the corresponding package in Arch (and is included in the dependencies for that reason) but I can find no trace of the missing file in my system after having installed it.
    Kinda stuck from here. :-/
    Last edited by b9anders (2011-10-22 14:55:32)

  • Condition of Gnome Shell (git) and its issues

    I had recently been able to build gnome-shell-git succesfully, but, after that, there have always been issues.
    I have uploaded gnome-shell-git on AUR http://aur.archlinux.org/packages.php?ID=29509, but it seems that there are some things that may be wrong on the deps:
    1)gobject-instrospection needs to be built before clutter-git.
    2)Clutter (git), on the other hand, often has build issues and can't be built with (1) installed first, even though it is required as a makedep. If we turn off gobject-introspection integration, we don't have Clutter-*.gir created.
    Clutter 1.0.x on the other hand (the [extra] one), doesn't seem to be gobject-introspection aware, even though we *have* to include this dep.
    3)If someone can build the (1) and (2), has issues, during compiling gnome-shell-git, where, during compilation, Mutter is being executed somehow (?) (you can see errors that occur only if mutter is being executed), with a strange mozjs error.
    4)Last but not least, should we prefer Mutter (Metacity 3.x) from git.gnome.org, or the patched one from git.moblin.org (that already exists on AUR). Mutter seems not to respect my xf86-video-ati driver, since, if I turn on Mutter composition, I have no hardware acceleration (but software acceleration) and the fonts become very blurry. (of course I have 3D desktop composition for many months now with the other Window managers)
    I'd like to have your opinion on what should be done to make gnome-shell work and to hear if someone could make gnome-shell work.
    Last edited by flamelab (2009-09-01 03:33:58)

    Well, it's frustrating:
    CCLD libgnome-shell.la
    CC test_recorder-shell-recorder.o
    CC test_recorder-shell-recorder-src.o
    CC test_recorder-test-recorder.o
    CCLD test-recorder
    GEN gnome-shell
    GEN Big-1.0.gir
    Window manager warning: Could not change to home directory /root.
    (mutter:30396): mutter-WARNING **: Could not load library [/home/flamelab/Projects/gnome-shell/src/gnome-shell-build/src/libgnome-shell.la (libmozjs.so: cannot open shared object file: No such file or directory)]
    (mutter:30396): mutter-CRITICAL **: failed to load plugins
    Invalid GType: 'big_box_get_type'
    failed to dump: Failed to find symbol 'big_box_get_type'
    Command '['mutter', '--mutter-plugins=/home/flamelab/Projects/gnome-shell/src/gnome-shell-build/src/libgnome-shell.la', '--introspect-dump=/tmp/tmp-introspect6lyTA_/types.txt,/tmp/tmp-introspect6lyTA_/dump.xml']' returned non-zero exit status 1
    make[3]: *** [Big-1.0.gir] Error 1
    make[3]: Leaving directory `/home/flamelab/Projects/gnome-shell/src/gnome-shell-build/src'
    make[2]: *** [all] Error 2
    make[2]: Leaving directory `/home/flamelab/Projects/gnome-shell/src/gnome-shell-build/src'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/flamelab/Projects/gnome-shell/src/gnome-shell-build'
    make: *** [all] Error 2
    ==> ERROR: Build Failed.
    Aborting...
    Well, the same error had another person:
    http://mail.gnome.org/archives/gnome-sh … 00169.html
    but the devs seem to be SO jhbuild dependent that they don't know what goes wrong. So they can't help him.
    So, what's going on ?

  • Gnome-globalmenu-git make errors

    [root@sparky globalmenu]# git clone git://github.com/gnome-globalmenu/gnome-globalmenu.git
    Cloning into 'gnome-globalmenu'...
    remote: Counting objects: 13188, done.
    remote: Compressing objects: 100% (3944/3944), done.
    remote: Total 13188 (delta 9209), reused 13106 (delta 9127)
    Receiving objects: 100% (13188/13188), 7.73 MiB | 2.57 MiB/s, done.
    Resolving deltas: 100% (9209/9209), done.
    [root@sparky globalmenu]# cd gnome-globalmenu
    [root@sparky gnome-globalmenu]# git checkout gnome-3
    Branch gnome-3 set up to track remote branch gnome-3 from origin.
    Switched to a new branch 'gnome-3'
    [root@sparky gnome-globalmenu]# cp ../gnome-globalmenu-0.9.alpha5/src/{module.c,header.h,header-gtk2.h} ./src
    [root@sparky gnome-globalmenu]# autoreconf -force -install -verbose
    autoreconf: unrecognized option '-orce'.
    autoreconf: Try '/usr/bin/autoreconf --help' for more information.
    [root@sparky gnome-globalmenu]# autoreconf --force --install --verbose
    autoreconf: Entering directory `.'
    autoreconf: configure.ac: not using Gettext
    autoreconf: running: aclocal --force
    autoreconf: configure.ac: tracing
    autoreconf: configure.ac: creating directory autotools
    autoreconf: running: libtoolize --copy --force
    libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `autotools'.
    libtoolize: copying file `autotools/ltmain.sh'
    libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `autotools'.
    libtoolize: copying file `autotools/libtool.m4'
    libtoolize: copying file `autotools/ltoptions.m4'
    libtoolize: copying file `autotools/ltsugar.m4'
    libtoolize: copying file `autotools/ltversion.m4'
    libtoolize: copying file `autotools/lt~obsolete.m4'
    libtoolize: Consider adding `-I autotools' to ACLOCAL_AMFLAGS in Makefile.am.
    autoreconf: running: /usr/bin/autoconf --force
    autoreconf: running: /usr/bin/autoheader --force
    autoreconf: running: automake --add-missing --copy --force-missing
    configure.ac:17: installing 'autotools/compile'
    configure.ac:21: installing 'autotools/config.guess'
    configure.ac:21: installing 'autotools/config.sub'
    configure.ac:7: installing 'autotools/install-sh'
    configure.ac:7: installing 'autotools/missing'
    Makefile.am: installing './INSTALL'
    src/Makefile.am: installing 'autotools/depcomp'
    src/Makefile.am:3: warning: 'VALAFLAGS' is a user variable, you should not override it;
    src/Makefile.am:3: use 'AM_VALAFLAGS' instead
    autoreconf: Leaving directory `.'
    [root@sparky gnome-globalmenu]# ./autogen.sh -prefix=/usr
    autoreconf: Entering directory `.'
    autoreconf: configure.ac: not using Gettext
    autoreconf: running: aclocal -I autotools
    autoreconf: configure.ac: tracing
    autoreconf: running: libtoolize --copy
    libtoolize: Consider adding `-I autotools' to ACLOCAL_AMFLAGS in Makefile.am.
    autoreconf: running: /usr/bin/autoconf
    autoreconf: running: /usr/bin/autoheader
    autoreconf: running: automake --add-missing --copy --no-force
    src/Makefile.am:3: warning: 'VALAFLAGS' is a user variable, you should not override it;
    src/Makefile.am:3: use 'AM_VALAFLAGS' instead
    autoreconf: Leaving directory `.'
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking how to create a ustar tar archive... gnutar
    checking whether to enable maintainer-specific portions of Makefiles... yes
    checking for gcc... gcc
    checking whether the C compiler works... yes
    checking for C compiler default output file name... a.out
    checking for suffix of executables...
    checking whether we are cross compiling... no
    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 style of include used by make... GNU
    checking dependency style of gcc... gcc3
    checking whether gcc and cc understand -c and -o together... yes
    checking for valac... /usr/bin/valac
    checking /usr/bin/valac is at least version 0.12.0... yes
    checking build system type... x86_64-unknown-linux-gnu
    checking host system type... x86_64-unknown-linux-gnu
    checking how to print strings... printf
    checking for a sed that does not truncate output... /bin/sed
    checking for grep that handles long lines and -e... /usr/bin/grep
    checking for egrep... /usr/bin/grep -E
    checking for fgrep... /usr/bin/grep -F
    checking for ld used by gcc... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
    checking the name lister (/usr/bin/nm -B) interface... BSD nm
    checking whether ln -s works... yes
    checking the maximum length of command line arguments... 1572864
    checking whether the shell understands some XSI constructs... yes
    checking whether the shell understands "+="... yes
    checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
    checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
    checking for /usr/bin/ld option to reload object files... -r
    checking for objdump... objdump
    checking how to recognize dependent libraries... pass_all
    checking for dlltool... no
    checking how to associate runtime and link libraries... printf %s\n
    checking for ar... ar
    checking for archiver @FILE support... @
    checking for strip... strip
    checking for ranlib... ranlib
    checking command to parse /usr/bin/nm -B output from gcc object... ok
    checking for sysroot... no
    checking for mt... no
    checking if : is a manifest tool... no
    checking how to run the C preprocessor... gcc -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking for dlfcn.h... yes
    checking for objdir... .libs
    checking if gcc supports -fno-rtti -fno-exceptions... no
    checking for gcc option to produce PIC... -fPIC -DPIC
    checking if gcc PIC flag -fPIC -DPIC works... yes
    checking if gcc static flag -static works... yes
    checking if gcc supports -c -o file.o... yes
    checking if gcc supports -c -o file.o... (cached) yes
    checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
    checking whether -lc should be explicitly linked in... no
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking for shl_load... no
    checking for shl_load in -ldld... no
    checking for dlopen... no
    checking for dlopen in -ldl... yes
    checking whether a program can dlopen itself... yes
    checking whether a statically linked program can dlopen itself... no
    checking whether stripping libraries is possible... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... no
    checking locale.h usability... yes
    checking locale.h presence... yes
    checking for locale.h... yes
    checking for LC_MESSAGES... yes
    checking libintl.h usability... yes
    checking libintl.h presence... yes
    checking for libintl.h... yes
    checking for ngettext in libc... yes
    checking for dgettext in libc... yes
    checking for bind_textdomain_codeset... yes
    checking for msgfmt... /usr/bin/msgfmt
    checking for dcgettext... yes
    checking if msgfmt accepts -c... yes
    checking for gmsgfmt... /usr/bin/msgfmt
    checking for xgettext... /usr/bin/xgettext
    checking whether NLS is requested... yes
    checking for intltool-update... /usr/bin/intltool-update
    checking for intltool-merge... /usr/bin/intltool-merge
    checking for intltool-extract... /usr/bin/intltool-extract
    checking for xgettext... (cached) /usr/bin/xgettext
    checking for msgmerge... /usr/bin/msgmerge
    checking for msgfmt... (cached) /usr/bin/msgfmt
    checking for gmsgfmt... (cached) /usr/bin/msgfmt
    checking for perl... /usr/bin/perl
    checking for perl >= 5.8.1... 5.16.1
    checking for XML::Parser... ok
    checking for pkg-config... /usr/bin/pkg-config
    checking pkg-config is at least version 0.16... yes
    checking for gobject-introspection... yes
    checking for GLIB... yes
    checking for GTK3... yes
    checking for GTK2... yes
    checking that generated files are newer than configure... done
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating extension/Makefile
    config.status: creating src/Makefile
    config.status: creating po/Makefile.in
    config.status: creating config.h
    config.status: executing depfiles commands
    config.status: executing libtool commands
    config.status: executing default-1 commands
    config.status: executing po/stamp-it commands
    [root@sparky gnome-globalmenu]# make
    (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /root/globalmenu/gnome-globalmenu/autotools/missing --run autoheader)
    rm -f stamp-h1
    touch config.h.in
    cd . && /bin/sh ./config.status config.h
    config.status: creating config.h
    config.status: config.h is unchanged
    make all-recursive
    make[1]: Entering directory `/root/globalmenu/gnome-globalmenu'
    Making all in src
    make[2]: Entering directory `/root/globalmenu/gnome-globalmenu/src'
    gcc -E -P -C -DGTK_VERSION=2 -o client-gtk2.vala - < client.vala
    <stdin>:252:25: warning: missing terminating " character [enabled by default]
    <stdin>:267:4: warning: missing terminating " character [enabled by default]
    gcc -E -P -C -DGTK_VERSION=2 -o gtk-menubar-gtk2.vala - < gtk-menubar.vala
    gcc -E -P -C -DGTK_VERSION=2 -o superrider-gtk2.vala - < superrider.vala
    make all-am
    make[3]: Entering directory `/root/globalmenu/gnome-globalmenu/src'
    rm -f libglobalmenu_gtk2_la_vala.stamp && echo stamp > libglobalmenu_gtk2_la_vala.stamp-t
    CDPATH="${ZSH_VERSION+.}:" && cd . && /usr/bin/valac --internal-header header-gtk2.h -D GTK_VERSION=2 --pkg gtk+-2.0 --pkg gdk-x11-2.0 --pkg gio-2.0 -C client-gtk2.vala superrider-gtk2.vala gtk-menubar-gtk2.vala
    client-gtk2.vala:257.3-257.47: warning: unhandled error `GLib.Error'
    uiman.add_ui_from_string(uidef, uidef.length);
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    Compilation succeeded - 1 warning(s)
    mv -f libglobalmenu_gtk2_la_vala.stamp-t libglobalmenu_gtk2_la_vala.stamp
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -DGTK_VERSION=2 -g -O2 -MT libglobalmenu_gtk2_la-client-gtk2.lo -MD -MP -MF .deps/libglobalmenu_gtk2_la-client-gtk2.Tpo -c -o libglobalmenu_gtk2_la-client-gtk2.lo `test -f 'client-gtk2.c' || echo './'`client-gtk2.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -DGTK_VERSION=2 -g -O2 -MT libglobalmenu_gtk2_la-client-gtk2.lo -MD -MP -MF .deps/libglobalmenu_gtk2_la-client-gtk2.Tpo -c client-gtk2.c -fPIC -DPIC -o .libs/libglobalmenu_gtk2_la-client-gtk2.o
    client-gtk2.c: In function 'menu_get_widget':
    client-gtk2.c:1103:13: warning: assignment from incompatible pointer type [enabled by default]
    mv -f .deps/libglobalmenu_gtk2_la-client-gtk2.Tpo .deps/libglobalmenu_gtk2_la-client-gtk2.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -DGTK_VERSION=2 -g -O2 -MT libglobalmenu_gtk2_la-module.lo -MD -MP -MF .deps/libglobalmenu_gtk2_la-module.Tpo -c -o libglobalmenu_gtk2_la-module.lo `test -f 'module.c' || echo './'`module.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -DGTK_VERSION=2 -g -O2 -MT libglobalmenu_gtk2_la-module.lo -MD -MP -MF .deps/libglobalmenu_gtk2_la-module.Tpo -c module.c -fPIC -DPIC -o .libs/libglobalmenu_gtk2_la-module.o
    module.c: In function 'hook':
    module.c:13:3: warning: passing argument 1 of 'menu_has_registered' from incompatible pointer type [enabled by default]
    In file included from module.c:5:0:
    ./header-gtk2.h:133:10: note: expected 'struct GtkMenuShell *' but argument is of type 'struct GObject *'
    module.c:14:4: warning: passing argument 1 of 'menu_register' from incompatible pointer type [enabled by default]
    In file included from module.c:5:0:
    ./header-gtk2.h:131:6: note: expected 'struct GtkMenuShell *' but argument is of type 'struct GObject *'
    mv -f .deps/libglobalmenu_gtk2_la-module.Tpo .deps/libglobalmenu_gtk2_la-module.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -DGTK_VERSION=2 -g -O2 -MT libglobalmenu_gtk2_la-superrider-gtk2.lo -MD -MP -MF .deps/libglobalmenu_gtk2_la-superrider-gtk2.Tpo -c -o libglobalmenu_gtk2_la-superrider-gtk2.lo `test -f 'superrider-gtk2.c' || echo './'`superrider-gtk2.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -DGTK_VERSION=2 -g -O2 -MT libglobalmenu_gtk2_la-superrider-gtk2.lo -MD -MP -MF .deps/libglobalmenu_gtk2_la-superrider-gtk2.Tpo -c superrider-gtk2.c -fPIC -DPIC -o .libs/libglobalmenu_gtk2_la-superrider-gtk2.o
    superrider-gtk2.c: In function 'superrider_get_class':
    superrider-gtk2.c:144:4: warning: assignment discards 'const' qualifier from pointer target type [enabled by default]
    superrider-gtk2.c: In function 'superrider_member_pop':
    superrider-gtk2.c:674:11: warning: assignment discards 'const' qualifier from pointer target type [enabled by default]
    superrider-gtk2.c: In function 'superrider_member_peek_super':
    superrider-gtk2.c:702:10: warning: assignment discards 'const' qualifier from pointer target type [enabled by default]
    superrider-gtk2.c: In function 'superrider_member_finalize':
    superrider-gtk2.c:848:11: warning: assignment discards 'const' qualifier from pointer target type [enabled by default]
    mv -f .deps/libglobalmenu_gtk2_la-superrider-gtk2.Tpo .deps/libglobalmenu_gtk2_la-superrider-gtk2.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -DGTK_VERSION=2 -g -O2 -MT libglobalmenu_gtk2_la-gtk-menubar-gtk2.lo -MD -MP -MF .deps/libglobalmenu_gtk2_la-gtk-menubar-gtk2.Tpo -c -o libglobalmenu_gtk2_la-gtk-menubar-gtk2.lo `test -f 'gtk-menubar-gtk2.c' || echo './'`gtk-menubar-gtk2.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -DGTK_VERSION=2 -g -O2 -MT libglobalmenu_gtk2_la-gtk-menubar-gtk2.lo -MD -MP -MF .deps/libglobalmenu_gtk2_la-gtk-menubar-gtk2.Tpo -c gtk-menubar-gtk2.c -fPIC -DPIC -o .libs/libglobalmenu_gtk2_la-gtk-menubar-gtk2.o
    mv -f .deps/libglobalmenu_gtk2_la-gtk-menubar-gtk2.Tpo .deps/libglobalmenu_gtk2_la-gtk-menubar-gtk2.Plo
    /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -module -avoid-version -o libglobalmenu-gtk2.la -rpath /usr/lib/gtk-2.0/modules libglobalmenu_gtk2_la-client-gtk2.lo libglobalmenu_gtk2_la-module.lo libglobalmenu_gtk2_la-superrider-gtk2.lo libglobalmenu_gtk2_la-gtk-menubar-gtk2.lo -Wl,--export-dynamic -pthread -lgmodule-2.0 -lrt -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0
    libtool: link: gcc -shared -fPIC -DPIC .libs/libglobalmenu_gtk2_la-client-gtk2.o .libs/libglobalmenu_gtk2_la-module.o .libs/libglobalmenu_gtk2_la-superrider-gtk2.o .libs/libglobalmenu_gtk2_la-gtk-menubar-gtk2.o -lgmodule-2.0 -lrt -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0 -O2 -Wl,--export-dynamic -pthread -pthread -Wl,-soname -Wl,libglobalmenu-gtk2.so -o .libs/libglobalmenu-gtk2.so
    libtool: link: ( cd ".libs" && rm -f "libglobalmenu-gtk2.la" && ln -s "../libglobalmenu-gtk2.la" "libglobalmenu-gtk2.la" )
    rm -f libglobalmenu_gtk_la_vala.stamp && echo stamp > libglobalmenu_gtk_la_vala.stamp-t
    CDPATH="${ZSH_VERSION+.}:" && cd . && /usr/bin/valac --internal-header header.h -D GTK_VERSION=3 --pkg gtk+-3.0 --pkg gdk-x11-3.0 --pkg gio-2.0 -C client.vala superrider.vala gtk-menubar.vala
    client.vala:285.3-285.47: warning: unhandled error `GLib.Error'
    uiman.add_ui_from_string(uidef, uidef.length);
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    Compilation succeeded - 1 warning(s)
    mv -f libglobalmenu_gtk_la_vala.stamp-t libglobalmenu_gtk_la_vala.stamp
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng15 -DGTK_VERSION=3 -g -O2 -MT libglobalmenu_gtk_la-client.lo -MD -MP -MF .deps/libglobalmenu_gtk_la-client.Tpo -c -o libglobalmenu_gtk_la-client.lo `test -f 'client.c' || echo './'`client.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng15 -DGTK_VERSION=3 -g -O2 -MT libglobalmenu_gtk_la-client.lo -MD -MP -MF .deps/libglobalmenu_gtk_la-client.Tpo -c client.c -fPIC -DPIC -o .libs/libglobalmenu_gtk_la-client.o
    client.c: In function 'menu_get_widget':
    client.c:1102:13: warning: assignment from incompatible pointer type [enabled by default]
    mv -f .deps/libglobalmenu_gtk_la-client.Tpo .deps/libglobalmenu_gtk_la-client.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng15 -DGTK_VERSION=3 -g -O2 -MT libglobalmenu_gtk_la-module.lo -MD -MP -MF .deps/libglobalmenu_gtk_la-module.Tpo -c -o libglobalmenu_gtk_la-module.lo `test -f 'module.c' || echo './'`module.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng15 -DGTK_VERSION=3 -g -O2 -MT libglobalmenu_gtk_la-module.lo -MD -MP -MF .deps/libglobalmenu_gtk_la-module.Tpo -c module.c -fPIC -DPIC -o .libs/libglobalmenu_gtk_la-module.o
    module.c: In function 'hook':
    module.c:13:3: warning: passing argument 1 of 'menu_has_registered' from incompatible pointer type [enabled by default]
    In file included from module.c:3:0:
    ./header.h:133:10: note: expected 'struct GtkMenuShell *' but argument is of type 'struct GObject *'
    module.c:14:4: warning: passing argument 1 of 'menu_register' from incompatible pointer type [enabled by default]
    In file included from module.c:3:0:
    ./header.h:131:6: note: expected 'struct GtkMenuShell *' but argument is of type 'struct GObject *'
    mv -f .deps/libglobalmenu_gtk_la-module.Tpo .deps/libglobalmenu_gtk_la-module.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng15 -DGTK_VERSION=3 -g -O2 -MT libglobalmenu_gtk_la-superrider.lo -MD -MP -MF .deps/libglobalmenu_gtk_la-superrider.Tpo -c -o libglobalmenu_gtk_la-superrider.lo `test -f 'superrider.c' || echo './'`superrider.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng15 -DGTK_VERSION=3 -g -O2 -MT libglobalmenu_gtk_la-superrider.lo -MD -MP -MF .deps/libglobalmenu_gtk_la-superrider.Tpo -c superrider.c -fPIC -DPIC -o .libs/libglobalmenu_gtk_la-superrider.o
    superrider.c: In function 'superrider_get_class':
    superrider.c:144:4: warning: assignment discards 'const' qualifier from pointer target type [enabled by default]
    superrider.c: In function 'superrider_member_pop':
    superrider.c:674:11: warning: assignment discards 'const' qualifier from pointer target type [enabled by default]
    superrider.c: In function 'superrider_member_peek_super':
    superrider.c:702:10: warning: assignment discards 'const' qualifier from pointer target type [enabled by default]
    superrider.c: In function 'superrider_member_finalize':
    superrider.c:848:11: warning: assignment discards 'const' qualifier from pointer target type [enabled by default]
    mv -f .deps/libglobalmenu_gtk_la-superrider.Tpo .deps/libglobalmenu_gtk_la-superrider.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng15 -DGTK_VERSION=3 -g -O2 -MT libglobalmenu_gtk_la-gtk-menubar.lo -MD -MP -MF .deps/libglobalmenu_gtk_la-gtk-menubar.Tpo -c -o libglobalmenu_gtk_la-gtk-menubar.lo `test -f 'gtk-menubar.c' || echo './'`gtk-menubar.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng15 -DGTK_VERSION=3 -g -O2 -MT libglobalmenu_gtk_la-gtk-menubar.lo -MD -MP -MF .deps/libglobalmenu_gtk_la-gtk-menubar.Tpo -c gtk-menubar.c -fPIC -DPIC -o .libs/libglobalmenu_gtk_la-gtk-menubar.o
    mv -f .deps/libglobalmenu_gtk_la-gtk-menubar.Tpo .deps/libglobalmenu_gtk_la-gtk-menubar.Plo
    /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -module -avoid-version -o libglobalmenu-gtk.la -rpath /usr/lib/gtk-3.0/modules libglobalmenu_gtk_la-client.lo libglobalmenu_gtk_la-module.lo libglobalmenu_gtk_la-superrider.lo libglobalmenu_gtk_la-gtk-menubar.lo -Wl,--export-dynamic -pthread -lgmodule-2.0 -lrt -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0
    libtool: link: gcc -shared -fPIC -DPIC .libs/libglobalmenu_gtk_la-client.o .libs/libglobalmenu_gtk_la-module.o .libs/libglobalmenu_gtk_la-superrider.o .libs/libglobalmenu_gtk_la-gtk-menubar.o -lgmodule-2.0 -lrt -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 -O2 -Wl,--export-dynamic -pthread -pthread -Wl,-soname -Wl,libglobalmenu-gtk.so -o .libs/libglobalmenu-gtk.so
    libtool: link: ( cd ".libs" && rm -f "libglobalmenu-gtk.la" && ln -s "../libglobalmenu-gtk.la" "libglobalmenu-gtk.la" )
    rm -f gnome_globalmenu_manager_vala.stamp && echo stamp > gnome_globalmenu_manager_vala.stamp-t
    CDPATH="${ZSH_VERSION+.}:" && cd . && /usr/bin/valac --pkg gio-2.0 -C manager.vala
    manager.vala:15.2-15.47: error: field type `GLib.Datalist<KnownBusName?>` is less accessible than field `Manager.known_bus_names`
    public Datalist<KnownBusName?> known_bus_names;
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    manager.vala:17.21-17.44: error: The name `get_data' does not exist in the context of `Manager.known_bus_names'
    KnownBusName? k = known_bus_names.get_data(sender);
    ^^^^^^^^^^^^^^^^^^^^^^^^
    manager.vala:24.6-24.37: error: The name `remove_no_notify' does not exist in the context of `Manager.known_bus_names'
    known_bus_names.remove_no_notify(sender);
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    manager.vala:27.4-27.27: error: The name `set_data' does not exist in the context of `Manager.known_bus_names'
    known_bus_names.set_data(sender, k);
    ^^^^^^^^^^^^^^^^^^^^^^^^
    manager.vala:87.3-87.25: error: The name `foreach' does not exist in the context of `Manager.known_bus_names'
    known_bus_names.foreach(
    ^^^^^^^^^^^^^^^^^^^^^^^
    manager.vala:67.3-67.25: error: The name `foreach' does not exist in the context of `Manager.known_bus_names'
    known_bus_names.foreach(
    ^^^^^^^^^^^^^^^^^^^^^^^
    Compilation failed: 6 error(s), 0 warning(s)
    make[3]: *** [gnome_globalmenu_manager_vala.stamp] Error 1
    make[3]: Leaving directory `/root/globalmenu/gnome-globalmenu/src'
    make[2]: *** [all] Error 2
    make[2]: Leaving directory `/root/globalmenu/gnome-globalmenu/src'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/root/globalmenu/gnome-globalmenu'
    make: *** [all] Error 2
    Any ideas on how to fix this?

    Snowman wrote:
    to compile:
    qmake
    make
    thanks for replying. I added the following to the end of the PKGBUILD above:
    msg "GIT checkout done or server timeout"
    qmake
    make
    package() {
    make DESTDIR=$pkgdir PREFIX=/usr install
    And changed the dependencies after pursuing some error messages:
    depends=('gnome-globalmenu-xfce4' 'qt-appmenu' 'appmenu-qt')
    makedepends=('git' 'qt-private-headers')
    and ran makepkg -s (I updated the PKGBUILD in the OP to reflect the changes). The output is more than before but it doesn't get very far before exiting:
    g++ -c -m64 -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_PLUGIN -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt/mkspecs/linux-g++-64 -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtXml -I/usr/include -I. -o qx11menubarimpl.o qx11menubarimpl.cpp
    In file included from qx11menubarimpl.cpp:10:0:
    qx11menubarimpl.h:9:54: fatal error: QtGui/private/qabstractplatformmenubar_p.h: No such file or directory
    compilation terminated.
    make: *** [qx11menubarimpl.o] Error 1
    The only hits google recognises for "QtGui/private/qabstractplatformmenubar_p.h"  are for a package Fedora names 'libqt4-private-dev' and Ubuntu's 'qt-devel-private'. From what I can it tell, qt-private-headers should be the corresponding package in Arch (and is included in the dependencies for that reason) but I can find no trace of the missing file in my system after having installed it.
    Kinda stuck from here. :-/
    Last edited by b9anders (2011-10-22 14:55:32)

  • Does anyone have Gnome Shell up and running? If so, how did you do it?

    Hi all!
    I've tried installing Gnome Shell via gnome-shell and gnome-shell-git in AUR and the guide over here: http://zazaq.com/2010/04/27/gnome-scree … 0-on-arch/ to no avail. The latter method actually compiles after a few minor tweaks, but after running:
    gnome-shell/install/bin/gnome-shell --replace
    I am stuck with errors like this:
    JS ERROR: !!! Exception was: Error: Requiring GLib, version none: Typelib file for namespace 'GLib' (any version) not found
    JS ERROR: !!! lineNumber = '0'
    JS ERROR: !!! fileName = 'gjs_throw'
    JS ERROR: !!! stack = 'Error("Requiring GLib, version none: Typelib file for namespace 'GLib' (any version) not found")@:0
    ("Requiring GLib, version none: Typelib file for namespace 'GLib' (any version) not found")@gjs_throw:0
    @/home/korpenkraxar/gnome-shell/install/share/gnome-shell/js/ui/main.js:3
    JS ERROR: !!! message = 'Requiring GLib, version none: Typelib file for namespace 'GLib' (any version) not found'
    JS ERROR: !!! Exception was: Error: Requiring GLib, version none: Typelib file for namespace 'GLib' (any version) not found
    JS ERROR: !!! lineNumber = '0'
    JS ERROR: !!! fileName = 'gjs_throw'
    JS ERROR: !!! stack = 'Error("Requiring GLib, version none: Typelib file for namespace 'GLib' (any version) not found")@:0
    ("Requiring GLib, version none: Typelib file for namespace 'GLib' (any version) not found")@gjs_throw:0
    @/home/korpenkraxar/gnome-shell/install/share/gnome-shell/js/ui/main.js:3
    JS ERROR: !!! message = 'Requiring GLib, version none: Typelib file for namespace 'GLib' (any version) not found'
    Window manager warning: Log level 32: Execution of main.js threw exception: Error: Requiring GLib, version none: Typelib file for namespace 'GLib' (any version) not found
    Followed by:
    Cannot register the panel shell: there is already one running.
    Looking around on the interwebs, the latter error suggests removing xulrunner, which I have done. This actually allows me to start gnome-shell, but the only thing that happens is that mutter kicks in and the window decoration changes slightly but I do not get the actual shell. Having removed xulrunner, I get this error:
    (mutter:1063): mutter-WARNING **: Could not load library [/home/korpenkraxar/gnome-shell/install/lib64/mutter/plugins/libgnome-shell.so (libmozjs.so: cannot open shared object file: No such file or directory)]
    And now I am stuck. Any ideas or pointers anyone?
    Last edited by korpenkraxar (2010-11-11 08:57:47)

    I got it running a while back.  (Like, a couple of months ago.  It's now gone, for multiple reasons).  If memory serves me correctly, I just enabled the gnome-unstable repository and downloaded and it worked (it didn't compile properly from AUR for me).  Well, I say "worked".  It was very slow.
    Maybe add
    [gnome-unstable]
    Include = /etc/pacman.d/mirrorlist
    to pacman.conf if you want to give it a go.
    On the subject of gnome shell, has anyone got it to run smoothly?  I have a 1Gb nvidia card, 4Gb ram and dual core 3Ghz cpu and it was totally unusable when I tried it.

  • [SOLVED]Can't Install Git

    I'm trying to install git from the Extra repository. However, I get the following output:
    resolving dependencies...
    looking for inter-conflicts...
    Targets (1): git-1.8.0.1-1
    Total Installed Size: 15.74 MiB
    checking package integrity...
    loading package files...
    checking for file conflicts...
    git: /etc/rc.d/git-daemon exists in filesystem
    git: /usr/bin/git exists in filesystem
    git: /usr/bin/git-cvsserver exists in filesystem
    git: /usr/bin/git-receive-pack exists in filesystem
    git: /usr/bin/git-shell exists in filesystem
    git: /usr/bin/git-upload-archive exists in filesystem
    git: /usr/bin/git-upload-pack exists in filesystem
    git: /usr/bin/gitk exists in filesystem
    git: /usr/lib/git-core/git exists in filesystem
    git: /usr/lib/git-core/git-add exists in filesystem
    git: /usr/lib/git-core/git-add--interactive exists in filesystem
    git: /usr/lib/git-core/git-am exists in filesystem
    git: /usr/lib/git-core/git-annotate exists in filesystem
    git: /usr/lib/git-core/git-apply exists in filesystem
    git: /usr/lib/git-core/git-archimport exists in filesystem
    git: /usr/lib/git-core/git-archive exists in filesystem
    git: /usr/lib/git-core/git-bisect exists in filesystem
    git: /usr/lib/git-core/git-bisect--helper exists in filesystem
    git: /usr/lib/git-core/git-blame exists in filesystem
    git: /usr/lib/git-core/git-branch exists in filesystem
    git: /usr/lib/git-core/git-bundle exists in filesystem
    git: /usr/lib/git-core/git-cat-file exists in filesystem
    git: /usr/lib/git-core/git-check-attr exists in filesystem
    git: /usr/lib/git-core/git-check-ref-format exists in filesystem
    git: /usr/lib/git-core/git-checkout exists in filesystem
    git: /usr/lib/git-core/git-checkout-index exists in filesystem
    git: /usr/lib/git-core/git-cherry exists in filesystem
    git: /usr/lib/git-core/git-cherry-pick exists in filesystem
    git: /usr/lib/git-core/git-citool exists in filesystem
    git: /usr/lib/git-core/git-clean exists in filesystem
    git: /usr/lib/git-core/git-clone exists in filesystem
    git: /usr/lib/git-core/git-column exists in filesystem
    git: /usr/lib/git-core/git-commit exists in filesystem
    git: /usr/lib/git-core/git-commit-tree exists in filesystem
    git: /usr/lib/git-core/git-config exists in filesystem
    git: /usr/lib/git-core/git-count-objects exists in filesystem
    git: /usr/lib/git-core/git-credential exists in filesystem
    git: /usr/lib/git-core/git-credential-cache exists in filesystem
    git: /usr/lib/git-core/git-credential-cache--daemon exists in filesystem
    git: /usr/lib/git-core/git-credential-store exists in filesystem
    git: /usr/lib/git-core/git-cvsexportcommit exists in filesystem
    git: /usr/lib/git-core/git-cvsimport exists in filesystem
    git: /usr/lib/git-core/git-cvsserver exists in filesystem
    git: /usr/lib/git-core/git-daemon exists in filesystem
    git: /usr/lib/git-core/git-describe exists in filesystem
    git: /usr/lib/git-core/git-diff exists in filesystem
    git: /usr/lib/git-core/git-diff-files exists in filesystem
    git: /usr/lib/git-core/git-diff-index exists in filesystem
    git: /usr/lib/git-core/git-diff-tree exists in filesystem
    git: /usr/lib/git-core/git-difftool exists in filesystem
    git: /usr/lib/git-core/git-difftool--helper exists in filesystem
    git: /usr/lib/git-core/git-fast-export exists in filesystem
    git: /usr/lib/git-core/git-fast-import exists in filesystem
    git: /usr/lib/git-core/git-fetch exists in filesystem
    git: /usr/lib/git-core/git-fetch-pack exists in filesystem
    git: /usr/lib/git-core/git-filter-branch exists in filesystem
    git: /usr/lib/git-core/git-fmt-merge-msg exists in filesystem
    git: /usr/lib/git-core/git-for-each-ref exists in filesystem
    git: /usr/lib/git-core/git-format-patch exists in filesystem
    git: /usr/lib/git-core/git-fsck exists in filesystem
    git: /usr/lib/git-core/git-fsck-objects exists in filesystem
    git: /usr/lib/git-core/git-gc exists in filesystem
    git: /usr/lib/git-core/git-get-tar-commit-id exists in filesystem
    git: /usr/lib/git-core/git-grep exists in filesystem
    git: /usr/lib/git-core/git-gui exists in filesystem
    git: /usr/lib/git-core/git-gui--askpass exists in filesystem
    git: /usr/lib/git-core/git-hash-object exists in filesystem
    git: /usr/lib/git-core/git-help exists in filesystem
    git: /usr/lib/git-core/git-http-backend exists in filesystem
    git: /usr/lib/git-core/git-http-fetch exists in filesystem
    git: /usr/lib/git-core/git-http-push exists in filesystem
    git: /usr/lib/git-core/git-imap-send exists in filesystem
    git: /usr/lib/git-core/git-index-pack exists in filesystem
    git: /usr/lib/git-core/git-init exists in filesystem
    git: /usr/lib/git-core/git-init-db exists in filesystem
    git: /usr/lib/git-core/git-instaweb exists in filesystem
    git: /usr/lib/git-core/git-log exists in filesystem
    git: /usr/lib/git-core/git-lost-found exists in filesystem
    git: /usr/lib/git-core/git-ls-files exists in filesystem
    git: /usr/lib/git-core/git-ls-remote exists in filesystem
    git: /usr/lib/git-core/git-ls-tree exists in filesystem
    git: /usr/lib/git-core/git-mailinfo exists in filesystem
    git: /usr/lib/git-core/git-mailsplit exists in filesystem
    git: /usr/lib/git-core/git-merge exists in filesystem
    git: /usr/lib/git-core/git-merge-base exists in filesystem
    git: /usr/lib/git-core/git-merge-file exists in filesystem
    git: /usr/lib/git-core/git-merge-index exists in filesystem
    git: /usr/lib/git-core/git-merge-octopus exists in filesystem
    git: /usr/lib/git-core/git-merge-one-file exists in filesystem
    git: /usr/lib/git-core/git-merge-ours exists in filesystem
    git: /usr/lib/git-core/git-merge-recursive exists in filesystem
    git: /usr/lib/git-core/git-merge-resolve exists in filesystem
    git: /usr/lib/git-core/git-merge-subtree exists in filesystem
    git: /usr/lib/git-core/git-merge-tree exists in filesystem
    git: /usr/lib/git-core/git-mergetool exists in filesystem
    git: /usr/lib/git-core/git-mergetool--lib exists in filesystem
    git: /usr/lib/git-core/git-mktag exists in filesystem
    git: /usr/lib/git-core/git-mktree exists in filesystem
    git: /usr/lib/git-core/git-mv exists in filesystem
    git: /usr/lib/git-core/git-name-rev exists in filesystem
    git: /usr/lib/git-core/git-notes exists in filesystem
    git: /usr/lib/git-core/git-p4 exists in filesystem
    git: /usr/lib/git-core/git-pack-objects exists in filesystem
    git: /usr/lib/git-core/git-pack-redundant exists in filesystem
    git: /usr/lib/git-core/git-pack-refs exists in filesystem
    git: /usr/lib/git-core/git-parse-remote exists in filesystem
    git: /usr/lib/git-core/git-patch-id exists in filesystem
    git: /usr/lib/git-core/git-peek-remote exists in filesystem
    git: /usr/lib/git-core/git-prune exists in filesystem
    git: /usr/lib/git-core/git-prune-packed exists in filesystem
    git: /usr/lib/git-core/git-pull exists in filesystem
    git: /usr/lib/git-core/git-push exists in filesystem
    git: /usr/lib/git-core/git-quiltimport exists in filesystem
    git: /usr/lib/git-core/git-read-tree exists in filesystem
    git: /usr/lib/git-core/git-rebase exists in filesystem
    git: /usr/lib/git-core/git-rebase--am exists in filesystem
    git: /usr/lib/git-core/git-rebase--interactive exists in filesystem
    git: /usr/lib/git-core/git-rebase--merge exists in filesystem
    git: /usr/lib/git-core/git-receive-pack exists in filesystem
    git: /usr/lib/git-core/git-reflog exists in filesystem
    git: /usr/lib/git-core/git-relink exists in filesystem
    git: /usr/lib/git-core/git-remote exists in filesystem
    git: /usr/lib/git-core/git-remote-ext exists in filesystem
    git: /usr/lib/git-core/git-remote-fd exists in filesystem
    git: /usr/lib/git-core/git-remote-ftp exists in filesystem
    git: /usr/lib/git-core/git-remote-ftps exists in filesystem
    git: /usr/lib/git-core/git-remote-http exists in filesystem
    git: /usr/lib/git-core/git-remote-https exists in filesystem
    git: /usr/lib/git-core/git-remote-testgit exists in filesystem
    git: /usr/lib/git-core/git-repack exists in filesystem
    git: /usr/lib/git-core/git-replace exists in filesystem
    git: /usr/lib/git-core/git-repo-config exists in filesystem
    git: /usr/lib/git-core/git-request-pull exists in filesystem
    git: /usr/lib/git-core/git-rerere exists in filesystem
    git: /usr/lib/git-core/git-reset exists in filesystem
    git: /usr/lib/git-core/git-rev-list exists in filesystem
    git: /usr/lib/git-core/git-rev-parse exists in filesystem
    git: /usr/lib/git-core/git-revert exists in filesystem
    git: /usr/lib/git-core/git-rm exists in filesystem
    git: /usr/lib/git-core/git-send-email exists in filesystem
    git: /usr/lib/git-core/git-send-pack exists in filesystem
    git: /usr/lib/git-core/git-sh-i18n exists in filesystem
    git: /usr/lib/git-core/git-sh-i18n--envsubst exists in filesystem
    git: /usr/lib/git-core/git-sh-setup exists in filesystem
    git: /usr/lib/git-core/git-shell exists in filesystem
    git: /usr/lib/git-core/git-shortlog exists in filesystem
    git: /usr/lib/git-core/git-show exists in filesystem
    git: /usr/lib/git-core/git-show-branch exists in filesystem
    git: /usr/lib/git-core/git-show-index exists in filesystem
    git: /usr/lib/git-core/git-show-ref exists in filesystem
    git: /usr/lib/git-core/git-stage exists in filesystem
    git: /usr/lib/git-core/git-stash exists in filesystem
    git: /usr/lib/git-core/git-status exists in filesystem
    git: /usr/lib/git-core/git-stripspace exists in filesystem
    git: /usr/lib/git-core/git-submodule exists in filesystem
    git: /usr/lib/git-core/git-svn exists in filesystem
    git: /usr/lib/git-core/git-symbolic-ref exists in filesystem
    git: /usr/lib/git-core/git-tag exists in filesystem
    git: /usr/lib/git-core/git-tar-tree exists in filesystem
    git: /usr/lib/git-core/git-unpack-file exists in filesystem
    git: /usr/lib/git-core/git-unpack-objects exists in filesystem
    git: /usr/lib/git-core/git-update-index exists in filesystem
    git: /usr/lib/git-core/git-update-ref exists in filesystem
    git: /usr/lib/git-core/git-update-server-info exists in filesystem
    git: /usr/lib/git-core/git-upload-archive exists in filesystem
    git: /usr/lib/git-core/git-upload-pack exists in filesystem
    git: /usr/lib/git-core/git-var exists in filesystem
    git: /usr/lib/git-core/git-verify-pack exists in filesystem
    git: /usr/lib/git-core/git-verify-tag exists in filesystem
    git: /usr/lib/git-core/git-web--browse exists in filesystem
    git: /usr/lib/git-core/git-whatchanged exists in filesystem
    git: /usr/lib/git-core/git-write-tree exists in filesystem
    git: /usr/lib/git-core/mergetools/araxis exists in filesystem
    git: /usr/lib/git-core/mergetools/bc3 exists in filesystem
    git: /usr/lib/git-core/mergetools/codecompare exists in filesystem
    git: /usr/lib/git-core/mergetools/defaults exists in filesystem
    git: /usr/lib/git-core/mergetools/deltawalker exists in filesystem
    git: /usr/lib/git-core/mergetools/diffuse exists in filesystem
    git: /usr/lib/git-core/mergetools/ecmerge exists in filesystem
    git: /usr/lib/git-core/mergetools/emerge exists in filesystem
    git: /usr/lib/git-core/mergetools/kdiff3 exists in filesystem
    git: /usr/lib/git-core/mergetools/kompare exists in filesystem
    git: /usr/lib/git-core/mergetools/meld exists in filesystem
    git: /usr/lib/git-core/mergetools/opendiff exists in filesystem
    git: /usr/lib/git-core/mergetools/p4merge exists in filesystem
    git: /usr/lib/git-core/mergetools/tkdiff exists in filesystem
    git: /usr/lib/git-core/mergetools/tortoisemerge exists in filesystem
    git: /usr/lib/git-core/mergetools/vim exists in filesystem
    git: /usr/lib/git-core/mergetools/xxdiff exists in filesystem
    git: /usr/lib/python2.7/site-packages/git_remote_helpers-0.1.0-py2.7.egg-info exists in filesystem
    git: /usr/lib/python2.7/site-packages/git_remote_helpers/__init__.py exists in filesystem
    git: /usr/lib/python2.7/site-packages/git_remote_helpers/__init__.pyc exists in filesystem
    git: /usr/lib/python2.7/site-packages/git_remote_helpers/git/__init__.py exists in filesystem
    git: /usr/lib/python2.7/site-packages/git_remote_helpers/git/__init__.pyc exists in filesystem
    git: /usr/lib/python2.7/site-packages/git_remote_helpers/git/exporter.py exists in filesystem
    git: /usr/lib/python2.7/site-packages/git_remote_helpers/git/exporter.pyc exists in filesystem
    git: /usr/lib/python2.7/site-packages/git_remote_helpers/git/git.py exists in filesystem
    git: /usr/lib/python2.7/site-packages/git_remote_helpers/git/git.pyc exists in filesystem
    git: /usr/lib/python2.7/site-packages/git_remote_helpers/git/importer.py exists in filesystem
    git: /usr/lib/python2.7/site-packages/git_remote_helpers/git/importer.pyc exists in filesystem
    git: /usr/lib/python2.7/site-packages/git_remote_helpers/git/non_local.py exists in filesystem
    git: /usr/lib/python2.7/site-packages/git_remote_helpers/git/non_local.pyc exists in filesystem
    git: /usr/lib/python2.7/site-packages/git_remote_helpers/git/repo.py exists in filesystem
    git: /usr/lib/python2.7/site-packages/git_remote_helpers/git/repo.pyc exists in filesystem
    git: /usr/lib/python2.7/site-packages/git_remote_helpers/util.py exists in filesystem
    git: /usr/lib/python2.7/site-packages/git_remote_helpers/util.pyc exists in filesystem
    git: /usr/lib/systemd/system/git-daemon.socket exists in filesystem
    git: /usr/lib/systemd/system/[email protected] exists in filesystem
    git: /usr/share/bash-completion/completions/git exists in filesystem
    git: /usr/share/emacs/site-lisp/git-blame.el exists in filesystem
    git: /usr/share/emacs/site-lisp/git-blame.elc exists in filesystem
    git: /usr/share/emacs/site-lisp/git.el exists in filesystem
    git: /usr/share/emacs/site-lisp/git.elc exists in filesystem
    git: /usr/share/git-core/templates/description exists in filesystem
    git: /usr/share/git-core/templates/hooks/applypatch-msg.sample exists in filesystem
    git: /usr/share/git-core/templates/hooks/commit-msg.sample exists in filesystem
    git: /usr/share/git-core/templates/hooks/post-update.sample exists in filesystem
    git: /usr/share/git-core/templates/hooks/pre-applypatch.sample exists in filesystem
    git: /usr/share/git-core/templates/hooks/pre-commit.sample exists in filesystem
    git: /usr/share/git-core/templates/hooks/pre-rebase.sample exists in filesystem
    git: /usr/share/git-core/templates/hooks/prepare-commit-msg.sample exists in filesystem
    git: /usr/share/git-core/templates/hooks/update.sample exists in filesystem
    git: /usr/share/git-core/templates/info/exclude exists in filesystem
    git: /usr/share/git-gui/lib/about.tcl exists in filesystem
    git: /usr/share/git-gui/lib/blame.tcl exists in filesystem
    git: /usr/share/git-gui/lib/branch.tcl exists in filesystem
    git: /usr/share/git-gui/lib/branch_checkout.tcl exists in filesystem
    git: /usr/share/git-gui/lib/branch_create.tcl exists in filesystem
    git: /usr/share/git-gui/lib/branch_delete.tcl exists in filesystem
    git: /usr/share/git-gui/lib/branch_rename.tcl exists in filesystem
    git: /usr/share/git-gui/lib/browser.tcl exists in filesystem
    git: /usr/share/git-gui/lib/checkout_op.tcl exists in filesystem
    git: /usr/share/git-gui/lib/choose_font.tcl exists in filesystem
    git: /usr/share/git-gui/lib/choose_repository.tcl exists in filesystem
    git: /usr/share/git-gui/lib/choose_rev.tcl exists in filesystem
    git: /usr/share/git-gui/lib/class.tcl exists in filesystem
    git: /usr/share/git-gui/lib/commit.tcl exists in filesystem
    git: /usr/share/git-gui/lib/console.tcl exists in filesystem
    git: /usr/share/git-gui/lib/database.tcl exists in filesystem
    git: /usr/share/git-gui/lib/date.tcl exists in filesystem
    git: /usr/share/git-gui/lib/diff.tcl exists in filesystem
    git: /usr/share/git-gui/lib/encoding.tcl exists in filesystem
    git: /usr/share/git-gui/lib/error.tcl exists in filesystem
    git: /usr/share/git-gui/lib/git-gui.ico exists in filesystem
    git: /usr/share/git-gui/lib/index.tcl exists in filesystem
    git: /usr/share/git-gui/lib/line.tcl exists in filesystem
    git: /usr/share/git-gui/lib/logo.tcl exists in filesystem
    git: /usr/share/git-gui/lib/merge.tcl exists in filesystem
    git: /usr/share/git-gui/lib/mergetool.tcl exists in filesystem
    git: /usr/share/git-gui/lib/msgs/de.msg exists in filesystem
    git: /usr/share/git-gui/lib/msgs/el.msg exists in filesystem
    git: /usr/share/git-gui/lib/msgs/fr.msg exists in filesystem
    git: /usr/share/git-gui/lib/msgs/hu.msg exists in filesystem
    git: /usr/share/git-gui/lib/msgs/it.msg exists in filesystem
    git: /usr/share/git-gui/lib/msgs/ja.msg exists in filesystem
    git: /usr/share/git-gui/lib/msgs/nb.msg exists in filesystem
    git: /usr/share/git-gui/lib/msgs/pt_br.msg exists in filesystem
    git: /usr/share/git-gui/lib/msgs/ru.msg exists in filesystem
    git: /usr/share/git-gui/lib/msgs/sv.msg exists in filesystem
    git: /usr/share/git-gui/lib/msgs/zh_cn.msg exists in filesystem
    git: /usr/share/git-gui/lib/option.tcl exists in filesystem
    git: /usr/share/git-gui/lib/remote.tcl exists in filesystem
    git: /usr/share/git-gui/lib/remote_add.tcl exists in filesystem
    git: /usr/share/git-gui/lib/remote_branch_delete.tcl exists in filesystem
    git: /usr/share/git-gui/lib/search.tcl exists in filesystem
    git: /usr/share/git-gui/lib/shortcut.tcl exists in filesystem
    git: /usr/share/git-gui/lib/spellcheck.tcl exists in filesystem
    git: /usr/share/git-gui/lib/sshkey.tcl exists in filesystem
    git: /usr/share/git-gui/lib/status_bar.tcl exists in filesystem
    git: /usr/share/git-gui/lib/tclIndex exists in filesystem
    git: /usr/share/git-gui/lib/themed.tcl exists in filesystem
    git: /usr/share/git-gui/lib/tools.tcl exists in filesystem
    git: /usr/share/git-gui/lib/tools_dlg.tcl exists in filesystem
    git: /usr/share/git-gui/lib/transport.tcl exists in filesystem
    git: /usr/share/git-gui/lib/win32.tcl exists in filesystem
    git: /usr/share/git-gui/lib/win32_shortcut.js exists in filesystem
    git: /usr/share/git/README exists in filesystem
    git: /usr/share/git/blameview/README exists in filesystem
    git: /usr/share/git/blameview/blameview.perl exists in filesystem
    git: /usr/share/git/buildsystems/Generators.pm exists in filesystem
    git: /usr/share/git/buildsystems/Generators/QMake.pm exists in filesystem
    git: /usr/share/git/buildsystems/Generators/Vcproj.pm exists in filesystem
    git: /usr/share/git/buildsystems/engine.pl exists in filesystem
    git: /usr/share/git/buildsystems/generate exists in filesystem
    git: /usr/share/git/buildsystems/parse.pl exists in filesystem
    git: /usr/share/git/ciabot/INSTALL exists in filesystem
    git: /usr/share/git/ciabot/README exists in filesystem
    git: /usr/share/git/ciabot/ciabot.py exists in filesystem
    git: /usr/share/git/ciabot/ciabot.sh exists in filesystem
    git: /usr/share/git/completion/git-completion.bash exists in filesystem
    git: /usr/share/git/completion/git-prompt.sh exists in filesystem
    git: /usr/share/git/continuous/cidaemon exists in filesystem
    git: /usr/share/git/continuous/post-receive-cinotify exists in filesystem
    git: /usr/share/git/convert-objects/convert-objects.c exists in filesystem
    git: /usr/share/git/convert-objects/git-convert-objects.txt exists in filesystem
    git: /usr/share/git/credential/gnome-keyring/.gitignore exists in filesystem
    git: /usr/share/git/credential/gnome-keyring/Makefile exists in filesystem
    git: /usr/share/git/credential/gnome-keyring/git-credential-gnome-keyring.c exists in filesystem
    git: /usr/share/git/credential/osxkeychain/.gitignore exists in filesystem
    git: /usr/share/git/credential/osxkeychain/Makefile exists in filesystem
    git: /usr/share/git/credential/osxkeychain/git-credential-osxkeychain.c exists in filesystem
    git: /usr/share/git/credential/wincred/Makefile exists in filesystem
    git: /usr/share/git/credential/wincred/git-credential-wincred.c exists in filesystem
    git: /usr/share/git/diff-highlight/README exists in filesystem
    git: /usr/share/git/diff-highlight/diff-highlight exists in filesystem
    git: /usr/share/git/diffall/README exists in filesystem
    git: /usr/share/git/diffall/git-diffall exists in filesystem
    git: /usr/share/git/emacs/.gitignore exists in filesystem
    git: /usr/share/git/emacs/Makefile exists in filesystem
    git: /usr/share/git/emacs/README exists in filesystem
    git: /usr/share/git/emacs/git-blame.el exists in filesystem
    git: /usr/share/git/emacs/git-blame.elc exists in filesystem
    git: /usr/share/git/emacs/git.el exists in filesystem
    git: /usr/share/git/emacs/git.elc exists in filesystem
    git: /usr/share/git/examples/README exists in filesystem
    git: /usr/share/git/examples/builtin-fetch--tool.c exists in filesystem
    git: /usr/share/git/examples/git-checkout.sh exists in filesystem
    git: /usr/share/git/examples/git-clean.sh exists in filesystem
    git: /usr/share/git/examples/git-clone.sh exists in filesystem
    git: /usr/share/git/examples/git-commit.sh exists in filesystem
    git: /usr/share/git/examples/git-fetch.sh exists in filesystem
    git: /usr/share/git/examples/git-gc.sh exists in filesystem
    git: /usr/share/git/examples/git-ls-remote.sh exists in filesystem
    git: /usr/share/git/examples/git-merge-ours.sh exists in filesystem
    git: /usr/share/git/examples/git-merge.sh exists in filesystem
    git: /usr/share/git/examples/git-notes.sh exists in filesystem
    git: /usr/share/git/examples/git-remote.perl exists in filesystem
    git: /usr/share/git/examples/git-rerere.perl exists in filesystem
    git: /usr/share/git/examples/git-reset.sh exists in filesystem
    git: /usr/share/git/examples/git-resolve.sh exists in filesystem
    git: /usr/share/git/examples/git-revert.sh exists in filesystem
    git: /usr/share/git/examples/git-svnimport.perl exists in filesystem
    git: /usr/share/git/examples/git-svnimport.txt exists in filesystem
    git: /usr/share/git/examples/git-tag.sh exists in filesystem
    git: /usr/share/git/examples/git-verify-tag.sh exists in filesystem
    git: /usr/share/git/fast-import/git-import.perl exists in filesystem
    git: /usr/share/git/fast-import/git-import.sh exists in filesystem
    git: /usr/share/git/fast-import/git-p4.README exists in filesystem
    git: /usr/share/git/fast-import/import-directories.perl exists in filesystem
    git: /usr/share/git/fast-import/import-tars.perl exists in filesystem
    git: /usr/share/git/fast-import/import-zips.py exists in filesystem
    git: /usr/share/git/git-jump/README exists in filesystem
    git: /usr/share/git/git-jump/git-jump exists in filesystem
    git: /usr/share/git/git-prompt.sh exists in filesystem
    git: /usr/share/git/git-resurrect.sh exists in filesystem
    git: /usr/share/git/git-shell-commands/README exists in filesystem
    git: /usr/share/git/git-shell-commands/help exists in filesystem
    git: /usr/share/git/git-shell-commands/list exists in filesystem
    git: /usr/share/git/gitview/gitview exists in filesystem
    git: /usr/share/git/gitview/gitview.txt exists in filesystem
    git: /usr/share/git/hg-to-git/hg-to-git.py exists in filesystem
    git: /usr/share/git/hg-to-git/hg-to-git.txt exists in filesystem
    git: /usr/share/git/hooks/post-receive-email exists in filesystem
    git: /usr/share/git/hooks/pre-auto-gc-battery exists in filesystem
    git: /usr/share/git/hooks/setgitperms.perl exists in filesystem
    git: /usr/share/git/hooks/update-paranoid exists in filesystem
    git: /usr/share/git/mw-to-git/Makefile exists in filesystem
    git: /usr/share/git/mw-to-git/git-remote-mediawiki exists in filesystem
    git: /usr/share/git/mw-to-git/git-remote-mediawiki.txt exists in filesystem
    git: /usr/share/git/mw-to-git/t/.gitignore exists in filesystem
    git: /usr/share/git/mw-to-git/t/Makefile exists in filesystem
    git: /usr/share/git/mw-to-git/t/README exists in filesystem
    git: /usr/share/git/mw-to-git/t/install-wiki.sh exists in filesystem
    git: /usr/share/git/mw-to-git/t/install-wiki/.gitignore exists in filesystem
    git: /usr/share/git/mw-to-git/t/install-wiki/LocalSettings.php exists in filesystem
    git: /usr/share/git/mw-to-git/t/install-wiki/db_install.php exists in filesystem
    git: /usr/share/git/mw-to-git/t/push-pull-tests.sh exists in filesystem
    git: /usr/share/git/mw-to-git/t/t9360-mw-to-git-clone.sh exists in filesystem
    git: /usr/share/git/mw-to-git/t/t9361-mw-to-git-push-pull.sh exists in filesystem
    git: /usr/share/git/mw-to-git/t/t9362-mw-to-git-utf8.sh exists in filesystem
    git: /usr/share/git/mw-to-git/t/t9363-mw-to-git-export-import.sh exists in filesystem
    git: /usr/share/git/mw-to-git/t/t9364-pull-by-rev.sh exists in filesystem
    git: /usr/share/git/mw-to-git/t/test-gitmw-lib.sh exists in filesystem
    git: /usr/share/git/mw-to-git/t/test-gitmw.pl exists in filesystem
    git: /usr/share/git/mw-to-git/t/test.config exists in filesystem
    git: /usr/share/git/p4import/README exists in filesystem
    git: /usr/share/git/p4import/git-p4import.py exists in filesystem
    git: /usr/share/git/p4import/git-p4import.txt exists in filesystem
    git: /usr/share/git/patches/docbook-xsl-manpages-charmap.patch exists in filesystem
    git: /usr/share/git/persistent-https/LICENSE exists in filesystem
    git: /usr/share/git/persistent-https/Makefile exists in filesystem
    git: /usr/share/git/persistent-https/README exists in filesystem
    git: /usr/share/git/persistent-https/client.go exists in filesystem
    git: /usr/share/git/persistent-https/main.go exists in filesystem
    git: /usr/share/git/persistent-https/proxy.go exists in filesystem
    git: /usr/share/git/persistent-https/socket.go exists in filesystem
    git: /usr/share/git/remotes2config.sh exists in filesystem
    git: /usr/share/git/rerere-train.sh exists in filesystem
    git: /usr/share/git/stats/git-common-hash exists in filesystem
    git: /usr/share/git/stats/mailmap.pl exists in filesystem
    git: /usr/share/git/stats/packinfo.pl exists in filesystem
    git: /usr/share/git/subtree/.gitignore exists in filesystem
    git: /usr/share/git/subtree/COPYING exists in filesystem
    git: /usr/share/git/subtree/INSTALL exists in filesystem
    git: /usr/share/git/subtree/Makefile exists in filesystem
    git: /usr/share/git/subtree/README exists in filesystem
    git: /usr/share/git/subtree/git-subtree.sh exists in filesystem
    git: /usr/share/git/subtree/git-subtree.txt exists in filesystem
    git: /usr/share/git/subtree/t/Makefile exists in filesystem
    git: /usr/share/git/subtree/t/t7900-subtree.sh exists in filesystem
    git: /usr/share/git/subtree/todo exists in filesystem
    git: /usr/share/git/svn-fe/.gitignore exists in filesystem
    git: /usr/share/git/svn-fe/Makefile exists in filesystem
    git: /usr/share/git/svn-fe/svn-fe.c exists in filesystem
    git: /usr/share/git/svn-fe/svn-fe.txt exists in filesystem
    git: /usr/share/git/thunderbird-patch-inline/README exists in filesystem
    git: /usr/share/git/thunderbird-patch-inline/appp.sh exists in filesystem
    git: /usr/share/git/vim/README exists in filesystem
    git: /usr/share/git/workdir/git-new-workdir exists in filesystem
    git: /usr/share/gitk/lib/msgs/de.msg exists in filesystem
    git: /usr/share/gitk/lib/msgs/es.msg exists in filesystem
    git: /usr/share/gitk/lib/msgs/fr.msg exists in filesystem
    git: /usr/share/gitk/lib/msgs/hu.msg exists in filesystem
    git: /usr/share/gitk/lib/msgs/it.msg exists in filesystem
    git: /usr/share/gitk/lib/msgs/ja.msg exists in filesystem
    git: /usr/share/gitk/lib/msgs/pt_br.msg exists in filesystem
    git: /usr/share/gitk/lib/msgs/ru.msg exists in filesystem
    git: /usr/share/gitk/lib/msgs/sv.msg exists in filesystem
    git: /usr/share/gitweb/gitweb.cgi exists in filesystem
    git: /usr/share/gitweb/static/git-favicon.png exists in filesystem
    git: /usr/share/gitweb/static/git-logo.png exists in filesystem
    git: /usr/share/gitweb/static/gitweb.css exists in filesystem
    git: /usr/share/gitweb/static/gitweb.js exists in filesystem
    git: /usr/share/locale/da/LC_MESSAGES/git.mo exists in filesystem
    git: /usr/share/locale/de/LC_MESSAGES/git.mo exists in filesystem
    git: /usr/share/locale/is/LC_MESSAGES/git.mo exists in filesystem
    git: /usr/share/locale/it/LC_MESSAGES/git.mo exists in filesystem
    git: /usr/share/locale/nl/LC_MESSAGES/git.mo exists in filesystem
    git: /usr/share/locale/pt_PT/LC_MESSAGES/git.mo exists in filesystem
    git: /usr/share/locale/sv/LC_MESSAGES/git.mo exists in filesystem
    git: /usr/share/locale/vi/LC_MESSAGES/git.mo exists in filesystem
    git: /usr/share/locale/zh_CN/LC_MESSAGES/git.mo exists in filesystem
    git: /usr/share/man/man1/git-add.1.gz exists in filesystem
    git: /usr/share/man/man1/git-am.1.gz exists in filesystem
    git: /usr/share/man/man1/git-annotate.1.gz exists in filesystem
    git: /usr/share/man/man1/git-apply.1.gz exists in filesystem
    git: /usr/share/man/man1/git-archimport.1.gz exists in filesystem
    git: /usr/share/man/man1/git-archive.1.gz exists in filesystem
    git: /usr/share/man/man1/git-bisect.1.gz exists in filesystem
    git: /usr/share/man/man1/git-blame.1.gz exists in filesystem
    git: /usr/share/man/man1/git-branch.1.gz exists in filesystem
    git: /usr/share/man/man1/git-bundle.1.gz exists in filesystem
    git: /usr/share/man/man1/git-cat-file.1.gz exists in filesystem
    git: /usr/share/man/man1/git-check-attr.1.gz exists in filesystem
    git: /usr/share/man/man1/git-check-ref-format.1.gz exists in filesystem
    git: /usr/share/man/man1/git-checkout-index.1.gz exists in filesystem
    git: /usr/share/man/man1/git-checkout.1.gz exists in filesystem
    git: /usr/share/man/man1/git-cherry-pick.1.gz exists in filesystem
    git: /usr/share/man/man1/git-cherry.1.gz exists in filesystem
    git: /usr/share/man/man1/git-citool.1.gz exists in filesystem
    git: /usr/share/man/man1/git-clean.1.gz exists in filesystem
    git: /usr/share/man/man1/git-clone.1.gz exists in filesystem
    git: /usr/share/man/man1/git-column.1.gz exists in filesystem
    git: /usr/share/man/man1/git-commit-tree.1.gz exists in filesystem
    git: /usr/share/man/man1/git-commit.1.gz exists in filesystem
    git: /usr/share/man/man1/git-config.1.gz exists in filesystem
    git: /usr/share/man/man1/git-count-objects.1.gz exists in filesystem
    git: /usr/share/man/man1/git-credential-cache--daemon.1.gz exists in filesystem
    git: /usr/share/man/man1/git-credential-cache.1.gz exists in filesystem
    git: /usr/share/man/man1/git-credential-store.1.gz exists in filesystem
    git: /usr/share/man/man1/git-credential.1.gz exists in filesystem
    git: /usr/share/man/man1/git-cvsexportcommit.1.gz exists in filesystem
    git: /usr/share/man/man1/git-cvsimport.1.gz exists in filesystem
    git: /usr/share/man/man1/git-cvsserver.1.gz exists in filesystem
    git: /usr/share/man/man1/git-daemon.1.gz exists in filesystem
    git: /usr/share/man/man1/git-describe.1.gz exists in filesystem
    git: /usr/share/man/man1/git-diff-files.1.gz exists in filesystem
    git: /usr/share/man/man1/git-diff-index.1.gz exists in filesystem
    git: /usr/share/man/man1/git-diff-tree.1.gz exists in filesystem
    git: /usr/share/man/man1/git-diff.1.gz exists in filesystem
    git: /usr/share/man/man1/git-difftool.1.gz exists in filesystem
    git: /usr/share/man/man1/git-fast-export.1.gz exists in filesystem
    git: /usr/share/man/man1/git-fast-import.1.gz exists in filesystem
    git: /usr/share/man/man1/git-fetch-pack.1.gz exists in filesystem
    git: /usr/share/man/man1/git-fetch.1.gz exists in filesystem
    git: /usr/share/man/man1/git-filter-branch.1.gz exists in filesystem
    git: /usr/share/man/man1/git-fmt-merge-msg.1.gz exists in filesystem
    git: /usr/share/man/man1/git-for-each-ref.1.gz exists in filesystem
    git: /usr/share/man/man1/git-format-patch.1.gz exists in filesystem
    git: /usr/share/man/man1/git-fsck-objects.1.gz exists in filesystem
    git: /usr/share/man/man1/git-fsck.1.gz exists in filesystem
    git: /usr/share/man/man1/git-gc.1.gz exists in filesystem
    git: /usr/share/man/man1/git-get-tar-commit-id.1.gz exists in filesystem
    git: /usr/share/man/man1/git-grep.1.gz exists in filesystem
    git: /usr/share/man/man1/git-gui.1.gz exists in filesystem
    git: /usr/share/man/man1/git-hash-object.1.gz exists in filesystem
    git: /usr/share/man/man1/git-help.1.gz exists in filesystem
    git: /usr/share/man/man1/git-http-backend.1.gz exists in filesystem
    git: /usr/share/man/man1/git-http-fetch.1.gz exists in filesystem
    git: /usr/share/man/man1/git-http-push.1.gz exists in filesystem
    git: /usr/share/man/man1/git-imap-send.1.gz exists in filesystem
    git: /usr/share/man/man1/git-index-pack.1.gz exists in filesystem
    git: /usr/share/man/man1/git-init-db.1.gz exists in filesystem
    git: /usr/share/man/man1/git-init.1.gz exists in filesystem
    git: /usr/share/man/man1/git-instaweb.1.gz exists in filesystem
    git: /usr/share/man/man1/git-log.1.gz exists in filesystem
    git: /usr/share/man/man1/git-lost-found.1.gz exists in filesystem
    git: /usr/share/man/man1/git-ls-files.1.gz exists in filesystem
    git: /usr/share/man/man1/git-ls-remote.1.gz exists in filesystem
    git: /usr/share/man/man1/git-ls-tree.1.gz exists in filesystem
    git: /usr/share/man/man1/git-mailinfo.1.gz exists in filesystem
    git: /usr/share/man/man1/git-mailsplit.1.gz exists in filesystem
    git: /usr/share/man/man1/git-merge-base.1.gz exists in filesystem
    git: /usr/share/man/man1/git-merge-file.1.gz exists in filesystem
    git: /usr/share/man/man1/git-merge-index.1.gz exists in filesystem
    git: /usr/share/man/man1/git-merge-one-file.1.gz exists in filesystem
    git: /usr/share/man/man1/git-merge-tree.1.gz exists in filesystem
    git: /usr/share/man/man1/git-merge.1.gz exists in filesystem
    git: /usr/share/man/man1/git-mergetool--lib.1.gz exists in filesystem
    git: /usr/share/man/man1/git-mergetool.1.gz exists in filesystem
    git: /usr/share/man/man1/git-mktag.1.gz exists in filesystem
    git: /usr/share/man/man1/git-mktree.1.gz exists in filesystem
    git: /usr/share/man/man1/git-mv.1.gz exists in filesystem
    git: /usr/share/man/man1/git-name-rev.1.gz exists in filesystem
    git: /usr/share/man/man1/git-notes.1.gz exists in filesystem
    git: /usr/share/man/man1/git-p4.1.gz exists in filesystem
    git: /usr/share/man/man1/git-pack-objects.1.gz exists in filesystem
    git: /usr/share/man/man1/git-pack-redundant.1.gz exists in filesystem
    git: /usr/share/man/man1/git-pack-refs.1.gz exists in filesystem
    git: /usr/share/man/man1/git-parse-remote.1.gz exists in filesystem
    git: /usr/share/man/man1/git-patch-id.1.gz exists in filesystem
    git: /usr/share/man/man1/git-peek-remote.1.gz exists in filesystem
    git: /usr/share/man/man1/git-prune-packed.1.gz exists in filesystem
    git: /usr/share/man/man1/git-prune.1.gz exists in filesystem
    git: /usr/share/man/man1/git-pull.1.gz exists in filesystem
    git: /usr/share/man/man1/git-push.1.gz exists in filesystem
    git: /usr/share/man/man1/git-quiltimport.1.gz exists in filesystem
    git: /usr/share/man/man1/git-read-tree.1.gz exists in filesystem
    git: /usr/share/man/man1/git-rebase.1.gz exists in filesystem
    git: /usr/share/man/man1/git-receive-pack.1.gz exists in filesystem
    git: /usr/share/man/man1/git-reflog.1.gz exists in filesystem
    git: /usr/share/man/man1/git-relink.1.gz exists in filesystem
    git: /usr/share/man/man1/git-remote-ext.1.gz exists in filesystem
    git: /usr/share/man/man1/git-remote-fd.1.gz exists in filesystem
    git: /usr/share/man/man1/git-remote-helpers.1.gz exists in filesystem
    git: /usr/share/man/man1/git-remote-testgit.1.gz exists in filesystem
    git: /usr/share/man/man1/git-remote.1.gz exists in filesystem
    git: /usr/share/man/man1/git-repack.1.gz exists in filesystem
    git: /usr/share/man/man1/git-replace.1.gz exists in filesystem
    git: /usr/share/man/man1/git-repo-config.1.gz exists in filesystem
    git: /usr/share/man/man1/git-request-pull.1.gz exists in filesystem
    git: /usr/share/man/man1/git-rerere.1.gz exists in filesystem
    git: /usr/share/man/man1/git-reset.1.gz exists in filesystem
    git: /usr/share/man/man1/git-rev-list.1.gz exists in filesystem
    git: /usr/share/man/man1/git-rev-parse.1.gz exists in filesystem
    git: /usr/share/man/man1/git-revert.1.gz exists in filesystem
    git: /usr/share/man/man1/git-rm.1.gz exists in filesystem
    git: /usr/share/man/man1/git-send-email.1.gz exists in filesystem
    git: /usr/share/man/man1/git-send-pack.1.gz exists in filesystem
    git: /usr/share/man/man1/git-sh-i18n--envsubst.1.gz exists in filesystem
    git: /usr/share/man/man1/git-sh-i18n.1.gz exists in filesystem
    git: /usr/share/man/man1/git-sh-setup.1.gz exists in filesystem
    git: /usr/share/man/man1/git-shell.1.gz exists in filesystem
    git: /usr/share/man/man1/git-shortlog.1.gz exists in filesystem
    git: /usr/share/man/man1/git-show-branch.1.gz exists in filesystem
    git: /usr/share/man/man1/git-show-index.1.gz exists in filesystem
    git: /usr/share/man/man1/git-show-ref.1.gz exists in filesystem
    git: /usr/share/man/man1/git-show.1.gz exists in filesystem
    git: /usr/share/man/man1/git-stage.1.gz exists in filesystem
    git: /usr/share/man/man1/git-stash.1.gz exists in filesystem
    git: /usr/share/man/man1/git-status.1.gz exists in filesystem
    git: /usr/share/man/man1/git-stripspace.1.gz exists in filesystem
    git: /usr/share/man/man1/git-submodule.1.gz exists in filesystem
    git: /usr/share/man/man1/git-svn.1.gz exists in filesystem
    git: /usr/share/man/man1/git-symbolic-ref.1.gz exists in filesystem
    git: /usr/share/man/man1/git-tag.1.gz exists in filesystem
    git: /usr/share/man/man1/git-tar-tree.1.gz exists in filesystem
    git: /usr/share/man/man1/git-unpack-file.1.gz exists in filesystem
    git: /usr/share/man/man1/git-unpack-objects.1.gz exists in filesystem
    git: /usr/share/man/man1/git-update-index.1.gz exists in filesystem
    git: /usr/share/man/man1/git-update-ref.1.gz exists in filesystem
    git: /usr/share/man/man1/git-update-server-info.1.gz exists in filesystem
    git: /usr/share/man/man1/git-upload-archive.1.gz exists in filesystem
    git: /usr/share/man/man1/git-upload-pack.1.gz exists in filesystem
    git: /usr/share/man/man1/git-var.1.gz exists in filesystem
    git: /usr/share/man/man1/git-verify-pack.1.gz exists in filesystem
    git: /usr/share/man/man1/git-verify-tag.1.gz exists in filesystem
    git: /usr/share/man/man1/git-web--browse.1.gz exists in filesystem
    git: /usr/share/man/man1/git-whatchanged.1.gz exists in filesystem
    git: /usr/share/man/man1/git-write-tree.1.gz exists in filesystem
    git: /usr/share/man/man1/git.1.gz exists in filesystem
    git: /usr/share/man/man1/gitk.1.gz exists in filesystem
    git: /usr/share/man/man1/gitweb.1.gz exists in filesystem
    git: /usr/share/man/man3/Git.3pm.gz exists in filesystem
    git: /usr/share/man/man3/Git::I18N.3pm.gz exists in filesystem
    git: /usr/share/man/man3/Git::SVN::Editor.3pm.gz exists in filesystem
    git: /usr/share/man/man3/Git::SVN::Fetcher.3pm.gz exists in filesystem
    git: /usr/share/man/man3/Git::SVN::Memoize::YAML.3pm.gz exists in filesystem
    git: /usr/share/man/man3/Git::SVN::Prompt.3pm.gz exists in filesystem
    git: /usr/share/man/man3/Git::SVN::Ra.3pm.gz exists in filesystem
    git: /usr/share/man/man3/Git::SVN::Utils.3pm.gz exists in filesystem
    git: /usr/share/man/man5/gitattributes.5.gz exists in filesystem
    git: /usr/share/man/man5/githooks.5.gz exists in filesystem
    git: /usr/share/man/man5/gitignore.5.gz exists in filesystem
    git: /usr/share/man/man5/gitmodules.5.gz exists in filesystem
    git: /usr/share/man/man5/gitrepository-layout.5.gz exists in filesystem
    git: /usr/share/man/man5/gitweb.conf.5.gz exists in filesystem
    git: /usr/share/man/man7/gitcli.7.gz exists in filesystem
    git: /usr/share/man/man7/gitcore-tutorial.7.gz exists in filesystem
    git: /usr/share/man/man7/gitcredentials.7.gz exists in filesystem
    git: /usr/share/man/man7/gitcvs-migration.7.gz exists in filesystem
    git: /usr/share/man/man7/gitdiffcore.7.gz exists in filesystem
    git: /usr/share/man/man7/gitglossary.7.gz exists in filesystem
    git: /usr/share/man/man7/gitnamespaces.7.gz exists in filesystem
    git: /usr/share/man/man7/gitrevisions.7.gz exists in filesystem
    git: /usr/share/man/man7/gittutorial-2.7.gz exists in filesystem
    git: /usr/share/man/man7/gittutorial.7.gz exists in filesystem
    git: /usr/share/man/man7/gitworkflows.7.gz exists in filesystem
    git: /usr/share/perl5/vendor_perl/Git.pm exists in filesystem
    git: /usr/share/perl5/vendor_perl/Git/I18N.pm exists in filesystem
    git: /usr/share/perl5/vendor_perl/Git/IndexInfo.pm exists in filesystem
    git: /usr/share/perl5/vendor_perl/Git/SVN.pm exists in filesystem
    git: /usr/share/perl5/vendor_perl/Git/SVN/Editor.pm exists in filesystem
    git: /usr/share/perl5/vendor_perl/Git/SVN/Fetcher.pm exists in filesystem
    git: /usr/share/perl5/vendor_perl/Git/SVN/GlobSpec.pm exists in filesystem
    git: /usr/share/perl5/vendor_perl/Git/SVN/Log.pm exists in filesystem
    git: /usr/share/perl5/vendor_perl/Git/SVN/Memoize/YAML.pm exists in filesystem
    git: /usr/share/perl5/vendor_perl/Git/SVN/Migration.pm exists in filesystem
    git: /usr/share/perl5/vendor_perl/Git/SVN/Prompt.pm exists in filesystem
    git: /usr/share/perl5/vendor_perl/Git/SVN/Ra.pm exists in filesystem
    git: /usr/share/perl5/vendor_perl/Git/SVN/Utils.pm exists in filesystem
    Errors occurred, no packages were upgraded.
    I have fully upgraded my system using
    sudo pacman -Su
    . The problem persists
    Checking one of the listed files with
    pacman -Qo /usr/share/perl5/vendor_perl/Git/SVN/Utils.pm
    returns:
    error: No package owns /usr/share/perl5/vendor_perl/Git/SVN/Utils.pm
    I suppose this means I have somehow manually installed a version of git somehow. I don't remember doing this; how can I remove these files or repair my system?
    Last edited by southpointingchariot (2012-11-29 03:48:23)

    RussianKid wrote:
    It's in the thread just above yours - common problems
    https://wiki.archlinux.org/index.php/Pa … stem.22.21
    if no package owns the file you can just delete it and install over it, I think you can also use the force flag.
    Ah, I missed that part in the answer! Thank you so much, works great.

  • [SOLVED] Can't load gnome-music

    Hi!
    I've installed Arch Linux with GNOME 3 and if I run gnome-music it doesn't start.
    Here's the terminal's output:
    [albi@albi-desktop ~]$ gnome-music
    Traceback (most recent call last):
    File "/usr/bin/gnome-music", line 38, in <module>
    from gnomemusic.application import Application
    File "/usr/lib/python3.4/site-packages/gnomemusic/application.py", line 36, in <module>
    from gnomemusic.window import Window
    File "/usr/lib/python3.4/site-packages/gnomemusic/window.py", line 38, in <module>
    from gnomemusic.query import Query
    File "/usr/lib/python3.4/site-packages/gnomemusic/query.py", line 32, in <module>
    class Query():
    File "/usr/lib/python3.4/site-packages/gnomemusic/query.py", line 35, in Query
    GLib.get_user_special_dir(GLib.UserDirectory.DIRECTORY_MUSIC)
    TypeError: Argument 0 does not allow None as a value
    And here's the version of gnome-session and gnome-music packages.
    [albi@albi-desktop ~]$ pacman -Q gnome-session gnome-music
    gnome-session 3.12.1-1
    gnome-music 3.12.2.1-1
    Please let me know if you need other inputs and I'll thank you in advantage for tips to make gnome-music works.
    Last edited by AVDuma (2014-08-20 11:23:29)

    the lua warning you had was about grilo-pllugins, which optionally depends on lua for some plugins, and it probably wasn't anything critical.
    I don't think the tracker message is any kind of critical error either. Looks like it just reports that it was able to connect with tracker service, and everything should be ok.
    It's hard to guess why it can't find your mp3 files though, as there's no error messages or anything, but I have few ideas:
    - it could be that your missing whatever library gnome-music uses for decoding mp3 files. I looked at the dependecy tree but couldn't figure out what that library could be, but since pretty much all gnome media applications are using gstreamer for that purpose, you could be just missing some gst-plugins. Also you could try if gnome-music can load any .wav .ogg or .flac files for example from your music dir.
    - I'm not sure you're allowed to set XDG_MUSIC_DIR outside of your /home. Try creating music directory in your home, copy a few files in it, and change the directory in user-dirs.dirs accordingly.
    I think gnome-music 3.12 isn't considered 100% production ready yet, as it is still in early development stages and there could still be some issues and missing features. For now rhythmbox is still the 'default' audio player for gnome.
    about the bug reporting. If the bug is something arch linux specific, like missing dependencies, you should report it to arch bug tracker.
    if it's a bug in the application itself, like the issue in your first post, it would make more sense to report it directly to gnome bugzilla. Although in that case it might be good idea to test the latest development snapshot (i.e. gnome-music-git from AUR) to check that the bug hasn't been fixed already.
    also, please use LC_ALL=C when posting application output to get error messages in english, and use thumbnails when posting images: https://wiki.archlinux.org/index.php/Fo … s_and_Code

  • Gnome 3.14 problems with wayland

    Hi everybody,
    Today I updated to repo testing to try the Gnome Wayland session. But I can't get it launched.
    I followed what's advised on the wiki there:
    https://wiki.archlinux.org/index.php/Wa … _libraries
    https://wiki.archlinux.org/index.php/Wa … _libraries
    https://wiki.gnome.org/Initiatives/Wayland/Applications
    I tried to launch it as user (not from gdm) with the following script so it also sets some appropriate env vars:
    #!/bin/sh
    export GDK_BACKEND=wayland
    export SDL_VIDEODRIVER=wayland
    export CLUTTER_BACKEND=wayland
    # WARNING: Something needed for QT backend? Recompile from git...
    # https://wiki.archlinux.org/index.php/Wayland#GUI_libraries
    export ECORE_EVAS_ENGINE=wayland_egl
    export ELM_ENGINE=wayland_egl
    #export ECORE_EVAS_ENGINE=wayland_shm
    #export ELM_ENGINE=wayland_shm
    gnome-session --session=gnome-wayland
    I checked journalctl:
    Oct 17 10:23:28 Boltzmann login[295]: LOGIN ON tty1 BY adrien
    Oct 17 10:23:39 Boltzmann gnome-session[397]: gnome-session[397]: GLib-CRITICAL: g_environ_setenv: assertion 'value != NULL' failed
    Oct 17 10:23:39 Boltzmann gnome-session[397]: GLib-CRITICAL: g_environ_setenv: assertion 'value != NULL' failed
    Oct 17 10:23:42 Boltzmann systemd-logind[286]: kernel does not support evdev-revocation
    Oct 17 10:23:42 Boltzmann kernel: gnome-shell[406]: segfault at 61 ip 00007f2a7d097455 sp 00007ffff0ab4178 error 4 in libgobject-2.0.so.0.4200.0[7f2a7d064000+4f000]
    Oct 17 10:23:42 Boltzmann gnome-session[397]: gnome-session[397]: WARNING: Application 'gnome-shell-wayland.desktop' killed by signal 11
    Oct 17 10:23:42 Boltzmann gnome-session[397]: WARNING: Application 'gnome-shell-wayland.desktop' killed by signal 11
    Oct 17 10:23:42 Boltzmann gnome-session[397]: Unrecoverable failure in required component gnome-shell-wayland.desktop
    Oct 17 10:23:43 Boltzmann kernel: fuse init (API version 7.23)
    Oct 17 10:23:43 Boltzmann kernel: cfg80211: Calling CRDA to update world regulatory domain
    Oct 17 10:23:45 Boltzmann org.gtk.vfs.Daemon[401]: A connection to the bus can't be made
    Oct 17 10:23:45 Boltzmann org.gtk.vfs.Daemon[401]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-erro
    Oct 17 10:23:45 Boltzmann ca.desrt.dconf[401]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-qu
    Oct 17 10:23:50 Boltzmann systemd-coredump[410]: Process 406 (gnome-shell) of user 1000 dumped core.
    And dmesg:
    [ 42.954209] gnome-shell[406]: segfault at 61 ip 00007f2a7d097455 sp 00007ffff0ab4178 error 4 in libgobject-2.0.so.0.4200.0[7f2a7d064000+4f000]
    Any idea about what I did wrong?

    Here is the story about me trying to launch gnome-session under gdb.
    First compile it with debug symbols...
    Get AUR package gnome-session-git
    Modify PKGBUILD so the symbols are kept:
    - Add this to options: '!strip'
    - Override cflags: make the command autogen.sh launch with this env var:
    CFLAGS="-pipe -fstack-protector-strong --param=ssp-buffer-size=4 -g"
    Install that package, launch the command:
    gdb --args gnome-session --session=gnome-wayland
    Before running the program, set a breakpoint on the only function we know is involved in the assert failure:
    b g_environ_setenv
    Then run the program. GDB does not stop to indicate an assert failed, too bad. However the function g_environ_setenv is entered only 4 times, all of them from lines 1024, 1025 and 1028 of source file gnome-session/gsm-autostart-app.c.
    A quick look at the line 1024:
    g_app_launch_context_setenv (ctx, "DISPLAY", g_getenv ("DISPLAY"))
    It seems to get the env var DISPLAY and save the value in a structure that contains all env vars for future app launch. On my machine, DISPLAY is not set so this line is a very good candidate for failure.
    Firts test: set DISPLAY to something. I set :0.0 because I remember nothing about what we are supposed to set. Anyway, a crash still happens, but a completely different one, which seems to reference stuff from X... journalctl says this:
    Oct 18 01:05:17 Boltzmann org.a11y.Bus[15403]: Activating service name='org.a11y.atspi.Registry'
    Oct 18 01:05:17 Boltzmann org.a11y.Bus[15403]: Successfully activated service 'org.a11y.atspi.Registry'
    Oct 18 01:05:17 Boltzmann org.a11y.Bus[15403]: Activating service name='org.a11y.atspi.Registry'
    Oct 18 01:05:17 Boltzmann org.a11y.Bus[15403]: Successfully activated service 'org.a11y.atspi.Registry'
    Oct 18 01:05:17 Boltzmann org.a11y.Bus[15403]: Activating service name='org.a11y.atspi.Registry'
    Oct 18 01:05:17 Boltzmann org.a11y.Bus[15403]: Successfully activated service 'org.a11y.atspi.Registry'
    Oct 18 01:05:17 Boltzmann org.a11y.atspi.Registry[15410]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
    Oct 18 01:05:17 Boltzmann org.a11y.atspi.Registry[15410]: ** (at-spi2-registryd:15413): WARNING **: Could not open X display
    Oct 18 01:05:17 Boltzmann org.a11y.atspi.Registry[15410]: ** (at-spi2-registryd:15413): WARNING **: AT-SPI: Cannot open default display
    Oct 18 01:05:17 Boltzmann org.a11y.atspi.Registry[15410]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
    Oct 18 01:05:17 Boltzmann org.a11y.atspi.Registry[15410]: ** (at-spi2-registryd:15416): WARNING **: Could not open X display
    Oct 18 01:05:17 Boltzmann org.a11y.atspi.Registry[15410]: ** (at-spi2-registryd:15416): WARNING **: AT-SPI: Cannot open default display
    Oct 18 01:05:17 Boltzmann gnome-session[15399]: ** (gnome-session-failed:15418): WARNING **: Could not open X display
    Oct 18 01:05:17 Boltzmann gnome-session[15399]: Unable to init server: Could not connect: Connection refused
    Oct 18 01:05:17 Boltzmann gnome-session[15399]: ** (gnome-session-failed:15418): WARNING **: Cannot open display:
    Oct 18 01:05:17 Boltzmann org.a11y.atspi.Registry[15410]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
    Oct 18 01:05:17 Boltzmann org.a11y.atspi.Registry[15410]: ** (at-spi2-registryd:15420): WARNING **: Could not open X display
    Oct 18 01:05:17 Boltzmann org.a11y.atspi.Registry[15410]: ** (at-spi2-registryd:15420): WARNING **: AT-SPI: Cannot open default display
    Second test: comment the line 1024 just to see, recompile, and re-launch. Again, a crash, but journalctl simply says:
    Oct 18 01:07:25 Boltzmann gnome-session[16991]: gnome-session[16991]: WARNING: Application 'gnome-shell-wayland.desktop' killed by signal 11
    Oct 18 01:07:25 Boltzmann gnome-session[16991]: WARNING: Application 'gnome-shell-wayland.desktop' killed by signal 11
    Oct 18 01:07:25 Boltzmann gnome-session[16991]: Unrecoverable failure in required component gnome-shell-wayland.desktop
    Really looks like there is still some dirty stuff in gnome-session about wayland...

  • Gnome Shell

    I want to basically wipe my system clean except for sudo, base and clyde and then install Gnome Shell via AUR/clyde.
    Is there an easy way to just uninstall everything? I am currently running Gnome 2.
    Also, should I install gnome-shell or gnome-shell-git from AUR?
    Thanks!

    justo wrote:
    Gnome Shell reportedly compiled correctly but when I run ./gnome-shell --replace I get
    [justin@Justin src]$ ./gnome-shell --replace
    Gtk-Message: Failed to load module "gnomesegvhandler": libgnomesegvhandler.so: cannot open shared object file: No such file or directory
    mutter: symbol lookup error: /home/justin/gnome-shell/install/lib64/gtk-3.0/modules/libcanberra-gtk-module.so: undefined symbol: gtk_quit_add
    [justin@Justin src]$ Window manager warning: Screen 0 on display ":0.0" already has a window manager; try using the --replace option to replace the current window manager.
    Cannot register the panel shell: there is already one running.
    Am I missing a dependency?
    I do not know what to do about your first Gtk-Message. It doesn't happen to me (at least I'm not aware of it) and Google doesn't help.
    For your second error (see e.g. http://mail.gnome.org/archives/gnome-sh … 00059.html):
    rm ~/gnome-shell/install/lib/gtk-3.0/modules/libcanberra-gtk-module.so
    You might have a look at the Gnome Shell mailing list (http://mail.gnome.org/archives/gnome-shell-list/) when you are in trouble, sometime workarounds are provided there.
    Last edited by alexcriss (2011-01-09 09:52:59)

  • Gnome-system-monitor (dark remix) 4 those using dark themes

    hey fellow archers,
    I'm a guy who digs dark themes, i am also someone who uses Gnome. Something that has irritated me for years is gnome-system-monitor ~ specifically, when using a dark theme. those white graphs (CPU graph), are just brutal. At work, i use CentOS on a couple of machines, while i don't use gnome with a server (obviously..lol) i have usedf CentOS with gnome before and had made note of the fact that it had a dark graph, and no ugly highlight bar in the 'system' tab, which was a little bit nicer on the eyes.
    well, today i decided to fix the default colors for that graph, and i also decided to remove the stupid cairo-gradient that greets you in the 'system' tab. i did this because i prefer a nice graphic, over having a plain gnome logo, and a tacky gradient, it just doesn't need to be there.
    here is what it looks like;
    here is my gitorious branch where the sources are available;
    git clone git://gitorious.org/gnome-system-monitor-blackgtk3/gnome-system-monitor-blackgtk3.git
    you all use archlinux, so i need not explain how to compile it and this is gnome-system-monitor 3.1.4 (development) but i have not noticed any bugs whatsoever.
    I am thinking of making a pkgbuild for AUR, that would pull from Gnome's git repo, and then apply a patch. Currently i have 2 roughed out patches (that work), but i have no experience writing patches, or even making pkgbuilds. if you are interested here is what i have got;
    1. black-graph.patch
    --- /home/ninez/Desktop/gnome-system-monitor/src/load-graph.cpp 2011-08-18 19:58:21.443838034 -0400
    +++ /home/ninez/Desktop/gnome-system-monitor-3.1.4-NINEZ/src/load-graph.cpp 2011-08-18 19:50:24.000000000 -0400
    @@ -76,7 +76,7 @@
    cairo_text_extents_t extents;
    num_bars = graph->num_bars();
    - graph->graph_dely = (graph->draw_height - 15) / num_bars; /* round to int to avoid AA blur */
    + graph->graph_dely = (graph->draw_height - 8) / num_bars; /* round to int to avoid AA blur */
    graph->real_draw_height = graph->graph_dely * num_bars;
    graph->graph_delx = (graph->draw_width - 2.0 - graph->rmargin - graph->indent) / (LoadGraph::NUM_POINTS - 3);
    graph->graph_buffer_offset = (int) (1.5 * graph->graph_delx) + FRAME_WIDTH ;
    @@ -88,66 +88,67 @@
    allocation.height);
    cr = cairo_create (graph->background);
    - // set the background colour
    + // set the background colour - cairo_set_source_rgb = outside of graph
    GtkStyle *style = gtk_widget_get_style (ProcData::get_instance()->notebook);
    - gdk_cairo_set_source_color (cr, &style->bg[GTK_STATE_NORMAL]);
    + gdk_cairo_set_source_color (cr, &style->bg[0, 0, 1, 1]);
    + cairo_set_source_rgb (cr, 0.10, 0.10, 0.10);
    cairo_paint (cr);
    /* draw frame */
    cairo_translate (cr, FRAME_WIDTH, FRAME_WIDTH);
    - /* Draw background rectangle */
    - cairo_set_source_rgb (cr, 1.0, 1.0, 1.0);
    - cairo_rectangle (cr, graph->rmargin + graph->indent, 0,
    + /* Draw background rectangle - inside graph */
    + cairo_set_source_rgb (cr, 0.10, 0.10, 0.10);
    + cairo_rectangle (cr, graph->rmargin + graph->indent, 1,
    graph->draw_width - graph->rmargin - graph->indent, graph->real_draw_height);
    cairo_fill(cr);
    - cairo_set_line_width (cr, 1.0);
    - cairo_set_dash (cr, dash, 2, 0);
    + cairo_set_line_width (cr, 2.0);
    + cairo_set_dash (cr, dash, 2, 1);
    cairo_set_font_size (cr, graph->fontsize);
    for (i = 0; i <= num_bars; ++i) {
    double y;
    if (i == 0)
    - y = 0.5 + graph->fontsize / 2.0;
    + y = 0.5 + graph->fontsize / 3.0;
    else if (i == num_bars)
    y = i * graph->graph_dely + 0.5;
    else
    - y = i * graph->graph_dely + graph->fontsize / 2.0;
    + y = i * graph->graph_dely + graph->fontsize / 4.0;
    - gdk_cairo_set_source_color (cr, &style->fg[GTK_STATE_NORMAL]);
    + gdk_cairo_set_source_color (cr, &style->fg[1]);
    if (graph->type == LOAD_GRAPH_NET) {
    // operation orders matters so it's 0 if i == num_bars
    unsigned rate = graph->net.max - (i * graph->net.max / num_bars);
    const std::string caption(procman::format_network_rate(rate, graph->net.max));
    cairo_text_extents (cr, caption.c_str(), &extents);
    - cairo_move_to (cr, graph->indent - extents.width + 20, y);
    + cairo_move_to (cr, graph->indent - extents.width + 40, y);
    cairo_show_text (cr, caption.c_str());
    } else {
    // operation orders matters so it's 0 if i == num_bars
    caption = g_strdup_printf("%d %%", 100 - i * (100 / num_bars));
    cairo_text_extents (cr, caption, &extents);
    - cairo_move_to (cr, graph->indent - extents.width + 20, y);
    + cairo_move_to (cr, graph->indent - extents.width + 40, y);
    cairo_show_text (cr, caption);
    g_free (caption);
    - cairo_set_source_rgba (cr, 0, 0, 0, 0.75);
    + cairo_set_source_rgba (cr, 0.7, 0.7, 0.7, 0.70);
    cairo_move_to (cr, graph->rmargin + graph->indent - 3, i * graph->graph_dely + 0.5);
    cairo_line_to (cr, graph->draw_width - 0.5, i * graph->graph_dely + 0.5);
    cairo_stroke (cr);
    - cairo_set_dash (cr, dash, 2, 1.5);
    + cairo_set_dash (cr, dash, 2, 0.20);
    const unsigned total_seconds = graph->speed * (LoadGraph::NUM_POINTS - 2) / 1000;
    for (unsigned int i = 0; i < 7; i++) {
    double x = (i) * (graph->draw_width - graph->rmargin - graph->indent) / 6;
    - cairo_set_source_rgba (cr, 0, 0, 0, 0.75);
    - cairo_move_to (cr, (ceil(x) + 0.5) + graph->rmargin + graph->indent, 0.5);
    - cairo_line_to (cr, (ceil(x) + 0.5) + graph->rmargin + graph->indent, graph->real_draw_height + 4.5);
    + cairo_set_source_rgba (cr, 0.7, 0.7, 0.7, 0.75);
    + cairo_move_to (cr, (ceil(x) + 0.3) + graph->rmargin + graph->indent, 0.3);
    + cairo_line_to (cr, (ceil(x) + 0.3) + graph->rmargin + graph->indent, graph->real_draw_height + 4.5);
    cairo_stroke(cr);
    unsigned seconds = total_seconds - i * total_seconds / 6;
    const char* format;
    @@ -158,7 +159,7 @@
    caption = g_strdup_printf(format, seconds);
    cairo_text_extents (cr, caption, &extents);
    cairo_move_to (cr, ((ceil(x) + 0.5) + graph->rmargin + graph->indent) - (extents.width/2), graph->draw_height);
    - gdk_cairo_set_source_color (cr, &style->fg[GTK_STATE_NORMAL]);
    + gdk_cairo_set_source_color (cr, &style->fg[1]);
    cairo_show_text (cr, caption);
    g_free (caption);
    @@ -226,20 +227,20 @@
    /* Subframe offset */
    x_offset += graph->rmargin - ((sample_width / graph->frames_per_unit) * graph->render_counter);
    - /* draw the graph */
    + /* draw the graph - LINE WIDTH 3 */
    cairo_t* cr;
    cr = gdk_cairo_create (window);
    - cairo_set_line_width (cr, 1);
    + cairo_set_line_width (cr, 2);
    cairo_set_line_cap (cr, CAIRO_LINE_CAP_ROUND);
    cairo_set_line_join (cr, CAIRO_LINE_JOIN_ROUND);
    - cairo_rectangle (cr, graph->rmargin + graph->indent + FRAME_WIDTH + 1, FRAME_WIDTH - 1,
    + cairo_rectangle (cr, graph->rmargin + graph->indent + FRAME_WIDTH + 2, FRAME_WIDTH - 2,
    graph->draw_width - graph->rmargin - graph->indent - 1, graph->real_draw_height + FRAME_WIDTH - 1);
    cairo_clip(cr);
    for (j = 0; j < graph->n; ++j) {
    - cairo_move_to (cr, x_offset, (1.0f - graph->data[0][j]) * graph->real_draw_height);
    + cairo_move_to (cr, x_offset, (1.0f - graph->data[1][j]) * graph->real_draw_height);
    gdk_cairo_set_source_color (cr, &(graph->colors [j]));
    for (i = 1; i < LoadGraph::NUM_POINTS; ++i) {
    2. no-highlight.patch
    --- /home/ninez/Desktop/gnome-system-monitor/src/sysinfo.cpp 2011-08-18 19:58:21.443838034 -0400
    +++ /home/ninez/Desktop/gnome-system-monitor-3.1.4-NINEZ/src/sysinfo.cpp 2011-08-18 16:03:52.000000000 -0400
    @@ -477,7 +477,7 @@
    style->base[GTK_STATE_SELECTED].green / 65535.0,
    style->base[GTK_STATE_SELECTED].blue / 65535.0,
    1.0);
    - cairo_pattern_add_color_stop_rgba(cp, 1.0,
    + cairo_pattern_add_color_stop_rgba(cp, 0.0,
    style->base[GTK_STATE_SELECTED].red / 65535.0,
    style->base[GTK_STATE_SELECTED].green / 65535.0,
    style->base[GTK_STATE_SELECTED].blue / 65535.0,
    EDIT: if you noticed the RGBA transparency where the icons are, that isn't a bug or something being misdrawn. My gtk3 theme is partially RGBA (in compiz only, not gnome-shell/mutter). the theme is 'Marples-black' found here;
    http://gnome-look.org/content/show.php?content=144240
    last note: My branch is only for the short term, until i get things sorted out. i also wanted to make the sources available to anyone, on any distro. so , it was easist to just quickly setup a branch, that anyone can pull from.
    cheerz
    Last edited by triplesquarednine (2011-08-19 03:58:42)

    triplesquarednine wrote:
    dodo3773 wrote:Yeah, if it wasn't for dark themes / stylish I would probably be blind by now ha ha ha. Have you though about putting it in the aur? Maybe calling it gnome-system-monitor-dark or something?
    I spend way too much time both at work/home in front of a computer. dark is the way to go. so much more relaxed on the eyes.
    Yes, i have (thought about putting it into AUR).  in the short term it was just quicker to throw it up on my gitorious though. As i said above, i haven't really made too many patches, and i currently only maintain one package in AUR, so i have a little reading to do, first. that's also why i posted my patches. in case someone has something to point out, aside from the obvious thing - which is that i need to modify the first part of the patch, as i can ditch a 1st couple directories ...
    Ideally, it will end up in AUR...  But, i will probably also have my gitorious branch sync'd to gnome's branch, and i will create a patch using GIT to maintain my branch ~ so that people outside the Arch community, can have easy access too. plus, who knows, i may change around some other things as well. in the 3-4 hours i have been using this 'mod', i am way happier than with the upstream version.
    cheerz
    Right on. Looking forward to further development. I will stay posted  (subscribed to thread).

  • Sharing in GUI Issues

    This should be fairly simple I hope.
    I use openbox with thunar and thought it might be a nice idea to use the thunar shares plugin.
    Installed and followed the instructions on the wiki page to the letter.
    For some reason when I try to create a share in the GUI I get the error: "You are not the owner of the folder" and the boxes are greyed out.
    If I try the same thing in Nautilus shares it is also unsuccessful and immediately asks for the root password and failure to supply it leads to a greyed out box.
    I can put the root password in each time but as it is 53 characters long I'd rather not have to.
    Just to clarify, everything works fine if run as root.
    Did a forum and google search and just got a German forum post that was not resolved.
    Screenshot attached to show issue and permissions:
    http://i52.tinypic.com/abtm34.png
    As usual all suggestions and any help or pointers are much appreciated.
    Last edited by llawwehttam (2011-07-13 15:42:55)

    Hi all,
    same issue here.
    I'm using:
    3.0-ARCH x86_64
    xfce 4.8.0
    Thunar 1.2.2 (Xfce 4.8.0)
    Sharing don't work also with kernel 2.6 (if may usefull knowing this)
    i think and remember (not sure at all) the same impossibility to share folder when using gnome-shell/gnome-shell-git and nautilus/thunar.
    Last edited by Paracarro (2011-08-16 10:58:25)

  • User session stops completely and restarts (GNOME 3.10)

    Since last week I have experienced suddenly closing all applications closing and sending me to the log-in screen.
    Using journalctl I can see that all applications exited with a "Fatal IO error 11 (Resource temporarily unavailable) on X server :0". It all ends with the user session stopping and then being started again.
    Here is a journald log from yesterday at 13:10.
    Jan 16 13:10:35 archvision dbus[358]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedesktop.ModemManager1.service failed to load: No such fil
    Jan 16 13:10:35 archvision dbus-daemon[358]: dbus[358]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedesktop.ModemManager1.service failed to
    Jan 16 13:11:52 archvision gnome-session[512]: ** (zeitgeist-datahub:726): WARNING **: recent-manager-provider.vala:132: Desktop file for "file:///home/bastian/Pictures/Screenshot%20from%202014-01-04%2000:45
    Jan 16 13:11:52 archvision gnome-session[512]: ** (zeitgeist-datahub:726): WARNING **: recent-manager-provider.vala:132: Desktop file for "file:///home/bastian/Pictures/Screenshot%20from%202014-01-04%2000:45
    Jan 16 13:11:52 archvision gnome-session[512]: ** (zeitgeist-datahub:726): WARNING **: recent-manager-provider.vala:132: Desktop file for "file:///home/bastian/Videos/sound_styling_table_of_contents.wav" was
    Jan 16 13:11:52 archvision gnome-session[512]: ** (zeitgeist-datahub:726): WARNING **: recent-manager-provider.vala:132: Desktop file for "file:///home/bastian/Pictures/Screenshot%20from%202013-12-28%2002:13
    Jan 16 13:11:52 archvision gnome-session[512]: ** (zeitgeist-datahub:726): WARNING **: recent-manager-provider.vala:132: Desktop file for "file:///home/bastian/Pictures/Screenshot%20from%202013-12-28%2002:08
    Jan 16 13:11:52 archvision gnome-session[512]: ** (zeitgeist-datahub:726): WARNING **: recent-manager-provider.vala:132: Desktop file for "file:///home/bastian/Git/p1-report/out.png" was not found, exec: eog
    Jan 16 13:11:52 archvision gnome-session[512]: ** (zeitgeist-datahub:726): WARNING **: recent-manager-provider.vala:132: Desktop file for "file:///home/bastian/Git/gitgraph/out.png" was not found, exec: eog,
    Jan 16 13:12:08 archvision gnome-session[512]: (gnome-settings-daemon:569): Gdk-WARNING **: gnome-settings-daemon: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
    Jan 16 13:12:08 archvision gnome-session[512]: (deja-dup:1993): Gdk-WARNING **: deja-dup: Fatal IO error 104 (Connection reset by peer) on X server :0.
    Jan 16 13:12:08 archvision gnome-session[512]: (transmission-gtk:731): Gdk-WARNING **: transmission-gtk: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
    Jan 16 13:12:08 archvision gnome-session[512]: CopyAgent: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
    Jan 16 13:12:08 archvision gnome-session[512]: skype: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
    Jan 16 13:12:08 archvision gnome-session[512]: xcb_connection_has_error() returned true
    Jan 16 13:12:08 archvision gnome-session[512]: Window manager warning: Log level 16: gnome-shell: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
    Jan 16 13:12:08 archvision gnome-session[512]: SparkleShare: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
    Jan 16 13:12:08 archvision gnome-session[512]: dropbox: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
    Jan 16 13:12:08 archvision colord[420]: Automatic remove of icc-faf837061e668d9b052248618ab54c15 from xrandr-Chi Mei Optoelectronics corp.
    Jan 16 13:12:08 archvision colord[420]: Profile removed: icc-faf837061e668d9b052248618ab54c15
    Jan 16 13:12:08 archvision colord[420]: Profile removed: icc-d81d4c735fbeec9cb2338b26b884af5d
    Jan 16 13:12:08 archvision colord[420]: Profile removed: icc-e01a3aa966ec476f6f7f10befcaf4a93
    Jan 16 13:12:08 archvision colord[420]: Profile removed: icc-46fc44daad94d12a6b26c88f7d89e032
    Jan 16 13:12:08 archvision colord[420]: Profile removed: icc-4fe850f70957b4b2d6afcbdf852b8027
    Jan 16 13:12:08 archvision colord[420]: Profile removed: icc-46965f5505458ec64e8697211a352322
    Jan 16 13:12:08 archvision colord[420]: Profile removed: icc-23de2f0eaffd00e9354ff9c155d0b8a1
    Jan 16 13:12:08 archvision colord[420]: Profile removed: icc-b464ec762f975aa10134c2892d60657e
    Jan 16 13:12:08 archvision colord[420]: Profile removed: icc-92e63b59caa77681fe1f11e64cb069e7
    Jan 16 13:12:08 archvision colord[420]: Profile removed: icc-10bb2bcfa705d9b655d32bf92f4d65e9
    Jan 16 13:12:08 archvision colord[420]: device removed: xrandr-Chi Mei Optoelectronics corp.
    Jan 16 13:12:08 archvision gnome-session[512]: (evolution-alarm-notify:722): Gdk-WARNING **: evolution-alarm-notify: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
    Jan 16 13:12:08 archvision gnome-session[512]: (nm-applet:721): Gdk-WARNING **: nm-applet: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
    Jan 16 13:12:08 archvision gnome-session[512]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    Jan 16 13:12:08 archvision systemd[1]: Stopping Session 2 of user bastian.
    Jan 16 13:12:08 archvision systemd[1]: Stopped Session 2 of user bastian.
    Jan 16 13:12:08 archvision gnome-session[512]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    Jan 16 13:12:08 archvision systemd-logind[356]: Removed session 2.
    Jan 16 13:12:08 archvision systemd[1]: Stopping User Manager for 1000...
    Jan 16 13:12:08 archvision systemd[506]: Stopping Default.
    Jan 16 13:12:08 archvision systemd[506]: Stopped target Default.
    Jan 16 13:12:08 archvision systemd[506]: Starting Shutdown.
    Jan 16 13:12:08 archvision systemd[506]: Reached target Shutdown.
    Jan 16 13:12:08 archvision systemd[506]: Starting Exit the Session...
    Jan 16 13:12:08 archvision gnome-session[512]: (deja-dup-monitor:750): GVFS-RemoteVolumeMonitor-WARNING **: Owner of volume monitor org.gtk.Private.UDisks2VolumeMonitor disconnected from the bus; removing dr
    Jan 16 13:12:08 archvision gnome-session[512]: (deja-dup-monitor:750): GVFS-RemoteVolumeMonitor-WARNING **: Owner of volume monitor org.gtk.Private.MTPVolumeMonitor disconnected from the bus; removing drives
    Jan 16 13:12:08 archvision gnome-session[512]: (deja-dup-monitor:750): GVFS-RemoteVolumeMonitor-WARNING **: Owner of volume monitor org.gtk.Private.GoaVolumeMonitor disconnected from the bus; removing drives
    Jan 16 13:12:08 archvision gnome-session[512]: ** (zeitgeist-datahub:726): WARNING **: zeitgeist-datahub.vala:226: Unable to get name "org.gnome.zeitgeist.datahub" on the bus!
    Jan 16 13:12:08 archvision gnome-session[512]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    Jan 16 13:12:08 archvision gnome-session[512]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    Jan 16 13:12:08 archvision gnome-session[512]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    Jan 16 13:12:08 archvision gnome-session[512]: Received signal:15->'Terminated'
    Jan 16 13:12:08 archvision systemd[1]: Stopped User Manager for 1000.
    Three minutes later it happened again. (journald log again)
    Jan 16 13:14:35 archvision dbus-daemon[358]: dbus[358]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedesktop.ModemManager1.service failed to
    Jan 16 13:15:18 archvision gnome-session[2416]: [228B blob data]
    Jan 16 13:15:26 archvision systemd[1]: Starting Cleanup of Temporary Directories...
    Jan 16 13:15:26 archvision systemd-tmpfiles[3286]: stat(/run/user/1000/gvfs) failed: Permission denied
    Jan 16 13:15:26 archvision systemd[1]: Started Cleanup of Temporary Directories.
    Jan 16 13:15:43 archvision gnome-session[2416]: Window manager warning: Received a NET_CURRENT_DESKTOP message from a broken (outdated) client who sent a 0 timestamp
    Jan 16 13:15:43 archvision gnome-session[2416]: Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x1600003 (#archlinux)
    Jan 16 13:15:43 archvision gnome-session[2416]: Window manager warning: meta_window_activate called by a pager with a 0 timestamp; the pager needs to be fixed.
    Jan 16 13:16:12 archvision gnome-session[2416]: (gnome-settings-daemon:2471): Gdk-WARNING **: gnome-settings-daemon: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
    Jan 16 13:16:12 archvision gnome-session[2416]: dropbox: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
    Jan 16 13:16:12 archvision gnome-session[2416]: CopyAgent: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
    Jan 16 13:16:12 archvision gnome-session[2416]: SparkleShare: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
    Jan 16 13:16:12 archvision gnome-session[2416]: gnome-session[2416]: WARNING: App 'gnome-settings-daemon.desktop' exited with code 1
    Jan 16 13:16:12 archvision gnome-session[2416]: WARNING: App 'gnome-settings-daemon.desktop' exited with code 1
    Jan 16 13:16:12 archvision colord[420]: Automatic remove of icc-faf837061e668d9b052248618ab54c15 from xrandr-Chi Mei Optoelectronics corp.
    Jan 16 13:16:12 archvision colord[420]: Profile removed: icc-faf837061e668d9b052248618ab54c15
    Jan 16 13:16:12 archvision colord[420]: Profile removed: icc-d81d4c735fbeec9cb2338b26b884af5d
    Jan 16 13:16:12 archvision colord[420]: Profile removed: icc-e01a3aa966ec476f6f7f10befcaf4a93
    Jan 16 13:16:12 archvision colord[420]: Profile removed: icc-46fc44daad94d12a6b26c88f7d89e032
    Jan 16 13:16:12 archvision colord[420]: Profile removed: icc-4fe850f70957b4b2d6afcbdf852b8027
    Jan 16 13:16:12 archvision colord[420]: Profile removed: icc-46965f5505458ec64e8697211a352322
    Jan 16 13:16:12 archvision colord[420]: Profile removed: icc-23de2f0eaffd00e9354ff9c155d0b8a1
    Jan 16 13:16:12 archvision colord[420]: Profile removed: icc-b464ec762f975aa10134c2892d60657e
    Jan 16 13:16:12 archvision colord[420]: Profile removed: icc-92e63b59caa77681fe1f11e64cb069e7
    Jan 16 13:16:12 archvision colord[420]: Profile removed: icc-10bb2bcfa705d9b655d32bf92f4d65e9
    Jan 16 13:16:12 archvision colord[420]: device removed: xrandr-Chi Mei Optoelectronics corp.
    Jan 16 13:16:12 archvision gnome-session[2416]: Window manager warning: Log level 16: gnome-shell: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
    Jan 16 13:16:12 archvision gnome-session[2416]: (nm-applet:2622): Gdk-WARNING **: nm-applet: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
    Jan 16 13:16:12 archvision gnome-session[2416]: (transmission-gtk:2632): Gdk-WARNING **: transmission-gtk: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
    Jan 16 13:16:12 archvision gnome-session[2416]: xcb_connection_has_error() returned true
    Jan 16 13:16:12 archvision sudo[3108]: pam_unix(sudo:session): session closed for user root
    Jan 16 13:16:12 archvision gnome-session[2416]: (evolution-alarm-notify:2623): Gdk-WARNING **: evolution-alarm-notify: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
    Jan 16 13:16:12 archvision gnome-session[2416]: (empathy:3185): Gdk-WARNING **: empathy: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
    Jan 16 13:16:12 archvision systemd[1]: Stopping Session 5 of user bastian.
    Jan 16 13:16:12 archvision systemd[1]: Stopped Session 5 of user bastian.
    Jan 16 13:16:12 archvision systemd-logind[356]: Removed session 5.
    Jan 16 13:16:12 archvision systemd[1]: Stopping User Manager for 1000...
    Jan 16 13:16:12 archvision gnome-session[2416]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    The dmesg log doesn't seem to have much in it, though.
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.12.7-2-ARCH (tobias@T-POWA-LX) (gcc version 4.8.2 20131219 (prerelease) (GCC) ) #1 SMP PREEMPT Sun Jan 12 13:09:09 CET 2014
    [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=61f8c7e3-2df0-4a94-9a43-23f12a9c7334 rw resume=/dev/sda2 resume_offset=12656640 quiet
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000020200000-0x0000000040003fff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000040004000-0x0000000040004fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000040005000-0x00000000c96e6fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000c96e7000-0x00000000ca08efff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ca08f000-0x00000000ca115fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000ca116000-0x00000000ca1e8fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000ca1e9000-0x00000000ca621fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ca622000-0x00000000ca622fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000ca623000-0x00000000ca665fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000ca666000-0x00000000cade0fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000cade1000-0x00000000caff2fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000caff3000-0x00000000caffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000cb800000-0x00000000cf9fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000022f5fffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] SMBIOS 2.7 present.
    [ 0.000000] DMI: CLEVO CO. W35_37ET/W35_37ET, BIOS 4.6.5 12/14/2012
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x22f600 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-CFFFF write-protect
    [ 0.000000] D0000-E7FFF uncachable
    [ 0.000000] E8000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask E00000000 write-back
    [ 0.000000] 1 base 200000000 mask FE0000000 write-back
    [ 0.000000] 2 base 220000000 mask FF0000000 write-back
    [ 0.000000] 3 base 0E0000000 mask FE0000000 uncachable
    [ 0.000000] 4 base 0D0000000 mask FF0000000 uncachable
    [ 0.000000] 5 base 0CC000000 mask FFC000000 uncachable
    [ 0.000000] 6 base 0CB800000 mask FFF800000 uncachable
    [ 0.000000] 7 base 22F800000 mask FFF800000 uncachable
    [ 0.000000] 8 base 22F600000 mask FFFE00000 uncachable
    [ 0.000000] 9 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820: update [mem 0xcb800000-0xffffffff] usable ==> reserved
    [ 0.000000] e820: last_pfn = 0xcb000 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [mem 0x000fd860-0x000fd86f] mapped at [ffff8800000fd860]
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] BRK [0x01b32000, 0x01b32fff] PGTABLE
    [ 0.000000] BRK [0x01b33000, 0x01b33fff] PGTABLE
    [ 0.000000] BRK [0x01b34000, 0x01b34fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x22f400000-0x22f5fffff]
    [ 0.000000] [mem 0x22f400000-0x22f5fffff] page 2M
    [ 0.000000] BRK [0x01b35000, 0x01b35fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x22c000000-0x22f3fffff]
    [ 0.000000] [mem 0x22c000000-0x22f3fffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x200000000-0x22bffffff]
    [ 0.000000] [mem 0x200000000-0x22bffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0x1fffffff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0x1fffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x20200000-0x40003fff]
    [ 0.000000] [mem 0x20200000-0x3fffffff] page 2M
    [ 0.000000] [mem 0x40000000-0x40003fff] page 4k
    [ 0.000000] BRK [0x01b36000, 0x01b36fff] PGTABLE
    [ 0.000000] BRK [0x01b37000, 0x01b37fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x40005000-0xc96e6fff]
    [ 0.000000] [mem 0x40005000-0x401fffff] page 4k
    [ 0.000000] [mem 0x40200000-0xc95fffff] page 2M
    [ 0.000000] [mem 0xc9600000-0xc96e6fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xca08f000-0xca115fff]
    [ 0.000000] [mem 0xca08f000-0xca115fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xca622000-0xca622fff]
    [ 0.000000] [mem 0xca622000-0xca622fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xca666000-0xcade0fff]
    [ 0.000000] [mem 0xca666000-0xca7fffff] page 4k
    [ 0.000000] [mem 0xca800000-0xcabfffff] page 2M
    [ 0.000000] [mem 0xcac00000-0xcade0fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xcaff3000-0xcaffffff]
    [ 0.000000] [mem 0xcaff3000-0xcaffffff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x1ffffffff]
    [ 0.000000] [mem 0x100000000-0x1ffffffff] page 2M
    [ 0.000000] RAMDISK: [mem 0x37978000-0x37cb3fff]
    [ 0.000000] ACPI: RSDP 00000000000f0490 00024 (v02 ALASKA)
    [ 0.000000] ACPI: XSDT 00000000ca19e080 0007C (v01 ALASKA A M I 01072009 AMI 00010013)
    [ 0.000000] ACPI: FACP 00000000ca1a72d8 0010C (v05 ALASKA A M I 01072009 AMI 00010013)
    [ 0.000000] ACPI: DSDT 00000000ca19e190 09148 (v02 ALASKA A M I 00000021 INTL 20051117)
    [ 0.000000] ACPI: FACS 00000000ca1e7080 00040
    [ 0.000000] ACPI: APIC 00000000ca1a73e8 00092 (v03 ALASKA A M I 01072009 AMI 00010013)
    [ 0.000000] ACPI: FPDT 00000000ca1a7480 00044 (v01 ALASKA A M I 01072009 AMI 00010013)
    [ 0.000000] ACPI: MCFG 00000000ca1a74c8 0003C (v01 ALASKA A M I 01072009 MSFT 00000097)
    [ 0.000000] ACPI: SSDT 00000000ca1a7508 00EA5 (v01 TrmRef PtidDevc 00001000 INTL 20091112)
    [ 0.000000] ACPI: HPET 00000000ca1a83b0 00038 (v01 ALASKA A M I 01072009 AMI. 00000005)
    [ 0.000000] ACPI: SSDT 00000000ca1a83e8 00315 (v01 SataRe SataTabl 00001000 INTL 20091112)
    [ 0.000000] ACPI: SSDT 00000000ca1a8700 00926 (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
    [ 0.000000] ACPI: SSDT 00000000ca1a9028 00A92 (v01 PmRef CpuPm 00003000 INTL 20051117)
    [ 0.000000] ACPI: SSDT 00000000ca1a9ac0 00574 (v01 SgRef SgTabl 00001000 INTL 20051117)
    [ 0.000000] ACPI: SSDT 00000000ca1aa038 00FAC (v01 OptRef OptTabl 00001000 INTL 20051117)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000022f5fffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x22f5fffff]
    [ 0.000000] NODE_DATA [mem 0x22f5f0000-0x22f5f4fff]
    [ 0.000000] [ffffea0000000000-ffffea0008bfffff] PMD -> [ffff880226c00000-ffff88022ebfffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x22f5fffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x0009cfff]
    [ 0.000000] node 0: [mem 0x00100000-0x1fffffff]
    [ 0.000000] node 0: [mem 0x20200000-0x40003fff]
    [ 0.000000] node 0: [mem 0x40005000-0xc96e6fff]
    [ 0.000000] node 0: [mem 0xca08f000-0xca115fff]
    [ 0.000000] node 0: [mem 0xca622000-0xca622fff]
    [ 0.000000] node 0: [mem 0xca666000-0xcade0fff]
    [ 0.000000] node 0: [mem 0xcaff3000-0xcaffffff]
    [ 0.000000] node 0: [mem 0x100000000-0x22f5fffff]
    [ 0.000000] On node 0 totalpages: 2069138
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 21 pages reserved
    [ 0.000000] DMA zone: 3996 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 12852 pages used for memmap
    [ 0.000000] DMA32 zone: 822518 pages, LIFO batch:31
    [ 0.000000] Normal zone: 19416 pages used for memmap
    [ 0.000000] Normal zone: 1242624 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x408
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x40004000-0x40004fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xc96e7000-0xca08efff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xca116000-0xca1e8fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xca1e9000-0xca621fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xca623000-0xca665fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xcade1000-0xcaff2fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xcb000000-0xcb7fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xcb800000-0xcf9fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xcfa00000-0xf7ffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
    [ 0.000000] e820: [mem 0xcfa00000-0xf7ffffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88022f200000 s86464 r8192 d24128 u262144
    [ 0.000000] pcpu-alloc: s86464 r8192 d24128 u262144 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2036785
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=61f8c7e3-2df0-4a94-9a43-23f12a9c7334 rw resume=/dev/sda2 resume_offset=12656640 quiet
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 8063300K/8276552K available (5115K kernel code, 807K rwdata, 1628K rodata, 1144K init, 1288K bss, 213252K reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
    [ 0.000000] NR_IRQS:8448 nr_irqs:744 16
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 33554432 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.003333] tsc: Detected 2394.611 MHz processor
    [ 0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 4791.77 BogoMIPS (lpj=7982036)
    [ 0.000005] pid_max: default: 32768 minimum: 301
    [ 0.000030] Security Framework initialized
    [ 0.000037] AppArmor: AppArmor disabled by boot time parameter
    [ 0.000038] Yama: becoming mindful.
    [ 0.000541] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [ 0.002566] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.003470] Mount-cache hash table entries: 256
    [ 0.003632] Initializing cgroup subsys memory
    [ 0.003640] Initializing cgroup subsys devices
    [ 0.003642] Initializing cgroup subsys freezer
    [ 0.003643] Initializing cgroup subsys net_cls
    [ 0.003645] Initializing cgroup subsys blkio
    [ 0.003665] CPU: Physical Processor ID: 0
    [ 0.003666] CPU: Processor Core ID: 0
    [ 0.003671] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    [ 0.004041] mce: CPU supports 9 MCE banks
    [ 0.004054] CPU0: Thermal monitoring enabled (TM1)
    [ 0.004065] Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0
    Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
    tlb_flushall_shift: 1
    [ 0.004173] Freeing SMP alternatives memory: 20K (ffffffff819e9000 - ffffffff819ee000)
    [ 0.005132] ACPI: Core revision 20130725
    [ 0.011088] ACPI: All ACPI Tables successfully acquired
    [ 0.012488] ftrace: allocating 20316 entries in 80 pages
    [ 0.022278] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.055311] smpboot: CPU0: Intel(R) Core(TM) i7-3630QM CPU @ 2.40GHz (fam: 06, model: 3a, stepping: 09)
    [ 0.055317] TSC deadline timer enabled
    [ 0.055324] Performance Events: PEBS fmt1+, 16-deep LBR, IvyBridge events, full-width counters, Intel PMU driver.
    [ 0.055330] ... version: 3
    [ 0.055331] ... bit width: 48
    [ 0.055332] ... generic registers: 4
    [ 0.055333] ... value mask: 0000ffffffffffff
    [ 0.055334] ... max period: 0000ffffffffffff
    [ 0.055334] ... fixed-purpose events: 3
    [ 0.055335] ... event mask: 000000070000000f
    [ 0.095724] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.082109] smpboot: Booting Node 0, Processors # 1 # 2 # 3 # 4 # 5 # 6 # 7 OK
    [ 0.218035] Brought up 8 CPUs
    [ 0.218039] smpboot: Total of 8 processors activated (38329.18 BogoMIPS)
    [ 0.225368] devtmpfs: initialized
    [ 0.228016] PM: Registering ACPI NVS region [mem 0xca116000-0xca1e8fff] (864256 bytes)
    [ 0.228030] PM: Registering ACPI NVS region [mem 0xca623000-0xca665fff] (274432 bytes)
    [ 0.228771] RTC time: 10:58:11, date: 01/16/14
    [ 0.228806] NET: Registered protocol family 16
    [ 0.228897] cpuidle: using governor ladder
    [ 0.228898] cpuidle: using governor menu
    [ 0.228925] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    [ 0.228926] ACPI: bus type PCI registered
    [ 0.228928] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.228974] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
    [ 0.228976] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
    [ 0.236206] PCI: Using configuration type 1 for base access
    [ 0.236847] bio: create slab <bio-0> at 0
    [ 0.236959] ACPI: Added _OSI(Module Device)
    [ 0.236960] ACPI: Added _OSI(Processor Device)
    [ 0.236961] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.236962] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.238281] ACPI: EC: Look up EC in DSDT
    [ 0.239565] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.288607] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.288988] ACPI: SSDT 00000000ca03c018 0083B (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    [ 0.289328] ACPI: Dynamic OEM Table Load:
    [ 0.289330] ACPI: SSDT (null) 0083B (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    [ 0.302166] ACPI: SSDT 00000000ca03da98 00303 (v01 PmRef ApIst 00003000 INTL 20051117)
    [ 0.302528] ACPI: Dynamic OEM Table Load:
    [ 0.302530] ACPI: SSDT (null) 00303 (v01 PmRef ApIst 00003000 INTL 20051117)
    [ 0.318721] ACPI: SSDT 00000000ca03ec18 00119 (v01 PmRef ApCst 00003000 INTL 20051117)
    [ 0.319055] ACPI: Dynamic OEM Table Load:
    [ 0.319056] ACPI: SSDT (null) 00119 (v01 PmRef ApCst 00003000 INTL 20051117)
    [ 0.334857] ACPI: Interpreter enabled
    [ 0.334865] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130725/hwxface-571)
    [ 0.334868] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130725/hwxface-571)
    [ 0.334881] ACPI: (supports S0 S3 S4 S5)
    [ 0.334882] ACPI: Using IOAPIC for interrupt routing
    [ 0.334905] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.335040] ACPI: No dock devices found.
    [ 0.345033] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
    [ 0.345229] acpi PNP0A08:00: Requesting ACPI _OSC control (0x1d)
    [ 0.345415] acpi PNP0A08:00: ACPI _OSC control (0x18) granted
    [ 0.345984] PCI host bridge to bus 0000:00
    [ 0.345987] pci_bus 0000:00: root bus resource [bus 00-3e]
    [ 0.345989] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.345990] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.345992] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.345993] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
    [ 0.345995] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
    [ 0.345996] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
    [ 0.345998] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
    [ 0.345999] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
    [ 0.346001] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
    [ 0.346002] pci_bus 0000:00: root bus resource [mem 0xcfa00000-0xfeafffff]
    [ 0.346009] pci 0000:00:00.0: [8086:0154] type 00 class 0x060000
    [ 0.346096] pci 0000:00:01.0: [8086:0151] type 01 class 0x060400
    [ 0.346125] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.346170] pci 0000:00:01.0: System wakeup disabled by ACPI
    [ 0.346203] pci 0000:00:02.0: [8086:0166] type 00 class 0x030000
    [ 0.346213] pci 0000:00:02.0: reg 0x10: [mem 0xf7400000-0xf77fffff 64bit]
    [ 0.346219] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.346223] pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f]
    [ 0.347124] pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
    [ 0.347146] pci 0000:00:14.0: reg 0x10: [mem 0xf7a00000-0xf7a0ffff 64bit]
    [ 0.347218] pci 0000:00:14.0: PME# supported from D3hot D3cold
    [ 0.347265] pci 0000:00:14.0: System wakeup disabled by ACPI
    [ 0.347299] pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
    [ 0.347322] pci 0000:00:16.0: reg 0x10: [mem 0xf7a1b000-0xf7a1b00f 64bit]
    [ 0.347399] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [ 0.347484] pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
    [ 0.347505] pci 0000:00:1a.0: reg 0x10: [mem 0xf7a18000-0xf7a183ff]
    [ 0.347596] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    [ 0.347658] pci 0000:00:1a.0: System wakeup disabled by ACPI
    [ 0.347692] pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
    [ 0.347707] pci 0000:00:1b.0: reg 0x10: [mem 0xf7a10000-0xf7a13fff 64bit]
    [ 0.347775] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.347824] pci 0000:00:1b.0: System wakeup disabled by ACPI
    [ 0.347854] pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
    [ 0.347933] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.347984] pci 0000:00:1c.0: System wakeup disabled by ACPI
    [ 0.348014] pci 0000:00:1c.2: [8086:1e14] type 01 class 0x060400
    [ 0.348093] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    [ 0.348144] pci 0000:00:1c.2: System wakeup disabled by ACPI
    [ 0.348174] pci 0000:00:1c.3: [8086:1e16] type 01 class 0x060400
    [ 0.348253] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    [ 0.348305] pci 0000:00:1c.3: System wakeup disabled by ACPI
    [ 0.348342] pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
    [ 0.348363] pci 0000:00:1d.0: reg 0x10: [mem 0xf7a17000-0xf7a173ff]
    [ 0.348454] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [ 0.348513] pci 0000:00:1d.0: System wakeup disabled by ACPI
    [ 0.348545] pci 0000:00:1f.0: [8086:1e57] type 00 class 0x060100
    [ 0.348724] pci 0000:00:1f.2: [8086:1e03] type 00 class 0x010601
    [ 0.348743] pci 0000:00:1f.2: reg 0x10: [io 0xf0b0-0xf0b7]
    [ 0.348750] pci 0000:00:1f.2: reg 0x14: [io 0xf0a0-0xf0a3]
    [ 0.348757] pci 0000:00:1f.2: reg 0x18: [io 0xf090-0xf097]
    [ 0.348765] pci 0000:00:1f.2: reg 0x1c: [io 0xf080-0xf083]
    [ 0.348772] pci 0000:00:1f.2: reg 0x20: [io 0xf060-0xf07f]
    [ 0.348780] pci 0000:00:1f.2: reg 0x24: [mem 0xf7a16000-0xf7a167ff]
    [ 0.348825] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.348896] pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
    [ 0.348911] pci 0000:00:1f.3: reg 0x10: [mem 0xf7a15000-0xf7a150ff 64bit]
    [ 0.348932] pci 0000:00:1f.3: reg 0x20: [io 0xf040-0xf05f]
    [ 0.349064] pci 0000:01:00.0: [10de:0fd4] type 00 class 0x030000
    [ 0.349075] pci 0000:01:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
    [ 0.349086] pci 0000:01:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.349096] pci 0000:01:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
    [ 0.349104] pci 0000:01:00.0: reg 0x24: [io 0xe000-0xe07f]
    [ 0.349112] pci 0000:01:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref]
    [ 0.349163] pci 0000:01:00.0: System wakeup disabled by ACPI
    [ 0.355360] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.355365] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
    [ 0.355380] pci 0000:00:01.0: bridge window [mem 0xf6000000-0xf70fffff]
    [ 0.355383] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
    [ 0.355452] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [ 0.355555] pci 0000:03:00.0: [8086:088e] type 00 class 0x028000
    [ 0.355593] pci 0000:03:00.0: reg 0x10: [mem 0xf7900000-0xf7901fff 64bit]
    [ 0.355775] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
    [ 0.355814] pci 0000:03:00.0: System wakeup disabled by ACPI
    [ 0.362045] pci 0000:00:1c.2: PCI bridge to [bus 03]
    [ 0.362061] pci 0000:00:1c.2: bridge window [mem 0xf7900000-0xf79fffff]
    [ 0.362207] pci 0000:04:00.0: [10ec:5289] type 00 class 0xff0000
    [ 0.362270] pci 0000:04:00.0: reg 0x10: [mem 0xf7800000-0xf780ffff]
    [ 0.362784] pci 0000:04:00.0: supports D1 D2
    [ 0.362786] pci 0000:04:00.0: PME# supported from D1 D2 D3hot D3cold
    [ 0.362879] pci 0000:04:00.0: System wakeup disabled by ACPI
    [ 0.362979] pci 0000:04:00.2: [10ec:8168] type 00 class 0x020000
    [ 0.363037] pci 0000:04:00.2: reg 0x10: [io 0xd000-0xd0ff]
    [ 0.363148] pci 0000:04:00.2: reg 0x18: [mem 0xf2104000-0xf2104fff 64bit pref]
    [ 0.363217] pci 0000:04:00.2: reg 0x20: [mem 0xf2100000-0xf2103fff 64bit pref]
    [ 0.363519] pci 0000:04:00.2: supports D1 D2
    [ 0.363520] pci 0000:04:00.2: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.368781] pci 0000:00:1c.3: PCI bridge to [bus 04]
    [ 0.368785] pci 0000:00:1c.3: bridge window [io 0xd000-0xdfff]
    [ 0.368789] pci 0000:00:1c.3: bridge window [mem 0xf7800000-0xf78fffff]
    [ 0.368795] pci 0000:00:1c.3: bridge window [mem 0xf2100000-0xf21fffff 64bit pref]
    [ 0.368823] acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
    [ 0.369733] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
    [ 0.369781] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.369827] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 10 11 12 14 15)
    [ 0.369872] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15)
    [ 0.369915] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.369960] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.370004] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 10 11 12 14 15)
    [ 0.370048] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 *4 5 6 10 11 12 14 15)
    [ 0.370236] ACPI: Enabled 5 GPEs in block 00 to 3F
    [ 0.370243] ACPI: \_SB_.PCI0: notify handler is installed
    [ 0.370294] Found 1 acpi root devices
    [ 0.370323] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
    [ 0.370389] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.370393] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none
    [ 0.370394] vgaarb: loaded
    [ 0.370395] vgaarb: bridge control possible 0000:01:00.0
    [ 0.370396] vgaarb: no bridge control possible 0000:00:02.0
    [ 0.370422] PCI: Using ACPI for IRQ routing
    [ 0.371982] PCI: pci_cache_line_size set to 64 bytes
    [ 0.372033] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
    [ 0.372038] e820: reserve RAM buffer [mem 0x40004000-0x43ffffff]
    [ 0.372039] e820: reserve RAM buffer [mem 0xc96e7000-0xcbffffff]
    [ 0.372041] e820: reserve RAM buffer [mem 0xca116000-0xcbffffff]
    [ 0.372043] e820: reserve RAM buffer [mem 0xca623000-0xcbffffff]
    [ 0.372044] e820: reserve RAM buffer [mem 0xcade1000-0xcbffffff]
    [ 0.372045] e820: reserve RAM buffer [mem 0xcb000000-0xcbffffff]
    [ 0.372047] e820: reserve RAM buffer [mem 0x22f600000-0x22fffffff]
    [ 0.372123] NetLabel: Initializing
    [ 0.372124] NetLabel: domain hash size = 128
    [ 0.372125] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.372136] NetLabel: unlabeled traffic allowed by default
    [ 0.372156] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [ 0.372160] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 0.374183] Switched to clocksource hpet
    [ 0.377767] pnp: PnP ACPI init
    [ 0.377776] ACPI: bus type PNP registered
    [ 0.377837] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
    [ 0.377840] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.377850] pnp 00:01: [dma 4]
    [ 0.377862] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.377880] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
    [ 0.377956] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.377992] system 00:04: [io 0x0680-0x069f] has been reserved
    [ 0.377994] system 00:04: [io 0x1000-0x100f] has been reserved
    [ 0.377995] system 00:04: [io 0xffff] has been reserved
    [ 0.377997] system 00:04: [io 0xffff] has been reserved
    [ 0.377999] system 00:04: [io 0x0400-0x0453] could not be reserved
    [ 0.378001] system 00:04: [io 0x0458-0x047f] has been reserved
    [ 0.378002] system 00:04: [io 0x0500-0x057f] has been reserved
    [ 0.378005] system 00:04: [io 0x164e-0x164f] has been reserved
    [ 0.378007] system 00:04: [io 0x3322-0x3323] has been reserved
    [ 0.378009] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.378032] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.378073] system 00:06: [io 0x0454-0x0457] has been reserved
    [ 0.378076] system 00:06: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
    [ 0.378116] system 00:07: [io 0x04d0-0x04d1] has been reserved
    [ 0.378119] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.378140] pnp 00:08: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.378164] pnp 00:09: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 0.378207] pnp 00:0a: Plug and Play ACPI device, IDs ETD0403 PNP0f13 (active)
    [ 0.378833] system 00:0b: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.378835] system 00:0b: [mem 0xfed10000-0xfed17fff] has been reserved
    [ 0.378837] system 00:0b: [mem 0xfed18000-0xfed18fff] has been reserved
    [ 0.378839] system 00:0b: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 0.378841] system 00:0b: [mem 0xf8000000-0xfbffffff] has been reserved
    [ 0.378842] system 00:0b: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 0.378844] system 00:0b: [mem 0xfed90000-0xfed93fff] has been reserved
    [ 0.378846] system 00:0b: [mem 0xfed45000-0xfed8ffff] has been reserved
    [ 0.378848] system 00:0b: [mem 0xff000000-0xffffffff] has been reserved
    [ 0.378849] system 00:0b: [mem 0xfee00000-0xfeefffff] could not be reserved
    [ 0.378851] system 00:0b: [mem 0xcfa00000-0xcfa00fff] has been reserved
    [ 0.378853] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.378985] system 00:0c: [mem 0x20000000-0x201fffff] has been reserved
    [ 0.378987] system 00:0c: [mem 0x40000000-0x401fffff] could not be reserved
    [ 0.378989] system 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.379002] pnp: PnP ACPI: found 13 devices
    [ 0.379003] ACPI: bus type PNP unregistered
    [ 0.385141] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.385144] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
    [ 0.385147] pci 0000:00:01.0: bridge window [mem 0xf6000000-0xf70fffff]
    [ 0.385149] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
    [ 0.385153] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [ 0.385163] pci 0000:00:1c.2: PCI bridge to [bus 03]
    [ 0.385168] pci 0000:00:1c.2: bridge window [mem 0xf7900000-0xf79fffff]
    [ 0.385176] pci 0000:00:1c.3: PCI bridge to [bus 04]
    [ 0.385178] pci 0000:00:1c.3: bridge window [io 0xd000-0xdfff]
    [ 0.385183] pci 0000:00:1c.3: bridge window [mem 0xf7800000-0xf78fffff]
    [ 0.385187] pci 0000:00:1c.3: bridge window [mem 0xf2100000-0xf21fffff 64bit pref]
    [ 0.385193] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.385194] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.385196] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.385198] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
    [ 0.385199] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
    [ 0.385201] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
    [ 0.385202] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
    [ 0.385204] pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff]
    [ 0.385205] pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff]
    [ 0.385207] pci_bus 0000:00: resource 13 [mem 0xcfa00000-0xfeafffff]
    [ 0.385208] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
    [ 0.385210] pci_bus 0000:01: resource 1 [mem 0xf6000000-0xf70fffff]
    [ 0.385212] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xf1ffffff 64bit pref]
    [ 0.385213] pci_bus 0000:03: resource 1 [mem 0xf7900000-0xf79fffff]
    [ 0.385215] pci_bus 0000:04: resource 0 [io 0xd000-0xdfff]
    [ 0.385216] pci_bus 0000:04: resource 1 [mem 0xf7800000-0xf78fffff]
    [ 0.385218] pci_bus 0000:04: resource 2 [mem 0xf2100000-0xf21fffff 64bit pref]
    [ 0.385242] NET: Registered protocol family 2
    [ 0.385406] TCP established hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.385585] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.385695] TCP: Hash tables configured (established 65536 bind 65536)
    [ 0.385709] TCP: reno registered
    [ 0.385721] UDP hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.385747] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.385806] NET: Registered protocol family 1
    [ 0.385816] pci 0000:00:02.0: Boot video device
    [ 0.421017] PCI: CLS 64 bytes, default 64
    [ 0.421049] Unpacking initramfs...
    [ 0.476133] Freeing initrd memory: 3312K (ffff880037978000 - ffff880037cb4000)
    [ 0.476137] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 0.476140] software IO TLB [mem 0xc56e7000-0xc96e7000] (64MB) mapped at [ffff8800c56e7000-ffff8800c96e6fff]
    [ 0.476405] Scanning for low memory corruption every 60 seconds
    [ 0.476648] audit: initializing netlink socket (disabled)
    [ 0.476657] type=2000 audit(1389869891.466:1): initialized
    [ 0.488246] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.489340] zbud: loaded
    [ 0.489487] VFS: Disk quotas dquot_6.5.2
    [ 0.489519] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.489651] msgmni has been set to 15755
    [ 0.489888] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.489932] io scheduler noop registered
    [ 0.489933] io scheduler deadline registered
    [ 0.489954] io scheduler cfq registered (default)
    [ 0.490106] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    [ 0.490450] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 0.490462] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 0.490496] vesafb: mode is 1920x1080x32, linelength=7680, pages=0
    [ 0.490497] vesafb: scrolling: redraw
    [ 0.490499] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [ 0.491479] vesafb: framebuffer at 0xd0000000, mapped to 0xffffc90004f00000, using 8128k, total 8128k
    [ 0.636131] Console: switching to colour frame buffer device 240x67
    [ 0.780205] fb0: VESA VGA frame buffer device
    [ 0.780223] intel_idle: MWAIT substates: 0x21120
    [ 0.780225] intel_idle: v0.4 model 0x3A
    [ 0.780226] intel_idle: lapic_timer_reliable_states 0xffffffff
    [ 0.780420] GHES: HEST is not enabled!
    [ 0.780463] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.780820] Linux agpgart interface v0.103
    [ 0.780890] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:ELNM] at 0x60,0x64 irq 1,12
    [ 0.784163] i8042: Detected active multiplexing controller, rev 1.1
    [ 0.785597] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.785607] serio: i8042 AUX0 port at 0x60,0x64 irq 12
    [ 0.785609] serio: i8042 AUX1 port at 0x60,0x64 irq 12
    [ 0.785610] serio: i8042 AUX2 port at 0x60,0x64 irq 12
    [ 0.785612] serio: i8042 AUX3 port at 0x60,0x64 irq 12
    [ 0.785735] mousedev: PS/2 mouse device common for all mice
    [ 0.785878] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
    [ 0.785904] rtc_cmos 00:05: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
    [ 0.785912] Intel P-state driver initializing.
    [ 0.785920] Intel pstate controlling: cpu 0
    [ 0.785931] Intel pstate controlling: cpu 1
    [ 0.785941] Intel pstate controlling: cpu 2
    [ 0.785949] Intel pstate controlling: cpu 3
    [ 0.785957] Intel pstate controlling: cpu 4
    [ 0.785972] Intel pstate controlling: cpu 5
    [ 0.785981] Intel pstate controlling: cpu 6
    [ 0.785990] Intel pstate controlling: cpu 7
    [ 0.786051] drop_monitor: Initializing network drop monitor service
    [ 0.786109] TCP: cubic registered
    [ 0.786182] NET: Registered protocol family 10
    [ 0.786325] NET: Registered protocol family 17
    [ 0.786334] Key type dns_resolver registered
    [ 0.786578] registered taskstats version 1
    [ 0.787128] Magic number: 14:671:982
    [ 0.787215] rtc_cmos 00:05: setting system clock to 2014-01-16 10:58:12 UTC (1389869892)
    [ 0.787265] PM: Checking hibernation image partition /dev/sda2
    [ 0.788167] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 0.917532] PM: Hibernation image not present or could not be loaded.
    [ 0.918293] Freeing unused kernel memory: 1144K (ffffffff818cb000 - ffffffff819e9000)
    [ 0.918295] Write protecting the kernel read-only data: 8192k
    [ 0.921673] Freeing unused kernel memory: 1016K (ffff880001502000 - ffff880001600000)
    [ 0.922590] Freeing unused kernel memory: 420K (ffff880001797000 - ffff880001800000)
    [ 0.930285] systemd-udevd[78]: starting version 208
    [ 0.946773] pcieport 0000:00:1c.3: driver skip pci_set_master, fix it!
    [ 0.946873] ACPI: bus type USB registered
    [ 0.946876] rtsx_pci 0000:04:00.0: irq 41 for MSI/MSI-X
    [ 0.946891] rtsx_pci 0000:04:00.0: rtsx_pci_acquire_irq: pcr->msi_en = 1, pci->irq = 41
    [ 0.946903] usbcore: registered new interface driver usbfs
    [ 0.946913] usbcore: registered new interface driver hub
    [ 0.946973] usbcore: registered new device driver usb
    [ 0.947532] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 0.947546] SCSI subsystem initialized
    [ 0.947733] ehci-pci: EHCI PCI platform driver
    [ 0.947815] xhci_hcd 0000:00:14.0: setting latency timer to 64
    [ 0.947818] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 0.947822] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
    [ 0.947912] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
    [ 0.947929] xhci_hcd 0000:00:14.0: irq 42 for MSI/MSI-X
    [ 0.948102] hub 1-0:1.0: USB hub found
    [ 0.948109] hub 1-0:1.0: 4 ports detected
    [ 0.948401] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 0.948403] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
    [ 0.948552] libata version 3.00 loaded.
    [ 0.948642] hub 2-0:1.0: USB hub found
    [ 0.948650] hub 2-0:1.0: 4 ports detected
    [ 0.958134] ehci-pci 0000:00:1a.0: setting latency timer to 64
    [ 0.958140] ehci-pci 0000:00:1a.0: EHCI Host Controller
    [ 0.958144] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 3
    [ 0.958158] ehci-pci 0000:00:1a.0: debug port 2
    [ 0.962052] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
    [ 0.962064] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7a18000
    [ 0.971372] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    [ 0.971521] hub 3-0:1.0: USB hub found
    [ 0.971526] hub 3-0:1.0: 2 ports detected
    [ 0.971698] ehci-pci 0000:00:1d.0: setting latency timer to 64
    [ 0.971702] ehci-pci 0000:00:1d.0: EHCI Host Controller
    [ 0.971705] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 4
    [ 0.971715] ehci-pci 0000:00:1d.0: debug port 2
    [ 0.975613] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
    [ 0.975623] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7a17000
    [ 0.984789] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [ 0.985103] hub 4-0:1.0: USB hub found
    [ 0.985111] hub 4-0:1.0: 2 ports detected
    [ 0.985259] ahci 0000:00:1f.2: version 3.0
    [ 0.985433] ahci 0000:00:1f.2: irq 43 for MSI/MSI-X
    [ 0.985471] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
    [ 0.998181] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x17 impl SATA mode
    [ 0.998189] ahci 0000:00:1f.2: flags: 64bit ncq stag pm led clo pio slum part ems sxs apst
    [ 0.998204] ahci 0000:00:1f.2: setting latency timer to 64
    [ 1.018886] scsi0 : ahci
    [ 1.019098] scsi1 : ahci
    [ 1.019311] scsi2 : ahci
    [ 1.019494] scsi3 : ahci
    [ 1.019689] scsi4 : ahci
    [ 1.019866] scsi5 : ahci
    [ 1.019956] ata1: SATA max UDMA/133 abar m2048@0xf7a16000 port 0xf7a16100 irq 43
    [ 1.019960] ata2: SATA max UDMA/133 abar m2048@0xf7a16000 port 0xf7a16180 irq 43
    [ 1.019962] ata3: SATA max UDMA/133 abar m2048@0xf7a16000 port 0xf7a16200 irq 43
    [ 1.019964] ata4: DUMMY
    [ 1.019966] ata5: SATA max UDMA/133 abar m2048@0xf7a16000 port 0xf7a16300 irq 43
    [ 1.019968] ata6: DUMMY
    [ 1.308506] usb 1-3: new low-speed USB device number 2 using xhci_hcd
    [ 1.327890] usb 1-3: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
    [ 1.329720] hidraw: raw HID events driver (C) Jiri Kosina
    [ 1.333161] usbcore: registered new interface driver usbhid
    [ 1.333165] usbhid: USB HID core driver
    [ 1.334114] input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/input/input7
    [ 1.334423] hid-generic 0003:046D:C051.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:14.0-3/input0
    [ 1.338456] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [ 1.339420] ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
    [ 1.339425] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    [ 1.339428] ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
    [ 1.349868] ata1.00: ATA-9: INTEL SSDSC2CT180A3, 300i, max UDMA/133
    [ 1.349884] ata1.00: 351651888 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 1.359418] ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
    [ 1.359434] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    [ 1.359436] ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
    [ 1.369892] ata1.00: configured for UDMA/133
    [ 1.370166] scsi 0:0:0:0: Direct-Access ATA INTEL SSDSC2CT18 300i PQ: 0 ANSI: 5
    [ 1.435266] usb 3-1: new high-speed USB device number 2 using ehci-pci
    [ 1.478575] tsc: Refined TSC clocksource calibration: 2394.560 MHz
    [ 1.559838] hub 3-1:1.0: USB hub found
    [ 1.560024] hub 3-1:1.0: 6 ports detected
    [ 1.668796] usb 4-1: new high-speed USB device number 2 using ehci-pci
    [ 1.688767] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.792889] hub 4-1:1.0: USB hub found
    [ 1.793095] hub 4-1:1.0: 8 ports detected
    [ 1.908729] ata2.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
    [ 1.908736] ata2.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    [ 1.908739] ata2.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
    [ 2.062606] usb 4-1.6: new high-speed USB device number 3 using ehci-pci
    [ 2.319022] ata2.00: ATA-8: TOSHIBA MK3252GSX, LV010A, max UDMA/100
    [ 2.319029] ata2.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 2.320366] ata2.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
    [ 2.320373] ata2.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    [ 2.320377] ata2.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
    [ 2.321451] ata2.00: configured for UDMA/100
    [ 2.321618] scsi 1:0:0:0: Direct-Access ATA TOSHIBA MK3252GS LV01 PQ: 0 ANSI: 5
    [ 2.479612] Switched to clocksource tsc
    [ 2.639562] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 2.643607] ata3.00: ATAPI: TSSTcorp CDDVDW SN-208DB, TC01, max UDMA/100
    [ 2.653637] ata3.00: configured for UDMA/100
    [ 2.662862] scsi 2:0:0:0: CD-ROM TSSTcorp CDDVDW SN-208DB TC01 PQ: 0 ANSI: 5
    [ 2.983186] ata5: SATA link down (SStatus 0 SControl 300)
    [ 2.988352] sd 0:0:0:0: [sda] 351651888 512-byte logical blocks: (180 GB/167 GiB)
    [ 2.988411] sd 1:0:0:0: [sdb] 625142448 512-byte logical blocks: (320 GB/298 GiB)
    [ 2.988487] sd 0:0:0:0: [sda] Write Protect is off
    [ 2.988493] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 2.988494] sd 1:0:0:0: [sdb] Write Protect is off
    [ 2.988497] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
    [ 2.988529] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 2.988537] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 2.989966] sda: sda1 sda2
    [ 2.990254] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 2.993241] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 2.993244] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 2.993378] sr 2:0:0:0: Attached scsi CD-ROM sr0
    [ 3.069540] sdb: sdb1 sdb2
    [ 3.070543] sd 1:0:0:0: [sdb] Attached SCSI disk
    [ 3.418979] PM: Starting manual resume from disk
    [ 3.418984] PM: Hibernation image partition 8:2 present
    [ 3.418986] PM: Looking for hibernation image.
    [ 3.419700] PM: Image not found (code -22)
    [ 3.419705] PM: Hibernation image not present or could not be loaded.
    [ 3.444138] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
    [ 3.499597] systemd[1]: systemd 208 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    [ 3.500097] systemd[1]: Set hostname to <archvision>.
    [ 3.559092] systemd[1]: Starting Collect Read-Ahead Data...
    [ 3.560163] systemd[1]: Starting Replay Read-Ahead Data...
    [ 3.560463] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 3.560524] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 3.560551] systemd[1]: Starting Login Prompts.
    [ 3.560567] systemd[1]: Reached target Login Prompts.
    [ 3.560588] systemd[1]: Starting Remote File Systems.
    [ 3.560603] systemd[1]: Reached target Remote File Systems.
    [ 3.560622] systemd[1]: Starting Device-mapper event daemon FIFOs.
    [ 3.560664] systemd[1]: Listening on Device-mapper event daemon FIFOs.
    [ 3.560678] systemd[1]: Starting LVM2 metadata daemon socket.
    [ 3.560719] systemd[1]: Listening on LVM2 metadata daemon socket.
    [ 3.560730] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 3.560749] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 3.560759] systemd[1]: Starting Delayed Shutdown Socket.
    [ 3.560779] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 3.560811] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    [ 3.560941] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    [ 3.560960] systemd[1]: Starting Journal Socket.
    [ 3.561026] systemd[1]: Listening on Journal Socket.
    [ 3.561056] systemd[1]: Mounting Huge Pages File System...
    [ 3.561370] systemd[1]: Starting Journal Service...
    [ 3.561773] systemd-readahead[160]: Bumped block_nr parameter of 8:0 to 20480. This is a temporary hack and should be removed one day.
    [ 3.561816] systemd[1]: Started Journal Service.
    [ 3.576539] systemd-journald[162]: Vacuuming done, freed 0 bytes
    [ 3.607183] EXT4-fs (sda1): re-mounted. Opts: data=ordered,discard
    [ 3.610857] systemd-udevd[197]: starting version 208
    [ 3.611093] scsi6 : vhba
    [ 3.647675] ACPI: Requesting acpi_cpufreq
    [ 3.648443] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input8
    [ 3.648448] ACPI: Power Button [PWRB]
    [ 3.648507] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input9
    [ 3.648511] ACPI: Sleep Button [SLPB]
    [ 3.649258] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input10
    [ 3.663330] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 3.666930] mei_me 0000:00:16.0: setting latency timer to 64
    [ 3.666967] mei_me 0000:00:16.0: irq 44 for MSI/MSI-X
    [ 3.668677] ACPI: Lid Switch [LID0]
    [ 3.668720] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input11
    [ 3.668723] ACPI: Power Button [PWRF]
    [ 3.669670] ACPI: Battery Slot [BAT] (battery present)
    [ 3.670212] thermal LNXTHERM:00: registered as thermal_zone0
    [ 3.670214] ACPI: Thermal Zone [TZ0] (35 C)
    [ 3.670260] [drm] Initialized drm 1.1.0 20060810
    [ 3.671009] ACPI: AC Adapter [AC] (off-line)
    [ 3.671841] wmi: Mapper loaded
    [ 3.673496] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 3.673503] r8169 0000:04:00.2: can't disable ASPM; OS doesn't have ASPM control
    [ 3.673726] r8169 0000:04:00.2: irq 45 for MSI/MSI-X
    [ 3.673936] ACPI Warning: 0x000000000000f040-0x000000000000f05f SystemIO conflicts with Region \_SB_.PCI0.SBUS.SMBI 1 (20130725/utaddress-251)
    [ 3.673942] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 3.674142] r8169 0000:04:00.2 eth0: RTL8411 at 0xffffc90005f5a000, 00:90:f5:e4:9c:92, XID 08800800 IRQ 45
    [ 3.674145] r8169 0000:04:00.2 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
    [ 3.674610] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 1 (20130725/utaddress-251)
    [ 3.674614] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 3.674616] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \GPIO 1 (20130725/utaddress-251)
    [ 3.674618] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \_SB_.PCI0.PEG0.PEGP.GPIO 2 (20130725/utaddress-251)
    [ 3.674620] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 3.674621] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \GPIO 1 (20130725/utaddress-251)
    [ 3.674623] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \_SB_.PCI0.PEG0.PEGP.GPIO 2 (20130725/utaddress-251)
    [ 3.674625] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 3.674625] lpc_ich: Resource conflict(s) found affecting gpio_ich
    [ 3.676500] snd_hda_intel 0000:00:1b.0: irq 46 for MSI/MSI-X
    [ 3.680556] cfg80211: Calling CRDA to update world regulatory domain
    [ 3.684359] Intel(R) Wireless WiFi driver for Linux, in-tree:
    [ 3.684362] Copyright(c) 2003-2013 Intel Corporation
    [ 3.687182] pcieport 0000:00:1c.2: driver skip pci_set_master, fix it!
    [ 3.687240] iwlwifi 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
    [ 3.687319] iwlwifi 0000:03:00.0: irq 47 for MSI/MSI-X
    [ 3.689230] input: PC Speaker as /devices/platform/pcspkr/input/input13
    [ 3.689318] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input14
    [ 3.691653] iwlwifi 0000:03:00.0: loaded firmware version 18.168.6.1 op_mode iwldvm
    [ 3.694703] microcode: CPU0 sig=0x306a9, pf=0x10, revision=0x15
    [ 3.699874] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input17
    [ 3.700326] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16
    [ 3.700721] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
    [ 3.700968] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUG disabled
    [ 3.700970] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
    [ 3.700971] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
    [ 3.700972] iwlwifi 0000:03:00.0: Detected Intel(R) Centrino(R) Advanced-N 6235 AGN, REV=0xB0
    [ 3.701019] iwlwifi 0000:03:00.0: L1 Disabled; Enabling L0S
    [ 3.707821] [drm] Memory usable by graphics device = 2048M
    [ 3.707823] iwlwifi 0000:03:00.0: RF_KILL bit toggled to disable radio.
    [ 3.707824] checking generic (d0000000 7f0000) vs hw (d0000000 10000000)
    [ 3.707825] fb: conflicting fb hw usage inteldrmfb vs VESA VGA - removing generic driver
    [ 3.707842] Console: switching to colour dummy device 80x25
    [ 3.708353] i915 0000:00:02.0: setting latency timer to 64
    [ 3.719419] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
    [ 3.731545] iTCO_vendor_support: vendor-support=0
    [ 3.731802] iTCO_wdt: Intel TCO WatchDog Timer Dri

    zozi56 wrote:Can you reproduce the problem without Skype, Bastian?
    From what I remember I have also had this issue when Skype wasn't open.
    Yesterday my computer started up beeping - I took the harddisk out and it started normally (initramfs tho). Then I put it back in and the laptop have been running fine so far. I suspect it might just have been a bad connection, but I am giving it time..
    EDIT: Still experiencing the issue..
    Last edited by Bastian (2014-01-19 18:09:08)

  • Xorg segfault in gnome 3

    This week xorg crashed a couple of times, I am trying to find out why but I do not know where to start looking.
    I am using xorg with gdm and gnome 3.
    It just happened again, so I gathered some data I thought might be usefull.
    The crash:
    Backtrace:
    [ 219.680] 0: /usr/bin/Xorg (xorg_backtrace+0x37) [0x81c00d7]
    [ 219.680] 1: /usr/bin/Xorg (0x8048000+0x17bc1a) [0x81c3c1a]
    [ 219.680] 2: (vdso) (__kernel_rt_sigreturn+0x0) [0xb784040c]
    [ 219.680] 3: /usr/lib/xorg/modules/extensions/librecord.so (0xb7370000+0x214f) [0xb737214f]
    [ 219.680] 4: /usr/bin/Xorg (_CallCallbacks+0x3c) [0x807afbc]
    [ 219.680] 5: /usr/bin/Xorg (WriteToClient+0x273) [0x81c3353]
    [ 219.680] 6: /usr/lib/xorg/modules/extensions/libdri2.so (ProcDRI2WaitMSCReply+0x70) [0xb7360fa0]
    [ 219.680] 7: /usr/lib/xorg/modules/extensions/libdri2.so (DRI2WaitMSCComplete+0x73) [0xb735f243]
    [ 219.680] 8: /usr/lib/xorg/modules/drivers/intel_drv.so (0xb72e6000+0x2419b) [0xb730a19b]
    [ 219.680] 9: /usr/lib/xorg/modules/drivers/intel_drv.so (0xb72e6000+0x8fd3) [0xb72eefd3]
    [ 219.680] 10: /usr/lib/libdrm.so.2 (drmHandleEvent+0xce) [0xb733de6e]
    [ 219.680] 11: /usr/lib/xorg/modules/drivers/intel_drv.so (0xb72e6000+0x9037) [0xb72ef037]
    [ 219.680] 12: /usr/bin/Xorg (WakeupHandler+0x65) [0x807a805]
    [ 219.680] 13: /usr/bin/Xorg (WaitForSomething+0x1a5) [0x81bd355]
    [ 219.680] 14: /usr/bin/Xorg (0x8048000+0x2e462) [0x8076462]
    [ 219.680] 15: /usr/bin/Xorg (0x8048000+0x1c39a) [0x806439a]
    [ 219.680] 16: /lib/libc.so.6 (__libc_start_main+0xf3) [0xb74f1243]
    [ 219.680] 17: /usr/bin/Xorg (0x8048000+0x1c6c9) [0x80646c9]
    [ 219.680] Segmentation fault at address 0xb4a39008
    [ 219.680]
    Fatal server error:
    [ 219.680] Caught signal 11 (Segmentation fault). Server aborting
    the full Xorg.0.log:
    [ 15.121]
    X.Org X Server 1.11.2
    Release Date: 2011-11-04
    [ 15.121] X Protocol Version 11, Revision 0
    [ 15.121] Build Operating System: Linux 3.1.0-3-ARCH i686
    [ 15.121] Current Operating System: Linux marvin 3.0-ARCH #1 SMP PREEMPT Wed Oct 19 12:14:48 UTC 2011 i686
    [ 15.121] Kernel command line: root=/dev/sda1 ro pcie_aspm=force fastboot i915.modeset=1 i915.semaphores=1
    [ 15.121] Build Date: 07 November 2011 08:54:15AM
    [ 15.121]
    [ 15.121] Current version of pixman: 0.24.0
    [ 15.121] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 15.121] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 15.121] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Nov 17 21:19:48 2011
    [ 15.137] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 15.169] (==) No Layout section. Using the first Screen section.
    [ 15.169] (==) No screen section available. Using defaults.
    [ 15.169] (**) |-->Screen "Default Screen Section" (0)
    [ 15.169] (**) | |-->Monitor "<default monitor>"
    [ 15.179] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 15.179] (==) Automatically adding devices
    [ 15.179] (==) Automatically enabling devices
    [ 15.224] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 15.224] Entry deleted from font path.
    [ 15.304] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 15.304] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 15.304] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 15.316] (II) Loader magic: 0x8228580
    [ 15.316] (II) Module ABI versions:
    [ 15.316] X.Org ANSI C Emulation: 0.4
    [ 15.316] X.Org Video Driver: 11.0
    [ 15.316] X.Org XInput driver : 13.0
    [ 15.316] X.Org Server Extension : 6.0
    [ 15.317] (--) PCI:*(0:0:2:0) 8086:2a42:144d:c059 rev 9, Mem @ 0xfa000000/4194304, 0xd0000000/268435456, I/O @ 0x00001800/8
    [ 15.317] (--) PCI: (0:0:2:1) 8086:2a43:144d:c059 rev 9, Mem @ 0xfa400000/1048576
    [ 15.317] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 15.317] (II) LoadModule: "extmod"
    [ 15.325] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 15.331] (II) Module extmod: vendor="X.Org Foundation"
    [ 15.331] compiled for 1.11.2, module version = 1.0.0
    [ 15.331] Module class: X.Org Server Extension
    [ 15.331] ABI class: X.Org Server Extension, version 6.0
    [ 15.331] (II) Loading extension MIT-SCREEN-SAVER
    [ 15.331] (II) Loading extension XFree86-VidModeExtension
    [ 15.331] (II) Loading extension XFree86-DGA
    [ 15.331] (II) Loading extension DPMS
    [ 15.331] (II) Loading extension XVideo
    [ 15.331] (II) Loading extension XVideo-MotionCompensation
    [ 15.331] (II) Loading extension X-Resource
    [ 15.331] (II) LoadModule: "dbe"
    [ 15.332] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 15.337] (II) Module dbe: vendor="X.Org Foundation"
    [ 15.337] compiled for 1.11.2, module version = 1.0.0
    [ 15.337] Module class: X.Org Server Extension
    [ 15.337] ABI class: X.Org Server Extension, version 6.0
    [ 15.337] (II) Loading extension DOUBLE-BUFFER
    [ 15.337] (II) LoadModule: "glx"
    [ 15.337] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 15.354] (II) Module glx: vendor="X.Org Foundation"
    [ 15.354] compiled for 1.11.2, module version = 1.0.0
    [ 15.354] ABI class: X.Org Server Extension, version 6.0
    [ 15.354] (==) AIGLX enabled
    [ 15.354] (II) Loading extension GLX
    [ 15.354] (II) LoadModule: "record"
    [ 15.354] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 15.355] (II) Module record: vendor="X.Org Foundation"
    [ 15.355] compiled for 1.11.2, module version = 1.13.0
    [ 15.355] Module class: X.Org Server Extension
    [ 15.355] ABI class: X.Org Server Extension, version 6.0
    [ 15.355] (II) Loading extension RECORD
    [ 15.355] (II) LoadModule: "dri"
    [ 15.355] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 15.494] (II) Module dri: vendor="X.Org Foundation"
    [ 15.494] compiled for 1.11.2, module version = 1.0.0
    [ 15.494] ABI class: X.Org Server Extension, version 6.0
    [ 15.494] (II) Loading extension XFree86-DRI
    [ 15.494] (II) LoadModule: "dri2"
    [ 15.494] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 15.515] (II) Module dri2: vendor="X.Org Foundation"
    [ 15.515] compiled for 1.11.2, module version = 1.2.0
    [ 15.515] ABI class: X.Org Server Extension, version 6.0
    [ 15.515] (II) Loading extension DRI2
    [ 15.515] (==) Matched intel as autoconfigured driver 0
    [ 15.515] (==) Matched vesa as autoconfigured driver 1
    [ 15.515] (==) Matched fbdev as autoconfigured driver 2
    [ 15.515] (==) Assigned the driver to the xf86ConfigLayout
    [ 15.515] (II) LoadModule: "intel"
    [ 15.525] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 15.582] (II) Module intel: vendor="X.Org Foundation"
    [ 15.582] compiled for 1.10.99.902, module version = 2.16.0
    [ 15.582] Module class: X.Org Video Driver
    [ 15.582] ABI class: X.Org Video Driver, version 11.0
    [ 15.582] (II) LoadModule: "vesa"
    [ 15.605] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 15.728] (II) Module vesa: vendor="X.Org Foundation"
    [ 15.728] compiled for 1.11.1, module version = 2.3.0
    [ 15.728] Module class: X.Org Video Driver
    [ 15.728] ABI class: X.Org Video Driver, version 11.0
    [ 15.728] (II) LoadModule: "fbdev"
    [ 15.729] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
    [ 15.740] (II) Module fbdev: vendor="X.Org Foundation"
    [ 15.740] compiled for 1.10.99.902, module version = 0.4.2
    [ 15.740] ABI class: X.Org Video Driver, version 11.0
    [ 15.740] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
    965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
    4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
    Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
    Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
    Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
    Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
    Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server
    [ 15.740] (II) VESA: driver for VESA chipsets: vesa
    [ 15.740] (II) FBDEV: driver for framebuffer: fbdev
    [ 15.740] (++) using VT number 7
    [ 15.748] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 15.748] (WW) Falling back to old probe method for vesa
    [ 15.748] (WW) Falling back to old probe method for fbdev
    [ 15.885] (II) Loading sub module "fbdevhw"
    [ 15.885] (II) LoadModule: "fbdevhw"
    [ 15.905] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
    [ 15.922] (II) Module fbdevhw: vendor="X.Org Foundation"
    [ 15.922] compiled for 1.11.2, module version = 0.0.2
    [ 15.922] ABI class: X.Org Video Driver, version 11.0
    [ 15.922] drmOpenDevice: node name is /dev/dri/card0
    [ 15.922] drmOpenDevice: open result is 8, (OK)
    [ 15.922] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    [ 15.922] drmOpenDevice: node name is /dev/dri/card0
    [ 15.922] drmOpenDevice: open result is 8, (OK)
    [ 15.922] drmOpenByBusid: drmOpenMinor returns 8
    [ 15.922] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    [ 15.922] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 15.922] (==) intel(0): Depth 24, (--) framebuffer bpp 32
    [ 15.922] (==) intel(0): RGB weight 888
    [ 15.922] (==) intel(0): Default visual is TrueColor
    [ 15.922] (II) intel(0): Integrated Graphics Chipset: Intel(R) GM45
    [ 15.923] (--) intel(0): Chipset: "GM45"
    [ 15.923] (**) intel(0): Relaxed fencing enabled
    [ 15.923] (**) intel(0): Wait on SwapBuffers? enabled
    [ 15.923] (**) intel(0): Triple buffering? enabled
    [ 15.923] (**) intel(0): Framebuffer tiled
    [ 15.923] (**) intel(0): Pixmaps tiled
    [ 15.923] (**) intel(0): 3D buffers tiled
    [ 15.923] (**) intel(0): SwapBuffers wait enabled
    [ 15.923] (==) intel(0): video overlay key set to 0x101fe
    [ 15.923] (II) intel(0): Output LVDS1 has no monitor section
    [ 15.923] (II) intel(0): found backlight control interface /sys/class/backlight/samsung
    [ 15.936] (II) intel(0): Output VGA1 has no monitor section
    [ 16.470] (II) intel(0): Output HDMI1 has no monitor section
    [ 16.471] (II) intel(0): Output DP1 has no monitor section
    [ 16.472] (II) intel(0): Output DP2 has no monitor section
    [ 16.771] (II) intel(0): Output TV1 has no monitor section
    [ 16.771] (II) intel(0): EDID for output LVDS1
    [ 16.771] (II) intel(0): Manufacturer: CMO Model: 1711 Serial#: 0
    [ 16.771] (II) intel(0): Year: 2009 Week: 5
    [ 16.771] (II) intel(0): EDID Version: 1.3
    [ 16.771] (II) intel(0): Digital Display Input
    [ 16.771] (II) intel(0): Max Image Size [cm]: horiz.: 39 vert.: 22
    [ 16.771] (II) intel(0): Gamma: 2.20
    [ 16.771] (II) intel(0): No DPMS capabilities specified
    [ 16.771] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 16.771] (II) intel(0): First detailed timing is preferred mode
    [ 16.771] (II) intel(0): redX: 0.617 redY: 0.336 greenX: 0.321 greenY: 0.596
    [ 16.771] (II) intel(0): blueX: 0.160 blueY: 0.081 whiteX: 0.313 whiteY: 0.329
    [ 16.771] (II) intel(0): Manufacturer's mask: 0
    [ 16.771] (II) intel(0): Supported detailed timing:
    [ 16.771] (II) intel(0): clock: 97.8 MHz Image Size: 382 x 215 mm
    [ 16.771] (II) intel(0): h_active: 1600 h_sync: 1648 h_sync_end 1680 h_blank_end 1760 h_border: 0
    [ 16.771] (II) intel(0): v_active: 900 v_sync: 903 v_sync_end 908 v_blanking: 926 v_border: 0
    [ 16.771] (II) intel(0): N173O6-L02
    [ 16.771] (II) intel(0): CMO
    [ 16.771] (II) intel(0): N173O6-L02
    [ 16.771] (II) intel(0): EDID (in hex):
    [ 16.771] (II) intel(0): 00ffffffffffff000daf111700000000
    [ 16.771] (II) intel(0): 05130103802716780a06359e56529829
    [ 16.771] (II) intel(0): 14505400000001010101010101010101
    [ 16.771] (II) intel(0): 0101010101012f2640a060841a303020
    [ 16.771] (II) intel(0): 35007ed710000018000000fe004e3137
    [ 16.771] (II) intel(0): 334f362d4c30320a2020000000fe0043
    [ 16.771] (II) intel(0): 4d4f0a202020202020202020000000fe
    [ 16.771] (II) intel(0): 004e3137334f362d4c30320a2020002f
    [ 16.771] (II) intel(0): EDID vendor "CMO", prod id 5905
    [ 16.771] (II) intel(0): Printing DDC gathered Modelines:
    [ 16.771] (II) intel(0): Modeline "1600x900"x0.0 97.75 1600 1648 1680 1760 900 903 908 926 -hsync -vsync (55.5 kHz)
    [ 16.771] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    [ 16.771] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 16.771] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 16.771] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    [ 16.771] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    [ 16.771] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    [ 16.771] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [ 16.771] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
    [ 16.771] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
    [ 16.771] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
    [ 16.772] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    [ 16.772] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
    [ 16.772] (II) intel(0): Printing probed modes for output LVDS1
    [ 16.772] (II) intel(0): Modeline "1600x900"x60.0 97.75 1600 1648 1680 1760 900 903 908 926 -hsync -vsync (55.5 kHz)
    [ 16.772] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 16.772] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 16.772] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 16.772] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 16.790] (II) intel(0): EDID for output VGA1
    [ 17.323] (II) intel(0): EDID for output HDMI1
    [ 17.324] (II) intel(0): EDID for output DP1
    [ 17.325] (II) intel(0): EDID for output DP2
    [ 17.624] (II) intel(0): EDID for output TV1
    [ 17.624] (II) intel(0): Output LVDS1 connected
    [ 17.624] (II) intel(0): Output VGA1 disconnected
    [ 17.624] (II) intel(0): Output HDMI1 disconnected
    [ 17.624] (II) intel(0): Output DP1 disconnected
    [ 17.624] (II) intel(0): Output DP2 disconnected
    [ 17.624] (II) intel(0): Output TV1 disconnected
    [ 17.624] (II) intel(0): Using exact sizes for initial modes
    [ 17.624] (II) intel(0): Output LVDS1 using initial mode 1600x900
    [ 17.624] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 17.624] (II) intel(0): Kernel page flipping support detected, enabling
    [ 17.624] (**) intel(0): Display dimensions: (390, 220) mm
    [ 17.624] (**) intel(0): DPI set to (104, 103)
    [ 17.624] (II) Loading sub module "fb"
    [ 17.624] (II) LoadModule: "fb"
    [ 17.625] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 17.652] (II) Module fb: vendor="X.Org Foundation"
    [ 17.652] compiled for 1.11.2, module version = 1.0.0
    [ 17.652] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 17.652] (II) Loading sub module "dri2"
    [ 17.652] (II) LoadModule: "dri2"
    [ 17.652] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 17.652] (II) Module dri2: vendor="X.Org Foundation"
    [ 17.652] compiled for 1.11.2, module version = 1.2.0
    [ 17.652] ABI class: X.Org Server Extension, version 6.0
    [ 17.652] (II) UnloadModule: "vesa"
    [ 17.652] (II) Unloading vesa
    [ 17.652] (II) UnloadModule: "fbdev"
    [ 17.652] (II) Unloading fbdev
    [ 17.652] (II) UnloadModule: "fbdevhw"
    [ 17.652] (II) Unloading fbdevhw
    [ 17.652] (==) Depth 24 pixmap format is 32 bpp
    [ 17.652] (II) intel(0): [DRI2] Setup complete
    [ 17.652] (II) intel(0): [DRI2] DRI driver: i965
    [ 17.652] (II) intel(0): Allocated new frame buffer 1600x900 stride 6656, tiled
    [ 17.694] (II) UXA(0): Driver registered support for the following operations:
    [ 17.694] (II) solid
    [ 17.694] (II) copy
    [ 17.694] (II) composite (RENDER acceleration)
    [ 17.694] (II) put_image
    [ 17.694] (II) get_image
    [ 17.694] (==) intel(0): Backing store disabled
    [ 17.694] (==) intel(0): Silken mouse enabled
    [ 17.694] (II) intel(0): Initializing HW Cursor
    [ 17.710] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 17.710] (==) intel(0): DPMS enabled
    [ 17.710] (==) intel(0): Intel XvMC decoder enabled
    [ 17.710] (II) intel(0): Set up textured video
    [ 17.711] (II) intel(0): [XvMC] xvmc_vld driver initialized.
    [ 17.711] (II) intel(0): direct rendering: DRI2 Enabled
    [ 17.711] (==) intel(0): hotplug detection: "enabled"
    [ 17.711] (--) RandR disabled
    [ 17.711] (II) Initializing built-in extension Generic Event Extension
    [ 17.711] (II) Initializing built-in extension SHAPE
    [ 17.711] (II) Initializing built-in extension MIT-SHM
    [ 17.711] (II) Initializing built-in extension XInputExtension
    [ 17.711] (II) Initializing built-in extension XTEST
    [ 17.711] (II) Initializing built-in extension BIG-REQUESTS
    [ 17.711] (II) Initializing built-in extension SYNC
    [ 17.711] (II) Initializing built-in extension XKEYBOARD
    [ 17.711] (II) Initializing built-in extension XC-MISC
    [ 17.711] (II) Initializing built-in extension SECURITY
    [ 17.711] (II) Initializing built-in extension XINERAMA
    [ 17.711] (II) Initializing built-in extension XFIXES
    [ 17.711] (II) Initializing built-in extension RENDER
    [ 17.711] (II) Initializing built-in extension RANDR
    [ 17.711] (II) Initializing built-in extension COMPOSITE
    [ 17.711] (II) Initializing built-in extension DAMAGE
    [ 17.894] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 17.894] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 17.894] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 17.894] (II) AIGLX: enabled GLX_SGI_make_current_read
    [ 17.894] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 17.894] (II) AIGLX: Loaded and initialized i965
    [ 17.894] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 17.894] (II) intel(0): Setting screen physical size to 423 x 238
    [ 18.210] (II) XKB: Reusing cached keymap
    [ 18.213] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 18.213] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 18.213] (II) LoadModule: "evdev"
    [ 18.225] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 18.233] (II) Module evdev: vendor="X.Org Foundation"
    [ 18.233] compiled for 1.10.99.902, module version = 2.6.0
    [ 18.233] Module class: X.Org XInput Driver
    [ 18.233] ABI class: X.Org XInput driver, version 13.0
    [ 18.233] (II) Using input driver 'evdev' for 'Power Button'
    [ 18.233] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 18.233] Option "XkbRules" "evdev"
    [ 18.233] Option "XkbModel" "evdev"
    [ 18.233] Option "XkbLayout" "be"
    [ 18.233] Option "_source" "server/udev"
    [ 18.233] Option "name" "Power Button"
    [ 18.233] Option "path" "/dev/input/event3"
    [ 18.233] Option "device" "/dev/input/event3"
    [ 18.233] Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
    [ 18.233] Option "driver" "evdev"
    [ 18.233] (**) Power Button: always reports core events
    [ 18.233] (**) Power Button: Device: "/dev/input/event3"
    [ 18.233] (--) Power Button: Found keys
    [ 18.233] (II) Power Button: Configuring as keyboard
    [ 18.233] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
    [ 18.233] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 18.233] (**) Option "xkb_rules" "evdev"
    [ 18.233] (**) Option "xkb_model" "evdev"
    [ 18.233] (**) Option "xkb_layout" "be"
    [ 18.278] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
    [ 18.278] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 18.278] (II) Using input driver 'evdev' for 'Video Bus'
    [ 18.278] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 18.278] Option "XkbRules" "evdev"
    [ 18.278] Option "XkbModel" "evdev"
    [ 18.278] Option "XkbLayout" "be"
    [ 18.278] Option "_source" "server/udev"
    [ 18.278] Option "name" "Video Bus"
    [ 18.278] Option "path" "/dev/input/event5"
    [ 18.278] Option "device" "/dev/input/event5"
    [ 18.278] Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input5/event5"
    [ 18.278] Option "driver" "evdev"
    [ 18.278] (**) Video Bus: always reports core events
    [ 18.278] (**) Video Bus: Device: "/dev/input/event5"
    [ 18.278] (--) Video Bus: Found keys
    [ 18.278] (II) Video Bus: Configuring as keyboard
    [ 18.278] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input5/event5"
    [ 18.278] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 18.278] (**) Option "xkb_rules" "evdev"
    [ 18.278] (**) Option "xkb_model" "evdev"
    [ 18.278] (**) Option "xkb_layout" "be"
    [ 18.278] (II) XKB: Reusing cached keymap
    [ 18.279] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 18.279] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 18.279] (II) Using input driver 'evdev' for 'Power Button'
    [ 18.279] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 18.279] Option "XkbRules" "evdev"
    [ 18.279] Option "XkbModel" "evdev"
    [ 18.279] Option "XkbLayout" "be"
    [ 18.279] Option "_source" "server/udev"
    [ 18.279] Option "name" "Power Button"
    [ 18.279] Option "path" "/dev/input/event1"
    [ 18.279] Option "device" "/dev/input/event1"
    [ 18.279] Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1/event1"
    [ 18.279] Option "driver" "evdev"
    [ 18.279] (**) Power Button: always reports core events
    [ 18.279] (**) Power Button: Device: "/dev/input/event1"
    [ 18.279] (--) Power Button: Found keys
    [ 18.279] (II) Power Button: Configuring as keyboard
    [ 18.279] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1/event1"
    [ 18.279] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
    [ 18.279] (**) Option "xkb_rules" "evdev"
    [ 18.279] (**) Option "xkb_model" "evdev"
    [ 18.279] (**) Option "xkb_layout" "be"
    [ 18.279] (II) XKB: Reusing cached keymap
    [ 18.280] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
    [ 18.280] (II) No input driver/identifier specified (ignoring)
    [ 18.280] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
    [ 18.280] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 18.280] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 18.280] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 18.280] Option "XkbRules" "evdev"
    [ 18.280] Option "XkbModel" "evdev"
    [ 18.280] Option "XkbLayout" "be"
    [ 18.280] Option "_source" "server/udev"
    [ 18.280] Option "name" "Sleep Button"
    [ 18.280] Option "path" "/dev/input/event2"
    [ 18.280] Option "device" "/dev/input/event2"
    [ 18.280] Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2/event2"
    [ 18.280] Option "driver" "evdev"
    [ 18.280] (**) Sleep Button: always reports core events
    [ 18.280] (**) Sleep Button: Device: "/dev/input/event2"
    [ 18.280] (--) Sleep Button: Found keys
    [ 18.280] (II) Sleep Button: Configuring as keyboard
    [ 18.280] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2/event2"
    [ 18.280] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
    [ 18.280] (**) Option "xkb_rules" "evdev"
    [ 18.280] (**) Option "xkb_model" "evdev"
    [ 18.280] (**) Option "xkb_layout" "be"
    [ 18.280] (II) XKB: Reusing cached keymap
    [ 18.281] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event6)
    [ 18.281] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
    [ 18.281] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
    [ 18.281] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 18.281] Option "XkbRules" "evdev"
    [ 18.281] Option "XkbModel" "evdev"
    [ 18.281] Option "XkbLayout" "be"
    [ 18.281] Option "_source" "server/udev"
    [ 18.281] Option "name" "Logitech USB Receiver"
    [ 18.281] Option "path" "/dev/input/event6"
    [ 18.281] Option "device" "/dev/input/event6"
    [ 18.281] Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1:1.0/input/input6/event6"
    [ 18.281] Option "driver" "evdev"
    [ 18.281] (**) Logitech USB Receiver: always reports core events
    [ 18.281] (**) Logitech USB Receiver: Device: "/dev/input/event6"
    [ 18.281] (--) Logitech USB Receiver: Found keys
    [ 18.281] (II) Logitech USB Receiver: Configuring as keyboard
    [ 18.281] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1:1.0/input/input6/event6"
    [ 18.281] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 10)
    [ 18.281] (**) Option "xkb_rules" "evdev"
    [ 18.281] (**) Option "xkb_model" "evdev"
    [ 18.281] (**) Option "xkb_layout" "be"
    [ 18.281] (II) XKB: Reusing cached keymap
    [ 18.282] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event7)
    [ 18.282] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
    [ 18.282] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
    [ 18.282] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
    [ 18.282] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 18.282] Option "XkbRules" "evdev"
    [ 18.282] Option "XkbModel" "evdev"
    [ 18.282] Option "XkbLayout" "be"
    [ 18.282] Option "_source" "server/udev"
    [ 18.282] Option "name" "Logitech USB Receiver"
    [ 18.282] Option "path" "/dev/input/event7"
    [ 18.282] Option "device" "/dev/input/event7"
    [ 18.282] Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1:1.1/input/input7/event7"
    [ 18.282] Option "driver" "evdev"
    [ 18.282] (**) Logitech USB Receiver: always reports core events
    [ 18.282] (**) Logitech USB Receiver: Device: "/dev/input/event7"
    [ 18.282] (--) Logitech USB Receiver: Found 20 mouse buttons
    [ 18.282] (--) Logitech USB Receiver: Found scroll wheel(s)
    [ 18.282] (--) Logitech USB Receiver: Found relative axes
    [ 18.282] (--) Logitech USB Receiver: Found x and y relative axes
    [ 18.282] (--) Logitech USB Receiver: Found absolute axes
    [ 18.282] (--) Logitech USB Receiver: Found keys
    [ 18.282] (II) Logitech USB Receiver: Configuring as mouse
    [ 18.282] (II) Logitech USB Receiver: Configuring as keyboard
    [ 18.282] (II) Logitech USB Receiver: Adding scrollwheel support
    [ 18.282] (**) Logitech USB Receiver: YAxisMapping: buttons 4 and 5
    [ 18.282] (**) Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 18.283] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1:1.1/input/input7/event7"
    [ 18.283] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 11)
    [ 18.283] (**) Option "xkb_rules" "evdev"
    [ 18.283] (**) Option "xkb_model" "evdev"
    [ 18.283] (**) Option "xkb_layout" "be"
    [ 18.283] (II) XKB: Reusing cached keymap
    [ 18.283] (II) Logitech USB Receiver: initialized for relative axes.
    [ 18.283] (WW) Logitech USB Receiver: ignoring absolute axes.
    [ 18.283] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
    [ 18.283] (**) Logitech USB Receiver: (accel) acceleration profile 0
    [ 18.283] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
    [ 18.283] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
    [ 18.283] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
    [ 18.283] (II) No input driver/identifier specified (ignoring)
    [ 18.284] (II) config/udev: Adding input device WebCam SCB-0320N (/dev/input/event12)
    [ 18.284] (**) WebCam SCB-0320N: Applying InputClass "evdev keyboard catchall"
    [ 18.284] (II) Using input driver 'evdev' for 'WebCam SCB-0320N'
    [ 18.284] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 18.284] Option "XkbRules" "evdev"
    [ 18.284] Option "XkbModel" "evdev"
    [ 18.284] Option "XkbLayout" "be"
    [ 18.284] Option "_source" "server/udev"
    [ 18.284] Option "name" "WebCam SCB-0320N"
    [ 18.284] Option "path" "/dev/input/event12"
    [ 18.284] Option "device" "/dev/input/event12"
    [ 18.284] Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-3/1-3:1.0/input/input12/event12"
    [ 18.284] Option "driver" "evdev"
    [ 18.284] (**) WebCam SCB-0320N: always reports core events
    [ 18.284] (**) WebCam SCB-0320N: Device: "/dev/input/event12"
    [ 18.284] (--) WebCam SCB-0320N: Found keys
    [ 18.284] (II) WebCam SCB-0320N: Configuring as keyboard
    [ 18.284] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-3/1-3:1.0/input/input12/event12"
    [ 18.284] (II) XINPUT: Adding extended input device "WebCam SCB-0320N" (type: KEYBOARD, id 12)
    [ 18.284] (**) Option "xkb_rules" "evdev"
    [ 18.284] (**) Option "xkb_model" "evdev"
    [ 18.284] (**) Option "xkb_layout" "be"
    [ 18.284] (II) XKB: Reusing cached keymap
    [ 18.285] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event10)
    [ 18.285] (II) No input driver/identifier specified (ignoring)
    [ 18.285] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event11)
    [ 18.285] (II) No input driver/identifier specified (ignoring)
    [ 18.286] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
    [ 18.286] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 18.286] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 18.286] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 18.286] Option "XkbRules" "evdev"
    [ 18.286] Option "XkbModel" "evdev"
    [ 18.286] Option "XkbLayout" "be"
    [ 18.286] Option "_source" "server/udev"
    [ 18.286] Option "name" "AT Translated Set 2 keyboard"
    [ 18.286] Option "path" "/dev/input/event4"
    [ 18.286] Option "device" "/dev/input/event4"
    [ 18.286] Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
    [ 18.286] Option "driver" "evdev"
    [ 18.286] (**) AT Translated Set 2 keyboard: always reports core events
    [ 18.286] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event4"
    [ 18.286] (--) AT Translated Set 2 keyboard: Found keys
    [ 18.286] (II) AT Translated Set 2 keyboard: Configuring as keyboard
    [ 18.286] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
    [ 18.286] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
    [ 18.286] (**) Option "xkb_rules" "evdev"
    [ 18.286] (**) Option "xkb_model" "evdev"
    [ 18.286] (**) Option "xkb_layout" "be"
    [ 18.286] (II) XKB: Reusing cached keymap
    [ 18.286] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event9)
    [ 18.286] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 18.287] (II) LoadModule: "synaptics"
    [ 18.287] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 18.287] (II) Module synaptics: vendor="X.Org Foundation"
    [ 18.288] compiled for 1.11.0, module version = 1.5.0
    [ 18.288] Module class: X.Org XInput Driver
    [ 18.288] ABI class: X.Org XInput driver, version 13.0
    [ 18.288] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [ 18.288] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 18.288] Option "_source" "server/udev"
    [ 18.288] Option "name" "SynPS/2 Synaptics TouchPad"
    [ 18.288] Option "path" "/dev/input/event9"
    [ 18.288] Option "device" "/dev/input/event9"
    [ 18.288] Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input9/event9"
    [ 18.288] Option "TapButton1" "1"
    [ 18.288] Option "RTCornerButton" "2"
    [ 18.288] Option "RBCornerButton" "3"
    [ 18.288] Option "VertEdgeScroll" "on"
    [ 18.288] Option "HorizEdgeScroll" "on"
    [ 18.288] Option "driver" "synaptics"
    [ 18.288] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 18.288] (**) Option "Device" "/dev/input/event9"
    [ 18.483] (**) Option "Device" "/dev/input/event9"
    [ 18.483] port opened successfully
    [ 18.590] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
    [ 18.590] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
    [ 18.590] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 18.590] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 0
    [ 18.590] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right
    [ 18.590] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [ 18.590] (**) Option "VertEdgeScroll" "on"
    [ 18.590] (**) Option "HorizEdgeScroll" "on"
    [ 18.590] (**) Option "RTCornerButton" "2"
    [ 18.590] (**) Option "RBCornerButton" "3"
    [ 18.590] (**) Option "TapButton1" "1"
    [ 18.696] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 18.696] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 18.803] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input9/event9"
    [ 18.803] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 14)
    [ 18.803] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [ 18.803] (**) synaptics: SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
    [ 18.803] (**) synaptics: SynPS/2 Synaptics TouchPad: AccelFactor is now 0.040
    [ 18.803] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 18.803] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [ 18.803] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 18.803] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 18.803] (**) Option "Device" "/dev/input/event9"
    [ 18.803] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 18.804] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
    [ 18.804] (II) No input driver/identifier specified (ignoring)
    [ 18.804] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
    [ 18.804] (II) No input driver/identifier specified (ignoring)
    [ 18.836] (II) intel(0): EDID vendor "CMO", prod id 5905
    [ 18.836] (II) intel(0): Printing DDC gathered Modelines:
    [ 18.836] (II) intel(0): Modeline "1600x900"x0.0 97.75 1600 1648 1680 1760 900 903 908 926 -hsync -vsync (55.5 kHz)
    [ 24.907] (II) intel(0): EDID vendor "CMO", prod id 5905
    [ 24.907] (II) intel(0): Printing DDC gathered Modelines:
    [ 24.907] (II) intel(0): Modeline "1600x900"x0.0 97.75 1600 1648 1680 1760 900 903 908 926 -hsync -vsync (55.5 kHz)
    [ 25.888] (II) intel(0): EDID vendor "CMO", prod id 5905
    [ 25.888] (II) intel(0): Printing DDC gathered Modelines:
    [ 25.888] (II) intel(0): Modeline "1600x900"x0.0 97.75 1600 1648 1680 1760 900 903 908 926 -hsync -vsync (55.5 kHz)
    [ 27.318] (II) intel(0): EDID vendor "CMO", prod id 5905
    [ 27.318] (II) intel(0): Printing DDC gathered Modelines:
    [ 27.318] (II) intel(0): Modeline "1600x900"x0.0 97.75 1600 1648 1680 1760 900 903 908 926 -hsync -vsync (55.5 kHz)
    [ 28.181] (II) intel(0): EDID vendor "CMO", prod id 5905
    [ 28.181] (II) intel(0): Printing DDC gathered Modelines:
    [ 28.181] (II) intel(0): Modeline "1600x900"x0.0 97.75 1600 1648 1680 1760 900 903 908 926 -hsync -vsync (55.5 kHz)
    [ 29.031] (II) intel(0): EDID vendor "CMO", prod id 5905
    [ 29.031] (II) intel(0): Printing DDC gathered Modelines:
    [ 29.031] (II) intel(0): Modeline "1600x900"x0.0 97.75 1600 1648 1680 1760 900 903 908 926 -hsync -vsync (55.5 kHz)
    [ 35.698] (II) intel(0): EDID vendor "CMO", prod id 5905
    [ 35.698] (II) intel(0): Printing DDC gathered Modelines:
    [ 35.698] (II) intel(0): Modeline "1600x900"x0.0 97.75 1600 1648 1680 1760 900 903 908 926 -hsync -vsync (55.5 kHz)
    [ 55.995] (II) intel(0): EDID vendor "CMO", prod id 5905
    [ 55.995] (II) intel(0): Printing DDC gathered Modelines:
    [ 55.995] (II) intel(0): Modeline "1600x900"x0.0 97.75 1600 1648 1680 1760 900 903 908 926 -hsync -vsync (55.5 kHz)
    [ 59.047] (II) intel(0): EDID vendor "CMO", prod id 5905
    [ 59.047] (II) intel(0): Printing DDC gathered Modelines:
    [ 59.047] (II) intel(0): Modeline "1600x900"x0.0 97.75 1600 1648 1680 1760 900 903 908 926 -hsync -vsync (55.5 kHz)
    [ 219.680]
    Backtrace:
    [ 219.680] 0: /usr/bin/Xorg (xorg_backtrace+0x37) [0x81c00d7]
    [ 219.680] 1: /usr/bin/Xorg (0x8048000+0x17bc1a) [0x81c3c1a]
    [ 219.680] 2: (vdso) (__kernel_rt_sigreturn+0x0) [0xb784040c]
    [ 219.680] 3: /usr/lib/xorg/modules/extensions/librecord.so (0xb7370000+0x214f) [0xb737214f]
    [ 219.680] 4: /usr/bin/Xorg (_CallCallbacks+0x3c) [0x807afbc]
    [ 219.680] 5: /usr/bin/Xorg (WriteToClient+0x273) [0x81c3353]
    [ 219.680] 6: /usr/lib/xorg/modules/extensions/libdri2.so (ProcDRI2WaitMSCReply+0x70) [0xb7360fa0]
    [ 219.680] 7: /usr/lib/xorg/modules/extensions/libdri2.so (DRI2WaitMSCComplete+0x73) [0xb735f243]
    [ 219.680] 8: /usr/lib/xorg/modules/drivers/intel_drv.so (0xb72e6000+0x2419b) [0xb730a19b]
    [ 219.680] 9: /usr/lib/xorg/modules/drivers/intel_drv.so (0xb72e6000+0x8fd3) [0xb72eefd3]
    [ 219.680] 10: /usr/lib/libdrm.so.2 (drmHandleEvent+0xce) [0xb733de6e]
    [ 219.680] 11: /usr/lib/xorg/modules/drivers/intel_drv.so (0xb72e6000+0x9037) [0xb72ef037]
    [ 219.680] 12: /usr/bin/Xorg (WakeupHandler+0x65) [0x807a805]
    [ 219.680] 13: /usr/bin/Xorg (WaitForSomething+0x1a5) [0x81bd355]
    [ 219.680] 14: /usr/bin/Xorg (0x8048000+0x2e462) [0x8076462]
    [ 219.680] 15: /usr/bin/Xorg (0x8048000+0x1c39a) [0x806439a]
    [ 219.680] 16: /lib/libc.so.6 (__libc_start_main+0xf3) [0xb74f1243]
    [ 219.680] 17: /usr/bin/Xorg (0x8048000+0x1c6c9) [0x80646c9]
    [ 219.680] Segmentation fault at address 0xb4a39008
    [ 219.680]
    Fatal server error:
    [ 219.680] Caught signal 11 (Segmentation fault). Server aborting
    [ 219.680]
    [ 219.680]
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 219.680] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 219.680]
    [ 219.716] (II) Power Button: Close
    [ 219.716] (II) UnloadModule: "evdev"
    [ 219.716] (II) Unloading evdev
    [ 219.743] (II) Video Bus: Close
    [ 219.743] (II) UnloadModule: "evdev"
    [ 219.743] (II) Unloading evdev
    [ 219.763] (II) Power Button: Close
    [ 219.763] (II) UnloadModule: "evdev"
    [ 219.763] (II) Unloading evdev
    [ 219.783] (II) Sleep Button: Close
    [ 219.783] (II) UnloadModule: "evdev"
    [ 219.783] (II) Unloading evdev
    [ 219.803] (II) Logitech USB Receiver: Close
    [ 219.803] (II) UnloadModule: "evdev"
    [ 219.803] (II) Unloading evdev
    [ 219.823] (II) Logitech USB Receiver: Close
    [ 219.823] (II) UnloadModule: "evdev"
    [ 219.823] (II) Unloading evdev
    [ 219.846] (II) WebCam SCB-0320N: Close
    [ 219.846] (II) UnloadModule: "evdev"
    [ 219.846] (II) Unloading evdev
    [ 219.890] (II) AT Translated Set 2 keyboard: Close
    [ 219.890] (II) UnloadModule: "evdev"
    [ 219.890] (II) Unloading evdev
    [ 219.947] (II) UnloadModule: "synaptics"
    [ 219.947] (II) Unloading synaptics
    [ 219.947] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 219.998] Server terminated with error (1). Closing log file.
    some hardware info:
    $ uname -a
    Linux marvin 3.0-ARCH #1 SMP PREEMPT Wed Oct 19 12:14:48 UTC 2011 i686 Pentium(R) Dual-Core CPU T4200 @ 2.00GHz GenuineIntel GNU/Linux
    $ lspci
    00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub (rev 09)
    00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 09)
    00:02.1 Display controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 09)
    00:1a.0 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 03)
    00:1a.1 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 03)
    00:1a.2 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 03)
    00:1a.7 USB controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 03)
    00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
    00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 03)
    00:1c.3 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 4 (rev 03)
    00:1d.0 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 03)
    00:1d.1 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 03)
    00:1d.2 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 03)
    00:1d.7 USB controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 03)
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93)
    00:1f.0 ISA bridge: Intel Corporation ICH9M LPC Interface Controller (rev 03)
    00:1f.2 SATA controller: Intel Corporation ICH9M/M-E SATA AHCI Controller (rev 03)
    00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 03)
    02:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01)
    04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)
    software is fully up to date, except for the kernel (I could not control the backlight with the latest version). Got some software from the AUR and 2 custom packages too.
    $ pacman -Q linux linux-headers
    linux 3.0.7-1
    linux-headers 3.0.7
    $ pacman -Qm
    alacarte 0.13.2-6
    aurget 3.4.0-2
    banshee-community-extensions 2.2.0-1
    banshee-custom 20111016-1
    briss 0.0.13-2
    chromium-stable-libpdf 15.0.874.106-1
    cope-git 20110919-1
    docky-stacks-bzr 1576-1
    easy-slow-down-manager-svn 33-1
    font-manager 0.5.7-1
    gedit-latex 3.3.1-1
    gio-sharp-git 20111114-1
    gnome-menus2 3.0.1-1
    gnome-settings-daemon-custom 3.2.0-2
    gnome-shell-extension-mediaplayer-git 20111008-1
    gnome-shell-extension-presentation-mode-git 20111022-1
    gnome-shell-extension-weather-git 20111008-1
    gnome-system-tools 3.0.0-2
    gpaste 1.99-1
    gtg 0.2.4-6
    gtk-engine-unico 1.0.1-2
    hyena-git 20111007-1
    liboobs 3.0.0-1
    nautilus-terminal 1.0-1
    package-query 0.9-1
    pacman-color 3.5.4-1
    pdfmod 0.9.1-1
    perl-env-path 0.18-2
    perl-io-stty 0.30.0-3
    perl-regexp-common 2010010201-1
    phatch 0.2.7.1-4
    python-nautilus 1.1-2
    samsung-tools 1.5-1
    system-tools-backends 2.10.2-1
    ttf-ms-fonts 2.0-8
    ttf-raghu 1.0-1
    ttf-vista-fonts 1-3
    xampp 1.7.4-1
    as for the way Xorg is configurated:
    $ cat /etc/X11/xorg.conf.d/*
    # Catch-all evdev loader for udev-based systems
    # We don't simply match on any device since that also adds accelerometers
    # and other devices that we don't really want to use. The list below
    # matches everything but joysticks.
    Section "InputClass"
    Identifier "evdev pointer catchall"
    MatchIsPointer "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    Section "InputClass"
    Identifier "evdev keyboard catchall"
    MatchIsKeyboard "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    Option "XkbLayout" "be"
    EndSection
    #Section "InputClass"
    # Identifier "evdev touchpad catchall"
    # MatchIsTouchpad "on"
    # MatchDevicePath "/dev/input/event*"
    # Driver "evdev"
    #EndSection
    #Section "InputClass"
    # Identifier "evdev tablet catchall"
    # MatchIsTablet "on"
    # MatchDevicePath "/dev/input/event*"
    # Driver "evdev"
    #EndSection
    #Section "InputClass"
    # Identifier "evdev touchscreen catchall"
    # MatchIsTouchscreen "on"
    # MatchDevicePath "/dev/input/event*"
    # Driver "evdev"
    #EndSection
    # Collection of quirks and blacklist/whitelists for specific devices.
    # Accelerometer device, posts data through ABS_X/ABS_Y, making X unusable
    # http://bugs.freedesktop.org/show_bug.cgi?id=22442
    Section "InputClass"
    Identifier "ThinkPad HDAPS accelerometer blacklist"
    MatchProduct "ThinkPad HDAPS accelerometer data"
    Option "Ignore" "on"
    EndSection
    # Section "Device"
    # Identifier "old intel stuff"
    # Driver "intel"
    # Option "Shadow" "True"
    # EndSection
    Section "InputClass"
    Identifier "touchpad catchall"
    MatchIsTouchpad "on"
    MatchDevicePath "/dev/input/event*"
    Driver "synaptics"
    Option "TapButton1" "1"
    Option "RTCornerButton" "2"
    Option "RBCornerButton" "3"
    Option "VertEdgeScroll" "on"
    Option "HorizEdgeScroll" "on"
    EndSection
    # Collection of quirks and blacklist/whitelists for specific devices.
    # Accelerometer device, posts data through ABS_X/ABS_Y, making X unusable
    # http://bugs.freedesktop.org/show_bug.cgi?id=22442
    #Section "InputClass"
    # Identifier "ThinkPad HDAPS accelerometer blacklist"
    # MatchProduct "ThinkPad HDAPS accelerometer data"
    # Option "Ignore" "on"
    #EndSection
    Last edited by berz_ (2011-11-17 20:58:24)

    I did add testing and community-testing, sorted out the pacman keysigning thing, and upgraded all packages, including  xf86-video-intel.
    I will wait to see if the problem still occurs.
    If it does, I will try upgrading to linux 3.1, but I would prefer not to because it causes easy-slow-down-manager and samsung-tools to fail, and I do not have a lot of time to troubleshoot my system at the moment.
    I need the AUR packages to control my samsung R719 backlight.
    Apparantly there is a new version of samsung-tools out which does not require easy-slow-down-manager, but the AUR package is out of date.

  • [SOLVED] ocrfeeder-git PKGBUILD doesn't work

    https://aur.archlinux.org/packages/ocrfeeder-git/
    [pippo@linux ocrfeeder-git]$ makepkg -s
    ==> Creazione del pacchetto: ocrfeeder-git 0.7.11.20.g22218bc-1 (mar 18 nov 2014, 14.32.01, CET)
    ==> Controllo delle dipendenze durante l'avvio in corso...
    ==> Controllo delle dipendenze durante la compilazione in corso...
    ==> Download dei sorgenti in corso...
    -> Clonazione del repository ocrfeeder git in corso...
    Clone nel repository spoglio '/home/pippo/TEMP/ocrfeeder-git/ocrfeeder'...
    remote: Counting objects: 3584, done.
    remote: Compressing objects: 100% (2578/2578), done.
    remote: Total 3584 (delta 2415), reused 1346 (delta 936)
    Ricezione degli oggetti: 100% (3584/3584), 1.71 MiB | 510.00 KiB/s, done.
    Risoluzione dei delta: 100% (2415/2415), done.
    Checking connectivity... fatto.
    ==> Validazione dei sorgenti con sha512sums in corso...
    ocrfeeder ... Ignorato
    ==> Estrazione dei sorgenti in corso...
    -> Creazione di una copia di lavoro del repository ocrfeeder git in corso...
    Cloning into 'ocrfeeder'...
    fatto.
    ==> Avvio di pkgver() in corso...
    ==> Versione aggiornata: ocrfeeder-git 0.8-1
    ==> Avvio di build() in corso...
    /usr/bin/gnome-autogen.sh
    checking for automake >= 1.11.2...
    testing automake... found 1.14.1
    checking for autoreconf >= 2.53...
    testing autoreconf... found 2.69
    checking for glib-gettext >= 2.2.0...
    testing glib-gettextize... found 2.42.0
    checking for intltool >= 0.25...
    testing intltoolize... found 0.50.2
    checking for gnome-doc-utils >= 0.4.2...
    testing gnome-doc-prepare... found 0.20.10
    Checking for required M4 macros...
    Processing ./configure.ac
    Running glib-gettextize... Ignore non-fatal messages.
    Copying file po/Makefile.in.in
    Please add the files
    codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
    progtest.m4
    from the /usr/share/aclocal directory to your autoconf macro directory
    or directly to your aclocal.m4 file.
    You will also need config.guess and config.sub, which you can get from
    ftp://ftp.gnu.org/pub/gnu/config/.
    Running gnome-doc-prepare...
    You should add the contents of '/usr/share/aclocal/gnome-doc-utils.m4' to 'aclocal.m4'.
    Putting files in AC_CONFIG_MACRO_DIR, 'm4'.
    Running intltoolize...
    Running autoreconf...
    autoreconf: Entering directory `.'
    autoreconf: configure.ac: not using Gettext
    autoreconf: running: aclocal --force --warnings=no-portability -I m4 ${ACLOCAL_FLAGS}
    autoreconf: configure.ac: tracing
    autoreconf: configure.ac: not using Libtool
    autoreconf: running: /usr/bin/autoconf --force --warnings=no-portability
    autoreconf: configure.ac: not using Autoheader
    autoreconf: running: automake --add-missing --copy --force-missing --warnings=no-portability
    configure.ac:48: installing './compile'
    configure.ac:9: installing './install-sh'
    configure.ac:9: installing './missing'
    Makefile.am: installing './INSTALL'
    src/ocrfeeder/Makefile.am:3: installing './py-compile'
    autoreconf: Leaving directory `.'
    Running ./configure --enable-maintainer-mode PYTHON=python2 ...
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking whether make supports nested variables... yes
    checking whether to enable maintainer-specific portions of Makefiles... yes
    checking whether make supports nested variables... (cached) yes
    checking whether python2 version is >= 2.5... yes
    checking for python2 version... 2.7
    checking for python2 platform... linux2
    checking for python2 script directory... ${prefix}/lib/python2.7/site-packages
    checking for python2 extension module directory... ${exec_prefix}/lib/python2.7/site-packages
    checking python2 module: enchant... yes
    checking python2 module: sane... yes
    checking python2 module: PIL... yes
    checking python2 module: reportlab... yes
    checking python2 module: gobject... yes
    checking gobject introspection module Gtk... yes
    checking gobject introspection module GooCanvas... no
    configure: error: failed to find required GObject Introspection module GooCanvas
    ==> ERRORE: Si è verificato un errore in build().
    L'operazione sta per essere interrotta...
    with yaourt:
    ocrfeeder-git 0.7.11.20.g22218bc-1 (gio 19 set 2013, 16.13.18, CEST)
    ( Pacchetto non supportato: Potenzialmente pericoloso! )
    ==> Modificare PKGBUILD [S/n] ("A" per annullare)
    ==> ----------------------------------------------
    ==> n
    ==> Dipendenze di ocrfeeder-git
    - python2-pyenchant (già installato)
    - pygoocanvas (già installato)
    - python2-gtkspell (già installato)
    - python2-imaging (già installato)
    - python2-lxml (già installato)
    - python2-reportlab (già installato)
    - ghostscript (già installato)
    - unpaper (già installato)
    - sane (già installato)
    - desktop-file-utils (già installato)
    - intltool (già installato)
    - gnome-doc-utils (già installato)
    - gnome-common (già installato)
    ==> Modificare ocrfeeder.install [S/n] ("A" per annullare)
    ==> -------------------------------------------------------
    ==> n
    ==> Continuare la compilazione di ocrfeeder-git [S/n]
    ==> -------------------------------------------------
    ==>
    ==> Compilazione e installazione del pacchetto
    ==> Creazione del pacchetto: ocrfeeder-git 0.7.11.20.g22218bc-1 (mar 18 nov 2014, 18.53.10, CET)
    ==> Controllo delle dipendenze durante l'avvio in corso...
    ==> Controllo delle dipendenze durante la compilazione in corso...
    ==> Download dei sorgenti in corso...
    -> Clonazione del repository ocrfeeder git in corso...
    Clone nel repository spoglio '/tmp/yaourt-tmp-pippo/aur-ocrfeeder-git/ocrfeeder'...
    remote: Counting objects: 3584, done.
    remote: Compressing objects: 100% (2578/2578), done.
    remote: Total 3584 (delta 2414), reused 1346 (delta 936)
    Ricezione degli oggetti: 100% (3584/3584), 1.71 MiB | 556.00 KiB/s, done.
    Risoluzione dei delta: 100% (2414/2414), done.
    Checking connectivity... fatto.
    ==> Validazione dei sorgenti con sha512sums in corso...
    ocrfeeder ... Ignorato
    ==> Estrazione dei sorgenti in corso...
    -> Creazione di una copia di lavoro del repository ocrfeeder git in corso...
    Cloning into 'ocrfeeder'...
    fatto.
    ==> Avvio di pkgver() in corso...
    ==> Versione aggiornata: ocrfeeder-git 0.8-1
    ==> Avvio di build() in corso...
    /usr/bin/gnome-autogen.sh
    checking for automake >= 1.11.2...
    testing automake... found 1.14.1
    checking for autoreconf >= 2.53...
    testing autoreconf... found 2.69
    checking for glib-gettext >= 2.2.0...
    testing glib-gettextize... found 2.42.0
    checking for intltool >= 0.25...
    testing intltoolize... found 0.50.2
    checking for gnome-doc-utils >= 0.4.2...
    testing gnome-doc-prepare... found 0.20.10
    Checking for required M4 macros...
    Processing ./configure.ac
    Running glib-gettextize... Ignore non-fatal messages.
    Copying file po/Makefile.in.in
    Please add the files
    codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
    progtest.m4
    from the /usr/share/aclocal directory to your autoconf macro directory
    or directly to your aclocal.m4 file.
    You will also need config.guess and config.sub, which you can get from
    ftp://ftp.gnu.org/pub/gnu/config/.
    Running gnome-doc-prepare...
    You should add the contents of '/usr/share/aclocal/gnome-doc-utils.m4' to 'aclocal.m4'.
    Putting files in AC_CONFIG_MACRO_DIR, 'm4'.
    Running intltoolize...
    Running autoreconf...
    autoreconf: Entering directory `.'
    autoreconf: configure.ac: not using Gettext
    autoreconf: running: aclocal --force --warnings=no-portability -I m4 ${ACLOCAL_FLAGS}
    autoreconf: configure.ac: tracing
    autoreconf: configure.ac: not using Libtool
    autoreconf: running: /usr/bin/autoconf --force --warnings=no-portability
    autoreconf: configure.ac: not using Autoheader
    autoreconf: running: automake --add-missing --copy --force-missing --warnings=no-portability
    configure.ac:48: installing './compile'
    configure.ac:9: installing './install-sh'
    configure.ac:9: installing './missing'
    Makefile.am: installing './INSTALL'
    src/ocrfeeder/Makefile.am:3: installing './py-compile'
    autoreconf: Leaving directory `.'
    Running ./configure --enable-maintainer-mode PYTHON=python2 ...
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking whether make supports nested variables... yes
    checking whether to enable maintainer-specific portions of Makefiles... yes
    checking whether make supports nested variables... (cached) yes
    checking whether python2 version is >= 2.5... yes
    checking for python2 version... 2.7
    checking for python2 platform... linux2
    checking for python2 script directory... ${prefix}/lib/python2.7/site-packages
    checking for python2 extension module directory... ${exec_prefix}/lib/python2.7/site-packages
    checking python2 module: enchant... yes
    checking python2 module: sane... yes
    checking python2 module: PIL... yes
    checking python2 module: reportlab... yes
    checking python2 module: gobject... yes
    checking gobject introspection module Gtk... yes
    checking gobject introspection module GooCanvas... no
    configure: error: failed to find required GObject Introspection module GooCanvas
    ==> ERRORE: Si è verificato un errore in build().
    L'operazione sta per essere interrotta...
    ==> ERRORE: Makepkg non è riuscito a compilare ocrfeeder-git.
    ==> Riavviare la compilazione di ocrfeeder-git [s/N]
    ==> ------------------------------------------------
    ==>
    $ pacman -Q|grep canvas
    goocanvas1 1.0.0-3
    pygoocanvas 0.14.1-6
    EDIT:
    SOLVED:
    # pacman -S goocanvas
    Last edited by quellen (2014-11-18 18:02:18)

    VCS PKGBUILDs need to include the VCS type at the end of the pkgname. In this case your package should be named "wifiz-git".
    Here's an updated version of your PKGBUILD:
    # Maintainer: Cody Dostal <[email protected]>
    pkgname=wifiz-git
    _gitname=WiFiz
    pkgver=0.9.2.2.r1.g8147a9f
    pkgrel=1
    pkgdesc="NetCTL GUI Frontend, written in wxPython. Stable Version."
    arch=('any')
    url="https://github.com/codywd/$_gitname"
    license=('MIT')
    depends=('python2' 'wxpython' 'wireless_tools' 'netctl' 'wpa_supplicant')
    makedepends=('git')
    optdepends=('gedit: manually edit profiles')
    conflicts=('wifiz' 'wifiz-nightly')
    provides=('wifiz')
    source=("git://github.com/codywd/$_gitname.git")
    sha256sums=('SKIP')
    pkgver() {
    cd "$srcdir/$_gitname"
    git describe --always --long | sed -E 's/([^-]*-g)/r\1/;s/-/./g'
    package() {
    cd "$srcdir/$_gitname"
    python2 setup.py install --root="$pkgdir/" --optimize=1
    Note the following changes:
    pkgname
    conflicts with "wifiz" (all VCS packages should provide and conflict with their non-VCS equivalents)
    removed redundant echo and shell invocation from pkgver function
    "$srcdir/$_gitname" instead of "$_gitname" in pkgver function: the git repo will not be in the same directory if the user sets SRCDIR in makepkg.conf

Maybe you are looking for