Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Hi Guys,
I am trying to get Glusterfs on the Dlink dns-313. However it seems that i am having an issue compiling Glusterfs.
I have fun plug 0.5 on. have installed bison and flex on the system
This is the latest error log while compiling:
root@Nemesis:/mnt/HD_a2/glusterfs-1.3.10# make
make all-recursive
make[1]: Entering directory `/mnt/HD_a2/glusterfs-1.3.10'
Making all in libglusterfs
make[2]: Entering directory `/mnt/HD_a2/glusterfs-1.3.10/libglusterfs'
Making all in src
make[3]: Entering directory `/mnt/HD_a2/glusterfs-1.3.10/libglusterfs/src'
if /ffp/bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE -DXLATORDIR=\"/usr/lib/glusterfs/1.3.10/xlator\" -DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.10/scheduler\" -DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.10/transport\" -DYY_NO_UNPUT -DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.10/auth\" -fPIC -Wall -g -shared -nostartfiles -rdynamic -g -O2 -MT libglusterfs_la-dict.lo -MD -MP -MF ".deps/libglusterfs_la-dict.Tpo" -c -o libglusterfs_la-dict.lo `test -f 'dict.c' || echo './'`dict.c; \
then mv -f ".deps/libglusterfs_la-dict.Tpo" ".deps/libglusterfs_la-dict.Plo"; else rm -f ".deps/libglusterfs_la-dict.Tpo"; exit 1; fi
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE -DXLATORDIR=\"/usr/lib/glusterfs/1.3.10/xlator\" -DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.10/scheduler\" -DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.10/transport\" -DYY_NO_UNPUT -DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.10/auth\" -fPIC -Wall -g -shared -nostartfiles -rdynamic -g -O2 -MT libglusterfs_la-dict.lo -MD -MP -MF .deps/libglusterfs_la-dict.Tpo -c dict.c -fPIC -DPIC -o .libs/libglusterfs_la-dict.o
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE -DXLATORDIR=\"/usr/lib/glusterfs/1.3.10/xlator\" -DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.10/scheduler\" -DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.10/transport\" -DYY_NO_UNPUT -DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.10/auth\" -fPIC -Wall -g -shared -nostartfiles -rdynamic -g -O2 -MT libglusterfs_la-dict.lo -MD -MP -MF .deps/libglusterfs_la-dict.Tpo -c dict.c -o libglusterfs_la-dict.o >/dev/null 2>&1
bison -y -d ./spec.y
make[3]: *** [y.tab.h] Error 141
make[3]: Leaving directory `/mnt/HD_a2/glusterfs-1.3.10/libglusterfs/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/mnt/HD_a2/glusterfs-1.3.10/libglusterfs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mnt/HD_a2/glusterfs-1.3.10'
make: *** [all] Error 2
If you have any ideas on how to fix this, it would definitely help.
Offline
pizzaboy_au wrote:
bison -y -d ./spec.y
make[3]: *** [y.tab.h] Error 141
Not exactly sure what 141 means (could be 141 - 128 = 13 = SIGPIPE). Is there enough space in /tmp? Maybe setting TMPDIR and TEMPDIR helps.
Offline
Hi Fonz,
I have tried that and it seems that it does not want to work
Offline