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

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

[debbugs-tracker] bug#9807: closed (libtool is not found by the automake


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#9807: closed (libtool is not found by the automake testsuite)
Date: Thu, 22 Dec 2011 17:51:02 +0000

Your message dated Thu, 22 Dec 2011 18:47:56 +0100
with message-id <address@hidden>
and subject line Re: bug#9807: [PATCH] {maint} tests: better handling of 
gettext and libtool requirements
has caused the debbugs.gnu.org bug report #9807,
regarding libtool is not found by the automake testsuite
to be marked as done.

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


-- 
9807: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9807
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: libtool is not found by the automake testsuite Date: Thu, 20 Oct 2011 14:42:53 +0200 User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1
Hi!

When I do a simple ./configure, make, make check, Automake will
not run tests related to Libtool, because there is no Libtool
installed in the prefix this Automake is destined for (i.e.
/usr/local/).

Is it really expected that users should have to install Libtool
in the prefix before the Automake testsuite will run the Libtool
tests?

>From looking at the code, I suspect gettext is also suffering.

I do understand that there is a desire to keep undesired macros
out of the way, but the price seems a bit high...

Cheers,
Peter



--- End Message ---
--- Begin Message --- Subject: Re: bug#9807: [PATCH] {maint} tests: better handling of gettext and libtool requirements Date: Thu, 22 Dec 2011 18:47:56 +0100 User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.24) Gecko/20111114 Icedove/3.1.16
On 12/14/2011 02:06 PM, Stefano Lattarini wrote:
> This change fixes automake bug#9807.
> 
I've squashed in the fixlet below, tested the patch on NetBSD 5.1 for good
measure (the libtool tests that were by default being skipped there started
to run and pass, yay!), and pushed to maint.

I'm thus closing this bug report.

Thanks,
  Stefano

-*-*-*-

  diff --git a/ChangeLog b/ChangeLog
  index 4d951a0..77afab4 100644
  --- a/ChangeLog
  +++ b/ChangeLog
  @@ -68,6 +68,7 @@
          * tests/Makefile.am: Declare dependency of all the logs of libtool
          tests from `libtool-macros.log', and all the logs of gettext tests
          from `gettext-macros.log'.
  +       (TESTS): Add the new tests.

   2011-12-22  Stefano Lattarini  <address@hidden>

  diff --git a/tests/Makefile.am b/tests/Makefile.am
  index 266db46..b2a61ec 100644
  --- a/tests/Makefile.am
  +++ b/tests/Makefile.am
  @@ -924,6 +924,8 @@ yaccvpath.test \
   yacc-dist-nobuild-subdir.test \
   yflags.test \
   yflags2.test \
  +libtool-macros.test \
  +gettext-macros.test \
   $(parallel_tests)

   # FIXME: make these automatically computed once we are merged into



--- End Message ---

reply via email to

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