bug-libtool
[Top][All Lists]
Advanced

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

demo-make.test failure


From: Bojan Smojver
Subject: demo-make.test failure
Date: Fri, 1 Nov 2002 12:31:16 +1100
User-agent: Internet Messaging Program (IMP) 3.1

I've tried to build and RPM for libtool 1.4.3 (based on Rawhide RPM 1.4.2-12.2),
but I was getting the demo-make.test to fail until I applied this patch to
tests/Makefile.am:

--- libtool-1.4.3/tests/Makefile.am.orig        Fri Nov  1 11:48:35 2002
+++ libtool-1.4.3/tests/Makefile.am     Fri Nov  1 11:48:44 2002
@@ -3,7 +3,7 @@
 AUTOMAKE_OPTIONS = gnits

 TESTS = cdemo-static.test cdemo-make.test cdemo-exec.test \
-       demo-static.test demo-make.test demo-exec.test \
+       demo-static.test demo-conf.test demo-make.test demo-exec.test \
        demo-inst.test demo-unst.test \
        depdemo-static.test depdemo-make.test \
        depdemo-exec.test depdemo-inst.test depdemo-unst.test \

I found in the file demo-make.test a piece of code that signals that
demo-conf.test has to run before it (unless ../demo/Makefile exists), so I
changed accordingly and it worked.

Bojan

PS. This is the first ever time I built libtool RPM, so it could have been my
mistake as well.




reply via email to

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