Description of problem: A libtool rebuilding fails always at the end of the 98 tests and says that there were errors at three tests: "tagdemo-make.test" Version-Release number of selected component (if applicable): libtool-1.5.6-1 How reproducible: Everytime Steps to Reproduce: 1. Have no gcc-c++ and no libstdc++-devel installed 2. Rebuild libtool 3. Get the error described above Actual results: --- libtool.spec 2004-04-12 03:50:07.000000000 +0200 +++ libtool.spec.rsc 2004-05-16 13:13:19.000000000 +0200 @@ -22,7 +22,7 @@ #Patch16: libtool-1.5-AC_PROG_LD_GNU-quote-v-97608.patch #Patch17: libtool-1.5-nostdlib.patch PreReq: /sbin/install-info, autoconf, automake >= 1.4p1, m4, perl -BuildRequires: autoconf automake +BuildRequires: autoconf, automake, gcc-c++, libstdc++-devel Requires: libtool-libs = %{version}-%{release}, mktemp BuildRoot: %{_tmppath}/%{name}-root Expected results: gcc-c++ and libstdc++-devel as BuildRequires Additional info: I know that gcc-c++ and libstdc++-devel normally are the default, but if you get this error at the top you're searching for it hours and finding that simple result at least...
Thanks for the report: adding gcc-g77 and ghc-gcj too in next build.
Thank you Jens for fixing it :)