Hello.
I'm trying to compile fsvs on OpenSolaris build 125. During configure I
receive the following message:
configure: No compatible valgrind version.
configure: error: in `/export/home/alp/distr/fsvs-1.2.1':
configure: error: You have a sparse S_IFMT. Please tell the dev@ mailing
list.
See `config.log' for more details.

$ uname -a
SunOS myhostname 5.11 snv_125 i86pc i386 i86pc Solaris

I found that problem had been discussed here, but I didn't understand
how to solve it :(

P.S. The output from  this program :
#include <stdio.h>
#include "src/preproc.h"
int main(void)
{
        printf("S_IFMT=%X\n", S_IFMT);
        printf("MODE_T_SHIFT_BITS=%d\n", MODE_T_SHIFT_BITS);
        printf("PACKED_MODE_T_NEEDED_BITS=%d\n", PACKED_MODE_T_NEEDED_BITS);
        printf("calc=%X %X\n",S_IFMT >> MODE_T_SHIFT_BITS,
                        _BITCOUNT( (S_IFMT >> MODE_T_SHIFT_BITS) + 1));
        return 0;
}

is  the following:

S_IFMT=F000
MODE_T_SHIFT_BITS=12
PACKED_MODE_T_NEEDED_BITS=4
calc=F 1



-- 
Best regards,
Alexander Pyhalov,
system administrator of Computer Center of South Federal University

------------------------------------------------------
http://fsvs.tigris.org/ds/viewMessage.do?dsForumId=3928&dsMessageId=2433006

To unsubscribe from this discussion, e-mail: 
[[email protected]].

Reply via email to