PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : gdesklets



Seiten : [1] 2

g@Me|mX
09.07.04, 13:21
Hi,

Ich habe nun gdesklets installiert... leider kann ich's nich starten:



[manuel@localhost manuel]$ gdesklets
Traceback (most recent call last):
File "/usr/local/bin/gdesklets", line 10, in ?
from main import init
File "/usr/local/share/gdesklets/main/__init__.py", line 37, in ?
from utils.i18n import Translator
File "/usr/local/share/gdesklets/utils/__init__.py", line 2, in ?
from GConfWatcher import GConfWatcher
File "/usr/local/share/gdesklets/utils/GConfWatcher.py", line 3, in ?
import gconf
ImportError: No module named gconf
[manuel@localhost manuel]$

carnil
09.07.04, 13:36
Hi

python interpreter ist installiert?

MfG carnil

g@Me|mX
09.07.04, 16:24
ja! sonst hätte ich es nicht installieren können :)

carnil
09.07.04, 16:30
ja! sonst hätte ich es nicht installieren können :)

Hatte nur gefragt, weil ich zu der Fehlermeldung folgendes gefunden hatte:
http://www.linuxquestions.org/questions/showthread.php?threadid=113333

Dort seht, dass es nach installieren von gnome-python funktioniert, oder sowas.

MfG carnil

g@Me|mX
09.07.04, 19:19
hmm... das is drauf :( :(

WIESO kann eigentlich NIE irgendwas ohne probleme installiert werden?

Syber2k
09.07.04, 21:02
hehe hab fast das selbe :D
tja das frag ich mich auch linux eben :D

`kk
09.07.04, 21:31
Verwendet ihr SuSE? :rolleyes:

Syber2k
09.07.04, 21:36
ich hab fedora 2 drauf KDE

`kk
09.07.04, 21:43
import gconf
ImportError: No module named gconf


Such mal wo das drin ist...sieht mir irgendwie nach gtk-lib aus...such halt.

g@Me|mX
10.07.04, 09:00
Ich hab aurox 9.4 ( basierend auf redhat / ferdora core 2 )

ja, irgendwas mit gconf stimmt nich. nur was....

carnil
10.07.04, 09:11
Ich hab aurox 9.4 ( basierend auf redhat / ferdora core 2 )

ja, irgendwas mit gconf stimmt nich. nur was....

Zunächst einmal: ist es überhaupt installiert, das was dir `kk angegeben hat?

MfG carnil

g@Me|mX
10.07.04, 12:30
wie soll ich das rausfinden?

`kk
10.07.04, 12:44
find / -name ^gconf*

g@Me|mX
10.07.04, 12:58
hmm... die festplatte hat jetz ewig gearbeitet, aber er hat jetzt nix ausgegeben :( Das bedeutet wohl, dass es das teil nicht gibt...

iced-zephyr
10.07.04, 13:06
hab das gleiche prob. unter gentoo und kde. :confused:

carnil
10.07.04, 13:08
Hallo zusammen,

Ich benütze gdesklets nicht, kann deshalb nicht aus eigener Erfahrung berichten, aber sind alle Packete die unter http://fatboy.ucd.ie/gdesklets/ aufgeführt sind, isntalliert, i.e.


* Python (version 2.3)
* PyGtk, PyOrbit & Gnome-Python (versions 2.0.0 or higher)
* librsvg
* libgtop2 (version 2.6.0)
* SWIG (version 1.3.17)
* shared-mime-info (version 0.14)

?

MfG carnil

g@Me|mX
10.07.04, 14:36
hmm... aber installieren konnte ich es ja. ausserdem heißt es ja gconf.....

leider kann man ja bei aurox / redhat nicht einfach schauen was installiert ist...

`kk
10.07.04, 14:43
Installiert es doch mal.

http://www.gnome.org/projects/gconf/

g@Me|mX
10.07.04, 15:28
hmmm...

ich hab as installiert. weiss nicht ob das funktioniert hat.... auf jeden fall gehts immer noch nicht. immer noch das gleiche :(

`kk
10.07.04, 15:33
ich hab as installiert. weiss nicht ob das funktioniert hat.... auf jeden fall gehts immer noch nicht.


Ausgabe?

MfG

g@Me|mX
10.07.04, 15:46
die gleiche............

`kk
10.07.04, 15:47
Ich möchte die Ausgabe nach der gconf - Installation um zu schauen, ob die Installation von gconf nun erfolgreich war oder nicht.

Da du dir ja "nicht sicher" bist...

Also her damit.

g@Me|mX
10.07.04, 16:02
also beim aufrufen von "gdesklets" immer noch die selbe wie am anfang.

bei diesem test, bei dem die festplatte durchsucht wird immernoch keine ausgabe.

nun den installationsverlauf:



....
[manuel@localhost manuel]$ cd /home/manuel/GConf-1.2.1
[manuel@localhost GConf-1.2.1]$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal-1.4... found
checking for working autoconf... found
checking for working automake-1.4... found
checking for working autoheader... found
checking for working makeinfo... found
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for strerror in -lcposix... no
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC 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.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool
FYI: Using default config source xml::${sysconfdir}/gconf/gconf.xml.defaults for schema installation
FYI: Will build with debug checks but no debug spew
checking for gtkdoc-mkdb... true
checking gtk-doc version (1.1) >= 0.6... yes
checking for db2html... true
checking for pkg-config... /usr/bin/pkg-config
checking for gmodule-2.0 >= 2.0.1 gobject-2.0 >= 2.0.1 ORBit-2.0 >= 2.4.0 linc >= 0.5.0... yes
checking DEPENDENT_CFLAGS... -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/linc-1.0
checking DEPENDENT_LIBS... -Wl,--export-dynamic -pthread -lORBit-2 -lm -lgmodule-2.0 -ldl -llinc -lgobject-2.0 -lgthread-2.0 -lglib-2.0
checking for gmodule-2.0 >= 2.0.1 gobject-2.0 >= 2.0.1 ORBit-2.0 >= 2.4.0 linc >= 0.5.0 libxml-2.0... yes
checking DEPENDENT_WITH_XML_CFLAGS... -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/linc-1.0 -I/usr/include/libxml2
checking DEPENDENT_WITH_XML_LIBS... -Wl,--export-dynamic -pthread -lORBit-2 -lgmodule-2.0 -ldl -llinc -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -lxml2 -lpthread -lz -lm
checking for gmodule-2.0 >= 2.0.1 gobject-2.0 >= 2.0.1 ORBit-2.0 >= 2.4.0 linc >= 0.5.0 gtk+-2.0 >= 2.0.0... yes
checking DEPENDENT_WITH_GTK_CFLAGS... -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/linc-1.0 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2
checking DEPENDENT_WITH_GTK_LIBS... -Wl,--export-dynamic -pthread -lORBit-2 -llinc -lgthread-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
checking for gmodule-2.0 >= 2.0.1 gobject-2.0 >= 2.0.1 ORBit-2.0 >= 2.4.0 linc >= 0.5.0 gtk+-2.0 libxml-2.0... yes
checking DEPENDENT_WITH_XML_AND_GTK_CFLAGS... -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/linc-1.0 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/libxml2
checking DEPENDENT_WITH_XML_AND_GTK_LIBS... -Wl,--export-dynamic -pthread -lORBit-2 -llinc -lgthread-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lxml2 -lpthread -lz -lm
configure: WARNING: No db3 library found or bdb not enabled. Not building bdb backend.
configure: WARNING: (Note, this is a good thing because the bdb backend doesn't work anyhow.)
checking for poptGetArg in -lpopt... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for usleep... yes
checking for flockfile... yes
checking for ranlib... (cached) ranlib
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for off_t... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for getcwd... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for strchr... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for dgettext in libc... yes
checking for msgfmt... /usr/bin/msgfmt
checking for dcgettext... yes
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for catalogs to be installed... ar az bg ca cs da de el es eu fi fr ga gl hu it ja ko ms nl nn no pl pt pt_BR ro ru sk sl sv tr uk vi zh_CN zh_TW
checking for bind_textdomain_codeset... yes
checking for gawk... gawk
checking for perl5... no
checking for perl... perl
checking for indent... indent
configure: creating ./config.status
config.status: creating Makefile
config.status: creating gconf.spec
config.status: creating gconf.m4
config.status: creating gconf/Makefile
config.status: creating gconf/default.path
config.status: creating backends/Makefile
config.status: creating po/Makefile.in
config.status: creating doc/Makefile
config.status: creating doc/gconf/Makefile
config.status: creating examples/Makefile
config.status: creating tests/Makefile
config.status: creating gconf-2.0.pc
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default-1 commands
config.status: executing default-2 commands





.....
WARNING: No declaration for: GConfClientParentWindowFunc
WARNING: No declaration for: corba_value_from_gconf_value
WARNING: No declaration for: fill_corba_value_from_gconf_value
WARNING: No declaration for: invalid_corba_value
WARNING: No declaration for: fill_corba_schema_from_gconf_schema
WARNING: No declaration for: corba_schema_from_gconf_schema
================================================== ===========================
WARNING: 503 unused declarations.
These can be found in gconf-unused.txt.
They should be added to gconf-sections.txt in the appropriate place.
================================================== ===========================
touch tmpl-build.stamp
*** Building SGML ***
cd . && \
gtkdoc-mkdb --module=gconf --source-dir=../../gconf --sgml-mode
WARNING: No declaration for: GConfClientParentWindowFunc
WARNING: No declaration for: corba_value_from_gconf_value
WARNING: No declaration for: fill_corba_value_from_gconf_value
WARNING: No declaration for: invalid_corba_value
WARNING: No declaration for: fill_corba_schema_from_gconf_schema
WARNING: No declaration for: corba_schema_from_gconf_schema
42% symbol docs coverage (114 symbols documented, 155 not documented)
See gconf-undocumented.txt for a list of missing docs.
The doc coverage percentage doesn't include intro sections.
touch sgml-build.stamp
*** Building HTML ***
rm -rf ./html
mkdir ./html
cd ./html && gtkdoc-mkhtml gconf ../gconf.sgml
test "x" = "x" || ( cd . && cp html )
-- Fixing Crossreferences
cd . && gtkdoc-fixxref --module-dir=html --html-dir=/usr/local/share/gtk-doc/html --extra-dir=../glib/html
touch html-build.stamp
make[3]: Verlassen des Verzeichnisses Verzeichnis »/home/manuel/GConf-1.2.1/doc/gconf«
make[3]: Wechsel in das Verzeichnis Verzeichnis »/home/manuel/GConf-1.2.1/doc«
make[3]: Für das Target »all-am« gibt es nichts zu tun.
make[3]: Verlassen des Verzeichnisses Verzeichnis »/home/manuel/GConf-1.2.1/doc«make[2]: Verlassen des Verzeichnisses Verzeichnis »/home/manuel/GConf-1.2.1/doc«Making all in examples
make[2]: Wechsel in das Verzeichnis Verzeichnis »/home/manuel/GConf-1.2.1/examples«
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/linc-1.0 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -DGCONF_SRCDIR=\""/home/manuel/GConf-1.2.1"\" -DGCONF_SYSCONFDIR=\""/usr/local/etc"\" -g -O2 -Wall -c basic-gconf-app.c
/bin/sh ../libtool --mode=link gcc -g -O2 -Wall -o basic-gconf-app basic-gconf-app.o -Wl,--export-dynamic -pthread -lORBit-2 -llinc -lgthread-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 ../gconf/libgconf-2.la
mkdir .libs
gcc -g -O2 -Wall -o .libs/basic-gconf-app basic-gconf-app.o -Wl,--export-dynamic -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 ../gconf/.libs/libgconf-2.so -lORBit-2 -lm -lgmodule-2.0 -ldl /usr/lib/liblinc.so -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -Wl,--rpath -Wl,/usr/local/lib
creating basic-gconf-app
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/linc-1.0 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -DGCONF_SRCDIR=\""/home/manuel/GConf-1.2.1"\" -DGCONF_SYSCONFDIR=\""/usr/local/etc"\" -g -O2 -Wall -c simple-view.c
/bin/sh ../libtool --mode=link gcc -g -O2 -Wall -o simple-view simple-view.o -Wl,--export-dynamic -pthread -lORBit-2 -llinc -lgthread-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 ../gconf/libgconf-2.la
gcc -g -O2 -Wall -o .libs/simple-view simple-view.o -Wl,--export-dynamic -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 ../gconf/.libs/libgconf-2.so -lORBit-2 -lm -lgmodule-2.0 -ldl /usr/lib/liblinc.so -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -Wl,--rpath -Wl,/usr/local/lib
creating simple-view
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/linc-1.0 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -DGCONF_SRCDIR=\""/home/manuel/GConf-1.2.1"\" -DGCONF_SYSCONFDIR=\""/usr/local/etc"\" -g -O2 -Wall -c simple-controller.c
/bin/sh ../libtool --mode=link gcc -g -O2 -Wall -o simple-controller simple-controller.o -Wl,--export-dynamic -pthread -lORBit-2 -llinc -lgthread-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 ../gconf/libgconf-2.la
gcc -g -O2 -Wall -o .libs/simple-controller simple-controller.o -Wl,--export-dynamic -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 ../gconf/.libs/libgconf-2.so -lORBit-2 -lm -lgmodule-2.0 -ldl /usr/lib/liblinc.so -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -Wl,--rpath -Wl,/usr/local/lib
creating simple-controller
/bin/sh ../libtool --mode=link gcc -g -O2 -Wall -o complex-gconf-app basic-gconf-app.o -Wl,--export-dynamic -pthread -lORBit-2 -llinc -lgthread-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 ../gconf/libgconf-2.la
gcc -g -O2 -Wall -o .libs/complex-gconf-app basic-gconf-app.o -Wl,--export-dynamic -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 ../gconf/.libs/libgconf-2.so -lORBit-2 -lm -lgmodule-2.0 -ldl /usr/lib/liblinc.so -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -Wl,--rpath -Wl,/usr/local/lib
creating complex-gconf-app
make[2]: Verlassen des Verzeichnisses Verzeichnis »/home/manuel/GConf-1.2.1/examples«
make[2]: Wechsel in das Verzeichnis Verzeichnis »/home/manuel/GConf-1.2.1«
make[2]: Verlassen des Verzeichnisses Verzeichnis »/home/manuel/GConf-1.2.1«
make[1]: Verlassen des Verzeichnisses Verzeichnis »/home/manuel/GConf-1.2.1«




markup-tree.c: In function `markup_dir_sync':
markup-tree.c:530: warning: control reaches end of non-void function
markup-tree.c: At top level:
markup-tree.c:162: warning: `markup_dir_free' defined but not used
markup-tree.c:516: warning: `markup_dir_needs_sync' defined but not used
markup-tree.c:530: warning: `markup_dir_sync' defined but not used
markup-tree.c:1008: warning: `add_context_to_error' defined but not used
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../gconf -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/linc-1.0 -I/usr/include/libxml2 -DGCONF_ENABLE_INTERNALS=1 -DG_LOG_DOMAIN=\"GConf-Backends\" -g -O2 -Wall -c markup-tree.c -o markup-tree.o >/dev/null 2>&1
mv -f .libs/markup-tree.lo markup-tree.lo
/bin/sh ../libtool --mode=link gcc -g -O2 -Wall -o libgconfbackend-markup.la -avoid-version -module markup-tree.lo -Wl,--export-dynamic -pthread -lORBit-2 -lm -lgmodule-2.0 -ldl -llinc -lgobject-2.0 -lgthread-2.0 -lglib-2.0
rm -fr .libs/libgconfbackend-markup.la .libs/libgconfbackend-markup.* .libs/libgconfbackend-markup.*
ar cru .libs/libgconfbackend-markup.al markup-tree.lo
ranlib .libs/libgconfbackend-markup.al
creating libgconfbackend-markup.la
(cd .libs && rm -f libgconfbackend-markup.la && ln -s ../libgconfbackend-markup.la libgconfbackend-markup.la)
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../gconf -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/linc-1.0 -I/usr/include/libxml2 -DGCONF_ENABLE_INTERNALS=1 -DG_LOG_DOMAIN=\"GConf-Backends\" -g -O2 -Wall -c xml-test.c
/bin/sh ../libtool --mode=link gcc -g -O2 -Wall -o xml-test xml-cache.o xml-dir.o xml-entry.o xml-backend.o xml-test.o -Wl,--export-dynamic -pthread -lORBit-2 -lgmodule-2.0 -ldl -llinc -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -lxml2 -lpthread -lz -lm ../gconf/libgconf-2.la
gcc -g -O2 -Wall -o .libs/xml-test xml-cache.o xml-dir.o xml-entry.o xml-backend.o xml-test.o -Wl,--export-dynamic -pthread /usr/lib/libxml2.so -lpthread -lz ../gconf/.libs/libgconf-2.so -lORBit-2 -lm -lgmodule-2.0 -ldl /usr/lib/liblinc.so -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -Wl,--rpath -Wl,/usr/local/lib
creating xml-test
make[2]: Verlassen des Verzeichnisses Verzeichnis »/home/manuel/GConf-1.2.1/backends«
Making all in po
make[2]: Wechsel in das Verzeichnis Verzeichnis »/home/manuel/GConf-1.2.1/po«
make[2]: Für das Target »all« gibt es nichts zu tun.
make[2]: Verlassen des Verzeichnisses Verzeichnis »/home/manuel/GConf-1.2.1/po«
Making all in doc
make[2]: Wechsel in das Verzeichnis Verzeichnis »/home/manuel/GConf-1.2.1/doc«
Making all in gconf
make[3]: Wechsel in das Verzeichnis Verzeichnis »/home/manuel/GConf-1.2.1/doc/gconf«
*** Scanning header files ***
if grep -l '^..*$' ./gconf.types > /dev/null ; then \
CC="/bin/sh ../../libtool --mode=compile gcc" LD="/bin/sh ../../libtool --mode=link gcc" CFLAGS="-I../.. -g -O2 -Wall -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/linc-1.0 " LDFLAGS=" -Wl,--export-dynamic -pthread -lORBit-2 -lm -lgmodule-2.0 -ldl -llinc -lgobject-2.0 -lgthread-2.0 -lglib-2.0 ../../gconf/libgconf-2.la" gtkdoc-scangobj --module=gconf --output-dir=. --nogtkinit; \
else \
cd . ; \
for i in gconf.args gconf.hierarchy gconf.signals ; do \
test -f $i || touch $i ; \
done \
fi
rm -f .libs/gconf-scan.lo
gcc -I../.. -g -O2 -Wall -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/linc-1.0 -c gconf-scan.c -fPIC -DPIC -o .libs/gconf-scan.lo
gcc -I../.. -g -O2 -Wall -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/linc-1.0 -c gconf-scan.c -o gconf-scan.o >/dev/null 2>&1
mv -f .libs/gconf-scan.lo gconf-scan.lo
gcc -o .libs/gconf-scan gconf-scan.o -Wl,--export-dynamic -pthread ../../gconf/.libs/libgconf-2.so -lORBit-2 -lm -lgmodule-2.0 -ldl /usr/lib/liblinc.so -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -Wl,--rpath -Wl,/usr/local/lib
creating gconf-scan
cd . && \
gtkdoc-scan --module=gconf --source-dir=../../gconf --ignore-headers="" --deprecated-guards="GCONF_ENABLE_BROKEN|GCONF_DISABLE_DEPRECATED"
touch scan-build.stamp
*** Rebuilding template files ***
cd . && gtkdoc-mktmpl --module=gconf
WARNING: No declaration for: GConfClientParentWindowFunc
WARNING: No declaration for: corba_value_from_gconf_value
WARNING: No declaration for: fill_corba_value_from_gconf_value
WARNING: No declaration for: invalid_corba_value
WARNING: No declaration for: fill_corba_schema_from_gconf_schema
WARNING: No declaration for: corba_schema_from_gconf_schema
================================================== ===========================
WARNING: 503 unused declarations.
These can be found in gconf-unused.txt.
They should be added to gconf-sections.txt in the appropriate place.
================================================== ===========================
touch tmpl-build.stamp
*** Building SGML ***
cd . && \
gtkdoc-mkdb --module=gconf --source-dir=../../gconf --sgml-mode
WARNING: No declaration for: GConfClientParentWindowFunc
WARNING: No declaration for: corba_value_from_gconf_value
WARNING: No declaration for: fill_corba_value_from_gconf_value
WARNING: No declaration for: invalid_corba_value
WARNING: No declaration for: fill_corba_schema_from_gconf_schema
WARNING: No declaration for: corba_schema_from_gconf_schema
42% symbol docs coverage (114 symbols documented, 155 not documented)
See gconf-undocumented.txt for a list of missing docs.
The doc coverage percentage doesn't include intro sections.
touch sgml-build.stamp
*** Building HTML ***
rm -rf ./html
mkdir ./html
cd ./html && gtkdoc-mkhtml gconf ../gconf.sgml
test "x" = "x" || ( cd . && cp html )
-- Fixing Crossreferences
cd . && gtkdoc-fixxref --module-dir=html --html-dir=/usr/local/share/gtk-doc/html --extra-dir=../glib/html
touch html-build.stamp
make[3]: Verlassen des Verzeichnisses Verzeichnis »/home/manuel/GConf-1.2.1/doc/gconf«
make[3]: Wechsel in das Verzeichnis Verzeichnis »/home/manuel/GConf-1.2.1/doc«
make[3]: Für das Target »all-am« gibt es nichts zu tun.
make[3]: Verlassen des Verzeichnisses Verzeichnis »/home/manuel/GConf-1.2.1/doc«make[2]: Verlassen des Verzeichnisses Verzeichnis »/home/manuel/GConf-1.2.1/doc«Making all in examples
make[2]: Wechsel in das Verzeichnis Verzeichnis »/home/manuel/GConf-1.2.1/examples«
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/linc-1.0 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -DGCONF_SRCDIR=\""/home/manuel/GConf-1.2.1"\" -DGCONF_SYSCONFDIR=\""/usr/local/etc"\" -g -O2 -Wall -c basic-gconf-app.c
/bin/sh ../libtool --mode=link gcc -g -O2 -Wall -o basic-gconf-app basic-gconf-app.o -Wl,--export-dynamic -pthread -lORBit-2 -llinc -lgthread-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 ../gconf/libgconf-2.la
mkdir .libs

....

creating complex-gconf-app
make[2]: Verlassen des Verzeichnisses Verzeichnis »/home/manuel/GConf-1.2.1/examples«
make[2]: Wechsel in das Verzeichnis Verzeichnis »/home/manuel/GConf-1.2.1«
make[2]: Verlassen des Verzeichnisses Verzeichnis »/home/manuel/GConf-1.2.1«
make[1]: Verlassen des Verzeichnisses Verzeichnis »/home/manuel/GConf-1.2.1«
[manuel@localhost GConf-1.2.1]$ make install
Making install in gconf
make[1]: Wechsel in das Verzeichnis Verzeichnis »/home/manuel/GConf-1.2.1/gconf«cd . \
&& glib-genmarshal --prefix=gconf_marshal gconfmarshal.list --header >> xgen-gmh \
&& (cmp -s xgen-gmh gconfmarshal.h || cp xgen-gmh gconfmarshal.h) \
&& rm -f xgen-gmh xgen-gmh~
cd . \
&& glib-genmarshal --prefix=gconf_marshal gconfmarshal.list --body >> xgen-gmc \&& (cmp -s xgen-gmc gconfmarshal.c || cp xgen-gmc gconfmarshal.c) \
&& rm -f xgen-gmc xgen-gmc~
make[2]: Wechsel in das Verzeichnis Verzeichnis »/home/manuel/GConf-1.2.1/gconf«cd . \
&& glib-genmarshal --prefix=gconf_marshal gconfmarshal.list --header >> xgen-gmh \
&& (cmp -s xgen-gmh gconfmarshal.h || cp xgen-gmh gconfmarshal.h) \
&& rm -f xgen-gmh xgen-gmh~
cd . \
&& glib-genmarshal --prefix=gconf_marshal gconfmarshal.list --body >> xgen-gmc \&& (cmp -s xgen-gmc gconfmarshal.c || cp xgen-gmc gconfmarshal.c) \
&& rm -f xgen-gmc xgen-gmc~
/bin/sh ../mkinstalldirs /usr/local/lib
/bin/sh ../libtool --mode=install /usr/bin/install -c libgconf-2.la /usr/local/lib/libgconf-2.la
/usr/bin/install -c .libs/libgconf-2.so.4.1.0 /usr/local/lib/libgconf-2.so.4.1.0/usr/bin/install: cannot remove `/usr/local/lib/libgconf-2.so.4.1.0': Permission denied
make[2]: *** [install-libLTLIBRARIES] Fehler 1
make[2]: Verlassen des Verzeichnisses Verzeichnis »/home/manuel/GConf-1.2.1/gconf«
make[1]: *** [install-am] Fehler 2
make[1]: Verlassen des Verzeichnisses Verzeichnis »/home/manuel/GConf-1.2.1/gconf«
make: *** [install-recursive] Fehler 1
[manuel@localhost GConf-1.2.1]$ su
Password:
[root@localhost GConf-1.2.1]# make install
Making install in gconf
make[1]: Wechsel in das Verzeichnis Verzeichnis »/home/manuel/GConf-1.2.1/gconf«cd . \
&& glib-genmarshal --prefix=gconf_marshal gconfmarshal.list --header >> xgen-gmh \
&& (cmp -s xgen-gmh gconfmarshal.h || cp xgen-gmh gconfmarshal.h) \
&& rm -f xgen-gmh xgen-gmh~
cd . \
&& glib-genmarshal --prefix=gconf_marshal gconfmarshal.list --body >> xgen-gmc \&& (cmp -s xgen-gmc gconfmarshal.c || cp xgen-gmc gconfmarshal.c) \
&& rm -f xgen-gmc xgen-gmc~
make[2]: Wechsel in das Verzeichnis Verzeichnis »/home/manuel/GConf-1.2.1/gconf«cd . \
&& glib-genmarshal --prefix=gconf_marshal gconfmarshal.list --header >> xgen-gmh \
&& (cmp -s xgen-gmh gconfmarshal.h || cp xgen-gmh gconfmarshal.h) \
&& rm -f xgen-gmh xgen-gmh~
cd . \
&& glib-genmarshal --prefix=gconf_marshal gconfmarshal.list --body >> xgen-gmc \&& (cmp -s xgen-gmc gconfmarshal.c || cp xgen-gmc gconfmarshal.c) \
&& rm -f xgen-gmc xgen-gmc~
/bin/sh ../mkinstalldirs /usr/local/lib
/bin/sh ../libtool --mode=install /usr/bin/install -c libgconf-2.la /usr/local/lib/libgconf-2.la
/usr/bin/install -c .libs/libgconf-2.so.4.1.0 /usr/local/lib/libgconf-2.so.4.1.0(cd /usr/local/lib && rm -f libgconf-2.so.4 && ln -s libgconf-2.so.4.1.0 libgconf-2.so.4)
(cd /usr/local/lib && rm -f libgconf-2.so && ln -s libgconf-2.so.4.1.0 libgconf-2.so)
/usr/bin/install -c .libs/libgconf-2.lai /usr/local/lib/libgconf-2.la
/usr/bin/install -c .libs/libgconf-2.a /usr/local/lib/libgconf-2.a
ranlib /usr/local/lib/libgconf-2.a
chmod 644 /usr/local/lib/libgconf-2.a
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/sh ../mkinstalldirs /usr/local/bin
/bin/sh ../libtool --mode=install /usr/bin/install -c gconftool-2 /usr/local/bin/gconftool-2
/usr/bin/install -c .libs/gconftool-2 /usr/local/bin/gconftool-2
/bin/sh ../mkinstalldirs /usr/local/libexec
/bin/sh ../libtool --mode=install /usr/bin/install -c gconfd-2 /usr/local/libexec/gconfd-2
/usr/bin/install -c .libs/gconfd-2 /usr/local/libexec/gconfd-2
/bin/sh ../libtool --mode=install /usr/bin/install -c gconf-sanity-check-2 /usr/local/libexec/gconf-sanity-check-2
/usr/bin/install -c .libs/gconf-sanity-check-2 /usr/local/libexec/gconf-sanity-check-2
/bin/sh ../mkinstalldirs /usr/local/include/gconf/2/gconf
/usr/bin/install -c -m 644 gconf.h /usr/local/include/gconf/2/gconf/gconf.h
/usr/bin/install -c -m 644 gconf-changeset.h /usr/local/include/gconf/2/gconf/gconf-changeset.h
/usr/bin/install -c -m 644 gconf-listeners.h /usr/local/include/gconf/2/gconf/gconf-listeners.h
/usr/bin/install -c -m 644 gconf-schema.h /usr/local/include/gconf/2/gconf/gconf-schema.h
/usr/bin/install -c -m 644 gconf-value.h /usr/local/include/gconf/2/gconf/gconf-value.h
/usr/bin/install -c -m 644 gconf-error.h /usr/local/include/gconf/2/gconf/gconf-error.h
/usr/bin/install -c -m 644 gconf-engine.h /usr/local/include/gconf/2/gconf/gconf-engine.h
/usr/bin/install -c -m 644 gconf-client.h /usr/local/include/gconf/2/gconf/gconf-client.h
/usr/bin/install -c -m 644 gconf-enum-types.h /usr/local/include/gconf/2/gconf/gconf-enum-types.h
mkdir -p /usr/local/etc/gconf/2
/usr/bin/install -c -m 644 default.path /usr/local/etc/gconf/2/path
make[2]: Verlassen des Verzeichnisses Verzeichnis »/home/manuel/GConf-1.2.1/gconf«
make[1]: Verlassen des Verzeichnisses Verzeichnis »/home/manuel/GConf-1.2.1/gconf«
Making install in backends
make[1]: Wechsel in das Verzeichnis Verzeichnis »/home/manuel/GConf-1.2.1/backends«
make[2]: Wechsel in das Verzeichnis Verzeichnis »/home/manuel/GConf-1.2.1/backends«
make[2]: Für das Target »install-exec-am« gibt es nichts zu tun.
/bin/sh ../mkinstalldirs /usr/local/lib/GConf/2
/bin/sh ../libtool --mode=install /usr/bin/install -c libgconfbackend-xml.la /usr/local/lib/GConf/2/libgconfbackend-xml.la
/usr/bin/install -c .libs/libgconfbackend-xml.so /usr/local/lib/GConf/2/libgconfbackend-xml.so
/usr/bin/install -c .libs/libgconfbackend-xml.lai /usr/local/lib/GConf/2/libgconfbackend-xml.la
/usr/bin/install -c .libs/libgconfbackend-xml.a /usr/local/lib/GConf/2/libgconfbackend-xml.a
ranlib /usr/local/lib/GConf/2/libgconfbackend-xml.a
chmod 644 /usr/local/lib/GConf/2/libgconfbackend-xml.a
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib/GConf/2
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib/GConf/2

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: Verlassen des Verzeichnisses Verzeichnis »/home/manuel/GConf-1.2.1/backends«
make[1]: Verlassen des Verzeichnisses Verzeichnis »/home/manuel/GConf-1.2.1/backends«
Making install in po
make[1]: Wechsel in das Verzeichnis Verzeichnis »/home/manuel/GConf-1.2.1/po«
if test -r ".././mkinstalldirs"; then \
.././mkinstalldirs /usr/local/share; \
else \
/bin/sh ../mkinstalldirs /usr/local/share; \
fi
installing ar.gmo as /usr/local/share/locale/ar/LC_MESSAGES/GConf2.mo
installing az.gmo as /usr/local/share/locale/az/LC_MESSAGES/GConf2.mo
installing bg.gmo as /usr/local/share/locale/bg/LC_MESSAGES/GConf2.mo
installing ca.gmo as /usr/local/share/locale/ca/LC_MESSAGES/GConf2.mo
installing cs.gmo as /usr/local/share/locale/cs/LC_MESSAGES/GConf2.mo
installing da.gmo as /usr/local/share/locale/da/LC_MESSAGES/GConf2.mo
installing de.gmo as /usr/local/share/locale/de/LC_MESSAGES/GConf2.mo
installing el.gmo as /usr/local/share/locale/el/LC_MESSAGES/GConf2.mo
installing es.gmo as /usr/local/share/locale/es/LC_MESSAGES/GConf2.mo
installing eu.gmo as /usr/local/share/locale/eu/LC_MESSAGES/GConf2.mo
installing fi.gmo as /usr/local/share/locale/fi/LC_MESSAGES/GConf2.mo
installing fr.gmo as /usr/local/share/locale/fr/LC_MESSAGES/GConf2.mo
installing ga.gmo as /usr/local/share/locale/ga/LC_MESSAGES/GConf2.mo
installing gl.gmo as /usr/local/share/locale/gl/LC_MESSAGES/GConf2.mo
installing hu.gmo as /usr/local/share/locale/hu/LC_MESSAGES/GConf2.mo
installing it.gmo as /usr/local/share/locale/it/LC_MESSAGES/GConf2.mo
installing ja.gmo as /usr/local/share/locale/ja/LC_MESSAGES/GConf2.mo
installing ko.gmo as /usr/local/share/locale/ko/LC_MESSAGES/GConf2.mo
installing ms.gmo as /usr/local/share/locale/ms/LC_MESSAGES/GConf2.mo
installing nl.gmo as /usr/local/share/locale/nl/LC_MESSAGES/GConf2.mo
installing nn.gmo as /usr/local/share/locale/nn/LC_MESSAGES/GConf2.mo
installing no.gmo as /usr/local/share/locale/no/LC_MESSAGES/GConf2.mo
installing pl.gmo as /usr/local/share/locale/pl/LC_MESSAGES/GConf2.mo
installing pt.gmo as /usr/local/share/locale/pt/LC_MESSAGES/GConf2.mo
installing pt_BR.gmo as /usr/local/share/locale/pt_BR/LC_MESSAGES/GConf2.mo
installing ro.gmo as /usr/local/share/locale/ro/LC_MESSAGES/GConf2.mo
installing ru.gmo as /usr/local/share/locale/ru/LC_MESSAGES/GConf2.mo
installing sk.gmo as /usr/local/share/locale/sk/LC_MESSAGES/GConf2.mo
installing sl.gmo as /usr/local/share/locale/sl/LC_MESSAGES/GConf2.mo
installing sv.gmo as /usr/local/share/locale/sv/LC_MESSAGES/GConf2.mo
installing tr.gmo as /usr/local/share/locale/tr/LC_MESSAGES/GConf2.mo
installing uk.gmo as /usr/local/share/locale/uk/LC_MESSAGES/GConf2.mo
installing vi.gmo as /usr/local/share/locale/vi/LC_MESSAGES/GConf2.mo
installing zh_CN.gmo as /usr/local/share/locale/zh_CN/LC_MESSAGES/GConf2.mo
installing zh_TW.gmo as /usr/local/share/locale/zh_TW/LC_MESSAGES/GConf2.mo
if test "GConf" = "glib"; then \
if test -r ".././mkinstalldirs"; then \
.././mkinstalldirs /usr/local/share/glib-2.0/gettext/po; \
else \
/bin/sh ../mkinstalldirs /usr/local/share/glib-2.0/gettext/po; \
fi; \
/usr/bin/install -c -m 644 ./Makefile.in.in \
/usr/local/share/glib-2.0/gettext/po/Makefile.in.in; \
else \
: ; \
fi
make[1]: Verlassen des Verzeichnisses Verzeichnis »/home/manuel/GConf-1.2.1/po«
Making install in doc
make[1]: Wechsel in das Verzeichnis Verzeichnis »/home/manuel/GConf-1.2.1/doc«
Making install in gconf
make[2]: Wechsel in das Verzeichnis Verzeichnis »/home/manuel/GConf-1.2.1/doc/gconf«
make[3]: Wechsel in das Verzeichnis Verzeichnis »/home/manuel/GConf-1.2.1/doc/gconf«
make[3]: Für das Target »install-exec-am« gibt es nichts zu tun.
/bin/sh ../../mkinstalldirs /usr/local/share/gtk-doc/html/gconf
(installfiles=`echo ./html/*`; \
if test "$installfiles" = './html/*'; \
then echo '-- Nothing to install' ; \
else \
for i in $installfiles; do \
echo '-- Installing '$i ; \
/usr/bin/install -c -m 644 $i /usr/local/share/gtk-doc/html/gconf; \
done; \
echo '-- Installing ./html/index.sgml' ; \
/usr/bin/install -c -m 644 ./html/index.sgml /usr/local/share/gtk-doc/html/gconf; \
fi)
-- Installing ./html/c120.html
-- Installing ./html/c21.html
-- Installing ./html/c381.html
-- Installing ./html/c490.html
-- Installing ./html/conventions.html
-- Installing ./html/gconf-client.html
-- Installing ./html/gconfclient.html
-- Installing ./html/gconf-client-reference.html
-- Installing ./html/gconf-gconf-backend.html
-- Installing ./html/gconf-gconf-changeset.html
-- Installing ./html/gconf-gconf-engine.html
-- Installing ./html/gconf-gconf-error.html
-- Installing ./html/gconf-gconf.html
-- Installing ./html/gconf-gconf-internals.html
-- Installing ./html/gconf-gconf-listeners.html
-- Installing ./html/gconf-gconf-locale.html
-- Installing ./html/gconf-gconf-schema.html
-- Installing ./html/gconf-gconf-sources.html
-- Installing ./html/gconf-gconf-value.html
-- Installing ./html/gconf-internals-reference.html
-- Installing ./html/gconf-reference.html
-- Installing ./html/gconftool.html
-- Installing ./html/home.png
-- Installing ./html/index.html
-- Installing ./html/index.sgml
-- Installing ./html/left.png
-- Installing ./html/right.png
-- Installing ./html/up.png
-- Installing ./html/x184.html
-- Installing ./html/x236.html
-- Installing ./html/x289.html
-- Installing ./html/x42.html
-- Installing ./html/x462.html
-- Installing ./html/x485.html
-- Installing ./html/index.sgml
make[3]: Verlassen des Verzeichnisses Verzeichnis »/home/manuel/GConf-1.2.1/doc/gconf«
make[2]: Verlassen des Verzeichnisses Verzeichnis »/home/manuel/GConf-1.2.1/doc/gconf«
make[2]: Wechsel in das Verzeichnis Verzeichnis »/home/manuel/GConf-1.2.1/doc«
make[3]: Wechsel in das Verzeichnis Verzeichnis »/home/manuel/GConf-1.2.1/doc«
make[3]: Für das Target »install-exec-am« gibt es nichts zu tun.
make[3]: Für das Target »install-data-am« gibt es nichts zu tun.
make[3]: Verlassen des Verzeichnisses Verzeichnis »/home/manuel/GConf-1.2.1/doc«make[2]: Verlassen des Verzeichnisses Verzeichnis »/home/manuel/GConf-1.2.1/doc«make[1]: Verlassen des Verzeichnisses Verzeichnis »/home/manuel/GConf-1.2.1/doc«Making install in examples
make[1]: Wechsel in das Verzeichnis Verzeichnis »/home/manuel/GConf-1.2.1/examples«
make[2]: Wechsel in das Verzeichnis Verzeichnis »/home/manuel/GConf-1.2.1/examples«
make[2]: Für das Target »install-exec-am« gibt es nichts zu tun.
make[2]: Für das Target »install-data-am« gibt es nichts zu tun.
make[2]: Verlassen des Verzeichnisses Verzeichnis »/home/manuel/GConf-1.2.1/examples«
make[1]: Verlassen des Verzeichnisses Verzeichnis »/home/manuel/GConf-1.2.1/examples«
make[1]: Wechsel in das Verzeichnis Verzeichnis »/home/manuel/GConf-1.2.1«
make[2]: Wechsel in das Verzeichnis Verzeichnis »/home/manuel/GConf-1.2.1«
make[2]: Für das Target »install-exec-am« gibt es nichts zu tun.
/bin/sh ./mkinstalldirs /usr/local/lib/pkgconfig
/usr/bin/install -c -m 644 ./gconf-2.0.pc /usr/local/lib/pkgconfig/gconf-2.0.pcmkdir -p /usr/local/share/aclocal
/usr/bin/install -c -m 644 gconf.m4 /usr/local/share/aclocal/gconf-2.m4
mkdir -p /usr/local/etc/gconf/gconf.xml.defaults
chmod 755 /usr/local/etc/gconf/gconf.xml.defaults
mkdir -p /usr/local/etc/gconf/gconf.xml.mandatory
chmod 755 /usr/local/etc/gconf/gconf.xml.mandatory
make[2]: Verlassen des Verzeichnisses Verzeichnis »/home/manuel/GConf-1.2.1«
make[1]: Verlassen des Verzeichnisses Verzeichnis »/home/manuel/GConf-1.2.1«
[root@localhost GConf-1.2.1]#

g@Me|mX
10.07.04, 16:05
wie finde ich denn raus welche version von phyton ich hab? könnte nämlich sein dass ich nur die 2.2er hab...

bL!Tz
10.07.04, 16:16
"python -V" in die Konsole eintippen.

g@Me|mX
10.07.04, 16:18
danke


neeeiinn :(


[manuel@localhost manuel]$ python -V
Python 2.2.3


shit. kann ich das irgendwie updaten?

carnil
10.07.04, 16:18
wie finde ich denn raus welche version von phyton ich hab? könnte nämlich sein dass ich nur die 2.2er hab...

python -V eigeben, dann bekommst du die benutzte Version.

MfG carnil

EDIT: upps, sorry, bitte löschen oder ignorieren ... war ja um einiges zu langsam.

bL!Tz
10.07.04, 16:26
danke


neeeiinn :(



shit. kann ich das irgendwie updaten?

Ja, RPM aussuchen was zu deinem OS passt (keine src teile)

http://fr2.rpmfind.net/linux/rpm2html/search.php?query=python&submit=Search+...

saugen und per Konsole installieren/Kannst auch doppelklicken auf das Packet:

"rpm -Uhv pythonxxxx.rpm installieren"

Mfg Max

g@Me|mX
10.07.04, 19:38
boah das macht mich krank. dass wirklich NIE irgendwas funzt....

ich hab das phyton installiert, also alles rpms runtergeladen und richtig installiert ( wenn ich nochmal installiere, dann kommt ne meldung, dass es schon drauf is ) aber wenn ich in der konsole python -V eingebe dann kommt immer noch 2.2.3 ...

dieses gconf hatte ich auch installiert, einmal die gelinkte version von dieser einen seite, einmal die neuste, gefunden wird es nicht ---> gdesklets gehen immer noch nich . :mad: :mad: :mad:

carnil
10.07.04, 19:42
Hi, das trägt nich viel zur lösung des Problems bei, aber versuch zuerst python zu deinstallieren, und erst dann python 2.3 zu installieren, funtioniert dann das mit der Version?

MfG carnil