bug#23751: version 1.8: errors in build and testsuite

2016-06-11 Thread Helmut Karlowski
Build-error: If configure finds that asm does not work it does not define ASMV in lib/config.h so the c-versions of some functions (e.g. longest_match) shall be used. But tailor.h says in line 187: #if defined(ATARI) || defined(atarist) # define ASMV and the build fails because match.o is

bug#23751: version 1.8: errors in build and testsuite

2016-06-12 Thread Helmut Karlowski
Am 12.06.2016, 05:11 Uhr, schrieb Helmut Karlowski: in line 261, but is executed by #!/bin/sh, which does not have a type-builtin, and the test fails because of this (#!/bin/bash would work). Sorry, dash has a type-builtin. --

bug#23751: version 1.8: errors in build and testsuite

2016-06-12 Thread Helmut Karlowski
Am 12.06.2016, 08:01 Uhr, schrieb Paul Eggert: Helmut Karlowski wrote: tailor.h says in line 187: #if defined(ATARI) || defined(atarist) # define ASMV and the build fails because match.o is not in gl_LIBOBJS. Sorry, are you building on a platform that defines ATARI or atarist? If Yes

bug#23751: version 1.8: errors in build and testsuite

2016-06-13 Thread Helmut Karlowski
Am 13.06.2016, 08:54 Uhr, schrieb Paul Eggert: Helmut Karlowski wrote: IMHO the asm-test in configure should not be performed in these cases or ASMV should not be defined for atari or amiga in tailor.h. That's easy enough to do, so I did that in the gzip master on savannah, Fo