emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#23751: closed (version 1.8: errors in build and te


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#23751: closed (version 1.8: errors in build and testsuite)
Date: Mon, 13 Jun 2016 06:55:02 +0000

Your message dated Sun, 12 Jun 2016 23:54:32 -0700
with message-id <address@hidden>
and subject line Re: bug#23751: version 1.8: errors in build and testsuite
has caused the debbugs.gnu.org bug report #23751,
regarding version 1.8: errors in build and testsuite
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
23751: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=23751
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: version 1.8: errors in build and testsuite Date: Sun, 12 Jun 2016 05:11:28 +0200 User-agent: Opera Mail/12.17 (Win32)
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 not in gl_LIBOBJS. The reason for the asm-failure is not related.

testsuite: help-version uses

  if type ${prog}_setup > /dev/null 2>&1; then
    ${prog}_setup
  fi

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).

--



--- End Message ---
--- Begin Message --- Subject: Re: bug#23751: version 1.8: errors in build and testsuite Date: Sun, 12 Jun 2016 23:54:32 -0700 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0
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, here:

http://git.savannah.gnu.org/cgit/gzip.git

and I am marking this as done.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]