]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Omit those tests that fail due to lacking -fPIC for static libraries.
authorBruno Haible <bruno@clisp.org>
Wed, 21 Jun 2006 16:24:57 +0000 (16:24 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 28 Jun 2009 17:23:45 +0000 (19:23 +0200)
autoconf-lib-link/ChangeLog
autoconf-lib-link/tests/Makefile.am
autoconf-lib-link/tests/rpath.README

index 59c196552a6a8ba3ac1c8f8d0c37642c25cc2506..a6944ed19b29648b98f166888280a1dca751326a 100644 (file)
@@ -1,3 +1,11 @@
+2006-06-21  Bruno Haible  <bruno@clisp.org>
+
+       * gettext-0.14.6 released.
+
+2006-06-21  Bruno Haible  <bruno@clisp.org>
+
+       * tests/Makefile.am (TESTS): Remove those tests that fail on x86_64.
+
 2005-05-23  Bruno Haible  <bruno@clisp.org>
 
        * gettext-0.14.5 released.
index 7eb92bacfe774694cf6f65b4c153f299caa20143..3aff86ed37d3ed2f93b2e2e00ccd2aa5bcd09b17 100644 (file)
@@ -1,5 +1,5 @@
 ## Makefile for the autoconf-lib-link/tests subdirectory of GNU gettext
-## Copyright (C) 1995-1997, 2001-2003 Free Software Foundation, Inc.
+## Copyright (C) 1995-1997, 2001-2003, 2006 Free Software Foundation, Inc.
 ##
 ## This program is free software; you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
@@ -21,18 +21,18 @@ AUTOMAKE_OPTIONS = 1.5 gnits no-dependencies
 MOSTLYCLEANFILES =
 
 TESTS = rpath-1a rpath-1b \
-       rpath-2aaa rpath-2aab rpath-2aac rpath-2aad \
-       rpath-2aba rpath-2abb rpath-2abc rpath-2abd \
-       rpath-2baa rpath-2bab rpath-2bac rpath-2bad \
-       rpath-2bba rpath-2bbb rpath-2bbc rpath-2bbd \
-       rpath-3aaa rpath-3aab rpath-3aac rpath-3aad \
-                  rpath-3aaf            rpath-3aah \
-       rpath-3aba rpath-3abb rpath-3abc rpath-3abd \
-                  rpath-3abf            rpath-3abh \
-       rpath-3baa rpath-3bab rpath-3bac rpath-3bad \
-       rpath-3bae rpath-3baf rpath-3bag rpath-3bah \
-       rpath-3bba rpath-3bbb rpath-3bbc rpath-3bbd \
-       rpath-3bbe rpath-3bbf rpath-3bbg rpath-3bbh
+       rpath-2aaa rpath-2aab            rpath-2aad \
+       rpath-2aba rpath-2abb            rpath-2abd \
+       rpath-2baa rpath-2bab            rpath-2bad \
+       rpath-2bba rpath-2bbb            rpath-2bbd \
+       rpath-3aaa rpath-3aab            rpath-3aad \
+                                        rpath-3aah \
+       rpath-3aba rpath-3abb            rpath-3abd \
+                                        rpath-3abh \
+       rpath-3baa rpath-3bab            rpath-3bad \
+                                        rpath-3bah \
+       rpath-3bba rpath-3bbb            rpath-3bbd \
+                                        rpath-3bbh
 
 EXTRA_DIST = $(TESTS) \
        rpathx/configure.ac rpathx/aclocal.m4 rpathx/configure \
index 6df211fe14c311f679fcbfd4044c95bbde0e2d87..220351ad8884249aca74c13213e5f3f0f397e2f9 100644 (file)
@@ -55,6 +55,14 @@ Known failures:
   The last -rpath option overrides all previous ones. One would need to
   pass all directories, separated by colons, in a single -rpath option.
 
+* On Linux/x86_64: the tests
+    rpath-2aac rpath-2abc rpath-2bac rpath-2bbc
+    rpath-3aac rpath-3aaf rpath-3abc rpath-3abf
+    rpath-3bac rpath-3bae rpath-3baf rpath-3bag
+    rpath-3bbc rpath-3bbe rpath-3bbf rpath-3bbg
+  fail, because code from static libraries not compiled with -fPIC cannot
+  be integrated into shared libraries: linker error about relocations.
+
 * Solaris: the tests
     rpath-3bae rpath-3bbe
     rpath-3aaf rpath-3abf