From: Bruno Haible Date: Wed, 21 Jun 2006 16:24:57 +0000 (+0000) Subject: Omit those tests that fail due to lacking -fPIC for static libraries. X-Git-Tag: v0.14.6~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06d6875fa9c0f8a7afc364cc07e4056e851f773a;p=thirdparty%2Fgettext.git Omit those tests that fail due to lacking -fPIC for static libraries. --- diff --git a/autoconf-lib-link/ChangeLog b/autoconf-lib-link/ChangeLog index 59c196552..a6944ed19 100644 --- a/autoconf-lib-link/ChangeLog +++ b/autoconf-lib-link/ChangeLog @@ -1,3 +1,11 @@ +2006-06-21 Bruno Haible + + * gettext-0.14.6 released. + +2006-06-21 Bruno Haible + + * tests/Makefile.am (TESTS): Remove those tests that fail on x86_64. + 2005-05-23 Bruno Haible * gettext-0.14.5 released. diff --git a/autoconf-lib-link/tests/Makefile.am b/autoconf-lib-link/tests/Makefile.am index 7eb92bacf..3aff86ed3 100644 --- a/autoconf-lib-link/tests/Makefile.am +++ b/autoconf-lib-link/tests/Makefile.am @@ -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 \ diff --git a/autoconf-lib-link/tests/rpath.README b/autoconf-lib-link/tests/rpath.README index 6df211fe1..220351ad8 100644 --- a/autoconf-lib-link/tests/rpath.README +++ b/autoconf-lib-link/tests/rpath.README @@ -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