Hi all,
on my system I have uname -r
2.6.18-4-686
cat /etc/issue
Debian GNU/Linux lenny/sid \n \l
So, I downloaded from
www.pvfs.org parallel virtual system and I want to install it on my machine. In pdf I found there are instructions how to do that and after starting ./configure I got this...some last line...
***** Displaying PVFS2 Configuration Information *****
------------------------------------------------------
PVFS2 configured to build karma gui : no
PVFS2 configured to use epoll : yes
PVFS2 configured to perform coverage analysis : no
PVFS2 configured for aio threaded callbacks : yes
PVFS2 configured for the 2.6.x kernel module : no
PVFS2 configured for the 2.4.x kernel module : no
PVFS2 configured for using the mmap-ra-cache : no
PVFS2 configured for using trusted connections : no
PVFS2 configured for a thread-safe client library : yes
PVFS2 will use workaround for redhat 2.4 kernels : no
PVFS2 will use workaround for buggy NPTL : no
PVFS2 server will be built : yes
PVFS2 version string: 2.7.0
after that I run
make and nothing happened just hung.
After running strace make I got this output ( the place where it hung )
stat64("src/apps/vis//RCS", 0xbf932c94) = -1 ENOENT (No such file or directory)
stat64("src/apps/vis//SCCS", 0xbf932c94) = -1 ENOENT (No such file or directory)
stat64("src/apps/karma/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("src/apps/karma/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|0x80000) = 3
fstat64(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
fcntl64(3, F_SETFD, FD_CLOEXEC) = 0
getdents64(3, /* 16 entries */, 4096) = 496
getdents64(3, /* 0 entries */, 4096) = 0
close(3) = 0
stat64("src/apps/karma//RCS", 0xbf932c94) = -1 ENOENT (No such file or directory)
stat64("src/apps/karma//SCCS", 0xbf932c94) = -1 ENOENT (No such file or directory)
stat64("src/apps/kernel/linux/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("src/apps/kernel/linux//RCS", 0xbf932c84) = -1 ENOENT (No such file or directory)
stat64("src/apps/kernel/linux//SCCS", 0xbf932c84) = -1 ENOENT (No such file or directory)
stat64("src/server/pvfs2-server", 0xbf933ebc) = -1 ENOENT (No such file or directory)
stat64("src/server/pvfs2-server-server.o", 0xbf933ddc) = -1 ENOENT (No such file or directory
I had not before situations like this, so if someone know what can cause problem like this, please write.
Any suggestion is welcome
Thanks in advance,