PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : morla - RDF Editor installieren



Snake870
13.04.09, 02:24
Hallo,

ich beschäftige mich gerade mit RDF(Semantic Web). Daher wolte ich den Editor Morla
installieren.Bei ./configure kam noch keine Fehlermeldung und lief ohne Probleme durch.
Aber bei make bekomme ich folgende Meldung:



make all-recursive
make[1]: Betrete Verzeichnis '/home/roberto/Download/morla-0.16'
Making all in po
make[2]: Betrete Verzeichnis '/home/roberto/Download/morla-0.16/po'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Verlasse Verzeichnis '/home/roberto/Download/morla-0.16/po'
Making all in src
make[2]: Betrete Verzeichnis '/home/roberto/Download/morla-0.16/src'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Verlasse Verzeichnis '/home/roberto/Download/morla-0.16/src'
Making all in icons
make[2]: Betrete Verzeichnis '/home/roberto/Download/morla-0.16/icons'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Verlasse Verzeichnis '/home/roberto/Download/morla-0.16/icons'
Making all in docs
make[2]: Betrete Verzeichnis '/home/roberto/Download/morla-0.16/docs'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Verlasse Verzeichnis '/home/roberto/Download/morla-0.16/docs'
Making all in modules
make[2]: Betrete Verzeichnis '/home/roberto/Download/morla-0.16/modules'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Verlasse Verzeichnis '/home/roberto/Download/morla-0.16/modules'
make[2]: Betrete Verzeichnis '/home/roberto/Download/morla-0.16'
make[2]: Verlasse Verzeichnis '/home/roberto/Download/morla-0.16'
make[1]: Verlasse Verzeichnis '/home/roberto/Download/morla-0.16'


Und wenn ich make install ausführe kommt die Fehlermeldung:



make[2]: Verlasse Verzeichnis '/home/roberto/Download/morla-0.16/icons'
make[1]: Verlasse Verzeichnis '/home/roberto/Download/morla-0.16/icons'
Making install in docs
make[1]: Betrete Verzeichnis '/home/roberto/Download/morla-0.16/docs'
make[2]: Betrete Verzeichnis '/home/roberto/Download/morla-0.16/docs'
make[2]: Für das Ziel »install-exec-am« ist nichts zu tun.
make[2]: Für das Ziel »install-data-am« ist nichts zu tun.
make[2]: Verlasse Verzeichnis '/home/roberto/Download/morla-0.16/docs'
make[1]: Verlasse Verzeichnis '/home/roberto/Download/morla-0.16/docs'
Making install in modules
make[1]: Betrete Verzeichnis '/home/roberto/Download/morla-0.16/modules'
make[2]: Betrete Verzeichnis '/home/roberto/Download/morla-0.16/modules'
test -z "/usr/local/lib/morla" || mkdir -p -- "/usr/local/lib/morla"
/bin/bash ../libtool --mode=install /usr/bin/install -c 'libmorla_test.la' '
/usr/local/lib/morla/libmorla_test.la'
/usr/bin/install -c .libs/libmorla_test.so /usr/local/lib/morla/libmorla_test.so
/usr/bin/install -c .libs/libmorla_test.lai /usr/local/lib/morla/libmorla_test.la
/usr/bin/install: cannot stat `.libs/libmorla_test.lai': No such file or directory
make[2]: *** [install-pkglibLTLIBRARIES] Fehler 1
make[2]: Verlasse Verzeichnis '/home/roberto/Download/morla-0.16/modules'
make[1]: *** [install-am] Fehler 2
make[1]: Verlasse Verzeichnis '/home/roberto/Download/morla-0.16/modules'
make: *** [install-recursive] Fehler 1


Wäre schön wenn ihr mir sagen könntet woran das liegt?!

LG

Rain_maker
13.04.09, 15:35
Funktioniert hier ohne Probleme.

Alle Abhängigkeiten wie hier beschrieben

http://www.morlardf.net/download.php

vorhanden?

Die wichtigsten Development tools installiert?

Fehlermeldung riecht nach libtool (geraten).

Snake870
13.04.09, 20:53
ja sind alle installiert, die fehlenden Pakete kamen schon bei ./configure und da habe ich alle nachinstalliert, habe auch gerade nochmal geschaut.
und libtool ist auch installiert....
Woran kann es denn nur liegen...:(:(

Snake870
14.04.09, 21:51
hat keiner ne idee....

pferdefreund
15.04.09, 06:51
Probier mal ein make distclean und probiers von vorne - jetzt nachdem alle
notwendigen Tools vorhanden sind. Das sieht ja so aus, als hätte da gar keine
Kompilation von irgendwas stattgefunden - ich sehe nirgends gcc -o.... usw, was ja
normalerweise beim Kompilieren kommt.

Snake870
16.04.09, 20:45
Doch hab ich, hab nur nicht alles gepostet, aber hier ist nun alles:

./configure


checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking whether make sets $(MAKE)... yes
checking whether build environment is sane... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for gawk... no
checking for mawk... mawk
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether ln -s works... yes
checking for library containing strerror... none required
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
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 how to recognize dependent libraries... pass_all
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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 1572864
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
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 whether the gcc linker (/usr/bin/ld) 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 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... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
(cached) (cached) checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for a BSD-compatible install... /usr/bin/install -c
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for string.h... (cached) yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking for vprintf... yes
checking for _doprnt... 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 for catalogs to be installed... it
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for gconf... yes
checking for gtkhtml... no
checking for gtk... yes
checking for rasqal... yes
checking for rasqal_new_world in -lrasqal... no
checking for redland... yes
checking js.h usability... no
checking js.h presence... no
checking for js.h... no
checking for firefox_js... no
checking for xulrunner_js... no
checking jsapi.h usability... no
checking jsapi.h presence... no
checking for jsapi.h... no
checking for dot... /usr/bin/dot
configure: creating ./config.status
config.status: creating Makefile
config.status: creating po/Makefile.in
config.status: WARNING: po/Makefile.in.in seems to ignore the --datarootdir setting
config.status: creating src/Makefile
config.status: creating icons/Makefile
config.status: creating docs/Makefile
config.status: creating modules/Makefile
config.status: creating morla.1
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing default-1 commands

Morla build summary:
host : linux-gnu

glib : yes
gtk+ : yes
libxslt : yes
nxml : yes
libcurl : yes

Dot (graphviz) : /usr/bin/dot
Javascript engine : none
GConf : gconf-2.0 >= 2.10.0
GtkHtml :


make:


make all-recursive
make[1]: Betrete Verzeichnis '/home/roberto/Download/morla-0.16'
Making all in po
make[2]: Betrete Verzeichnis '/home/roberto/Download/morla-0.16/po'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Verlasse Verzeichnis '/home/roberto/Download/morla-0.16/po'
Making all in src
make[2]: Betrete Verzeichnis '/home/roberto/Download/morla-0.16/src'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Verlasse Verzeichnis '/home/roberto/Download/morla-0.16/src'
Making all in icons
make[2]: Betrete Verzeichnis '/home/roberto/Download/morla-0.16/icons'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Verlasse Verzeichnis '/home/roberto/Download/morla-0.16/icons'
Making all in docs
make[2]: Betrete Verzeichnis '/home/roberto/Download/morla-0.16/docs'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Verlasse Verzeichnis '/home/roberto/Download/morla-0.16/docs'
Making all in modules
make[2]: Betrete Verzeichnis '/home/roberto/Download/morla-0.16/modules'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Verlasse Verzeichnis '/home/roberto/Download/morla-0.16/modules'
make[2]: Betrete Verzeichnis '/home/roberto/Download/morla-0.16'
make[2]: Verlasse Verzeichnis '/home/roberto/Download/morla-0.16'
make[1]: Verlasse Verzeichnis '/home/roberto/Download/morla-0.16'
roberto@roberto-mobil:~/Download/morla-0.16$ sudomake
bash: sudomake: command not found
roberto@roberto-mobil:~/Download/morla-0.16$ sudo make
make all-recursive
make[1]: Betrete Verzeichnis '/home/roberto/Download/morla-0.16'
Making all in po
make[2]: Betrete Verzeichnis '/home/roberto/Download/morla-0.16/po'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Verlasse Verzeichnis '/home/roberto/Download/morla-0.16/po'
Making all in src
make[2]: Betrete Verzeichnis '/home/roberto/Download/morla-0.16/src'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Verlasse Verzeichnis '/home/roberto/Download/morla-0.16/src'
Making all in icons
make[2]: Betrete Verzeichnis '/home/roberto/Download/morla-0.16/icons'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Verlasse Verzeichnis '/home/roberto/Download/morla-0.16/icons'
Making all in docs
make[2]: Betrete Verzeichnis '/home/roberto/Download/morla-0.16/docs'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Verlasse Verzeichnis '/home/roberto/Download/morla-0.16/docs'
Making all in modules
make[2]: Betrete Verzeichnis '/home/roberto/Download/morla-0.16/modules'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Verlasse Verzeichnis '/home/roberto/Download/morla-0.16/modules'
make[2]: Betrete Verzeichnis '/home/roberto/Download/morla-0.16'
make[2]: Verlasse Verzeichnis '/home/roberto/Download/morla-0.16'
make[1]: Verlasse Verzeichnis '/home/roberto/Download/morla-0.16'


make install:


Making install in po
make[1]: Betrete Verzeichnis '/home/roberto/Download/morla-0.16/po'
if test -r ".././mkinstalldirs"; then \
.././mkinstalldirs /usr/local/share; \
else \
/bin/sh ../mkinstalldirs /usr/local/share; \
fi
installing it.gmo as /usr/local/share/locale/it/LC_MESSAGES/morla.mo
if test "morla" = "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]: Verlasse Verzeichnis '/home/roberto/Download/morla-0.16/po'
Making install in src
make[1]: Betrete Verzeichnis '/home/roberto/Download/morla-0.16/src'
make[2]: Betrete Verzeichnis '/home/roberto/Download/morla-0.16/src'
test -z "/usr/local/bin" || mkdir -p -- "/usr/local/bin"
/bin/bash ../libtool --mode=install /usr/bin/install -c 'morla' '/usr/local/bin/morla'
/usr/bin/install -c morla /usr/local/bin/morla
test -z "/usr/local/include" || mkdir -p -- "/usr/local/include"
/usr/bin/install -c -m 644 'morla-module.h' '/usr/local/include/morla-module.h'
make[2]: Verlasse Verzeichnis '/home/roberto/Download/morla-0.16/src'
make[1]: Verlasse Verzeichnis '/home/roberto/Download/morla-0.16/src'
Making install in icons
make[1]: Betrete Verzeichnis '/home/roberto/Download/morla-0.16/icons'
make[2]: Betrete Verzeichnis '/home/roberto/Download/morla-0.16/icons'
make[2]: Für das Ziel »install-exec-am« ist nichts zu tun.
test -z "/usr/local/share/morla/icons" || mkdir -p -- "/usr/local/share/morla/icons"
/usr/bin/install -c -m 644 '128_BN.png' '/usr/local/share/morla/icons/128_BN.png'
/usr/bin/install -c -m 644 '128_color.png' '/usr/local/share/morla/icons/128_color.png'
/usr/bin/install -c -m 644 '32_BN.png' '/usr/local/share/morla/icons/32_BN.png'
/usr/bin/install -c -m 644 '32_color.png' '/usr/local/share/morla/icons/32_color.png'
/usr/bin/install -c -m 644 '64_BN.png' '/usr/local/share/morla/icons/64_BN.png'
/usr/bin/install -c -m 644 '64_color.png' '/usr/local/share/morla/icons/64_color.png'
/usr/bin/install -c -m 644 '700_color.png' '/usr/local/share/morla/icons/700_color.png'
make[2]: Verlasse Verzeichnis '/home/roberto/Download/morla-0.16/icons'
make[1]: Verlasse Verzeichnis '/home/roberto/Download/morla-0.16/icons'
Making install in docs
make[1]: Betrete Verzeichnis '/home/roberto/Download/morla-0.16/docs'
make[2]: Betrete Verzeichnis '/home/roberto/Download/morla-0.16/docs'
make[2]: Für das Ziel »install-exec-am« ist nichts zu tun.
make[2]: Für das Ziel »install-data-am« ist nichts zu tun.
make[2]: Verlasse Verzeichnis '/home/roberto/Download/morla-0.16/docs'
make[1]: Verlasse Verzeichnis '/home/roberto/Download/morla-0.16/docs'
Making install in modules
make[1]: Betrete Verzeichnis '/home/roberto/Download/morla-0.16/modules'
make[2]: Betrete Verzeichnis '/home/roberto/Download/morla-0.16/modules'
test -z "/usr/local/lib/morla" || mkdir -p -- "/usr/local/lib/morla"
/bin/bash ../libtool --mode=install /usr/bin/install -c 'libmorla_test.la' '/usr/local/lib/morla/libmorla_test.la'
/usr/bin/install -c .libs/libmorla_test.so /usr/local/lib/morla/libmorla_test.so
/usr/bin/install -c .libs/libmorla_test.lai /usr/local/lib/morla/libmorla_test.la
/usr/bin/install: cannot stat `.libs/libmorla_test.lai': No such file or directory
make[2]: *** [install-pkglibLTLIBRARIES] Fehler 1
make[2]: Verlasse Verzeichnis '/home/roberto/Download/morla-0.16/modules'
make[1]: *** [install-am] Fehler 2
make[1]: Verlasse Verzeichnis '/home/roberto/Download/morla-0.16/modules'
make: *** [install-recursive] Fehler 1


Hab jetzt nochmal komplett alles gepostet, vielleicht hilft das ja den einen oder anderen hier auf die Sprünge...

Danke schon im vorraus!!