[Bugs] [Bug 1337481] Some configure and make fail on Gluster NFS volume

bugzilla at redhat.com bugzilla at redhat.com
Fri May 20 09:33:25 UTC 2016


https://bugzilla.redhat.com/show_bug.cgi?id=1337481



--- Comment #3 from Chen Chen <aflyhorse at hotmail.com> ---
After I disabled "performance.nfs.stat-prefetch", gnu hello works. But still,
some other operations will fail on Gluster Volume, yet works OK in local disk.

1. git clone https://github.com/arq5x/bedtools2.git

-------
On Local disk:
[analyzer at hw10 analyzer]$ git clone https://github.com/arq5x/bedtools2.git
Cloning into 'bedtools2'...
remote: Counting objects: 15384, done.
remote: Compressing objects: 100% (7/7), done.
remote: Total 15384 (delta 0), reused 0 (delta 0), pack-reused 15377
Receiving objects: 100% (15384/15384), 38.17 MiB | 474.00 KiB/s, done.
Resolving deltas: 100% (10731/10731), done.

On Gluster:
[analyzer at hw10 downloads]$ git clone https://github.com/arq5x/bedtools2.git
Cloning into 'bedtools2'...
remote: Counting objects: 15384, done.
remote: Compressing objects: 100% (7/7), done.
remote: Total 15384 (delta 0), reused 0 (delta 0), pack-reused 15377
Receiving objects: 100% (15384/15384), 38.17 MiB | 785.00 KiB/s, done.
Resolving deltas: 100% (10731/10731), done.
error: packfile
/data/home/analyzer/softs/downloads/bedtools2/.git/objects/pack/pack-b1b11e78c58274edfc6d0210e642c283d363f92d.pack
size changed
warning: packfile
/data/home/analyzer/softs/downloads/bedtools2/.git/objects/pack/pack-b1b11e78c58274edfc6d0210e642c283d363f92d.pack
cannot be accessed
error: packfile
/data/home/analyzer/softs/downloads/bedtools2/.git/objects/pack/pack-b1b11e78c58274edfc6d0210e642c283d363f92d.pack
size changed
warning: packfile
/data/home/analyzer/softs/downloads/bedtools2/.git/objects/pack/pack-b1b11e78c58274edfc6d0210e642c283d363f92d.pack
cannot be accessed
error: packfile
/data/home/analyzer/softs/downloads/bedtools2/.git/objects/pack/pack-b1b11e78c58274edfc6d0210e642c283d363f92d.pack
size changed
warning: packfile
/data/home/analyzer/softs/downloads/bedtools2/.git/objects/pack/pack-b1b11e78c58274edfc6d0210e642c283d363f92d.pack
cannot be accessed
fatal: bad object cf911bfa82f4b5ee2b420fb5ca2c70d28ca85072
fatal: remote did not send all necessary objects
Unexpected end of command stream

-------

2. Configure mbuffer
(http://www.maier-komor.de/software/mbuffer/mbuffer-20160228.tgz)

-------
On Local disk:
[analyzer at hw10 mbuffer]$ ./configure
...(abridged)
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for struct stat.st_blksize... yes
checking whether to enable assertions... yes
checking for pthread_mutex_init in -lpthread... yes
checking for library containing clock_gettime... none required
checking for library containing sem_init... none required
checking for library containing rint... -lm
checking for library containing seteuid... none required
...(abridged)

On Gluster:
[analyzer at hw10 mbuffer]$ ./configure
...(abridged)
checking for string.h... no
checking for memory.h... no
checking for strings.h... no
checking for inttypes.h... no
checking for stdint.h... no
checking for unistd.h... no
checking for struct stat.st_blksize... no
checking whether to enable assertions... yes
checking for pthread_mutex_init in -lpthread... no
checking for library containing clock_gettime... no
configure: error: could not find the library containing clock_gettime!

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the Bugs mailing list