Hi people, I''m trying to install lustre but I get errors during the compilation. I''m running a gentoo x86_64 with a vanilla 2.6.18 kernel patched for lustre (1.5.95). The errors I get are: /usr/local/src/lustre-1.5.95/lustre/llite/namei.c: In function ''ll_create_nd'': /usr/local/src/lustre-1.5.95/lustre/llite/namei.c:876: error: ''union <anonymous>'' has no member named ''d'' /usr/local/src/lustre-1.5.95/lustre/llite/namei.c:880: warning: passing argument 4 of ''ll_create_it'' from incompatible pointer type make[6]: *** [/usr/local/src/lustre-1.5.95/lustre/llite/namei.o] Error 1 make[5]: *** [/usr/local/src/lustre-1.5.95/lustre/llite] Error 2 please tell me if you need more output or more information about the system. thanx Stella. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.clusterfs.com/pipermail/lustre-discuss/attachments/20070116/dc0d911d/attachment.html
just use google with the line namei.c union has no member named ''d'' you will find the thread 1.6 beta 5 Installation from October 2006 Qi Yong makes a suggestion for a temporary fix, which works for me. I got at least one additonal error, for which you can also find a solution on this list. Harald