| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Message-ID: | <3D27B3AC.4060901@ece.gatech.edu> |
| Date: | Sat, 06 Jul 2002 23:21:16 -0400 |
| From: | Charles Wilson <cwilson AT ece DOT gatech DOT edu> |
| User-Agent: | Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2 |
| X-Accept-Language: | en-us |
| MIME-Version: | 1.0 |
| To: | cygwin AT cygwin DOT com |
| Subject: | [avail for test] automake-devel-1.6.2-1, libtool-20020705-1 |
I've uploaded a new version of automake-devel and libtool-devel to
sources. They are marked 'test', so when using setup.exe you'll have to
click on the version number until the correct version appears, in order
to install these.
automake-devel-1.6.2-1 changes:
update to 1.6.2 release
now only fails a single test: subobj9 (due to 'cp -p' failure when
running as non-root)
libtool-20020705-1 changes:
update to CVS snapshot of 20020705
now only fails two tests: build-relink2 and quote
fix postinstall_cmds to handle libraries in subdirs(*)
'libtool -static' now does what you would expect
Corinna -- with your approval, and if there are no problem reports, I'll
mark the automake-devel as 'current' in a few days.
--Chuck
(*) ------------------
Uncovered by a test failure in the automake-1.6.2 suite (nobase).
/bin/bash ./libtool --mode=install /usr/bin/install -c sub/libbase.la \
/usr/src/automake/devel/automake-1.6.2/.build/tests/testSubDir/inst/foo/libbase.la
Only one problem: postinstall_cmds do this:
dlpath=`bash 2>&1 -c '. sub/.libs/sub/libbase.lai;echo $dlname'`
dldir=/usr/src/automake/devel/automake-1.6.2/.build/tests/testSubDir/inst/foo/`dirname
$dlpath`
Notice that we try to access sub/.libs/sub/libbase.lai -- this is wrong.
libbase.lai is in .libs, not .libs/sub/. The problem is \${file} is
should be basename'd.
This is fixed in this cygwin-special version of libtool-20020705
------------------
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |