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 bootstrap/55083] failure while configuring libatomic is not cleaned up


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

--- Comment #2 from Perry Smith <pedzsan at gmail dot com> 2012-10-26 15:31:27 UTC ---
To be clear, the error during configuration is not what the bug report is
about.  The discussion of the error can be seen here:
http://gcc.gnu.org/ml/gcc/2012-10/msg00380.html

cc1 is failing because LD_LIBRARY_PATH is set to the wrong value.

What this bug report is addressing is the fact that a failure does not clean
up.

The test I'm doing may be a little hard to recreate but I am doing

rm -r powerpc-ibm-aix6.1.0.0/libatomic
make configure-target-libatomic

but you will need to somehow cause your gcc/xgcc or gcc/cc1 to fail (or create
some other way to cause the configure to fail).


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