[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)

Similar Messages

  • 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)

  • 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 only shows app name - no menus

    Hi,
    I installed gnome-globalmenu from the AUR, but it only shows the app name ("Thunar", "Mousepad", etc), but no menus. I have tried this with xfce4-panel and gnome-panel.
    What am I doing wrong?
    Thanks!
    -- MrAllan

    Amanda20132,
    which version of OS X is installed on your MacBook Pro?

  • Openbox with gnome-globalmenu

    Anyone know how to do this? I've tried adding export GTK_MODULES=globalmenu-gnome to my xinitrc etc.
    I am trying to use it with the gnome-panel.
    When I start any GTK app it says:
    Gtk-Message: Failed to load module "globalmenu-gnome": libglobalmenu-gnome.so: cannot open shared object file: No such file or directory
    It works fine in Gnome, because of gconf I think.
    also
    [joe@joe ~]$ ls /usr/lib/gtk-2.0/modules/
    libatk-bridge.so libgail.so
    libcanberra-gtk-module.so libglobalmenu-gnome-panel.so
    libferret.so libglobalmenu-plugin.so
    libgail-gnome.so
    Thanks.
    edit: Lol dw I've done it.
    If anyone else has this problem, I know the wiki on the Google code project says GTK_MODULES=globalmenu-gnome, but it is actually globalmenu-plugin.
    Noticed something wasn't right just after I listed my modules folder here.
    Last edited by RambJoe (2010-08-17 23:50:07)

    Where/how do you declare GTK_MODULES?
    I tried on ~/.xinitrc with no luck.
    w7nz7k

  • 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?

  • 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]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)

  • [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).

  • Evolution randomly crashes on launch....

    i am not openinng a bug... because i dont know what is causing this... and i use alot of testing so i am posting here to see if anyone else encounterd this.
    first of all, i use the testing repo, i use preload, and i use latest gnome with compiz-git. i also use gnome-globalmenu but i think this happend before i used that.
    the probelem:
    every few launches of evolution, it crashes, i cant reproduce it, it randomly does it. once i got it to crash by running it from terminal and this was the error:
    ** (evolution:15907): DEBUG: mailto URL command: evolution --component=mail %s
    ** (evolution:15907): DEBUG: mailto URL program: evolution
    12c25186-1e02-a063-110ae1a8-25ddf2e3 is dumped
    the first two lines are allways there, the third one is the problem.
    anyone else expirianced this?

    Create a new account, name it "test" and see how your apps work in that User acct? (That will tell if your problem is systemwide or limited to your User acct.) This account is just for test, do nothing further with it.
    Open System Preferences >> Accounts >> "+" make it an admin account.
    Let us know and we'll troubleshoot this further.
    -mj
    [email protected]

  • 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)

Maybe you are looking for

  • Crystal Report Viewer error

    Hello, I upgraded my web site to the VS 2010 and when I tried to run Crystal report (Crystal Reports for Visual Studio 2010) received the following error in the Firefox u201Cbobj is not definedu201D.  When I opened Event Viewer  I saw the error below

  • Burning movies to DVD or CD

    I want to make movies and burn them to a dvd or cd. How can I do this with a PC?

  • Cannot view all my pictures

    I DOWNLOADED 252 PHOTOS FROM MY COMPACT FLASH DISK INTO THE COMPUTER AND GAVE IT A TITLE. I CAN ACCESS THE FILE WITH THE PHOTOS HOWEVER ONLY 14 PICTURES SHOW UP. THE OTHERS SAY THEY CANNOT BE OPENNED AND MAY BE CORUPTED??? ALSO THE PICTURE SIZE OF TH

  • Error when compiling the upload program (Message no. RSAR233)

    Hello, I tried to upload data from a flatfile but I did modified the Comm.Structure, Trans.Structure and Transfer Rules. After <u><b>activating</b></u> the all changes, I check data from InfoPackage by previewing it. Unfortunately, I got the follow m

  • Deleting "Installer Cache" Software for iTunes, Quicktime & Safari

    Can Old "Installer Cache" Software for iTunes, Quicktime & Safari be deleted?