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

Similar Messages

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

  • [SOLVED] Launching an application make gnome 3.2 to crash

    Hello !
    Since latest update, when I launch an application in gnome 3.2, I get an error message 'Sorry, an error occured. You have to close your sessions ...'.
    I would like to know if some of you also experienced this issue and if workarounds have been found ?
    Thanks a lot for your help.
    Best regards,
    Sirsurthur
    Last edited by Sirsurthur (2011-10-16 20:02:46)

    You will see below the bug :
    Oct  5 18:45:20 localhost gnome-session[1839]: WARNING: Could not parse desktop file /home/julien/.config/autostart/xfconf-migration-4.6.desktop: Le fichier d$
    Oct  5 18:45:20 localhost gnome-session[1839]: WARNING: could not read /home/julien/.config/autostart/xfconf-migration-4.6.desktop
    Oct  5 18:45:20 localhost gnome-session[1839]: WARNING: Could not parse desktop file /home/julien/.config/autostart/xfce4-tips-autostart.desktop: Le fichier d$
    Oct  5 18:45:20 localhost gnome-session[1839]: WARNING: could not read /home/julien/.config/autostart/xfce4-tips-autostart.desktop
    Oct  5 18:45:20 localhost gnome-session[1839]: WARNING: Could not parse desktop file /home/julien/.config/autostart/xfce4-settings-helper-autostart.desktop: L$
    Oct  5 18:45:20 localhost gnome-session[1839]: WARNING: could not read /home/julien/.config/autostart/xfce4-settings-helper-autostart.desktop
    Oct  5 18:45:20 localhost dbus[855]: [system] Activating service name='org.freedesktop.UPower' (using servicehelper)
    Oct  5 18:45:20 localhost dbus[855]: [system] Successfully activated service 'org.freedesktop.UPower'
    Oct  5 18:45:20 localhost kernel: [  925.516762] EXT4-fs (sda3): re-mounted. Opts: commit=0
    Oct  5 18:45:21 localhost kernel: [  925.999692] EXT4-fs (sda4): re-mounted. Opts: commit=0
    Oct  5 16:45:21 localhost rtkit-daemon[1143]: Successfully made thread 1945 of process 1945 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level $
    Oct  5 18:45:22 localhost dbus[855]: [system] Activating service name='org.freedesktop.ColorManager' (using servicehelper)
    Oct  5 18:45:22 localhost dbus[855]: [system] Successfully activated service 'org.freedesktop.ColorManager'
    Oct  5 16:45:23 localhost rtkit-daemon[1143]: Successfully made thread 1990 of process 1990 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level $
    Oct  5 18:45:24 localhost dbus[855]: [system] Activating service name='org.freedesktop.NetworkManager' (using servicehelper)
    Oct  5 18:45:24 localhost dbus[855]: [system] Activated service 'org.freedesktop.NetworkManager' failed: Launch helper exited with unknown return code 1
    Oct  5 18:45:25 localhost dbus[855]: [system] Activating service name='org.freedesktop.NetworkManager' (using servicehelper)
    Oct  5 18:45:25 localhost dbus[855]: [system] Activated service 'org.freedesktop.NetworkManager' failed: Launch helper exited with unknown return code 1
    Oct  5 18:45:25 localhost dbus[855]: [system] Activating service name='org.freedesktop.NetworkManager' (using servicehelper)
    Oct  5 18:45:25 localhost dbus[855]: [system] Activated service 'org.freedesktop.NetworkManager' failed: Launch helper exited with unknown return code 1
    Oct  5 18:45:26 localhost dbus[855]: [system] Activating service name='org.freedesktop.NetworkManager' (using servicehelper)
    Oct  5 18:45:26 localhost dbus[855]: [system] Activated service 'org.freedesktop.NetworkManager' failed: Launch helper exited with unknown return code 1
    Oct  5 18:45:27 localhost dbus[855]: [system] Activating service name='org.freedesktop.NetworkManager' (using servicehelper)
    Oct  5 18:45:27 localhost dbus[855]: [system] Activating service name='org.freedesktop.Accounts' (using servicehelper)
    Oct  5 18:45:27 localhost dbus[855]: [system] Activated service 'org.freedesktop.NetworkManager' failed: Launch helper exited with unknown return code 1
    Oct  5 18:45:27 localhost dbus[855]: [system] Activating service name='org.freedesktop.NetworkManager' (using servicehelper)
    Oct  5 18:45:27 localhost dbus[855]: [system] Activated service 'org.freedesktop.NetworkManager' failed: Launch helper exited with unknown return code 1
    Oct  5 18:45:27 localhost dbus[855]: [system] Successfully activated service 'org.freedesktop.Accounts'
    Oct  5 18:45:27 localhost accounts-daemon[2030]: started daemon version 0.6.14
    Oct  5 18:45:38 localhost kernel: [  943.232212] gnome-shell[1967]: segfault at 10 ip b62bcfb7 sp bfb3eb3c error 6 in libcogl.so.5.0.0[b6269000+76000]
    Oct  5 18:45:38 localhost gnome-session[1839]: WARNING: Application 'gnome-shell.desktop' killed by signal
    Oct  5 18:45:39 localhost dbus[855]: [system] Activating service name='org.freedesktop.NetworkManager' (using servicehelper)
    Oct  5 18:45:39 localhost dbus[855]: [system] Activated service 'org.freedesktop.NetworkManager' failed: Launch helper exited with unknown return code 1
    Oct  5 18:45:39 localhost dbus[855]: [system] Activating service name='org.freedesktop.NetworkManager' (using servicehelper)
    Oct  5 18:45:39 localhost dbus[855]: [system] Activated service 'org.freedesktop.NetworkManager' failed: Launch helper exited with unknown return code 1
    Oct  5 18:45:40 localhost kernel: [  944.909261] gnome-shell[2053]: segfault at 10 ip b62d7fb7 sp bfa381ac error 6 in libcogl.so.5.0.0[b6284000+76000]
    Oct  5 18:45:40 localhost gnome-session[1839]: WARNING: App 'gnome-shell.desktop' respawning too quickly
    Oct  5 18:45:40 localhost gnome-session[1839]: WARNING: Application 'gnome-shell.desktop' killed by signal
    Oct  5 18:46:07 localhost dbus[855]: [system] Failed to activate service 'org.freedesktop.Avahi': timed out

  • [SOLVED]ABS gnome-shell ------all is Ok

    I tried it again and now it is OK.
    I think there are something wrong with my gdk , glib and  gtk.
    So I installed the gdk,glib and gtk again,then all is OK.
    Thx~
    ps:I found the original post contents from the Google cache pages.
    make[3]: cd “/home/thx/abs/extra/gnome-shell/src/gnome-shell-3.2.2.1/src”
    CC libst_1_0_la-st-adjustment.lo
    CC libst_1_0_la-st-border-image.lo
    CC libst_1_0_la-st-bin.lo
    CC libst_1_0_la-st-box-layout.lo
    CC libst_1_0_la-st-box-layout-child.lo
    CC libst_1_0_la-st-button.lo
    CC libst_1_0_la-st-clipboard.lo
    CC libst_1_0_la-st-container.lo
    st/st-bin.c:35:29: fatal error: clutter/clutter.h: No such file or directoryIn file included from st/st-box-layout-child.c:28:0:
    st/st-box-layout-child.h:23:29: fatal error: clutter/clutter.h: No such file or directory
    compilation terminated.
    compilation terminated.
    st/st-adjustment.c:33:25: fatal error: glib-object.h: No such file or directory
    compilation terminated.
    make[3]: *** [libst_1_0_la-st-bin.lo] error 1
    make[3]: *** Waiting for the unfinished task....
    make[3]: *** [libst_1_0_la-st-adjustment.lo] error 1
    make[3]: *** [libst_1_0_la-st-box-layout-child.lo] error 1
    In file included from st/st-clipboard.c:30:0:
    st/st-clipboard.h:27:25: fatal error: glib-object.h: No such file or directory
    compilation terminated.
    make[3]: *** [libst_1_0_la-st-clipboard.lo] error 1
    st/st-button.c:37:18: fatal error: glib.h: No such file or directory
    compilation terminated.
    In file included from st/st-border-image.c:25:0:
    st/st-border-image.h:24:25: fatal error: glib-object.h: No such file or directory
    compilation terminated.
    make[3]: *** [libst_1_0_la-st-button.lo] error 1
    make[3]: *** [libst_1_0_la-st-border-image.lo] error 1
    In file included from ./st/st-container.h:28:0,
    from st/st-box-layout.h:28,
    from st/st-box-layout.c:52:
    ./st/st-widget.h:31:29: fatal error: clutter/clutter.h: No such file or directory
    compilation terminated.
    In file included from st/st-container.h:28:0,
    from st/st-container.c:29:
    ./st/st-widget.h:31:29: fatal error: clutter/clutter.h: No such file or directory
    compilation terminated.
    make[3]: *** [libst_1_0_la-st-box-layout.lo] error 1
    make[3]: *** [libst_1_0_la-st-container.lo] error 1
    make[3]: Leaving directory “/home/thx/abs/extra/gnome-shell/src/gnome-shell-3.2.2.1/src”
    make[2]: *** [all] error 2
    make[2]: Leaving directory “/home/thx/abs/extra/gnome-shell/src/gnome-shell-3.2.2.1/src”
    make[1]: *** [all-recursive] error 1
    make[1]: Leaving directory “/home/thx/abs/extra/gnome-shell/src/gnome-shell-3.2.2.1”
    make: *** [all] error 2
    ==> ERROR: A failure occurred in build().
    Aborting...
    Last edited by myarch (2012-03-10 05:22:56)

    bernarcher wrote:
    myarch, please never remove your original post contents when you had a problem solved. This whole thread became unusable by others looking for similar problems. If ever possible, please restate your problem.
    Also note this: Life is a Two-way Street in our Forum Etiquette.
    Thanks for the remind,I edited my post again.

  • How do I make a word doc to PDF

    How do I make a work doc. to PDF

    Hi rose51,
    In Adobe Reader you see the services,however you need to subscribe in order to use them.
    Refer this link to download:Reliably Create PDFs, Convert PDFs, & Merge PDFs Online | Adobe PDF Pack
    Regards,
    Florence

  • I cant open my iphone 3g ,,,, needs restore and itunes cant make restore has an error... How can I solve this problem?

    I cant open my iphone 3g .... needs restore and itunes cant make restore has an error on phone .... how can I solve this problem?

    Are there any error numbers given by iTunes? If yes, solutions for those numbers can be fund in this article: http://support.apple.com/kb/TS1275 or this one http://support.apple.com/kb/TS3694

  • [SOLVED] Broken Gnome

    Hello,
    Everything was going well and I installed a few packages etc. After rebooting when I run gnome-session I get the following errors:
    Gtk-WARNING **:
    locale not supported by C library
    using the fallback 'C' locale
    Gtk-WARNING **: cannot open display:
    When attempting to run x it gives this error:
    cannot execute /usr/bin/gdm
    After checking, this path doesn't exist.
    I have tried pacman -S gdm and it doesn't make any difference. That path still doesn't exist. Xorg was installed.
    How do I resolve this? I'm running Arch x64.
    Thanks.
    Last edited by RAH (2008-06-22 21:32:08)

    tigrmesh wrote:
    locale:  http://wiki.archlinux.org/index.php/Configuring_locales.
    pacsave files:  I'll repeat what i wrote: 
    You probably have some .pacnew files in /etc that need to be merged.  You want to replace the current config files with the .pacnew ones (adding in all of your changes).  Also check for .pacsave files.  Those will have your changes, that you'll want to merge into the config files.
    Btw:  welcome to the Arch forums!
    OK,  I understand now.  I manually attempted to merge the changes from the pacnew files.  Didn't see any pacsave.  I'm sure there is a much better way of merging?  There is no difference after doing so.  Also I noticed when running gdm I get "The greeter application appears to be crashing.  Attempting to use a different one" , then it stays in a loop for 5 attempts.  I just hope I haven't done more damage by attempting to manually merge the changes using a pen and a scrap of paper lol.  I really do appreciate your help with this!  Thanks again.

  • HT4283 How can I make my pages docs created on my iPad totally private and secure? I am a psychotherapist.

    How can I make my Pages doc on my iPad totally private and secure?
    <Email Edited by Host>

    No.

  • Make failed with ld error... [SOLVED]

    hello!
    I try to upgrade kchmviewer to version 1.3, but make failed with ld error:
    /usr/bin/ld: cannot find -lXext
    collect2: ld returned 1 exit status
    But libXext.so is here!
    $ locate Xext
    /usr/X11R6/lib/libXext.so
    /usr/X11R6/lib/libXext.so.6.4
    /usr/X11R6/lib/libXext.a
    /usr/X11R6/lib/libXext.so.6
    /usr/X11R6/include/X11/extensions/panoramiXext.h
    /usr/X11R6/include/X11/extensions/Xext.h
    $ cat /etc/ld.so.conf
    # /etc/ld.so.conf
    /usr/X11R6/lib
    /opt/gnome/lib
    /opt/qt/lib
    /opt/xfce4/lib
    #/usr/lib/oracle/10.1.0.2/client/lib
    /opt/mono/lib
    /opt/mozilla/lib/firefox
    So I'm alittle confused... Why ld can't find it?

    Thanks a lot guys!
    You helps me to find some way! I danced a newby jig around Makefile and now kchmviewer updated.
    /* Hope, PKGBUILD is alright */

  • I cant make restore for my iphone 3gs??,,,, needs restore and itunes cant make restore has an error code 2003... How can I solve this problem?

    i cant make restore for my iphone 3gs??,,,, needs restore and itunes cant make restore has an error code 2003... How can I solve this problem?

    See this support document for information about update and restore errors. Resolve iOS update and restore errors

  • Firefox pops up an error message on certain pages, all other browsers work fine, how can I make firefox ignore the "error" [e2219] css init error: ReferenceError: g is not defined

    Basically I want to replace the Ajax Control Toolkit Slider in favor of the Component One Studio for iPhone Slider for better mobile/desktop consistency (the ajax slider doesn't work well with iPhone). I created a simple page that works on every browser and platform (iPhone, Android, Mac, Windows) except Firefox, which fails on every platform. I have already tried disabling all plugins (safe mode) and clearing cache, I have also tried this with different versions of Firefox on different platforms. I posted this error on the Component One forum but since this only occurs with Firefox I believe this is a Firefox issue.
    I searched for this error on the forums and Google but didn’t get any results:
    ''[e2219] css init error: ReferenceError: g is not defined''
    The console has this message:
    ''[12:05:26.954] uncaught exception: [Exception... "prompt aborted by user" nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)" location: "JS frame :: resource:///components/nsPrompter.js :: openTabPrompt :: line 462" data: no]''
    You can see the error by visiting http://www.componentone.com/i/
    Visit the same URL with IE, Chrome or Safari and there is no error. If I click [OK] the page loads normally enough for me. Is there some JavaScript or CSS line I can put in the page to make Firefox ignore the error? If so that would be great because even if there is a fix put into Firefox itself there will be those millions of users out there that will not upgrade.

    A good place to ask advice about web development is at the MozillaZine "Web Development/Standards Evangelism" forum.
    *http://forums.mozillazine.org/viewforum.php?f=25
    The helpers at that forum are more knowledgeable about web development issues.<br>
    You need to register at the MozillaZine forum site in order to post at that forum.

  • Do you have any idea, what makes to fix this error in creating PO.

    The error is u201CDocument 101600 does not existu201D
    Do you have any idea, what makes to fix this error in creating PO.The error is u201CDocument 101600 does not existu201D  Here the 101600 is PO no.

    Hi
    Please check in t.code: RZ20 .
    You can find out the nature of this error
    Regards
    G.Ganesh Kumar

  • How to solve the problem when opening program illustrator cs6 ERROR: 16 It is WINDOWS 8.1 / 64 BIT help please

    how to solve the problem when opening program illustrator cs6
    ERROR: 16
    It is WINDOWS 8.1 / 64 BIT
    help please

    Thanks, Jeff! The file Adobe Setup Error.log contains the following information:
    02/14/14 07:20:26:474 | [INFO] |  | OOBE | DE |  |  |  | 8860 | DEVersion: 5.0.0.0
    02/14/14 07:20:26:475 | [INFO] |  | OOBE | DE |  |  |  | 8860 | Loading library from C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\DE5\Setup.dll
    [    8860] Fri Feb 14 07:20:26 2014  INFO
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    CHECK : Another Native OS installer already running
    Create Required Folders
    Assuming uninstall mode
    Lookup for master payload
    [    8860] Fri Feb 14 07:20:26 2014 ERROR
    DW040: The product "{893B3B44-0A1E-404B-8FE8-0A74509102A9}" is not installed. Cannot proceed with the uninstall
    [    8860] Fri Feb 14 07:20:26 2014  INFO
    :: END TIMER :: [Total Timer] took 6.90443 milliseconds (0.00690443 seconds) DTR = 579.338 KBPS (0.56576 MBPS)
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 1 error(s), 0 warning(s)
    ERROR: DW040: The product "{893B3B44-0A1E-404B-8FE8-0A74509102A9}" is not installed. Cannot proceed with the uninstall
    Please search the above error/warning string(s) to find when the error occurred.
    These errors resulted in installer Exit Code mentioned below.
    Exit Code: 33 - The product is not installed, cannot uninstall.
    Please see specific errors and warnings for troubleshooting. For example, ERROR: DW040 ...

  • How can i solve the vpn server could not be found error on my iphone 5s?

    how can i solve the vpn server could not be found error on my iphone 5s?

    FWIW, back at work we have a Palo Alto Networks firewall and VPN. Have configured both the iPhone and the iPad with the pertinent details.
    If I connect while in the premises (same LAN), connection is instantaneous and flawless.
    If I connect while away, no matter which external network, the first attempt to connect ALWAYS fails with a NOT FOUND error. Yet if I try again immediately after, it ALWAYS connects with no further issues.

  • My problems with this iphone 5 to make calls whenever an error occurs

    My problems with this iphone 5 to make calls whenever an error occurs, connection failure, but if I'm with 3g active this does not occur.
    This problem is happening with all my friends who have the iphone 5 and are from different carriers, already exchanged nano rather inclusive.

    Tks Ralph o vídeo explica bem o caso, e acontece com vários amigos que possuem iphone 5.
    Acontece o problema com qualquer operadora de telefonia.
    http://m.youtube.com/#/watch?v=JDi48-F63-k&desktop_uri=%2Fwatch%3Fv%3DJDi48-F63- k

Maybe you are looking for

  • 11.1.2.2 OHS issue

    Hello, I installed 11.1.2.2(planning, essbase, FR and HFM) on a single windows 2008 R2 64 bit server. After starting all the services i can browse in the workspace. after about 10-15 mins, no links work in the workspace. When I click on "Explore" in

  • For users of Central Station or Big Knob....or passive speakers

    I've got a bit of a conundrum and would appreciate your expert input to try and solve it. I have two sets of passive monitors, and an alesis ra-100 amp. I'm looking at the central station by presonus, but something on their website left me a little c

  • SQL Developer 1.2 A Memory Hog

    Anybody else seen SQL Developer 1.2 (1.2.0.2998) use GIANT amounts of memory? Query Analyzer for SQL Server did most of what I want (on a SQL platform, of course) SQL Developer to do (on Oracle, of course) with 1/10th of the memory. Right now for me

  • How to parse UDP byte stream ?

    Hello,  I receive binary sensor data from different sensors via UDP (Header + Data (e.g. 4 byte uint) + End). I can read the data as a string (I used the UDP Receiver.vi example), but what is an efficient way to parse the data und to view the data on

  • Creating a new Hashtag within a Discussion in a Community site - Can it be done?

    Hi, Can somebody confirm whether we can create new hashtags by typing them in the Description field of a new Discussion within a Community site? I can't seem to be able to create new hashtags...however, any existing hashtags that was already created