pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

fuse-encfs not building



Hi,

Trying to build 'fuse-encfs' from a recent pkgsrc checkout on an amd64 box 
running 5.1_STABLE.  I get the following:

if c++ -DHAVE_CONFIG_H -I. -I. -I..  -I../intl  -D_NETBSD_SOURCE 
-I/usr/pkg/include -I/usr/include  -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=22 
-DRLOG_COMPONENT="encfs" -I/usr/pkg/include      -W -Wall -Wshadow 
-Wpointer-arith -Wwrite-strings -O2 -I/usr/pkg/include -I/usr/include  -pthread 
  -MT encfs.o -MD -MP -MF ".deps/encfs.Tpo" -c -o encfs.o encfs.cpp; \
then mv -f ".deps/encfs.Tpo" ".deps/encfs.Po"; else rm -f ".deps/encfs.Tpo"; 
exit 1; fi
SSL_Cipher.cpp: In function 'int BytesToKey(int, int, const EVP_MD*, const 
unsigned char*, int, unsigned int, unsigned char*, unsigned char*)':
SSL_Cipher.cpp:102: warning: comparison between signed and unsigned integer 
expressions
SSL_Cipher.cpp:110: warning: comparison between signed and unsigned integer 
expressions
SSL_Cipher.cpp: In function 'void flipBytes(unsigned char*, int)':
SSL_Cipher.cpp:637: warning: comparison between signed and unsigned integer 
expressions
encfs.cpp: In function 'int encfs_mknod(const char*, __mode_t, dev_t)':
encfs.cpp:136: warning: format '%lli' expects type 'long long int', but 
argument 6 has type 'dev_t'
encfs.cpp: In function 'int encfs_read(const char*, char*, size_t, __off_t, 
fuse_file_info*)':
encfs.cpp:444: warning: format '%lli' expects type 'long long int', but 
argument 5 has type '__off_t'
encfs.cpp:444: warning: format '%i' expects type 'int', but argument 6 has type 
'size_t'
encfs.cpp:453: warning: format '%lli' expects type 'long long int', but 
argument 4 has type '__off_t'
encfs.cpp:453: warning: format '%i' expects type 'int', but argument 5 has type 
'size_t'
encfs.cpp: In function 'int encfs_write(const char*, const char*, size_t, 
__off_t, fuse_file_info*)':
encfs.cpp:489: warning: format '%lli' expects type 'long long int', but 
argument 5 has type '__off_t'
encfs.cpp:489: warning: format '%i' expects type 'int', but argument 6 has type 
'size_t'
encfs.cpp: In function 'int encfs_setxattr(const char*, const char*, const 
char*, size_t, int)':
encfs.cpp:553: error: invalid conversion from 'const void*' to 'void*'
encfs.cpp:553: error:   initializing argument 3 of 'int setxattr(const char*, 
const char*, void*, size_t, int)'
gmake[2]: *** [encfs.o] Error 1
gmake[2]: *** Waiting for unfinished jobs....
gmake[2]: Leaving directory 
`/usr/pkgsrc/filesystems/fuse-encfs/work.x86_64/encfs-1.2.0/encfs'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory 
`/usr/pkgsrc/filesystems/fuse-encfs/work.x86_64/encfs-1.2.0'
gmake: *** [all] Error 2
*** Error code 2

Any thoughts?

thanks,

Steve


Home | Main Index | Thread Index | Old Index