This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/20694] [4.1 Regression] make install failure building abi_check with leftover libv3test


------- Additional Comments From mark at codesourcery dot com  2005-03-30 22:45 -------
Subject: Re:  New: make install failure building abi_check
 with leftover libv3test

janis at gcc dot gnu dot org wrote:
> Nightly mainline bootstraps for powerpc64-linux have been failing
> intermittently since changes went in last week to allow running
> libstc++ tests on installed tools.  For "make bootstrap", abi_check
> is built three times: for 32-bit bit, 64-bit, and 32-bit soft-float.
> "make install" tries to build it again, but a 32-bit build of
> abi_float tries to use the existing libv3test, and the link fails if
> the type of the leftover library (e.g. 64-bit) doesn't match the type
> of the new abi_check.  All of the abi_check builds appear to be done
> in the same directory.

Janis, am I correct in assuming that you're running "make check" between 
"make bootstrap" and "make install"?  If so, I think I understand what's 
happenning, and I can work on fixing it.  Otherwise, I've got to dig a 
little deeper.

Thanks,



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20694


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]