Re: [libtool 2.1a] testsuite: 5 15 failed

2005-07-02 Thread Peter O'Gorman

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Chris Oxenreider wrote:

|5: inherited_flags.at:20 inherited_linker_flags
|   15: stresstest.at:25   Link option thorough search test

This patch, applied as obvious, should, I hope, fix the inherited linker
flags test.

Peter
- --
Peter O'Gorman - http://www.pogma.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (Darwin)

iQCVAwUBQsaorriDAg3OZTLPAQIexwP9F5ugU1Y8UmsfY1TB4pGmJsX4TPBjRdbp
m3bHIh2MWf5fxYL1MkD9gjmPWHhFGsnx2n0j7RDbZrXV7OeHcPigDTOfrPxnmetO
Fy2D2tyBgZDHMj858fQnnV1dFVPzriDhkln32ocvXjqNUQdTh3JKU8yypZbEHvgv
OekXKpgg5jc=
=A/tg
-END PGP SIGNATURE-
Index: ChangeLog
2005-07-02  Peter O'Gorman  [EMAIL PROTECTED]

* tests/inherited_flags.at: Use -no-undefined.
Reported by Chris Oxenreider [EMAIL PROTECTED]

from  Ralf Wildenhues  [EMAIL PROTECTED]
Index: tests/inherited_flags.at
===
RCS file: /cvsroot/libtool/libtool/tests/inherited_flags.at,v
retrieving revision 1.3
diff -u -3 -p -u -r1.3 inherited_flags.at
--- tests/inherited_flags.at 27 Apr 2005 18:18:10 - 1.3
+++ tests/inherited_flags.at 2 Jul 2005 14:42:50 -
@@ -43,8 +43,8 @@ ${LIBTOOL} --mode=compile --tag=CC $CC $
 ${LIBTOOL} --mode=compile --tag=CC $CC $CFLAGS -c -o bar.lo bar.c
 ${LIBTOOL} --mode=compile --tag=CC $CC $CFLAGS -c -o baz.lo baz.c
 ${LIBTOOL} --mode=compile --tag=CC $CC $CFLAGS -c -o main.lo main.c
-${LIBTOOL} --mode=link --tag=CC $CC $CFLAGS $LDFLAGS -o libfoo.la foo.lo 
-rpath /usr/local/lib
-${LIBTOOL} --mode=link --tag=CC $CC $CFLAGS $LDFLAGS -o libbar.la bar.lo 
-rpath /usr/local/lib
+${LIBTOOL} --mode=link --tag=CC $CC $CFLAGS $LDFLAGS -o libfoo.la foo.lo 
-rpath /usr/local/lib -no-undefined
+${LIBTOOL} --mode=link --tag=CC $CC $CFLAGS $LDFLAGS -o libbar.la bar.lo 
-rpath /usr/local/lib -no-undefined
 
 
 mv libfoo.la libfoo.la.bak
@@ -55,7 +55,7 @@ mv libbar.la libbar.la.bak
 sed -e 
's/^inherited_linker_flags.*/inherited_linker_flags=-llt_unlikely_existing_lib/g'
  libbar.la.bak  libbar.la
 rm libbar.la.bak
 
-AT_CHECK([${LIBTOOL} --mode=link --tag=CC $CC $CFLAGS $LDFLAGS -o libbaz.la 
baz.lo -rpath /usr/local/lib ./libfoo.la ./libbar.la | grep 
'llt_[[ui]]nlikely_existing_lib.*llt_[[ui]]nlikely_existing_lib'],[0],[ignore],[ignore])
-AT_CHECK([${LIBTOOL} --mode=link --tag=CC $CC $CFLAGS $LDFLAGS -o main main.lo 
-rpath /usr/local/lib  ./libfoo.la ./libbar.la | grep 
'llt_[[ui]]nlikely_existing_lib.*llt_[[ui]]nlikely_existing_lib'],[0],[ignore],[ignore])
+AT_CHECK([${LIBTOOL} --mode=link --tag=CC $CC $CFLAGS $LDFLAGS -o libbaz.la 
baz.lo -no-undefined -rpath /usr/local/lib ./libfoo.la ./libbar.la | grep 
'llt_[[ui]]nlikely_existing_lib.*llt_[[ui]]nlikely_existing_lib'],[0],[ignore],[ignore])
+AT_CHECK([${LIBTOOL} --mode=link --tag=CC $CC $CFLAGS $LDFLAGS -o main main.lo 
-no-undefined -rpath /usr/local/lib  ./libfoo.la ./libbar.la | grep 
'llt_[[ui]]nlikely_existing_lib.*llt_[[ui]]nlikely_existing_lib'],[0],[ignore],[ignore])
 
 AT_CLEANUP
___
Bug-libtool mailing list
Bug-libtool@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-libtool


Re: [libtool 2.1a] testsuite: 5 15 failed

2005-06-30 Thread Ralf Wildenhues
Hi Chris,

* Chris Oxenreider wrote on Thu, Jun 30, 2005 at 10:14:37PM CEST:
 
 I am having trouble compiling php-5 for apache under cygwin xp.  I am 
 trying to upgrage my libtool and I used the last CVS update.  I compiled 
 it and tested it.  Durning the test it failed two times.  Test 5 and 15. 
 Please find attached a copy of the testsuite.log file.

Thanks for this bug report.  Could you show the failure of php-5
compilation, so we can maybe see if it is connected to the libtool test
suite failures?

Thanks,
Ralf


___
Bug-libtool mailing list
Bug-libtool@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-libtool