Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

../include/FSAL/FSAL_CEPH/fsal_types.h:65:5: error: unknown type name vinodeno_t #20

Closed
knogbe opened this issue Apr 29, 2013 · 1 comment

Comments

@knogbe
Copy link

knogbe commented Apr 29, 2013

I cannot find vinodeno_t data type define anywhere.

I m having difficulty compiling nfs-ganesha-1.5.0 with CEPH option on Ubuntu 12.04.2

./configure --with-fsal=CEPH

make

In file included from ../include/fsal_types.h:297:0,
from ../include/fsal.h:72,
from cache_inode_access.c:48:
../include/FSAL/FSAL_CEPH/fsal_types.h:65:5: error: unknown type name âvinodeno_tâ
../include/FSAL/FSAL_CEPH/fsal_types.h:112:3: error: unknown type name âvinodeno_tâ
../include/FSAL/FSAL_CEPH/fsal_types.h:120:3: error: unknown type name âFhâ
../include/FSAL/FSAL_CEPH/fsal_types.h:121:3: error: unknown type name âvinodeno_tâ
make[1]: *** [cache_inode_access.lo] Error 1
make[1]: Leaving directory `/root/nfs-ganesha-1.5.0/Cache_inode'
make: *** [all-recursive] Error 1

@knogbe
Copy link
Author

knogbe commented May 1, 2013

I was able to pass this by using the ceph src from linuxbox. Now I stop by another issue.

/libtirpc/tirpc/ -g -O2 -D_REENTRANT -Wall -Wimplicit -Wformat -Wmissing-braces -Wno-pointer-sign -I../../RPCAL/gssd -MT fsal_dirs.lo -MD -MP -MF .deps/fsal_dirs.Tpo -c fsal_dirs.c -fPIC -DPIC -o .libs/fsal_dirs.o
fsal_dirs.c: In function âCEPHFSAL_readdirâ:
fsal_dirs.c:166: error: cannot convert to a pointer type
fsal_dirs.c:166: error: âcephfsal_cookie_tâ has no member named âcookieâ
fsal_dirs.c:167: error: cannot convert to a pointer type
fsal_dirs.c:167: error: âcephfsal_cookie_tâ has no member named âcookieâ
make[2]: *** [fsal_dirs.lo] Error 1
make[2]: Leaving directory /root/nfs-ganesha-1.5.1/FSAL/FSAL_CEPH' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory/root/nfs-ganesha-1.5.1/FSAL'

@knogbe knogbe closed this as completed May 1, 2013
madhuthorat pushed a commit to madhuthorat/nfs-ganesha that referenced this issue May 25, 2017
[rpc_dplx.c] initialize rpc_dplx_rec on creation.

we could piecewise initialize it, but I can't think of any legit reason not to memset it
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant