From: Diego R. V. <die...@gm...> - 2008-06-17 21:59:58
|
Hi everyone thanks for answering me the last time, I installed libdevel and ncurses-devel, but uml utilities are not installed yet, because I have the mistake below: ******************************* diegorval:/home/diego/build/tools-20070815# ls anex1 Changelog honeypot jailtest mconsole port-helper umlgdb uml_util.spec COPYING gdb humfsify lib moo tunctl uml_net uml_util.spec.in CVS gdbbot jail Makefile patches umlfs uml_switch watchdog diegorval:/home/diego/build/tools-20070815# make > anex1 uml_mount.c:1:32: error: fuse/fuse_lowlevel.h: No existe el fichero o el directorio uml_mount.c: In function 'init_fuse': uml_mount.c:9: error: variable 'args' has initializer but incomplete type uml_mount.c:9: warning: implicit declaration of function 'FUSE_ARGS_INIT' uml_mount.c:9: error: storage size of 'args' isn't known uml_mount.c:12: warning: implicit declaration of function 'fuse_parse_cmdline' uml_mount.c:14: warning: implicit declaration of function 'fuse_mount' uml_mount.c:9: warning: unused variable 'args' make[1]: *** [uml_mount.o] Error 1 make: *** [all] Error 2 diegorval:/home/diego/build/tools-20070815# make install set -e ; for dir in lib jail jailtest humfsify mconsole moo port-helper tunctl uml_net uml_switch watchdog umlfs; do make -C $dir install; done make[1]: se ingresa al directorio `/home/diego/build/tools-20070815/lib' make[1]: No se hace nada para `install'. make[1]: se sale del directorio `/home/diego/build/tools-20070815/lib' make[1]: se ingresa al directorio `/home/diego/build/tools-20070815/jail' install -d /usr/sbin install -s jail_uml /usr/sbin make[1]: se sale del directorio `/home/diego/build/tools-20070815/jail' make[1]: se ingresa al directorio `/home/diego/build/tools-20070815/jailtest' install -d /usr/bin install -s jailtest /usr/bin make[1]: se sale del directorio `/home/diego/build/tools-20070815/jailtest' make[1]: se ingresa al directorio `/home/diego/build/tools-20070815/humfsify' install -d /usr/bin install -o 0755 humfsify /usr/bin make[1]: se sale del directorio `/home/diego/build/tools-20070815/humfsify' make[1]: se ingresa al directorio `/home/diego/build/tools-20070815/mconsole' install -d /usr/bin install -s uml_mconsole /usr/bin make[1]: se sale del directorio `/home/diego/build/tools-20070815/mconsole' make[1]: se ingresa al directorio `/home/diego/build/tools-20070815/moo' install -d /usr/bin install -s uml_moo uml_mkcow /usr/bin make[1]: se sale del directorio `/home/diego/build/tools-20070815/moo' make[1]: se ingresa al directorio `/home/diego/build/tools-20070815/port-helper' install -d /usr/lib/uml install -s port-helper /usr/lib/uml make[1]: se sale del directorio `/home/diego/build/tools-20070815/port-helper' make[1]: se ingresa al directorio `/home/diego/build/tools-20070815/tunctl' install -d /usr/bin install -s tunctl /usr/bin make[1]: se sale del directorio `/home/diego/build/tools-20070815/tunctl' make[1]: se ingresa al directorio `/home/diego/build/tools-20070815/uml_net' install -d /usr/bin install -s -m 04755 uml_net /usr/bin make[1]: se sale del directorio `/home/diego/build/tools-20070815/uml_net' make[1]: se ingresa al directorio `/home/diego/build/tools-20070815/uml_switch' install -d /usr/bin install -s uml_switch /usr/bin make[1]: se sale del directorio `/home/diego/build/tools-20070815/uml_switch' make[1]: se ingresa al directorio `/home/diego/build/tools-20070815/watchdog' install -d /usr/bin install -s uml_watchdog /usr/bin make[1]: se sale del directorio `/home/diego/build/tools-20070815/watchdog' make[1]: se ingresa al directorio `/home/diego/build/tools-20070815/umlfs' cc -g -Wall -D_FILE_OFFSET_BITS=64 -I/usr/local/include -c -o uml_mount.o uml_mount.c uml_mount.c:1:32: error: fuse/fuse_lowlevel.h: No existe el fichero o el directorio uml_mount.c: In function 'init_fuse': uml_mount.c:9: error: variable 'args' has initializer but incomplete type uml_mount.c:9: warning: implicit declaration of function 'FUSE_ARGS_INIT' uml_mount.c:9: error: storage size of 'args' isn't known uml_mount.c:12: warning: implicit declaration of function 'fuse_parse_cmdline' uml_mount.c:14: warning: implicit declaration of function 'fuse_mount' uml_mount.c:9: warning: unused variable 'args' make[1]: *** [uml_mount.o] Error 1 make[1]: se sale del directorio `/home/diego/build/tools-20070815/umlfs' make: *** [install] Error 2 diegorval:/home/diego/build/tools-20070815# ************************************************************************************************** Please help me, what library is missing ??. Thanks |
From: Laurent W. <l.w...@gm...> - 2008-06-17 22:14:57
|
Hi, It seems you need fuse-devel or something. Laurent. |
From: Jeff D. <jd...@ad...> - 2008-06-18 16:36:18
|
On Tue, Jun 17, 2008 at 04:59:52PM -0500, Diego Ramos V. wrote: > diegorval:/home/diego/build/tools-20070815# make > anex1 > uml_mount.c:1:32: error: fuse/fuse_lowlevel.h: No existe el fichero o el > directorio > uml_mount.c: In function 'init_fuse': > uml_mount.c:9: error: variable 'args' has initializer but incomplete type > uml_mount.c:9: warning: implicit declaration of function 'FUSE_ARGS_INIT' > uml_mount.c:9: error: storage size of 'args' isn't known > uml_mount.c:12: warning: implicit declaration of function > 'fuse_parse_cmdline' > uml_mount.c:14: warning: implicit declaration of function 'fuse_mount' > uml_mount.c:9: warning: unused variable 'args' > make[1]: *** [uml_mount.o] Error 1 > make: *** [all] Error 2 Two things you can do, since you don't need fuse support - make -k comment out the umlfs entry in the SUBDIRS line in the top-level Makefile Jeff -- Work email - jdike at linux dot intel dot com |