Peter Rosin | 31 Jul 2012 18:23
Picon
Picon
Picon
Favicon
Gravatar

bug#12094: check failure on AIXv7.1 / xlc

Hi Jez,

Please keep the list in CC:, or you'll be stuck with my help only.

On 2012-07-31 15:17, Jez Wain wrote:
> Peter,
> 
> Thanks for the prompt reply and well spotted, for the configuration error - I'd 
> looked at it a couple of times, feeling that something was awry, but staring at 
> it too intently, I couldn't spot it.
> 
> However this is not the cause of the failure.  With a corrected configure command:
> 
> LDFLAGS="-L/usr/local/lib" LIBS="-lmass" CXX=xlC CC=xlc_r CFLAGS="-O2 
> -qtune=auto -qarch=auto -qcache=auto -I/usr/local/include" ./configure
> 
> The "make check" still concludes with:
> 
> ====================================
> 4 of 102 tests failed
> (4 tests were not run)
> See ./test-suite.log
> Please report to bug-libtool <at> gnu.org <mailto:bug-libtool <at> gnu.org>
> ====================================
> make[4]: *** [test-suite.log] Error 1
> 
> I've attached the new test-suite.log to this mail, but, to my untrained eye, it 
> looks similar to the one I sent yesterday.

Yes, it's similar.  Yesterday you had this failure:
(Continue reading)

Jez Wain | 1 Aug 2012 17:34
Picon

bug#12094: check failure on AIXv7.1 / xlc

Peter,

There was indeed a PATH problem, xlC wan't being found.  Once corrected I ran the make check and this produced
different errors.  I then ran make clean, reran the ./configure switching off all compiler optimization,
and finally make check. Switching off compiler optimization didn't make any difference, make check
failed on the same tests.

Attached is testsuite.log (as opposed to yesterday's test-suite.log).  For info, test 75 core dumped.

Jez

Attachment (testsuite.log): application/octet-stream, 156 KiB

On 31 Jul 2012, at 18:23, Peter Rosin wrote:

> Hi Jez,
> 
> Please keep the list in CC:, or you'll be stuck with my help only.
> 
> On 2012-07-31 15:17, Jez Wain wrote:
>> Peter,
>> 
>> Thanks for the prompt reply and well spotted, for the configuration error - I'd 
>> looked at it a couple of times, feeling that something was awry, but staring at 
>> it too intently, I couldn't spot it.
>> 
>> However this is not the cause of the failure.  With a corrected configure command:
>> 
(Continue reading)


Gmane