bug#21826: long-pattern-perf test failing on distribution buildsystem

2015-11-04 Thread Jaroslav Skarvada
Hi, I am observing build failures in Fedora build system (Koji) due to failing test 'long-pattern-perf' test. I think it's due to variable load on the builders, thus the time measurement of the run is not reliable. From one run I got: $base_ms = 20 $b10x_ms = 550 / 20 = 27 which triggers the fai

bug#21827: Large file support

2015-11-04 Thread Michael Brunnbauer
hi all, I am quite surprised that my grep (suddenly?) has problems with large files: fiano:~$ ls -l todelete.txt -rw-r--r-- 1 brunni users 2981338204 Nov 4 13:40 todelete.txt fiano:~$ grep test todelete.txt grep: todelete.txt: Value too large for defined data type I work with files > 2GB

bug#21827: Large file support

2015-11-04 Thread Mike Frysinger
On 04 Nov 2015 14:07, Michael Brunnbauer wrote: > I am quite surprised that my grep (suddenly?) has problems with large files: > > fiano:~$ ls -l todelete.txt > -rw-r--r-- 1 brunni users 2981338204 Nov 4 13:40 todelete.txt > fiano:~$ grep test todelete.txt > grep: todelete.txt: Value too lar

bug#21812: bug#21826: long-pattern-perf test failing on distribution buildsystem

2015-11-04 Thread Jim Meyering
On Wed, Nov 4, 2015 at 8:23 AM, Jaroslav Skarvada wrote: > Hi, > > I am observing build failures in Fedora build system (Koji) due to > failing test 'long-pattern-perf' test. I think it's due to variable > load on the builders, thus the time measurement of the run is not > reliable. From one run I