PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Nicht zu fassen: LUFS Installation schlägt fehl...



Andy09
08.04.05, 02:27
Hi Leute,

wo einigen Wochen habe ich auf einem anderen Backupserver eine
Polognese gestartet, weil ich es endlich geschafft habe lufs in den Kernel
einzukompilieren um dann Nachts per Cronjob und FTP Backups von anderen
Server auf eine externe Festplatte zu kopieren.

So weit, so gut, der Rechner war allerdings ein recht alter, mit Pentium 2 und
USB 1.1 und die Geschwindigkeit war ein glatter "Zonk".

Also neuen Rechner zusammengeschraut und vor allem mit USB 2.0 etc.
Gleiche Distribution (SuSE 9.1) aber ich bekomm es nicht mehr gebacken den
lufs zu installieren. Ich habe die Kernel-Sources installiert etc.

Habe gemacht:
./configure
make
make check
make install

aber bei letzterem hörts auf, hier der Schluss-Akkord:

make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/root/Install/lufs-0.9.7/filesystems/localfs'
make[2]: Leaving directory `/root/Install/lufs-0.9.7/filesystems/localfs'
Making install in locasefs
make[2]: Entering directory `/root/Install/lufs-0.9.7/filesystems/locasefs'
make[3]: Entering directory `/root/Install/lufs-0.9.7/filesystems/locasefs'
/bin/sh ../../config/mkinstalldirs /usr/local/lib
/bin/sh ../../libtool --mode=install /usr/bin/install -c liblufs-locasefs.la /usr/local/lib/liblufs-locasefs.la
/usr/bin/install -c .libs/liblufs-locasefs.so.2.0.0 /usr/local/lib/liblufs-locasefs.so.2.0.0
/usr/bin/install: cannot stat `.libs/liblufs-locasefs.so.2.0.0': No such file or directory
make[3]: *** [install-libLTLIBRARIES] Error 1
make[3]: Leaving directory `/root/Install/lufs-0.9.7/filesystems/locasefs'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/root/Install/lufs-0.9.7/filesystems/locasefs'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/root/Install/lufs-0.9.7/filesystems'
make: *** [install-recursive] Error 1
backup:~/Install/lufs-0.9.7 #

Kann mir bitte einer auf die Sprünge helfen bevor ich meine Tastatur gleich
mit Schaum vor dem Mund an die Wand klatsche - Ich hatte es schon mal
hinbekommen... :(

Gruß
Andy

marce
08.04.05, 07:01
die Befehle davor liefen ohne Probleme durch? Keinerlei Meldungen? Die wären interessant - da er eine Datei nicht "installieren" kann, vermute ich mal, dass entweder beim configure oder beim make was schief gegangen ist...

Andy09
08.04.05, 10:09
Guten Morgen,


die Befehle davor liefen ohne Probleme durch? Keinerlei Meldungen? Die wären interessant - da er eine Datei nicht "installieren" kann, vermute ich mal, dass entweder beim configure oder beim make was schief gegangen ist...

also ich hab jetzt noch mal alles ausgeführt und leg mal das Ergebnis dabei,
ich kann keinen Fehler entdecken... oder sehe ich nur den Wald vor lauter Bäumen nicht ?! :confused:

./configure

backup:~/Install/lufs-0.9.7 # ./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 for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking OS... Linux
checking kernel... 2.6.4-52-default
checking kernel support... supported in kernel/Linux/2.6
checking kernel headers... found in /lib/modules/2.6.4-52-default/build/include
checking kernel configuration... found, using modversions
checking modversions.h... /lib/modules/2.6.4-52-default/build/include/config/modversions.h
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 gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
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 for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for a sed that does not truncate output... /usr/bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/i586-suse-linux/bin/ld
checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes
checking for /usr/i586-suse-linux/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognise dependent libraries... pass_all
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 how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fl32... no
checking for af77... no
checking for fort77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for lf95... no
checking for g95... 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... 32768
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 static flag works... yes
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 supports -c -o file.o... yes
checking whether the gcc linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
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... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/i586-suse-linux/bin/ld
checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/i586-suse-linux/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++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/i586-suse-linux/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
appending configuration tag "F77" to libtool
checking whether make sets $(MAKE)... (cached) yes
checking for ssh... found (/usr/bin/ssh)
checking for gnome-config... no
checking for gnome-vfs-config... no
checking for gnome_vfs_init in -lgnomevfs... no
checking for pthread_detach in -lpthread... yes
checking for ANSI C header files... (cached) yes
checking for unistd.h... (cached) yes
checking byteswap.h usability... yes
checking byteswap.h presence... yes
checking for byteswap.h... yes
checking sys/byteswap.h usability... no
checking sys/byteswap.h presence... no
checking for sys/byteswap.h... no
checking endian.h usability... yes
checking endian.h presence... yes
checking for endian.h... yes
checking machine/endian.h usability... no
checking machine/endian.h presence... no
checking for machine/endian.h... no
checking for sys/types.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for pid_t... yes
checking for mkdir... yes
checking for rmdir... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating lufsd/Makefile
config.status: creating filesystems/Makefile
config.status: creating filesystems/localfs/Makefile
config.status: creating filesystems/locasefs/Makefile
config.status: creating filesystems/sshfs/Makefile
config.status: creating filesystems/ftpfs/Makefile
config.status: creating filesystems/cardfs/Makefile
config.status: creating filesystems/cefs/Makefile
config.status: creating filesystems/cefs/asyncd/Makefile
config.status: creating filesystems/gvfs/Makefile
config.status: creating filesystems/gnetfs/Makefile
config.status: creating filesystems/wavfs/Makefile
config.status: creating util/Makefile
config.status: creating kernel/Makefile
config.status: creating kernel/Linux/Makefile
config.status: creating kernel/Linux/2.4/Makefile
config.status: creating include/Makefile
config.status: creating config/Makefile
config.status: creating docs/Makefile
config.status: creating man/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
################################################## #############################
supported filesystems: localfs locasefs ftpfs gnetfs sshfs
suid files: lufsmnt & lufsumount.
################################################## #############################
backup:~/Install/lufs-0.9.7 #


make check

backup:~/Install/lufs-0.9.7 # make check
Making check in kernel
make[1]: Entering directory `/root/Install/lufs-0.9.7/kernel'
Making check in Linux
make[2]: Entering directory `/root/Install/lufs-0.9.7/kernel/Linux'
Making check in 2.6
make[3]: Entering directory `/root/Install/lufs-0.9.7/kernel/Linux/2.6'
make -C /lib/modules/`uname -r`/build SUBDIRS=`pwd` modules
make[4]: Entering directory `/usr/src/linux-2.6.4-52'
CHK include/linux/version.h
*** Warning: Overriding SUBDIRS on the command line can cause
*** inconsistencies
make[5]: `arch/i386/kernel/asm-offsets.s' is up to date.
Building modules, stage 2.
MODPOST
make[4]: Leaving directory `/usr/src/linux-2.6.4-52'
make[3]: Leaving directory `/root/Install/lufs-0.9.7/kernel/Linux/2.6'
make[3]: Entering directory `/root/Install/lufs-0.9.7/kernel/Linux'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/root/Install/lufs-0.9.7/kernel/Linux'
make[2]: Leaving directory `/root/Install/lufs-0.9.7/kernel/Linux'
make[2]: Entering directory `/root/Install/lufs-0.9.7/kernel'
make[2]: Nothing to be done for `check-am'.
make[2]: Leaving directory `/root/Install/lufs-0.9.7/kernel'
make[1]: Leaving directory `/root/Install/lufs-0.9.7/kernel'
Making check in lufsd
make[1]: Entering directory `/root/Install/lufs-0.9.7/lufsd'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/root/Install/lufs-0.9.7/lufsd'
Making check in filesystems
make[1]: Entering directory `/root/Install/lufs-0.9.7/filesystems'
Making check in localfs
make[2]: Entering directory `/root/Install/lufs-0.9.7/filesystems/localfs'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/root/Install/lufs-0.9.7/filesystems/localfs'
Making check in locasefs
make[2]: Entering directory `/root/Install/lufs-0.9.7/filesystems/locasefs'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/root/Install/lufs-0.9.7/filesystems/locasefs'
Making check in ftpfs
make[2]: Entering directory `/root/Install/lufs-0.9.7/filesystems/ftpfs'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/root/Install/lufs-0.9.7/filesystems/ftpfs'
Making check in gnetfs
make[2]: Entering directory `/root/Install/lufs-0.9.7/filesystems/gnetfs'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/root/Install/lufs-0.9.7/filesystems/gnetfs'
Making check in sshfs
make[2]: Entering directory `/root/Install/lufs-0.9.7/filesystems/sshfs'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/root/Install/lufs-0.9.7/filesystems/sshfs'
make[2]: Entering directory `/root/Install/lufs-0.9.7/filesystems'
make[2]: Nothing to be done for `check-am'.
make[2]: Leaving directory `/root/Install/lufs-0.9.7/filesystems'
make[1]: Leaving directory `/root/Install/lufs-0.9.7/filesystems'
Making check in util
make[1]: Entering directory `/root/Install/lufs-0.9.7/util'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/root/Install/lufs-0.9.7/util'
Making check in include
make[1]: Entering directory `/root/Install/lufs-0.9.7/include'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/root/Install/lufs-0.9.7/include'
Making check in man
make[1]: Entering directory `/root/Install/lufs-0.9.7/man'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/root/Install/lufs-0.9.7/man'
make[1]: Entering directory `/root/Install/lufs-0.9.7'
make[1]: Leaving directory `/root/Install/lufs-0.9.7'
backup:~/Install/lufs-0.9.7 #


make install

backup:~/Install/lufs-0.9.7 # make install
Making install in kernel
make[1]: Entering directory `/root/Install/lufs-0.9.7/kernel'
Making install in Linux
make[2]: Entering directory `/root/Install/lufs-0.9.7/kernel/Linux'
Making install in 2.6
make[3]: Entering directory `/root/Install/lufs-0.9.7/kernel/Linux/2.6'
make -C /lib/modules/`uname -r`/build SUBDIRS=`pwd` modules
make[4]: Entering directory `/usr/src/linux-2.6.4-52'
CHK include/linux/version.h
*** Warning: Overriding SUBDIRS on the command line can cause
*** inconsistencies
make[5]: `arch/i386/kernel/asm-offsets.s' is up to date.
Building modules, stage 2.
MODPOST
make[4]: Leaving directory `/usr/src/linux-2.6.4-52'
make[3]: Leaving directory `/root/Install/lufs-0.9.7/kernel/Linux/2.6'
make[3]: Entering directory `/root/Install/lufs-0.9.7/kernel/Linux'
make[4]: Entering directory `/root/Install/lufs-0.9.7/kernel/Linux'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/root/Install/lufs-0.9.7/kernel/Linux'
make[3]: Leaving directory `/root/Install/lufs-0.9.7/kernel/Linux'
make[2]: Leaving directory `/root/Install/lufs-0.9.7/kernel/Linux'
make[2]: Entering directory `/root/Install/lufs-0.9.7/kernel'
make[3]: Entering directory `/root/Install/lufs-0.9.7/kernel'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/root/Install/lufs-0.9.7/kernel'
make[2]: Leaving directory `/root/Install/lufs-0.9.7/kernel'
make[1]: Leaving directory `/root/Install/lufs-0.9.7/kernel'
Making install in lufsd
make[1]: Entering directory `/root/Install/lufs-0.9.7/lufsd'
make[2]: Entering directory `/root/Install/lufs-0.9.7/lufsd'
/bin/sh ../config/mkinstalldirs /usr/local/bin
/bin/sh ../libtool --mode=install /usr/bin/install -c lufsd /usr/local/bin/lufsd
/usr/bin/install -c lufsd /usr/local/bin/lufsd
/bin/sh ../config/mkinstalldirs /usr/local/bin
/usr/bin/install -c lussh /usr/local/bin/lussh
make install-exec-hook
make[3]: Entering directory `/root/Install/lufs-0.9.7/lufsd'
lufsd post install configuration...
/bin/sh ../config/mkinstalldirs /sbin
ln -fs /usr/local/bin/lufsd /sbin/mount.lufs
make[3]: Leaving directory `/root/Install/lufs-0.9.7/lufsd'
/bin/sh ../config/mkinstalldirs /etc
/usr/bin/install -c -m 644 lufsd.conf /etc/lufsd.conf
make[2]: Leaving directory `/root/Install/lufs-0.9.7/lufsd'
make[1]: Leaving directory `/root/Install/lufs-0.9.7/lufsd'
Making install in filesystems
make[1]: Entering directory `/root/Install/lufs-0.9.7/filesystems'
Making install in localfs
make[2]: Entering directory `/root/Install/lufs-0.9.7/filesystems/localfs'
make[3]: Entering directory `/root/Install/lufs-0.9.7/filesystems/localfs'
/bin/sh ../../config/mkinstalldirs /usr/local/lib
/bin/sh ../../libtool --mode=install /usr/bin/install -c liblufs-localfs.la /usr/local/lib/liblufs-localfs.la
/usr/bin/install -c .libs/liblufs-localfs.so.2.0.0 /usr/local/lib/liblufs-localfs.so.2.0.0
(cd /usr/local/lib && rm -f liblufs-localfs.so.2 && ln -s liblufs-localfs.so.2.0.0 liblufs-localfs.so.2)
(cd /usr/local/lib && rm -f liblufs-localfs.so && ln -s liblufs-localfs.so.2.0.0 liblufs-localfs.so)
/usr/bin/install -c .libs/liblufs-localfs.lai /usr/local/lib/liblufs-localfs.la
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.
----------------------------------------------------------------------
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/root/Install/lufs-0.9.7/filesystems/localfs'
make[2]: Leaving directory `/root/Install/lufs-0.9.7/filesystems/localfs'
Making install in locasefs
make[2]: Entering directory `/root/Install/lufs-0.9.7/filesystems/locasefs'
make[3]: Entering directory `/root/Install/lufs-0.9.7/filesystems/locasefs'
/bin/sh ../../config/mkinstalldirs /usr/local/lib
/bin/sh ../../libtool --mode=install /usr/bin/install -c liblufs-locasefs.la /usr/local/lib/liblufs-locasefs.la
/usr/bin/install -c .libs/liblufs-locasefs.so.2.0.0 /usr/local/lib/liblufs-locasefs.so.2.0.0
/usr/bin/install: cannot stat `.libs/liblufs-locasefs.so.2.0.0': No such file or directory
make[3]: *** [install-libLTLIBRARIES] Error 1
make[3]: Leaving directory `/root/Install/lufs-0.9.7/filesystems/locasefs'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/root/Install/lufs-0.9.7/filesystems/locasefs'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/root/Install/lufs-0.9.7/filesystems'
make: *** [install-recursive] Error 1
backup:~/Install/lufs-0.9.7 #


Gruß
Andy

Andy09
08.04.05, 10:24
@Tomek
'tschuldigung - wusste ich nicht :ugly:

@all
Ich habs, jetzt läufts, in einer anderen README fand ich folgendes was ich
machen sollte
./configure
make clean
make
make install

Jetzt läufts !!!! :)
Aber warum musste ich jetzt make clean ausführen und warum hatte es ohne
make clean nicht geklappt?!

Gruß
Andy